Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx704 …ontrolModification,bool _bAlignAtSection, bool _bBoundRects,Rectangle& _rBound,Rectangle& _rResize) in collectBoundResizeRect() argument
712 if ( _rResize.IsEmpty() ) in collectBoundResizeRect()
713 _rResize = aObjRect; in collectBoundResizeRect()
717 if ( _rResize.getWidth() > aObjRect.getWidth() ) in collectBoundResizeRect()
718 _rResize = aObjRect; in collectBoundResizeRect()
721 if ( _rResize.getHeight() > aObjRect.getHeight() ) in collectBoundResizeRect()
722 _rResize = aObjRect; in collectBoundResizeRect()
725 if ( _rResize.getWidth() < aObjRect.getWidth() ) in collectBoundResizeRect()
726 _rResize = aObjRect; in collectBoundResizeRect()
729 if ( _rResize.getHeight() < aObjRect.getHeight() ) in collectBoundResizeRect()
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx147 …ontrolModification,bool _bAlignAtSection,bool _bBoundRects,Rectangle& _rBound,Rectangle& _rResize);

Completed in 24 milliseconds