Searched refs:rPixSize (Results 1 – 2 of 2) sorted by relevance
129 void SwHTMLParser::SetFixSize( const Size& rPixSize, in SetFixSize() argument138 Size aTwipSz( bPrcWidth || USHRT_MAX==rPixSize.Width() ? 0 : rPixSize.Width(), in SetFixSize()139 bPrcHeight || USHRT_MAX==rPixSize.Height() ? 0 : rPixSize.Height() ); in SetFixSize()157 else if( bPrcWidth && rPixSize.Width() ) in SetFixSize()159 nPrcWidth = (sal_uInt8)rPixSize.Width(); in SetFixSize()165 else if( USHRT_MAX==rPixSize.Width() ) in SetFixSize()184 else if( bPrcHeight && rPixSize.Height() ) in SetFixSize()186 nPrcHeight = (sal_uInt8)rPixSize.Height(); in SetFixSize()192 else if( USHRT_MAX==rPixSize.Height() ) in SetFixSize()
715 void SetFixSize( const Size& rPixSize, const Size& rTwipDfltSize,
Completed in 18 milliseconds