Searched refs:ImplWriteTextRecord (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 784 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 D | emfwr.hxx | 84 …void ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal…
|
Completed in 14 milliseconds