Lines Matching refs:rAvailableSize
141 …IRectangle VDiagram::adjustPosAndSize_2d( const awt::Point& rPos, const awt::Size& rAvailableSize ) in adjustPosAndSize_2d() argument
144 m_aCurrentSizeWithoutAxes = rAvailableSize; in adjustPosAndSize_2d()
151 rAvailableSize, aAspectRatio ) ); in adjustPosAndSize_2d()
154 rPos, rAvailableSize, m_aCurrentSizeWithoutAxes ) ); in adjustPosAndSize_2d()
324 void VDiagram::adjustAspectRatio3d( const awt::Size& rAvailableSize ) in adjustAspectRatio3d() argument
346 double fW = rAvailableSize.Width; in adjustAspectRatio3d()
347 double fH = rAvailableSize.Height; in adjustAspectRatio3d()
490 …IRectangle VDiagram::adjustPosAndSize_3d( const awt::Point& rPos, const awt::Size& rAvailableSize ) in adjustPosAndSize_3d() argument
492 adjustAspectRatio3d( rAvailableSize ); in adjustPosAndSize_3d()
496 rAvailableSize, m_xOuterGroupShape->getSize() ); in adjustPosAndSize_3d()
501 rPos, rAvailableSize, m_aCurrentSizeWithoutAxes ); in adjustPosAndSize_3d()