Searched refs:pLinePolyPolygon (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 44 …nger( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon, in TextRanger() argument 76 if( pLinePolyPolygon ) in TextRanger() 78 nCount = pLinePolyPolygon->count(); in TextRanger() 83 …const basegfx::B2DPolygon aCandidate(pLinePolyPolygon->getB2DPolygon(i).getDefaultAdaptiveSubdivis… in TextRanger()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 260 …ygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon) in SetPolygon() argument 263 pEditEngine->SetPolygon( rPolyPolygon, pLinePolyPolygon); in SetPolygon()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | txtrange.hxx | 79 …nger( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon,
|
H A D | editeng.hxx | 197 …gon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon);
|
H A D | outliner.hxx | 890 …gon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon);
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 618 …lygon(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon) in SetPolygon() argument 623 if(pLinePolyPolygon && 1L == rPolyPolygon.count()) in SetPolygon() 632 …TextRanger* pRanger = new TextRanger( rPolyPolygon, pLinePolyPolygon, 30, 2, 2, bSimple, sal_True … in SetPolygon()
|
Completed in 67 milliseconds