Home
last modified time | relevance | path

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

/aoo4110/main/editeng/inc/editeng/
H A Dtxtrange.hxx59 Rectangle *pBound; // Umfassendes Rechteck member in TextRanger
96 { return pBound ? static_cast< const Rectangle& >(*pBound) : _GetBoundRect(); } in GetBoundRect()
/aoo4110/main/editeng/source/misc/
H A Dtxtrange.cxx47 pBound( NULL ), in TextRanger()
110 delete pBound; in ~TextRanger()
703 DBG_ASSERT( 0 == pBound, "Don't call twice." ); in _GetBoundRect()
704 pBound = new Rectangle( mpPolyPolygon->GetBoundRect() ); in _GetBoundRect()
705 return *pBound; in _GetBoundRect()

Completed in 33 milliseconds