Home
last modified time | relevance | path

Searched refs:bOutside (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx140 bool bOutside = nLabelPlacement == ::com::sun::star::chart::DataLabelPlacement::OUTSIDE; in getLabelScreenPositionAndAlignmentForUnitCircleValues() local
145 rAlignment = bOutside ? LABEL_ALIGN_RIGHT : LABEL_ALIGN_LEFT; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
147 rAlignment = bOutside ? LABEL_ALIGN_RIGHT_TOP : LABEL_ALIGN_LEFT_BOTTOM; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
149 rAlignment = bOutside ? LABEL_ALIGN_TOP : LABEL_ALIGN_BOTTOM; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
151 rAlignment = bOutside ? LABEL_ALIGN_LEFT_TOP : LABEL_ALIGN_RIGHT_BOTTOM; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
153 rAlignment = bOutside ? LABEL_ALIGN_LEFT : LABEL_ALIGN_RIGHT; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
155 rAlignment = bOutside ? LABEL_ALIGN_LEFT_BOTTOM : LABEL_ALIGN_RIGHT_TOP; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
157 rAlignment = bOutside ? LABEL_ALIGN_BOTTOM : LABEL_ALIGN_TOP; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
159 rAlignment = bOutside ? LABEL_ALIGN_RIGHT_BOTTOM : LABEL_ALIGN_LEFT_TOP; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
161 rAlignment = bOutside ? LABEL_ALIGN_RIGHT : LABEL_ALIGN_LEFT; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/trunk/main/sw/inc/
H A Dfmtsrnd.hxx44 sal_Bool bOutside :1; member in SwFmtSurround
66 sal_Bool IsOutside() const { return bOutside; } in IsOutside()
70 void SetOutside( sal_Bool bNew ) { bOutside = bNew; } in SetOutside()
77 bOutside = rCpy.IsOutside(); in operator =()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1142 bAnchorOnly = bContour = bOutside = sal_False; in SwFmtSurround()
1150 bOutside = rCpy.bOutside; in SwFmtSurround()
1159 bOutside== ((SwFmtSurround&)rAttr).bOutside ); in operator ==()
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx429 FASTBOOL bOutside=sal_False; in ImpCalcGeometrics() local
431 if (nNeedSiz>rPol.nLineLen) bOutside=sal_True; // Text passt nicht in die Mitte in ImpCalcGeometrics()
438 rPol.eUsedTextHPos=bOutside ? SDRMEASURE_TEXTLEFTOUTSIDE : SDRMEASURE_TEXTINSIDE; in ImpCalcGeometrics()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1685 …sal_Bool bOutside = ( aAreaParam.maClipRect.Right() < nScrX || aAreaParam.maClipRect.Left() >= nSc… in DrawStrings() local
1717 if ( !bNeedEditEngine && !bOutside ) in DrawStrings()
2667 …sal_Bool bOutside = ( aAreaParam.maClipRect.Right() < nScrX || aAreaParam.maClipRect.Left() >= nSc… in DrawEdit() local
2679 if ( !bHidden && !bOutside ) in DrawEdit()

Completed in 60 milliseconds