Home
last modified time | relevance | path

Searched refs:bRightAligned (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx1238 sal_Bool bRightAligned = sal_False; in ExportIndexTemplateElement() local
1311 bRightAligned = in ExportIndexTemplateElement()
1359 if ( bRightAligned || bTabPositionOK || bFillCharOK ) in ExportIndexTemplateElement()
1483 bRightAligned ? XML_RIGHT : XML_LEFT); in ExportIndexTemplateElement()
1485 if (bTabPositionOK && (! bRightAligned)) in ExportIndexTemplateElement()
/trunk/main/svtools/source/control/
H A Druler.cxx1004 void lcl_RotateRect_Impl(Rectangle& rRect, const long nReference, sal_Bool bRightAligned) in lcl_RotateRect_Impl() argument
1013 if(bRightAligned) in lcl_RotateRect_Impl()
1088 sal_Bool bRightAligned = 0 != (nWinBits&WB_RIGHT_ALIGNED); in ImplDrawRulerTab() local
1089 lcl_RotateRect_Impl(aRect1, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1090 lcl_RotateRect_Impl(aRect2, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1091 lcl_RotateRect_Impl(aRect3, rPos.Y(), bRightAligned); in ImplDrawRulerTab()

Completed in 35 milliseconds