Home
last modified time | relevance | path

Searched refs:mbRTL (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx86 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 Dautofmt.cxx489 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 Dfontattribute.cxx52 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 Dtphfedit.cxx423 mbRTL = ScGlobal::IsSystemRTL(); in ScEditWindow()
424 if (mbRTL) in ScEditWindow()
483 if (mbRTL) in SetFont()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx91 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 Dmsfilter.hxx482 bool mbRTL; member
486 mbRTL(bRTL) in CharRunEntry()
/trunk/main/sc/source/ui/inc/
H A Dtphfedit.hxx96 bool mbRTL; member in ScEditWindow
H A Dautofmt.hxx142 bool mbRTL; member in ScAutoFmtPreview
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx253 mbCharIsRTL = maCharRunIter->mbRTL; in IterToCurrent()

Completed in 135 milliseconds