Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx406 ImplWriteExtent( -rFont.GetSize().Height() ); in ImplCheckTextAttr()
407 ImplWriteExtent( rFont.GetSize().Width() ); in ImplCheckTextAttr()
537 void EMFWriter::ImplWriteExtent( long nExtent ) in ImplWriteExtent() function in EMFWriter
841 ImplWriteExtent( pDX[ 0 ] ); in ImplWriteTextRecord()
846 ImplWriteExtent( pDX[ i ] - pDX[ i - 1 ] ); in ImplWriteTextRecord()
848 ImplWriteExtent( pDX[ nLen - 2 ] / ( nLen - 1 ) ); in ImplWriteTextRecord()
H A Demfwr.hxx76 void ImplWriteExtent( long nExtent );

Completed in 22 milliseconds