Searched refs:pOutLength (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 166 … nLength, rtl::OStringBuffer& rBuffer, bool bVertical = true, sal_Int32* pOutLength = NULL ) const; 168 …Length, rtl::OStringBuffer& rBuffer, bool bVertical = true, sal_Int32* pOutLength = NULL, sal_Int3…
|
H A D | pdfwriter_impl.cxx | 1594 …pedLength( sal_Int32 nLength, OStringBuffer& rBuffer, bool bVertical, sal_Int32* pOutLength ) const in appendMappedLength() 1607 if( pOutLength ) in appendMappedLength() 1608 *pOutLength = ((nLength < 0 ) ? -nValue : nValue); in appendMappedLength() 1613 …th( double fLength, OStringBuffer& rBuffer, bool bVertical, sal_Int32* pOutLength, sal_Int32 nPrec… in appendMappedLength() argument 1619 if( pOutLength ) in appendMappedLength() 1620 … *pOutLength = (sal_Int32)(fLength*(double)(bVertical ? aSize.Height() : aSize.Width())/1000.0); in appendMappedLength()
|
Completed in 59 milliseconds