Home
last modified time | relevance | path

Searched refs:bIsRTL (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx948 void WW8AttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState() argument
950 if ( m_rWW8Export.bWrtWW8 && bIsRTL ) in RTLAndCJKState()
960 if ( m_rWW8Export.bWrtWW8 && nScript == i18n::ScriptType::COMPLEX && !bIsRTL ) in RTLAndCJKState()
H A Ddocxattributeoutput.cxx134 void DocxAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 /*nScript*/ ) in RTLAndCJKState() argument
136 if (bIsRTL) in RTLAndCJKState()
H A Dww8attributeoutput.hxx34 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
H A Drtfattributeoutput.cxx408 void RtfAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState() argument
420 if (bIsRTL) { in RTLAndCJKState()
H A Drtfattributeoutput.hxx75 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
H A Dattributeoutputbase.hxx139 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) = 0;
H A Ddocxattributeoutput.hxx65 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4581 …sal_Bool bIsRTL = aVirDev.GetTextIsRTL( rOutliner.GetText( rOutliner.GetParagraph( i ) ), 0, STRIN… in ImportShape() local
4582 if ( bIsRTL ) in ImportShape()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx359 bool bIsRTL = false; local
360 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
365 int nCharPos = bIsRTL ? --j : i++;
369 if( bIsRTL )
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx302 bool bIsRTL = false; local
303 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
308 int nCharPos = bIsRTL ? --j : i++;
312 if( bIsRTL )
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx500 …al_Int32 nX, sal_Int32 nY, bool bHorizontal, sal_Int32 nColCount, sal_Int32 nRowCount, bool bIsRTL) in impGetLine() argument
525 bMirror = (bIsRTL ? 0 != nX : nX != nColCount); in impGetLine()
560 const bool bIsRTL(com::sun::star::text::WritingMode_RL_TB == rTableObj.GetWritingMode()); in createViewIndependentPrimitive2DSequence() local
639 const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence()
645 const sal_Int32 nXRight(bIsRTL ? nX - nXSpan : nX + nXSpan); in createViewIndependentPrimitive2DSequence()
649 impGetLine(aLeftLine, rTableLayouter, nX, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
650 impGetLine(aBottomLine, rTableLayouter, nX, nYBottom, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
651 impGetLine(aRightLine, rTableLayouter, nXRight, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
652 impGetLine(aTopLine, rTableLayouter, nX, nY, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence()
662 bIsRTL ? nX == nColCount : 0 == nX, in createViewIndependentPrimitive2DSequence()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dinputwin.hxx102 sal_Bool bIsRTL; member in ScTextWnd
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx773 bIsRTL = GetSettings().GetLayoutRTL(); in ScTextWnd()
824 if ( bIsRTL ) in Paint()
1096 pEditEngine->SetPaperSize( Size( bIsRTL ? USHRT_MAX : THESIZE, 300 ) ); in StartEditEngine()
1108 if ( bIsRTL ) in StartEditEngine()
1140 if ( bIsRTL ) in StartEditEngine()
1228 if ( bIsRTL ) in SetTextString()
1332 pEditEngine->SetPaperSize( Size( bIsRTL ? USHRT_MAX : THESIZE, 300 ) ); in MakeDialogEditView()
1337 if ( bIsRTL ) in MakeDialogEditView()
1347 if ( bIsRTL ) in MakeDialogEditView()
1356 bIsRTL = GetSettings().GetLayoutRTL(); in ImplInitSettings()
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx432 bool bIsRTL = Application::GetSettings().GetLayoutRTL(); in initNew() local
434 if( bIsRTL ) in initNew()
449 if( bIsRTL ) in initNew()

Completed in 146 milliseconds