Searched refs:mbRTL (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 86 bool mbRTL; member in AutoFmtPreview 587 mbRTL ( false ), in IMPL_LINK_INLINE_END() 603 mbRTL = Application::GetSettings().GetLayoutRTL(); in IMPL_LINK_INLINE_END() 605 mbRTL = pWrtShell->IsTableRightToLeft(); in IMPL_LINK_INLINE_END() 682 return pnFmtMap[ maArray.GetCellIndex( nCol, nRow, mbRTL ) ]; in GetFormatIndex() 700 sal_uInt8 nIndex = static_cast< sal_uInt8 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString() 827 if( mbRTL ) in DrawString()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 489 mbRTL ( false ), in ScAutoFmtPreview() 590 return pnFmtMap[ maArray.GetCellIndex( nCol, nRow, mbRTL ) ]; in GetFormatIndex() 620 sal_uInt16 nIndex = static_cast< sal_uInt16 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString() 682 eJustification = mbRTL ? SVX_HOR_JUSTIFY_RIGHT : bJustify ? in DrawString() 859 mbRTL = pDoc->IsLayoutRTL( nCurrentTab ); in Init()
|
/trunk/main/drawinglayer/source/attribute/ |
H A D | fontattribute.cxx | 52 unsigned mbRTL : 1; // RTL Flag member in drawinglayer::attribute::ImpFontAttribute 75 mbRTL(bRTL), in ImpFontAttribute() 89 bool getRTL() const { return mbRTL; } in getRTL()
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | tphfedit.cxx | 423 mbRTL = ScGlobal::IsSystemRTL(); in ScEditWindow() 424 if (mbRTL) in ScEditWindow() 483 if (mbRTL) in SetFont()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 91 unsigned mbRTL : 1; member in __anon5a80b2700111::impPathTextPortion 104 mbRTL(rInfo.mrFont.IsVertical() ? false : rInfo.IsRTL()) in impPathTextPortion() 140 bool isRTL() const { return mbRTL; } in isRTL() 146 if(mbRTL) in getPortionIndex()
|
/trunk/main/sw/source/filter/inc/ |
H A D | msfilter.hxx | 482 bool mbRTL; member 486 mbRTL(bRTL) in CharRunEntry()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tphfedit.hxx | 96 bool mbRTL; member in ScEditWindow
|
H A D | autofmt.hxx | 142 bool mbRTL; member in ScAutoFmtPreview
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 253 mbCharIsRTL = maCharRunIter->mbRTL; in IterToCurrent()
|
Completed in 89 milliseconds