Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dhtmlplug.cxx129 void SwHTMLParser::SetFixSize( const Size& rPixSize, in SetFixSize() argument
138 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()
H A Dswhtml.hxx715 void SetFixSize( const Size& rPixSize, const Size& rTwipDfltSize,

Completed in 24 milliseconds