Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx3251 …const sal_Int32 nShapeWidth = aMap.getUnpackedValueOrDefault(PROPERTY_WIDTH,xShapeProp->getWidth()… in createControl() local
3252 if ( nShapeWidth != xShapeProp->getWidth() ) in createControl()
3253 xShapeProp->setWidth( nShapeWidth ); in createControl()
3255 const bool bChangedPos = (aPos.X + nShapeWidth) > nPaperWidth; in createControl()
3257 aPos.X = nPaperWidth - nShapeWidth; in createControl()
3543 const sal_Int32 nShapeWidth = xShapeProp->getWidth(); in addPairControls() local
3544 const bool bChangedPos = (aPos.X + nShapeWidth) > nPaperWidth; in addPairControls()
3546 aPos.X = nPaperWidth - nShapeWidth; in addPairControls()
3550 aPos.X += nShapeWidth; in addPairControls()

Completed in 46 milliseconds