Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx627 std::vector<PolyPolygon> aPolyPolyVec; in WMFRecord_Escape_Unicode() local
628 if ( pVirDev->GetTextOutlines( aPolyPolyVec, rUniStr ) ) in WMFRecord_Escape_Unicode()
631 sal_uInt32 nSkipActions = aPolyPolyVec.size(); in WMFRecord_Escape_Unicode()
650 std::vector<PolyPolygon>::iterator aIter( aPolyPolyVec.begin() ); in WMFRecord_Escape_Unicode()
651 while ( aIter != aPolyPolyVec.end() ) in WMFRecord_Escape_Unicode()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2105 std::vector<PolyPolygon> aPolyPolyVec; in ImplText() local
2106 …if ( aVirDev.GetTextOutlines( aPolyPolyVec, rUniString, 0, 0, STRING_LEN, sal_True, nWidth, pDXArr… in ImplText()
2118 std::vector<PolyPolygon>::iterator aIter( aPolyPolyVec.begin() ); in ImplText()
2119 while ( aIter != aPolyPolyVec.end() ) in ImplText()

Completed in 34 milliseconds