Searched refs:TakeTextEditArea (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxed.cxx | 143 void SdrTextObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle… in TakeTextEditArea() function in SdrTextObj 353 TakeTextEditArea(&aPaperMin,&aPaperMax,&aEditArea,NULL); in ImpSetTextEditParams()
|
H A D | svdomeas.cxx | 1318 void SdrMeasureObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectan… in TakeTextEditArea() function in SdrMeasureObj 1321 SdrTextObj::TakeTextEditArea(pPaperMin,pPaperMax,pViewInit,pViewMin); in TakeTextEditArea()
|
H A D | svdedxv.cxx | 197 pTextObj->TakeTextEditArea(&aPaperMin1,&aPaperMax1,&aEditArea1,&aMinArea1); in ModelHasChanged() 668 pTextObj->TakeTextEditArea(NULL,NULL,&aTextEditArea,&aMinTextEditArea); in SdrBeginTextEdit()
|
H A D | svdoashp.cxx | 2858 void SdrObjCustomShape::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Re… in TakeTextEditArea() function in SdrObjCustomShape
|
/aoo41x/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…
|
/aoo41x/main/svx/source/table/ |
H A D | svdotable.cxx | 1667 void SdrTableObj::TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangl… in TakeTextEditArea() function in sdr::table::SdrTableObj 1670 TakeTextEditArea( mpImpl->maEditPos, pPaperMin, pPaperMax, pViewInit, pViewMin ); in TakeTextEditArea() 1675 void SdrTableObj::TakeTextEditArea( const CellPos& rPos, Size* pPaperMin, Size* pPaperMax, Rectangl… in TakeTextEditArea() function in sdr::table::SdrTableObj 2056 TakeTextEditArea(&aPaperMin,&aPaperMax,&aEditArea,NULL); in BegTextEdit()
|
Completed in 73 milliseconds