/aoo41x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 498 …al_Int32 nX, sal_Int32 nY, bool bHorizontal, sal_Int32 nColCount, sal_Int32 nRowCount, bool bIsRTL) in impGetLine() argument 523 bMirror = (bIsRTL ? 0 != nX : nX != nColCount); in impGetLine() 558 const bool bIsRTL(com::sun::star::text::WritingMode_RL_TB == rTableObj.GetWritingMode()); in createViewIndependentPrimitive2DSequence() local 637 const sal_Int32 nX(bIsRTL ? nColCount - aCellPos.mnCol : aCellPos.mnCol); in createViewIndependentPrimitive2DSequence() 643 const sal_Int32 nXRight(bIsRTL ? nX - nXSpan : nX + nXSpan); in createViewIndependentPrimitive2DSequence() 647 impGetLine(aLeftLine, rTableLayouter, nX, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 648 impGetLine(aBottomLine, rTableLayouter, nX, nYBottom, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 649 impGetLine(aRightLine, rTableLayouter, nXRight, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 650 impGetLine(aTopLine, rTableLayouter, nX, nY, true, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 660 bIsRTL ? nX == nColCount : 0 == nX, in createViewIndependentPrimitive2DSequence() [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 773 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()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 302 bool bIsRTL = false; local 303 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) ) 308 int nCharPos = bIsRTL ? --j : i++; 312 if( bIsRTL )
|
/aoo41x/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 432 bool bIsRTL = Application::GetSettings().GetLayoutRTL(); in initNew() local 434 if( bIsRTL ) in initNew() 449 if( bIsRTL ) in initNew()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | inputwin.hxx | 102 sal_Bool bIsRTL; member in ScTextWnd
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 359 bool bIsRTL = false; local 360 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) ) 365 int nCharPos = bIsRTL ? --j : i++; 369 if( bIsRTL )
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 34 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
|
H A D | attributeoutputbase.hxx | 139 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) = 0;
|
H A D | rtfattributeoutput.hxx | 75 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
|
H A D | docxattributeoutput.hxx | 65 virtual void RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript );
|
H A D | ww8atr.cxx | 948 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 D | docxattributeoutput.cxx | 134 void DocxAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 /*nScript*/ ) in RTLAndCJKState() argument 136 if (bIsRTL) in RTLAndCJKState()
|
H A D | rtfattributeoutput.cxx | 416 void RtfAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState() argument 428 if (bIsRTL) { in RTLAndCJKState()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4568 …sal_Bool bIsRTL = aVirDev.GetTextIsRTL( rOutliner.GetText( rOutliner.GetParagraph( i ) ), 0, STRIN… in ImportShape() local 4569 if ( bIsRTL ) in ImportShape()
|