/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 92 if ( !pClient ) in ConnectObject() 109 pClient->SetObjArea( aRect ); in ConnectObject() 111 ((ScClient*)pClient)->SetGrafEdit( NULL ); in ConnectObject() 131 if ( !pClient ) in ActivateObject() 181 pClient->SetObjArea( aRect ); in ActivateObject() 185 nErr = pClient->DoVerb( nVerb ); in ActivateObject() 278 ScClient* pClient = (ScClient*) GetIPClient(); in DeactivateOle() local 279 if ( pClient && pClient->IsObjectInPlaceActive() && !bUnoRefDialog ) in DeactivateOle() 280 pClient->DeactivateObject(); in DeactivateOle() 338 SfxInPlaceClient* pClient = GetIPClient(); in ExecDrawIns() local [all …]
|
H A D | drawview.cxx | 420 ScClient* pClient = (ScClient*) pViewSh->GetIPClient(); in MarkListHasChanged() local 421 if ( pClient && pClient->IsObjectInPlaceActive() && !bUnoRefDialog ) in MarkListHasChanged() 425 pClient->DeactivateObject(); in MarkListHasChanged() 871 SfxInPlaceClient* pClient = pViewData->GetViewShell()->GetIPClient(); in InsertObjectSafe() local 872 if ( pClient && pClient->IsObjectInPlaceActive() ) in InsertObjectSafe()
|
H A D | tabvwsh8.cxx | 87 void ScTabViewShell::UIDeactivated( SfxInPlaceClient* pClient ) in UIDeactivated() argument 97 SfxViewShell::UIDeactivated( pClient ); in UIDeactivated()
|
H A D | viewfun7.cxx | 219 SfxInPlaceClient* pClient = GetViewData()->GetViewShell()->GetIPClient(); in PasteDraw() local 220 if ( pClient && pClient->IsObjectInPlaceActive() ) in PasteDraw()
|
H A D | tabview3.cxx | 1728 ScClient* pClient = static_cast<ScClient*>(aViewData.GetViewShell()->GetIPClient()); in SetTabNo() local 1729 if ( pClient && pClient->IsObjectInPlaceActive() ) in SetTabNo() 1731 Rectangle aObjArea = pClient->GetObjArea(); in SetTabNo() 1736 SdrOle2Obj* pDrawObj = pClient->GetDrawObj(); in SetTabNo() 1752 pClient->SetObjArea( aObjArea ); in SetTabNo() 2698 SfxInPlaceClient* pClient = aViewData.GetViewShell()->GetIPClient(); in ActivatePart() local 2699 sal_Bool bOleActive = ( pClient && pClient->IsObjectInPlaceActive() ); in ActivatePart()
|
H A D | gridwin.cxx | 1410 SfxInPlaceClient* pClient = pViewData->GetViewShell()->GetIPClient(); in TestMouse() local 1411 sal_Bool bOleActive = ( pClient && pClient->IsObjectInPlaceActive() ); in TestMouse() 1527 SfxInPlaceClient* pClient = pViewSh->GetIPClient(); in HandleMouseButtonDown() local 1528 if ( pClient && in HandleMouseButtonDown() 1529 pClient->IsObjectInPlaceActive() && in HandleMouseButtonDown() 2702 SfxInPlaceClient* pClient = pTabViewSh->GetIPClient(); in Command() local 2703 if ( pClient && in Command() 2704 pClient->IsObjectInPlaceActive() && in Command()
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 50 RscClient * pClient; in InsWinBit() local 58 pClass->SetVariable( nId, pClient, NULL, in InsWinBit() 251 RscClient * pClient; in InitClassWindow() local 274 pClassWindow->SetVariable( nId, pClient, NULL, in InitClassWindow() 282 pClassWindow->SetVariable( nId, pClient, NULL, in InitClassWindow() 959 RscClient * pClient; in InitClassKeyCode() local 985 pClassKeyCode->SetVariable( nId, pClient, NULL, in InitClassKeyCode() 993 pClassKeyCode->SetVariable( nId, pClient, NULL, in InitClassKeyCode() 1002 pClassKeyCode->SetVariable( nId, pClient, NULL, in InitClassKeyCode() 1122 RscClient * pClient; in InitClassMenuItem() local [all …]
|
H A D | rscinit.cxx | 696 RscClient * pClient; in Init() local 701 pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, in Init() 705 pClassSpinButton->SetVariable( nId, pClient, NULL, in Init()
|
/aoo42x/main/sw/source/core/attr/ |
H A D | calbck.cxx | 358 SwClient * pClient = aIter.GoStart(); in CallSwClientNotify() local 359 while (pClient) in CallSwClientNotify() 361 pClient->SwClientNotify( *this, rHint ); in CallSwClientNotify() 362 pClient = ++aIter; in CallSwClientNotify() 369 SwClient * pClient = aIter.First( nType ); in ModifyBroadcast() local 370 while (pClient) in ModifyBroadcast() 372 pClient->Modify( pOldValue, pNewValue ); in ModifyBroadcast() 373 pClient = aIter.Next(); in ModifyBroadcast()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | unowrapper.cxx | 264 Window* pClient = pChild->GetWindow( WINDOW_CLIENT ); in WindowDestroyed() local 265 if ( pClient->GetWindowPeer() ) in WindowDestroyed() 267 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xComp( pClient->GetComponen… in WindowDestroyed() 280 Window* pClient = pOverlap->GetWindow( WINDOW_CLIENT ); in WindowDestroyed() local 282 if ( pClient->GetWindowPeer() && lcl_ImplIsParent( pWindow, pClient ) ) in WindowDestroyed() 284 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xComp( pClient->GetComponen… in WindowDestroyed()
|
/aoo42x/main/autodoc/inc/ary/ |
H A D | stdconstiter.hxx | 77 : pClient(pass_dpIterator) {} in Dyn_StdConstIterator() 81 { pClient = pass_dpIterator; in operator =() 83 client_type & operator*() const { return *pClient.MutablePtr(); } in operator *() 86 Dyn<client_type> pClient; member in ary::Dyn_StdConstIterator
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 196 virtual void OutplaceActivated( sal_Bool bActive, SfxInPlaceClient* pClient ); 197 virtual void InplaceActivating( SfxInPlaceClient* pClient ); 198 virtual void InplaceDeactivated( SfxInPlaceClient* pClient ); 199 virtual void UIActivating( SfxInPlaceClient* pClient ); 200 virtual void UIDeactivated( SfxInPlaceClient* pClient );
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 271 SfxInPlaceClient* pClient = pSh->GetView().FindIPClient( xObj, &pSh->GetView().GetEditWin() ); in InsertChart() local 272 if ( !pClient ) in InsertChart() 274 pClient = new SwOleClient( &pSh->GetView(), &pSh->GetView().GetEditWin(), aEmbObjRef ); in InsertChart() 280 ErrCode nErr = pClient->DoVerb( SVVERB_SHOW ); in InsertChart()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edfld.cxx | 201 for ( SwClient* pClient = aIter.GoStart(); pClient; pClient = ++aIter ) in FieldToText() local 204 pClient->SwClientNotifyCall( *pType, aHint ); in FieldToText()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews1.cxx | 880 Client* pClient = (Client*) GetIPClient(); in DoVerb() local 882 if (pClient) in DoVerb() 883 pClient->SetSdrGrafObj( pTempSdrGrafObj ); in DoVerb() 912 Client* pClient = static_cast<Client*>(GetViewShell()->GetIPClient()); in ActivateObject() local 913 if (pClient) in ActivateObject() 914 pClient->SetSdrGrafObj(NULL); in ActivateObject()
|
H A D | ViewShellBase.cxx | 659 void ViewShellBase::UIActivating( SfxInPlaceClient* pClient ) in UIActivating() argument 665 pViewShell->UIActivating( pClient ); in UIActivating() 667 SfxViewShell::UIActivating( pClient ); in UIActivating() 673 void ViewShellBase::UIDeactivated( SfxInPlaceClient* pClient ) in UIDeactivated() argument 675 SfxViewShell::UIDeactivated( pClient ); in UIDeactivated() 681 pViewShell->UIDeactivated( pClient ); in UIDeactivated()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 1809 …SfxInPlaceClient* pClient = SfxInPlaceClient::GetClient( dynamic_cast<SfxObjectShell*>(pModel->Get… in ImpSetVisAreaSize() local 1814 if ( pClient || bHasOwnClient ) in ImpSetVisAreaSize() 1824 if ( pClient ) in ImpSetVisAreaSize() 1826 aScaleWidth = pClient->GetScaleWidth(); in ImpSetVisAreaSize() 1827 aScaleHeight = pClient->GetScaleHeight(); in ImpSetVisAreaSize() 1871 if( pClient ) in ImpSetVisAreaSize() 1872 pClient->SetObjArea(aRect); in ImpSetVisAreaSize() 1891 if ( pClient ) in ImpSetVisAreaSize() 1894 pClient->SetObjAreaAndScale( aScaleRect, aScaleWidth, aScaleHeight); in ImpSetVisAreaSize()
|
/aoo42x/main/sfx2/source/view/ |
H A D | ipclient.cxx | 906 SfxInPlaceClient* pClient = GetClient( pDoc, xObject ); in GetActiveWindow() local 907 if ( pClient ) in GetActiveWindow() 908 return pClient->GetEditWin(); in GetActiveWindow() 919 SfxInPlaceClient* pClient = pFrame->GetViewShell()->FindIPClient( xObject, NULL ); in GetClient() local 920 if ( pClient ) in GetClient() 921 return pClient; in GetClient()
|
H A D | frame.cxx | 935 …SfxInPlaceClient* pClient = GetCurrentViewFrame()->GetViewShell() ? GetCurrentViewFrame()->GetView… in Resize() local 936 if ( pClient ) in Resize() 938 … uno::Reference < lang::XUnoTunnel > xObj( pClient->GetObject()->getComponent(), uno::UNO_QUERY ); in Resize()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 315 void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew) in ClientModify() argument 321 if( (void*)pClient->GetRegisteredIn() == ((SwPtrMsgPoolItem *)pOld)->pObject ) in ClientModify() 322 ((SwModify*)pClient->GetRegisteredIn())->Remove(pClient); in ClientModify() 327 if( ((SwFmtChg*)pNew)->pChangedFmt == pClient->GetRegisteredIn() && in ClientModify() 329 ((SwModify*)pClient->GetRegisteredIn())->Remove(pClient); in ClientModify()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 267 SfxInPlaceClient* pClient = pViewShell->GetIPClient(); in MouseButtonDown() local 268 sal_Bool bWasOleActive = ( pClient && pClient->IsObjectInPlaceActive() ); in MouseButtonDown()
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hfi_xrefpage.cxx | 56 pClient(&i_ce) in HF_IdlXrefs() 141 aTypeWriter(Env(), rOutCell, true, pClient); in Produce_List()
|
/aoo42x/main/vcl/source/app/ |
H A D | dndhelp.cxx | 81 vcl::unohelper::DragAndDropWrapper::DragAndDropWrapper( DragAndDropClient* pClient ) in DragAndDropWrapper() argument 83 mpClient = pClient; in DragAndDropWrapper()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 456 SfxInPlaceClient* pClient = GetView().FindIPClient( xObj.GetObject(), &GetView().GetEditWin() ); in InsertObject() local 457 if ( !pClient ) in InsertObject() 459 pClient = new SwOleClient( &GetView(), &GetView().GetEditWin(), xObj ); in InsertObject() 478 pClient->DoVerb( SVVERB_SHOW ); in InsertObject()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 847 pClient = new SwFltAnchorClient(this); in SwFltAnchor() 848 pFrmFmt->Add(pClient); in SwFltAnchor() 854 pClient = new SwFltAnchorClient(this); in SwFltAnchor() 855 pFrmFmt->Add(pClient); in SwFltAnchor() 860 delete pClient; in ~SwFltAnchor()
|