Home
last modified time | relevance | path

Searched refs:pShell (Results 101 – 125 of 242) sorted by relevance

12345678910

/trunk/main/sw/source/ui/inc/
H A Dtautofmt.hxx85 SwWrtShell* pShell; member in SwAutoFormatDlg
104 SwAutoFormatDlg( Window* pParent, SwWrtShell* pShell,
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx177 if( !pShell ) in GetState()
180 const SfxPoolItem* pState = pShell->GetSlotState(SID_UNDO); in GetState()
400 if( !pShell ) in GetState()
H A Duivwimp.cxx67 SwView_Impl::SwView_Impl(SwView* pShell) : in SwView_Impl() argument
69 pView(pShell), in SwView_Impl()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx102 void lcl_setModified( SfxObjectShell* pShell ) in lcl_setModified() argument
104 if ( pShell ) in lcl_setModified()
106 …com::sun::star::uno::Reference< com::sun::star::util::XModifiable > xModif( pShell->GetModel(), co… in lcl_setModified()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx336 BasicIDEShell* pShell = IDE_DLL()->GetShell(); in StopBasic() local
337 if ( pShell ) in StopBasic()
339 IDEWindowTable& rWindows = pShell->GetIDEWindowTable(); in StopBasic()
H A Dunomodel.cxx121 SfxObjectShell* pShell = new BasicDocShell(); in SIDEModel_createInstance() local
122 return uno::Reference< uno::XInterface >( pShell->GetModel() ); in SIDEModel_createInstance()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1863 SwWrtShell* pShell = GetWrtShell(); in GetIPClient() local
1864 if ( pShell ) in GetIPClient()
1866 …pResult = pShell->GetView().FindIPClient( xObjRef.GetObject(), (Window*)&pShell->GetView().GetEdit… in GetIPClient()
1868 … pResult = new SwOleClient( &pShell->GetView(), &pShell->GetView().GetEditWin(), xObjRef ); in GetIPClient()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx174 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in getAltLongDescText() local
175 if (pDrawLayer && pShell) in getAltLongDescText()
972 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in GetDrawNames() local
973 if (pDrawLayer && pShell) in GetDrawNames()
1213 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in DrawNamesChanged() local
1214 if (pDrawLayer && pShell) in DrawNamesChanged()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx332 SfxObjectShell *pShell = pChild->GetCurrentDocument(); in ExecReload_Impl() local
333 if( pShell && pShell->Get_Impl()->bReloadAvailable ) in ExecReload_Impl()
965 SfxObjectShell *pShell = pFrame->GetCurrentDocument(); in StateReload_Impl() local
966 if( pShell && pShell->Get_Impl()->bReloadAvailable ) in StateReload_Impl()
2790 SfxViewShell *pShell = GetViewShell(); in Resize() local
2791 if ( pShell ) in Resize()
2796 DoAdjustPosSizePixel( pShell, aPoint, aSize ); in Resize()
2800 DoAdjustPosSizePixel( pShell, Point(), aSize ); in Resize()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx218 ViewShell* pShell = mrSlideSorter.GetViewShell(); in ConnectToController() local
222 if (pShell==NULL || ! pShell->IsMainViewShell()) in ConnectToController()
/trunk/main/sd/source/ui/dlg/
H A Dbrkdlg.cxx56 DrawDocShell* pShell, in BreakDlg() argument
72 mpProgress = new SfxProgress( pShell, String(SdResId(STR_BREAK_METAFILE)), nSumActionCount*3 ); in BreakDlg()
/trunk/main/sd/source/ui/framework/factories/
H A DChildWindowPane.cxx46 ::std::auto_ptr<SfxShell> pShell) in ChildWindowPane() argument
50 mpShell(pShell), in ChildWindowPane()
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx144 ViewShell *pShell; member in SwFntAccess
150 ViewShell *pShell,
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx100 DrawView::DrawView( DrawDocShell* pDocSh, OutputDevice* pOutDev, DrawViewShell* pShell) in DrawView() argument
101 : ::sd::View(pDocSh->GetDoc(), pOutDev, pShell) in DrawView()
103 , mpDrawViewShell(pShell) in DrawView()
H A DViewClipboard.cxx238 SfxObjectShell* pShell = rTransferable.GetDocShell(); in InsertSlides() local
239 pDataDocSh = (DrawDocShell*) pShell; in InsertSlides()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx159 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in CheckHardRecalcStateCondition() local
160 DBG_ASSERT( pShell, "Missing DocShell :-/" ); in CheckHardRecalcStateCondition()
162 if ( pShell ) in CheckHardRecalcStateCondition()
163pShell->SetError( SCWARN_CORE_HARD_RECALC, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_P… in CheckHardRecalcStateCondition()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx357 SfxEvents_Impl::SfxEvents_Impl( SfxObjectShell* pShell, in SfxEvents_Impl() argument
361 if ( pShell ) in SfxEvents_Impl()
362 maEventNames = pShell->GetEventNames(); in SfxEvents_Impl()
368 mpObjShell = pShell; in SfxEvents_Impl()
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx73 ScAreaLink::ScAreaLink( SfxObjectShell* pShell, const String& rFile, in ScAreaLink() argument
89 DBG_ASSERT(pShell->ISA(ScDocShell), "ScAreaLink mit falscher ObjectShell"); in ScAreaLink()
90 pImpl->m_pDocSh = static_cast< ScDocShell* >( pShell ); in ScAreaLink()
H A Dautostyl.cxx70 ScAutoStyleList::ScAutoStyleList(ScDocShell* pShell) : in ScAutoStyleList() argument
71 pDocSh( pShell ) in ScAutoStyleList()
H A Dservobj.cxx78 ScServerObject::ScServerObject( ScDocShell* pShell, const String& rItem ) : in ScServerObject() argument
80 pDocSh( pShell ), in ScServerObject()
/trunk/main/svx/inc/svx/
H A Dfmview.hxx141 void SetFormShell( FmFormShell* pShell, FormShellAccess ) { pFormShell = pShell; } in SetFormShell() argument
/trunk/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx39 ScDocShell *pShell,ScChangeAction *pAction,sal_Bool bPrevNext) in ScRedComDialog() argument
47 pDocShell=pShell; in ScRedComDialog()
/trunk/main/sw/source/core/fields/
H A Dfldlst.cxx44 SwInputFieldList::SwInputFieldList( SwEditShell* pShell, sal_Bool bBuildTmpLst ) in SwInputFieldList() argument
45 : pSh(pShell) in SwInputFieldList()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx392 sal_uInt16 GetHtmlMode(const SwDocShell* pShell) in GetHtmlMode() argument
395 if(!pShell || PTR_CAST(SwWebDocShell, pShell)) in GetHtmlMode()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerProviders.cxx306 SfxObjectShell* pShell = mxDocumentShell; in LoadDocument() local
307 return PTR_CAST(::sd::DrawDocShell,pShell); in LoadDocument()

Completed in 152 milliseconds

12345678910