Home
last modified time | relevance | path

Searched refs:pShell (Results 1 – 25 of 241) sorted by relevance

12345678910

/AOO41X/main/sd/source/ui/view/
H A DFormShellManager.cxx48 virtual void ReleaseShell (SfxShell* pShell);
92 ViewShell* pShell = mrBase.GetMainViewShell().get(); in ~FormShellManager() local
93 if (pShell != NULL) in ~FormShellManager()
94 mrBase.GetViewShellManager()->RemoveSubShellFactory(pShell,mpSubShellFactory); in ~FormShellManager()
158 ViewShell* pShell = mrBase.GetMainViewShell().get(); in RegisterAtCenterPane() local
159 if (pShell == NULL) in RegisterAtCenterPane()
164 if (pShell->GetShellType() == ViewShell::ST_SLIDE_SORTER) in RegisterAtCenterPane()
167 mpMainViewShellWindow = pShell->GetActiveWindow(); in RegisterAtCenterPane()
181 mpSubShellFactory.reset(new FormShellManagerFactory(*pShell, *this)); in RegisterAtCenterPane()
182 mrBase.GetViewShellManager()->AddSubShellFactory(pShell,mpSubShellFactory); in RegisterAtCenterPane()
[all …]
H A DViewShellManager.cxx67 ShellDescriptor (SfxShell* pShell, ShellId nId);
83 IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell() argument
144 void TakeShellsFromStack (const SfxShell* pShell);
239 void Deactivate (SfxShell* pShell);
242 SfxShell* pShell,
304 void ViewShellManager::DeactivateViewShell (const ViewShell* pShell) in DeactivateViewShell() argument
306 if (mbValid && pShell!=NULL) in DeactivateViewShell()
307 mpImpl->DeactivateViewShell(*pShell); in DeactivateViewShell()
363 void ViewShellManager::ActivateShell (SfxShell* pShell) in ActivateShell() argument
365 if (mbValid && pShell!=NULL) in ActivateShell()
[all …]
H A DViewShellBase.cxx314 ViewShell* pShell = GetMainViewShell().get(); in ~ViewShellBase() local
315 if (pShell!=NULL in ~ViewShellBase()
316 && pShell->GetActiveWindow()!=NULL in ~ViewShellBase()
317 && pShell->GetActiveWindow()->GetParent()!=NULL) in ~ViewShellBase()
319 pShell->GetActiveWindow()->GetParent()->Hide(); in ~ViewShellBase()
563 ::sd::ViewShell* pShell = GetMainViewShell().get(); in DoVerb()
564 if (pShell != NULL) in DoVerb()
565 aResult = pShell->DoVerb (nVerb); in DoVerb()
781 ViewShell* pShell = GetMainViewShell().get(); in WriteUserDataSequence() local
782 if (pShell != NULL) in WriteUserDataSequence()
[all …]
/AOO41X/main/svx/source/dialog/
H A Dgrfflt.cxx53 SfxObjectShell* pShell = pViewFrame ? pViewFrame->GetObjectShell() : NULL; in ExecuteGrfFilterSlot() local
61 if( pShell ) in ExecuteGrfFilterSlot()
62 pShell->SetWaitCursor( sal_True ); in ExecuteGrfFilterSlot()
79 if( pShell ) in ExecuteGrfFilterSlot()
80 pShell->SetWaitCursor( sal_False ); in ExecuteGrfFilterSlot()
86 if( pShell ) in ExecuteGrfFilterSlot()
87 pShell->SetWaitCursor( sal_True ); in ExecuteGrfFilterSlot()
104 if( pShell ) in ExecuteGrfFilterSlot()
105 pShell->SetWaitCursor( sal_False ); in ExecuteGrfFilterSlot()
111 if( pShell ) in ExecuteGrfFilterSlot()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsvbahelper.cxx78 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in findShellForUrl() local
91 while ( pShell ) in findShellForUrl()
94 uno::Reference< frame::XModel > xModel = pShell->GetModel(); in findShellForUrl()
100 OSL_TRACE("shell 0x%x has model with url %s and we look for %s", pShell in findShellForUrl()
117 pFoundShell = pShell; in findShellForUrl()
132 pFoundShell = pShell; in findShellForUrl()
158 pFoundShell = pShell; in findShellForUrl()
163 pShell = SfxObjectShell::GetNext( *pShell ); in findShellForUrl()
171 bool hasMacro( SfxObjectShell* pShell, const String& sLibrary, String& sMod, const String& sMacro ) in hasMacro() argument
180 BasicManager* pBasicMgr = pShell-> GetBasicManager(); in hasMacro()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx136 SlideSorterViewShell* pShell in FuTemporary() local
138 if (pShell == NULL) in FuTemporary()
146 pShell->Cancel(); in FuTemporary()
172 pShell->ArrangeGUIElements (); in FuTemporary()
192 pShell->GetViewFrame()->GetFrame().GetFrameInterface()); in FuTemporary()
199 pShell, in FuTemporary()
208 pShell, in FuTemporary()
217 pShell, in FuTemporary()
226 pShell, in FuTemporary()
264 pShell->mpImpl->AssignLayout( rRequest, mrSlideSorter.GetModel().GetPageType() ); in FuTemporary()
[all …]
/AOO41X/main/sw/source/ui/app/
H A Ddocst.cxx100 SwWrtShell* pShell = pSh ? pSh : GetWrtShell(); in StateStyleSheet() local
101 if(!pShell) in StateStyleSheet()
112 SfxViewFrame* pFrame = pShell->GetView().GetViewFrame(); in StateStyleSheet()
128 if(pShell->IsFrmSelected()) in StateStyleSheet()
130 SwFrmFmt* pFmt = pShell->GetCurFrmFmt(); in StateStyleSheet()
136 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet()
144 if( !pShell->IsFrmSelected() ) in StateStyleSheet()
146 SwCharFmt* pFmt = pShell->GetCurCharFmt(); in StateStyleSheet()
157 if(!pShell->IsFrmSelected()) in StateStyleSheet()
159 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet()
[all …]
/AOO41X/main/basctl/source/basicide/
H A Ddocsignature.cxx55 SfxObjectShell* pShell; member
57 DocumentSignature_Data() : pShell( NULL ) { } in DocumentSignature_Data()
71 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in DocumentSignature() local
72 while ( pShell ) in DocumentSignature()
74 if ( pShell->GetModel() == xDocument ) in DocumentSignature()
76 pShell = SfxObjectShell::GetNext( *pShell ); in DocumentSignature()
78 m_pData->pShell = pShell; in DocumentSignature()
90 return ( m_pData->pShell != NULL ); in supportsSignatures()
97 if ( m_pData->pShell ) in signScriptingContent()
98 m_pData->pShell->SignScriptingContent(); in signScriptingContent()
[all …]
/AOO41X/main/cui/source/tabpages/
H A Dtabarea.cxx117 SfxObjectShell* pShell = SfxObjectShell::Current(); in SavePalettes() local
129 if ( pShell ) in SavePalettes()
130 pShell->PutItem( aColorTableItem ); in SavePalettes()
141 if ( pShell ) in SavePalettes()
142 pShell->PutItem( aItem ); in SavePalettes()
153 if ( pShell ) in SavePalettes()
154 pShell->PutItem( aItem ); in SavePalettes()
165 if ( pShell ) in SavePalettes()
166 pShell->PutItem( aItem ); in SavePalettes()
185 if ( pShell ) in SavePalettes()
[all …]
H A Dtabline.cxx139 SfxObjectShell* pShell = SfxObjectShell::Current(); in SavePalettes() local
143 if ( pShell ) in SavePalettes()
144 pShell->PutItem( SvxColorTableItem( maNewColorTab, SID_COLOR_TABLE ) ); in SavePalettes()
150 if ( pShell ) in SavePalettes()
151 pShell->PutItem( SvxDashListItem( maNewDashList, SID_DASH_LIST ) ); in SavePalettes()
157 if ( pShell ) in SavePalettes()
158 pShell->PutItem( SvxLineEndListItem( maNewLineEndList, SID_LINEEND_LIST ) ); in SavePalettes()
172 if ( pShell ) in SavePalettes()
173 pShell->PutItem( SvxDashListItem( maDashList, SID_DASH_LIST ) ); in SavePalettes()
182 if ( pShell ) in SavePalettes()
[all …]
/AOO41X/main/sfx2/source/control/
H A Ddispatch.cxx1094 SfxShell *pShell = 0; in ExecuteFunction() local
1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1102 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1114 SfxAllItemSet aSet( pShell->GetPool() ); in ExecuteFunction()
1118 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1123 SfxRequest aReq( nSlot, eCall, pShell->GetPool() ); in ExecuteFunction()
1124 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1151 SfxShell *pShell = 0; in ExecuteFunction() local
1155 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1159 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
[all …]
H A Drequest.cxx73 SfxShell* pShell; // ausgef"uhrt an dieser Shell member
164 pImp->pShell = 0; in SfxRequest()
208 pImp->pShell = 0; in SfxRequest()
213 …if( pImp->pViewFrame->GetDispatcher()->GetShellAndSlot_Impl( nSlotId, &pImp->pShell, &pImp->pSlot,… in SfxRequest()
215 pImp->SetPool( &pImp->pShell->GetPool() ); in SfxRequest()
217 pImp->aTarget = pImp->pShell->GetName(); in SfxRequest()
251 pImp->pShell = 0; in SfxRequest()
274 pImp->pShell = 0; in SfxRequest()
302 pImp->pShell = 0; in SfxRequest()
428 pImp->pShell = &rSh; in Record_Impl()
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dappdde.cxx101 SfxDdeDocTopic_Impl( SfxObjectShell* pShell ) in SfxDdeDocTopic_Impl() argument
102 : DdeTopic( pShell->GetTitle(SFX_TITLE_FULLNAME) ), pSh( pShell ) in SfxDdeDocTopic_Impl()
565 SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType ); in MakeTopic() local
566 while( pShell ) in MakeTopic()
568 String sTmp( pShell->GetTitle(SFX_TITLE_FULLNAME) ); in MakeTopic()
572 SFX_APP()->AddDdeTopic( pShell ); in MakeTopic()
576 pShell = SfxObjectShell::GetNext( *pShell, &aType ); in MakeTopic()
601 0 != ( pShell = ((SfxViewFrameItem*)pRet) in MakeTopic()
604 SFX_APP()->AddDdeTopic( pShell ); in MakeTopic()
619 SfxObjectShell* pShell = SfxObjectShell::GetFirst( &aType ); in Topics() local
[all …]
H A Dlinkmgr2.cxx314 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
316 if (pShell) in SetUserAllowsLinkUpdate()
318 …comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = pShell->getEmbeddedObjectContainer… in SetUserAllowsLinkUpdate()
626 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
627 if( pShell && pShell->GetMedium() ) in Connect()
629 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
630 …SFX_ITEMSET_ARG( pShell->GetMedium()->GetItemSet(), pItem, SfxUInt16Item, SID_UPDATEDOCMODE, sal_F… in Connect()
638 if ( !pShell ) in Connect()
641 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
644 while( pShell ) in Connect()
[all …]
/AOO41X/main/sw/source/filter/basflt/
H A Dshellio.cxx766 : pStrm(&rStrm), pMedium(0), pOutPam(0), pShell(&rShell), in SwWriter()
772 : pStrm(&rStrm), pMedium(0), pOutPam(0), pShell(0), rDoc(rDocument), in SwWriter()
778 : pStrm(&rStrm), pMedium(0), pOutPam(&rPam), pShell(0), in SwWriter()
784 : pStrm(0), xStg( rStg ), pMedium(0), pOutPam(0), pShell(0), rDoc(rDocument), bWriteAll(true) in SwWriter()
789 : pStrm(0), pMedium(&rMedium), pOutPam(0), pShell(&rShell), in SwWriter()
795 : pStrm(0), pMedium(&rMedium), pOutPam(0), pShell(0), rDoc(rDocument), in SwWriter()
811 if ( pShell && !bWriteAll && pShell->IsTableMode() ) in Write()
823 GetTblSel( *pShell, aBoxes ); in Write()
832 if( !bWriteAll && ( pShell || pOutPam )) in Write()
834 if( pShell ) in Write()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dview.cxx290 if ( pShell ) in SelectShell()
340 pShell = new SwOleShell( *this ); in SelectShell()
341 rDispatcher.Push( *pShell ); in SelectShell()
347 pShell = new SwFrameShell( *this ); in SelectShell()
348 rDispatcher.Push( *pShell ); in SelectShell()
352 pShell = new SwGrfShell( *this ); in SelectShell()
353 rDispatcher.Push( *pShell ); in SelectShell()
359 pShell = new SwDrawShell( *this ); in SelectShell()
360 rDispatcher.Push( *pShell ); in SelectShell()
365 pShell = new SwBezierShell( *this ); in SelectShell()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Dnotxtfrm.cxx874 ViewShell* pShell = getRootFrm()->GetCurrShell(); in PaintPicture() local
889 ::SwAlignRect( aAlignedGrfArea, pShell ); in PaintPicture()
943 ::sfx2::LinkManager& linkMgr = pShell->GetDoc()->GetLinkManager(); in PaintPicture()
944 … if ( !linkMgr.urlIsVendor( aUrl ) && linkMgr.GetUserAllowsLinkUpdate( pShell->GetWin() ) ) { in PaintPicture()
953 ::lcl_PaintReplacement( aAlignedGrfArea, aTxt, *pShell, this, sal_False ); in PaintPicture()
965 !pShell->IsPreView() && in PaintPicture()
966 … !pShell->GetAccessibilityOptions()->IsStopAnimatedGraphics() && in PaintPicture()
968 pShell->GetWin(); in PaintPicture()
972 FindFlyFrm() != ::GetFlyFromMarked( 0, pShell )) in PaintPicture()
975 if( pOut == pShell->GetOut() && SwRootFrm::FlushVout() ) in PaintPicture()
[all …]
/AOO41X/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx74 SfxShell* pShell, in AddSubShell() argument
77 if (pShell != NULL) in AddSubShell()
79 maSubShells[nId] = ShellDescriptor(pShell,pWindow); in AddSubShell()
109 void SidebarShellManager::RemoveSubShell (const SfxShell* pShell) in RemoveSubShell() argument
111 if (pShell != NULL) in RemoveSubShell()
115 if (iShell->second.mpShell == pShell) in RemoveSubShell()
130 void SidebarShellManager::MoveToTop (SfxShell* pShell) in MoveToTop() argument
134 if (iShell->second.mpShell == pShell) in MoveToTop()
H A DSidebarShellManager.hxx72 virtual void ReleaseShell (SfxShell* pShell);
78 void AddSubShell (ShellId nId, SfxShell* pShell, ::Window* pWindow);
84 void RemoveSubShell (const SfxShell* pShell);
95 void MoveToTop (SfxShell* pShell);
109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor() argument
/AOO41X/main/sd/source/ui/docshell/
H A Ddocshel3.cxx127 SfxObjectShell* pShell = pFirstShell; in Execute() local
129 while (pShell) in Execute()
131 if (pShell->ISA(DrawDocShell)) in Execute()
133 ( (DrawDocShell*) pShell)->CancelSearching(); in Execute()
136 pShell = SfxObjectShell::GetNext(*pShell); in Execute()
138 if (pShell == pFirstShell) in Execute()
140 pShell = NULL; in Execute()
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshow.cxx743 …PresentationViewShell* pShell = dynamic_cast<PresentationViewShell*>(pFullScreenViewShellBase->Get… in end() local
745 if( pShell && pShell->GetViewFrame() ) in end()
747 …WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pShell->GetViewFrame()->GetTopFrame().GetWindo… in end()
757 PresentationViewShell* pShell = NULL; in end() local
763 pShell = dynamic_cast<PresentationViewShell*>(pSharedView.get()); in end()
765 if( pShell && pShell->GetViewFrame() ) in end()
766 pShell->GetViewFrame()->DoClose(); in end()
1040 …::boost::shared_ptr<PresentationViewShell> pShell = ::boost::dynamic_pointer_cast<PresentationView… in activate()
1041 if(pShell.get() != NULL) in activate()
1043 pShell->FinishInitialization( mpFullScreenFrameView ); in activate()
[all …]
/AOO41X/main/sfx2/source/view/
H A Dviewsh.cxx765 … SfxViewShell *pShell = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl() local
766 if ( pShell->GetInterface()->GetSlot( nId ) ) in ExecMisc_Impl()
767 pShell->ExecuteSlot( rReq ); in ExecMisc_Impl()
1504 void SfxViewShell::SetSubShell( SfxShell *pShell ) in SetSubShell() argument
1528 if ( pShell ) in SetSubShell()
1529 pDisp->Push(*pShell); in SetSubShell()
1533 pSubShell = pShell; in SetSubShell()
1547 void SfxViewShell::RemoveSubShell( SfxShell* pShell ) in RemoveSubShell() argument
1550 if ( !pShell ) in RemoveSubShell()
1564 sal_uInt16 nPos = pImp->aArr.GetPos( pShell ); in RemoveSubShell()
[all …]
H A Dframe2.cxx167 SfxViewShell* pShell = pView ? pView->GetViewShell() : NULL; in PreNotify() local
168 if ( pShell && pShell->HasKeyListeners_Impl() && pShell->HandleNotifyEvent_Impl( rNEvt ) ) in PreNotify()
175 SfxViewShell* pShell = pView ? pView->GetViewShell() : NULL; in PreNotify() local
176 if ( pShell ) in PreNotify()
177 if ( pWindow == pShell->GetWindow() || pShell->GetWindow()->IsChild( pWindow ) ) in PreNotify()
178 … if ( pShell->HasMouseClickListeners_Impl() && pShell->HandleNotifyEvent_Impl( rNEvt ) ) in PreNotify()
/AOO41X/main/sw/source/core/view/
H A Dvprint.cxx495 ViewShell *pShell; in PrintOrPDFExport() local
505 pShell = new ViewShell( *this, 0, pOutDev ); in PrintOrPDFExport()
507 SdrView *pDrawView = pShell->GetDrawView(); in PrintOrPDFExport()
517 SET_CURR_SHELL( pShell ); in PrintOrPDFExport()
521 pShell->pOpt->SetReadonly( sal_True ); in PrintOrPDFExport()
524 SwDrawViewSave aDrawViewSave( pShell->GetDrawView() ); in PrintOrPDFExport()
526 pShell->PrepareForPrint( rPrintData ); in PrintOrPDFExport()
552 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
568 pShell->InitPrt( pOutDev ); in PrintOrPDFExport()
571 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
[all …]
/AOO41X/main/vbahelper/inc/vbahelper/
H A Dvbaaccesshelper.hxx40 …s::uno::Reference< css::lang::XMultiServiceFactory > getVBAServiceFactory( SfxObjectShell* pShell ) in getVBAServiceFactory() argument
43 … if ( !pShell || ! pShell->GetBasicManager()->GetGlobalUNOConstant( "VBAGlobals", aUnoVar ) ) in getVBAServiceFactory()
49 …< css::uno::XInterface > createVBAUnoAPIServiceWithArgs( SfxObjectShell* pShell, const sal_Char* … in createVBAUnoAPIServiceWithArgs() argument
51 OSL_PRECOND( pShell, "createVBAUnoAPIService: no shell!" ); in createVBAUnoAPIServiceWithArgs()
53 …css::uno::Reference< css::uno::XInterface > xIf = getVBAServiceFactory( pShell )->createInstanceWi… in createVBAUnoAPIServiceWithArgs()

12345678910