Home
last modified time | relevance | path

Searched refs:TextRotation (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Doutlobj.hxx33 enum class TextRotation;
94 void SetRotation(TextRotation nRotation);
95 TextRotation GetRotation() const;
H A Deditobj.hxx55 enum class TextRotation { NONE, TOPTOBOTTOM, BOTTOMTOTOP }; enum
91 void SetRotation( TextRotation nRotation );
92 TextRotation GetRotation() const;
H A Dediteng.hxx242 void SetRotation(TextRotation nRotation);
243 TextRotation GetRotation() const;
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtikz-network.cwl170 TextRotation=
186 TextRotation=
200 TextRotation=
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditobj.cxx355 void EditTextObject::SetRotation( TextRotation nRotation ) in SetRotation()
360 TextRotation EditTextObject::GetRotation() const in GetRotation()
457 , mnRotation(TextRotation::NONE) in EditTextObjectImpl()
549 return (bVertical && mnRotation == TextRotation::NONE) || in IsVertical()
550 (!bVertical && mnRotation != TextRotation::NONE); in IsVertical()
555 return (bVertical && mnRotation == TextRotation::NONE) || in IsTopToBottom()
556 (!bVertical && mnRotation == TextRotation::TOPTOBOTTOM); in IsTopToBottom()
573 void EditTextObjectImpl::SetRotation(TextRotation nRotation) in SetRotation()
582 TextRotation EditTextObjectImpl::GetRotation() const in GetRotation()
H A Deditobj2.hxx185 TextRotation mnRotation;
208 void SetRotation(TextRotation nRotation);
209 TextRotation GetRotation() const;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/elements/
H A DTCYElement.as15 import flash.text.engine.TextRotation;
174 …omputedFormat.blockProgression == BlockProgression.RL) ? TextRotation.ROTATE_270 : TextRotation.RO…
H A DSubParagraphGroupElement.as15 import flash.text.engine.TextRotation;
H A DInlineGraphicElement.as32 import flash.text.engine.TextRotation;
178 …CONFIG::debug { assert(_blockElement.textRotation == TextRotation.ROTATE_0,"invalid text Rotation …
336 …pertyDefinition:Property = Property.NewEnumStringProperty("rotation", TextRotation.ROTATE_0, false…
337TextRotation.ROTATE_0, TextRotation.ROTATE_90, TextRotation.ROTATE_180, TextRotation.ROTATE_270);
1135 if(tLine.getAtomTextRotation(elemIdx) != TextRotation.ROTATE_0)
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutlobj.cxx145 void OutlinerParaObject::SetRotation(TextRotation nRotation) in SetRotation()
150 TextRotation OutlinerParaObject::GetRotation() const in GetRotation()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/decorate/inserttext/
H A Dinserttextwidget.h69 enum TextRotation enum
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/inc/
H A Deditdoc.hxx39 enum class TextRotation;
729 TextRotation mnRotation;
762 void SetRotation( TextRotation nRotation ) { mnRotation = nRotation; } in SetRotation()
763 TextRotation GetRotation() const { return mnRotation; } in GetRotation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart/
H A DChartTitle.idl62 [property] long TextRotation;
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart2/
H A DTitle.idl54 [property] double TextRotation;
H A DAxis.idl94 [property] double TextRotation;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart2/
H A DTitle.idl54 [property] double TextRotation;
H A DAxis.idl94 [property] double TextRotation;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart/
H A DChartTitle.idl62 [property] long TextRotation;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/compose/
H A DTextFlowLine.as25 import flash.text.engine.TextRotation;
1920 //If this is TTB text and NOT TCY, as indicated by TextRotation.rotate0...
1974 if(textLine.getAtomTextRotation(begAtomIndex) != TextRotation.ROTATE_0)
2002 if(rotation == TextRotation.ROTATE_180 ||
2003 rotation == TextRotation.ROTATE_90)
2011 if(rotation == TextRotation.ROTATE_90)
2018 if(rotation == TextRotation.ROTATE_90)
2194 if(textLine.getAtomTextRotation(0) == TextRotation.ROTATE_0)
2203 if(textLine.getAtomTextRotation(elementIndex) == TextRotation.ROTATE_0 &&
2204 textLine.getAtomTextRotation(prevElementIndex) != TextRotation.ROTATE_0)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartTitle.csv18 "ChartTitle";"com::sun::star::chart::ChartTitle";"TextRotation"
H A Dcom.sun.star.comp.office.ChXChartAxis.csv14 "ChXChartAxis";"com::sun::star::chart::ChartAxis";"TextRotation"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartTitle.csv18 "ChartTitle";"com::sun::star::chart::ChartTitle";"TextRotation"
H A Dcom.sun.star.comp.office.ChXChartAxis.csv14 "ChXChartAxis";"com::sun::star::chart::ChartAxis";"TextRotation"
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcell.cxx342 pParaObj->SetRotation(TextRotation::TOPTOBOTTOM); in ItemChange()
344 pParaObj->SetRotation(TextRotation::BOTTOMTOTOP); in ItemChange()
346 pParaObj->SetRotation(TextRotation::NONE); in ItemChange()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/formats/
H A DTextLayoutFormat.as38 import flash.text.engine.TextRotation;
215 "textRotation",TextRotation.AUTO,true,Vector.<String>([Category.CHARACTER])
216 ,TextRotation.ROTATE_0
217 ,TextRotation.ROTATE_180
218 ,TextRotation.ROTATE_270
219 ,TextRotation.ROTATE_90
220 ,TextRotation.AUTO
1444 …* <p>Legal values are TextRotation.ROTATE_0, TextRotation.ROTATE_180, TextRotation.ROTATE_270, Tex…
1446 …m an ancestor. If no ancestor has set this property, it will have a value of TextRotation.AUTO.</p>
1453 * @see flash.text.engine.TextRotation

1234