Home
last modified time | relevance | path

Searched refs:RL_TB (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java115 new Short(com.sun.star.text.WritingMode2.RL_TB))); in checkSpreadsheetProperties()
169 new Short(com.sun.star.text.WritingMode2.RL_TB))); in checkInfluenceOfSpreadsheetChange()
171 String[] RL_TB = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() local
178 (previous[0].equals(RL_TB[0]) && previous[0].equals(LR_TB[0]))); in checkInfluenceOfSpreadsheetChange()
181 RL_TB[1]) in checkInfluenceOfSpreadsheetChange()
187 RL_TB[2]) in checkInfluenceOfSpreadsheetChange()
/trunk/main/xmloff/source/style/
H A Dprhdlfac.cxx92 { XML_RL_TB, text::WritingMode2::RL_TB },
98 { XML_RL, text::WritingMode2::RL_TB },
/trunk/main/offapi/com/sun/star/text/
H A DWritingMode.idl56 RL_TB,
H A DWritingMode2.idl56 const short RL_TB = 1;
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlGroupBoxModel.idl117 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlPatternFieldModel.idl195 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlComboBoxModel.idl212 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlListBoxModel.idl196 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlRadioButtonModel.idl219 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlCheckBoxModel.idl225 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlCurrencyFieldModel.idl248 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlNumericFieldModel.idl236 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlTimeFieldModel.idl240 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlDateFieldModel.idl260 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlEditModel.idl268 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
H A DUnoControlFormattedFieldModel.idl293 … <member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>
/trunk/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx135 rPropertyMap[ PROP_WritingMode ] <<= ( bRtl ? WritingMode2::RL_TB : WritingMode2::LR_TB ); in TextParagraphPropertiesContext()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1296 case text::WritingMode2::RL_TB: in GetTextDirection()
1314 return mnWritingMode != text::WritingMode2::RL_TB; in IsTextReferencePointLeft()
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheet.idl233 com::sun::star::text::WritingMode2::RL_TB to order the columns from
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx803 if( nWritingMode == text::WritingMode2::RL_TB ) in lcl_shouldSymbolsBePlacedOnTheLeftSide()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1407 case WritingMode2::RL_TB: bEnableRTL = sal_True; break; in lcl_updateWritingMode()
1416 case WritingMode2::RL_TB: bEnableRTL = sal_True; break; in lcl_updateWritingMode()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx612 case 1: nWritingMode = WritingMode2::RL_TB; break; in convertToPropertyValue()
748 case WritingMode2::RL_TB: nNormalized = 1; break; in convertToControlValue()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2711 rContext->Insert(PROP_WRITING_MODE, false, uno::makeAny( text::WritingMode2::RL_TB )); in sprmWithProps()
2720 … pSectionContext->Insert( PROP_WRITING_MODE, false, uno::makeAny( text::WritingMode2::RL_TB ) ); in sprmWithProps()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx4438 case text::WritingMode2::RL_TB: in PutValue()
4471 nVal = text::WritingMode2::RL_TB; in QueryValue()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1374 aPropSet.setProperty( PROP_TableLayout, WritingMode2::RL_TB ); in finalizeDrawings()

Completed in 130 milliseconds

12