Searched refs:aPolyPolyVec (Results 1 – 2 of 2) sorted by relevance
627 std::vector<PolyPolygon> aPolyPolyVec; in WMFRecord_Escape_Unicode() local628 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()
2105 std::vector<PolyPolygon> aPolyPolyVec; in ImplText() local2106 …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 51 milliseconds