Searched refs:SwOleClient (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/ui/uiview/ |
H A D | swcli.cxx | 42 SwOleClient::SwOleClient( SwView *pView, SwEditWin *pWin, const svt::EmbeddedObjectRef& xObj ) : in SwOleClient() function in SwOleClient 49 void SwOleClient::RequestNewObjectArea( Rectangle& aLogRect ) in RequestNewObjectArea() 94 void SwOleClient::ObjectAreaChanged() in ObjectAreaChanged() 103 void SwOleClient::ViewChanged() in ViewChanged() 164 void SwOleClient::MakeVisible() in MakeVisible() 171 void SwOleClient::FormatChanged() in FormatChanged()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 459 pClient = new SwOleClient( &GetView(), &GetView().GetEditWin(), xObj ); in InsertObject() 643 pCli = new SwOleClient( &GetView(), &GetView().GetEditWin(), xRef ); in LaunchOLEObj() 645 ((SwOleClient*)pCli)->SetInDoVerb( sal_True ); in LaunchOLEObj() 650 ((SwOleClient*)pCli)->SetInDoVerb( sal_False ); in LaunchOLEObj() 771 pCli = new SwOleClient( &GetView(), &GetView().GetEditWin(), xObj ); in CalcAndSetScale() 910 pCli = new SwOleClient( &GetView(), &GetView().GetEditWin(), xObj ); in ConnectObj()
|
/trunk/main/sw/inc/ |
H A D | swcli.hxx | 36 class SwOleClient : public SfxInPlaceClient class 47 SwOleClient( SwView *pView, SwEditWin *pWin, const svt::EmbeddedObjectRef& );
|
/trunk/main/sw/source/core/frmedt/ |
H A D | feflyole.cxx | 134 if( ((SwOleClient*)pIPClient)->IsCheckForOLEInCaption() != in FinishOLEObj()
|
/trunk/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 274 pClient = new SwOleClient( &pSh->GetView(), &pSh->GetView().GetEditWin(), aEmbObjRef ); in InsertChart()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1868 … pResult = new SwOleClient( &pShell->GetView(), &pShell->GetView().GetEditWin(), xObjRef ); in GetIPClient()
|
Completed in 42 milliseconds