Searched refs:pPaperMin (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotxed.cxx | 143 void SdrTextObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle… in TakeTextEditArea() argument 274 if (pPaperMin!=NULL) *pPaperMin=aPaperMin; in TakeTextEditArea()
|
H A D | svdomeas.cxx | 1318 void SdrMeasureObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectan… in TakeTextEditArea() argument 1321 SdrTextObj::TakeTextEditArea(pPaperMin,pPaperMax,pViewInit,pViewMin); in TakeTextEditArea()
|
H A D | svdoashp.cxx | 2858 void SdrObjCustomShape::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Re… in TakeTextEditArea() argument 2944 if (pPaperMin!=NULL) *pPaperMin=aPaperMin; in TakeTextEditArea()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdotable.hxx | 264 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p… 265 …virtual void TakeTextEditArea(const sdr::table::CellPos& rPos, Size* pPaperMin, Size* pPaperMax, R…
|
H A D | svdomeas.hxx | 146 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
|
H A D | svdoashp.hxx | 221 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
|
H A D | svdotext.hxx | 468 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 1667 void SdrTableObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangl… in TakeTextEditArea() argument 1670 TakeTextEditArea( mpImpl->maEditPos, pPaperMin, pPaperMax, pViewInit, pViewMin ); in TakeTextEditArea() 1675 void SdrTableObj::TakeTextEditArea( const CellPos& rPos, Size* pPaperMin, Size* pPaperMax, Rectangl… in TakeTextEditArea() argument 1744 if (pPaperMin!=NULL) *pPaperMin=aPaperMin; in TakeTextEditArea()
|
Completed in 328 milliseconds