Searched refs:ScClient (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/app/ |
H A D | client.cxx | 54 ScClient::ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pOb… in ScClient() function in ScClient 62 __EXPORT ScClient::~ScClient() in ~ScClient() 66 SdrOle2Obj* ScClient::GetDrawObj() in GetDrawObj() 92 void __EXPORT ScClient::RequestNewObjectArea( Rectangle& aLogicRect ) in RequestNewObjectArea() 154 void __EXPORT ScClient::ObjectAreaChanged() in ObjectAreaChanged() 198 void __EXPORT ScClient::ViewChanged() in ViewChanged() 257 void __EXPORT ScClient::MakeVisible() in MakeVisible()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 94 pClient = new ScClient( this, pWin, GetSdrView()->GetModel(), pObj ); in ConnectObject() 111 ((ScClient*)pClient)->SetGrafEdit( NULL ); in ConnectObject() 132 pClient = new ScClient( this, pWin, GetSdrView()->GetModel(), pObj ); in ActivateObject() 183 ((ScClient*)pClient)->SetGrafEdit( NULL ); in ActivateObject() 278 ScClient* pClient = (ScClient*) GetIPClient(); in DeactivateOle()
|
H A D | drawview.cxx | 420 ScClient* pClient = (ScClient*) pViewSh->GetIPClient(); in MarkListHasChanged()
|
H A D | tabview3.cxx | 1728 ScClient* pClient = static_cast<ScClient*>(aViewData.GetViewShell()->GetIPClient()); in SetTabNo()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | client.hxx | 37 class ScClient : public SfxInPlaceClient class 49 … ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj ); 50 virtual ~ScClient();
|
Completed in 145 milliseconds