Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx166 … 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 Dpdfwriter_impl.cxx1594 …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 72 milliseconds