Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx79 mpLinePolyPolygon = new PolyPolygon(); in TextRanger()
85 mpLinePolyPolygon->Insert( Polygon(aCandidate), (sal_uInt16)i ); in TextRanger()
89 mpLinePolyPolygon = NULL; in TextRanger()
109 delete mpLinePolyPolygon; in ~TextRanger()
695 if( mpLinePolyPolygon ) in GetTextRanges()
696 aArg.Concat( mpLinePolyPolygon ); in GetTextRanges()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx58 PolyPolygon *mpLinePolyPolygon; // Linienpolygon member in TextRanger
94 const PolyPolygon* GetLinePolygon() const { return mpLinePolyPolygon; } in GetLinePolygon()

Completed in 20 milliseconds