Home
last modified time | relevance | path

Searched refs:IsRTL (Results 1 – 8 of 8) sorted by path

/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx465 sal_Bool IsRTL() const;
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2221 sal_Bool DrawPortionInfo::IsRTL() const in IsRTL() function in DrawPortionInfo
/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx218 return IsRTL() ? (mrData.mnWinWidth - GetHdrWidth()) : 0; in GetHdrX()
223 return IsRTL() ? 0 : GetHdrWidth(); in GetFirstX()
228 return mrData.mnWinWidth - (IsRTL() ? GetHdrWidth() : 0) - 1; in GetLastX()
H A Dcsvgrid.cxx1189 if( IsRTL() ) in ImplDrawRowHeaders()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx338 inline bool IsRTL() const { return mrData.mbAppRTL; } in IsRTL() function in ScCsvControl
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx190 rInfo.IsRTL(), in impCreateTextPortionPrimitive()
417 if(rInfo.IsRTL()) in impCreateTextPortionPrimitive()
H A Dsvdotextpathdecomposition.cxx104 mbRTL(rInfo.mrFont.IsVertical() ? false : rInfo.IsRTL()) in impPathTextPortion()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1040 bool IsRTL() const { return mpScriptItem->a.fRTL; } function
1491 rVisualItem.IsRTL() );
1545 const bool bRTL = rVisualItem.IsRTL();
1734 if( !rVisualItem.IsRTL() ) // LTR-item
1834 if( !pVI->IsRTL() ) // LTR-case
1879 c = !rVI.IsRTL() ? rVI.mnMinCharPos : rVI.mnEndCharPos - 1;
1973 if( mpJustifications && pVI->IsRTL() )
2213 if( rVisualItem.IsRTL() )
2229 if( !rVisualItem.IsRTL() )
2367 if( !rVisualItem.IsRTL() )
[all …]

Completed in 49 milliseconds