Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx784 void EMFWriter::ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArr… in ImplWriteTextRecord() function in EMFWriter
1267 ImplWriteTextRecord( pA->GetPoint(), aText, NULL, 0 ); in ImplWrite()
1277 ImplWriteTextRecord( pA->GetRect().TopLeft(), aText, NULL, 0 ); in ImplWrite()
1287 ImplWriteTextRecord( pA->GetPoint(), aText, pA->GetDXArray(), 0 ); in ImplWrite()
1297 ImplWriteTextRecord( pA->GetPoint(), aText, NULL, pA->GetWidth() ); in ImplWrite()
H A Demfwr.hxx84 …void ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal…

Completed in 22 milliseconds