Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx278 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Init_Impl() local
279 SfxMedium* pMedium = pObjShell->GetMedium(); in Init_Impl()
299 sal_Bool bEnable = !pObjShell->IsReadOnly(); in Init_Impl()
319 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Open_Impl() local
383 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK() local
384 aDeleteButton.Enable( bEnable!= false && !pObjShell->IsReadOnly() ); in IMPL_LINK()
398 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK() local
414 pObjShell->SetModified( sal_True ); in IMPL_LINK()
430 pObjShell->SetModified( sal_True ); in IMPL_LINK()
449 SfxAllItemSet aSet( pObjShell->GetPool() ); in IMPL_LINK()
[all …]
/trunk/main/svx/source/form/
H A Dfmview.cxx131 SfxObjectShell* pObjShell = pFormModel->GetObjectShell(); in Init() local
132 if ( pObjShell && pObjShell->GetMedium() ) in Init()
135 …if ( pObjShell->GetMedium()->GetItemSet()->GetItemState( SID_COMPONENTDATA, sal_False, &pItem ) ==… in Init()
142 if( pObjShell && pObjShell->IsReadOnly() ) in Init()
H A Dfmpage.cxx151 SfxObjectShell* pObjShell = pDrawModel->GetObjectShell(); in SetModel() local
152 if ( pObjShell ) in SetModel()
153 xAsChild->setParent( pObjShell->GetModel() ); in SetModel()
H A Dfmpgeimp.cxx345 SfxObjectShell* pObjShell = pFormsModel ? pFormsModel->GetObjectShell() : NULL; in getForms() local
346 if ( pObjShell ) in getForms()
347 xAsChild->setParent( pObjShell->GetModel() ); in getForms()
H A Dnavigatortreemodel.cxx254 SfxObjectShell* pObjShell = m_pFormShell->GetFormModel()->GetObjectShell(); in SetModified() local
255 if( !pObjShell ) return; in SetModified()
256 pObjShell->SetModified( bMod ); in SetModified()
/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx278 SfxObjectShell* pObjShell = NULL; in InitControls() local
283 pObjShell = m_pWrtShell->GetView().GetDocShell(); in InitControls()
284 if ( pObjShell ) in InitControls()
285 sDocTitle = pObjShell->GetTitle( SFX_TITLE_TITLE ); in InitControls()
366 else if ( pObjShell && sName.getLength() > 0 ) in InitControls()
368 SfxFilterContainer* pFacCont = pObjShell->GetFactory().GetFilterContainer(); in InitControls()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1204 SfxShell *pObjShell = GetShell(i); in GetSlot() local
1205 SfxInterface *pIFace = pObjShell->GetInterface(); in GetSlot()
2203 SfxShell *pObjShell = GetShell(0); in _TryIntercept_Impl() local
2204 SfxInterface *pIFace = pObjShell->GetInterface(); in _TryIntercept_Impl()
2329 SfxShell *pObjShell = GetShell(i); in _FindServer() local
2330 SfxInterface *pIFace = pObjShell->GetInterface(); in _FindServer()
2333 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in _FindServer()
2371 aMsg += pObjShell->GetInterface()->GetClassName(); in _FindServer()
2377 aStack += pObjShell->GetInterface()->GetClassName(); in _FindServer()
2445 SfxShell *pObjShell = GetShell(i); in HasSlot_Impl() local
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Devent.hxx47 SfxObjectShell* pObjShell; member in SfxEventHint
54 : pObjShell(pObj), in SfxEventHint()
66 { return pObjShell; } in GetObjShell()
H A Dobjsh.hxx864 SfxObjectShellItem( SfxObjectShell *pObjShell ): in SfxObjectShellItem() argument
866 pObjSh( pObjShell ) in SfxObjectShellItem()
869 SfxObjectShell *pObjShell ): in SfxObjectShellItem() argument
871 pObjSh( pObjShell ) in SfxObjectShellItem()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx95 SfxObjectShell* pObjShell = NULL; in SfxStatusBarControllerFactory() local
114pObjShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in SfxStatusBarControllerFactory()
118 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxStatusBarControllerFactory()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx507 SfxObjectShell* pObjShell = pView->GetObjectShell(); in GetBindingsPtr() local
508 if ( pObjShell && pObjShell->ISA( BasicDocShell ) ) in GetBindingsPtr()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx159 SfxObjectShell* pObjShell = NULL; in SfxToolBoxControllerFactory() local
178pObjShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in SfxToolBoxControllerFactory()
182 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxToolBoxControllerFactory()
/trunk/main/cui/source/dialogs/
H A Dhldocntp.cxx406 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in DoApply() local
407 pObjShell->DoClose(); in DoApply()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx267 SfxObjectShell* pObjShell = pDrawDoc->GetObjectShell(); in FrameView() local
268 if( pObjShell && pObjShell->IsReadOnly() ) in FrameView()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx940 SfxObjectShell* pObjShell = pView->GetObjectShell(); in OfaExec_Impl() local
941 if ( pViewShell && pObjShell ) in OfaExec_Impl()
943 … SfxRequest aReq( SID_BASICIDE_SHOWWINDOW, SFX_CALLMODE_SYNCHRON, pObjShell->GetPool() ); in OfaExec_Impl()
H A Dworkwin.cxx1409 sal_Bool SfxWorkWindow::IsPluginMode( SfxObjectShell* pObjShell ) in IsPluginMode() argument
1411 if ( pObjShell && pObjShell->GetMedium() ) in IsPluginMode()
1413 …SFX_ITEMSET_ARG( pObjShell->GetMedium()->GetItemSet(), pViewOnlyItem, SfxBoolItem, SID_VIEWONLY, s… in IsPluginMode()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx652 SfxObjectShell *pObjShell = GetObjectShell(); in ExecPrint() local
654 makeAny( rtl::OUString( pObjShell->GetTitle(0) ) ) ); in ExecPrint()
H A Dviewfrm.cxx1541 SfxObjectShell* pObjShell in SfxViewFrame() argument
1560 Construct_Impl( pObjShell ); in SfxViewFrame()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx170 SfxObjectShell* pObjShell = mpViewShell->GetViewFrame()->GetObjectShell(); in Init() local
171 if(!pObjShell->IsReadOnly()) in Init()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx315 SfxObjectShell* pObjShell = GetViewFrame()->GetObjectShell(); in GetDocShell() local
316 return PTR_CAST(SwDocShell, pObjShell); in GetDocShell()
H A Dpview.cxx1317 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in SwPagePreView() local
1321 SfxViewFrame *pF = SfxViewFrame::GetFirst( pObjShell ); in SwPagePreView()
1323 pF = SfxViewFrame::GetNext( *pF, pObjShell ); in SwPagePreView()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1777 SfxObjectShell * const pObjShell( GetDocShell() ); in UpdateDocStat() local
1778 if (pObjShell) in UpdateDocStat()
1781 pObjShell->GetModel(), uno::UNO_QUERY_THROW); in UpdateDocStat()
1786 const ModifyBlocker_Impl b(pObjShell); in UpdateDocStat()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx381 SvxMacro* SfxEvents_Impl::ConvertToMacro( const ANY& rElement, SfxObjectShell* pObjShell, sal_Bool … in ConvertToMacro() argument
387 NormalizeMacro( rElement, aAny, pObjShell ); in ConvertToMacro()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx284 static sal_Bool IsPluginMode( SfxObjectShell* pObjShell );
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3482 SfxObjectShell* pObjShell = SfxBaseModel::GetObjectShell(); in getUIConfigurationManager() local
3497 ConvertSlotsToCommands( pObjShell, xToolbar ); in getUIConfigurationManager()

Completed in 208 milliseconds