Home
last modified time | relevance | path

Searched refs:mpShell (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx61 SfxShell* mpShell; member in sd::__anon0c197f9a0111::ShellDescriptor
85 { return rDescriptor.mpShell == mpShell; } in operator ()()
87 const SfxShell* mpShell; member in sd::__anon0c197f9a0111::IsShell
516 aResult.mpShell = pViewShell; in ActivateViewShell()
520 if (aResult.mpShell != NULL) in ActivateViewShell()
582 aDescriptor.mpShell = &rShell; in ActivateShell()
844 pShell = iShell->mpShell; in GetShell()
1422 : mpShell(NULL), in ShellDescriptor()
1435 : mpShell(pShell), in ShellDescriptor()
1446 : mpShell(rDescriptor.mpShell), in ShellDescriptor()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx41 mpShell( 0 ), in VbaEventsHelperBase()
47 mpShell = getSfxObjShell( mxModel ); in VbaEventsHelperBase()
52 mbDisposed = mpShell == 0; in VbaEventsHelperBase()
96 if( mbDisposed || !mxModel.is() || !mpShell ) in processVbaEvent()
125 executeMacro( mpShell, aMacroPath, aVbaArgs, aRet, aCaller ); in processVbaEvent()
246 mpShell = 0; in stopListening()
292 maLibraryName = getDefaultProjectName( mpShell ); in ensureVBALibrary()
341 …rPathMap[ rInfo.mnEventId ] = resolveVBAMacro( mpShell, maLibraryName, rModuleName, rInfo.maMacroN… in updateModulePathMap()
/trunk/main/sd/source/ui/framework/factories/
H A DChildWindowPane.cxx50 mpShell(pShell), in ChildWindowPane()
53 mrViewShellBase.GetViewShellManager()->ActivateShell(mpShell.get()); in ChildWindowPane()
124 mrViewShellBase.GetViewShellManager()->DeactivateShell(mpShell.get()); in disposing()
125 mpShell.reset(); in disposing()
153 if ( ! mbHasBeenActivated && mpShell.get()!=NULL && ! mpShell->IsActive()) in GetWindow()
H A DChildWindowPane.hxx116 ::std::auto_ptr<SfxShell> mpShell;
/trunk/main/sw/source/core/text/
H A Datrstck.cxx393 SwAttrHandler::SwAttrHandler() : mpShell( 0 ), pFnt( 0 ), bVertLayout( sal_False ) in SwAttrHandler()
413 mpShell = pSh; in Init()
429 mpShell = pSh; in Init()
494 if ( lcl_ChgHyperLinkColor( rAttr, *pItem, mpShell, &aColor ) ) in PushAndChg()
536 && !lcl_ChgHyperLinkColor( *pTopAttr, rItem, mpShell, 0 ) ) ) in Push()
631 if ( lcl_ChgHyperLinkColor( *pTopAt, *pItemNext, mpShell, &aColor ) ) in ActivateTop()
755 if( (mpShell && !mpShell->GetWin()) || in FontChg()
840 if( mpShell && mpShell->GetWin()) in FontChg()
H A Datrhndl.hxx96 const ViewShell* mpShell; member in SwAttrHandler
/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx92 BasicIDEShell* mpShell; member in ContainerListenerImpl
95 ContainerListenerImpl( BasicIDEShell* pShell ) : mpShell( pShell ) {} in ContainerListenerImpl()
135 if( mpShell && ( Event.Accessor >>= sModuleName ) ) in elementInserted()
136mpShell->FindBasWin( mpShell->m_aCurDocument, mpShell->m_aCurLibName, sModuleName, sal_True, sal_F… in elementInserted()
142 if( mpShell && ( Event.Accessor >>= sModuleName ) ) in elementRemoved()
144 …IDEBaseWindow* pWin = mpShell->FindWindow( mpShell->m_aCurDocument, mpShell->m_aCurLibName, sModul… in elementRemoved()
146 mpShell->RemoveWindow( pWin, sal_True, sal_True ); in elementRemoved()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx49 RemoveSubShell(maSubShells.begin()->second.mpShell); in ~SidebarShellManager()
59 return iShell->second.mpShell; in CreateShell()
115 if (iShell->second.mpShell == pShell) in RemoveSubShell()
134 if (iShell->second.mpShell == pShell) in MoveToTop()
H A DSidebarShellManager.hxx106 SfxShell* mpShell; member in sd::sidebar::SidebarShellManager::ShellDescriptor
108 ShellDescriptor(void) : mpShell(NULL),mpWindow(NULL){} in ShellDescriptor()
109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx704 SfxObjectShell* mpShell; member in EventListener
709 OPropertyContainer(GetBroadcastHelper()), m_xContext( rxContext ), m_bDocClosed(sal_False), mpShell in EventListener()
720 mpShell = 0; in setShellFromModel()
726 mpShell = pShell; in setShellFromModel()
919 if ( xScriptProvider.is() && mpShell ) in firing_Impl()
927 StarBASIC* pBasic = mpShell->GetBasic(); in firing_Impl()
974 if ( mpShell ) in firing_Impl()
977 mpShell->CallXScript( url, in firing_Impl()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx526 mpDocShell = dynamic_cast< ScDocShell* >( mpShell ); // mpShell from base class in ScVbaEventsHelper()
639 if( !mpShell || !mpDoc ) in implPrepareEvent()
879 …xVbaRange.set( createVBAUnoAPIServiceWithArgs( mpShell, "ooo.vba.excel.Range", aArgs ), uno::UNO_Q… in createRange()
891 …uno::Reference< uno::XInterface > xHyperlink( createVBAUnoAPIServiceWithArgs( mpShell, "ooo.vba.ex… in createHyperlink()
902 …uno::Reference< uno::XInterface > xWindow( createVBAUnoAPIServiceWithArgs( mpShell, "ooo.vba.excel… in createWindow()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaeventshelperbase.hxx171 SfxObjectShell* mpShell; member in VbaEventsHelperBase

Completed in 58 milliseconds