/aoo4110/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 278 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 …]
|
/aoo4110/main/svx/source/form/ |
H A D | fmview.cxx | 131 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 D | fmpage.cxx | 151 SfxObjectShell* pObjShell = pDrawModel->GetObjectShell(); in SetModel() local 152 if ( pObjShell ) in SetModel() 153 xAsChild->setParent( pObjShell->GetModel() ); in SetModel()
|
H A D | fmpgeimp.cxx | 345 SfxObjectShell* pObjShell = pFormsModel ? pFormsModel->GetObjectShell() : NULL; in getForms() local 346 if ( pObjShell ) in getForms() 347 xAsChild->setParent( pObjShell->GetModel() ); in getForms()
|
H A D | navigatortreemodel.cxx | 254 SfxObjectShell* pObjShell = m_pFormShell->GetFormModel()->GetObjectShell(); in SetModified() local 255 if( !pObjShell ) return; in SetModified() 256 pObjShell->SetModified( bMod ); in SetModified()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 278 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()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | event.hxx | 47 SfxObjectShell* pObjShell; member in SfxEventHint 54 : pObjShell(pObj), in SfxEventHint() 66 { return pObjShell; } in GetObjShell()
|
H A D | objsh.hxx | 841 SfxObjectShellItem( SfxObjectShell *pObjShell ): in SfxObjectShellItem() argument 843 pObjSh( pObjShell ) in SfxObjectShellItem() 846 SfxObjectShell *pObjShell ): in SfxObjectShellItem() argument 848 pObjSh( pObjShell ) in SfxObjectShellItem()
|
/aoo4110/main/sfx2/source/control/ |
H A D | dispatch.cxx | 1204 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 …]
|
/aoo4110/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 95 SfxObjectShell* pObjShell = NULL; in SfxStatusBarControllerFactory() local 114 … pObjShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in SfxStatusBarControllerFactory() 118 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxStatusBarControllerFactory()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basobj3.cxx | 507 SfxObjectShell* pObjShell = pView->GetObjectShell(); in GetBindingsPtr() local 508 if ( pObjShell && pObjShell->ISA( BasicDocShell ) ) in GetBindingsPtr()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 406 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in DoApply() local 407 pObjShell->DoClose(); in DoApply()
|
/aoo4110/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 159 SfxObjectShell* pObjShell = NULL; in SfxToolBoxControllerFactory() local 178 … pObjShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle )); in SfxToolBoxControllerFactory() 182 SfxModule* pModule = pObjShell ? pObjShell->GetModule() : NULL; in SfxToolBoxControllerFactory()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appserv.cxx | 940 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 D | workwin.cxx | 1409 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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | frmview.cxx | 267 SfxObjectShell* pObjShell = pDrawDoc->GetObjectShell(); in FrameView() local 268 if( pObjShell && pObjShell->IsReadOnly() ) in FrameView()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 315 SfxObjectShell* pObjShell = GetViewFrame()->GetObjectShell(); in GetDocShell() local 316 return PTR_CAST(SwDocShell, pObjShell); in GetDocShell()
|
H A D | pview.cxx | 1317 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in SwPagePreView() local 1321 SfxViewFrame *pF = SfxViewFrame::GetFirst( pObjShell ); in SwPagePreView() 1323 pF = SfxViewFrame::GetNext( *pF, pObjShell ); in SwPagePreView()
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewprn.cxx | 652 SfxObjectShell *pObjShell = GetObjectShell(); in ExecPrint() local 654 makeAny( rtl::OUString( pObjShell->GetTitle(0) ) ) ); in ExecPrint()
|
H A D | viewfrm.cxx | 1541 SfxObjectShell* pObjShell in SfxViewFrame() argument 1560 Construct_Impl( pObjShell ); in SfxViewFrame()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 170 SfxObjectShell* pObjShell = mpViewShell->GetViewFrame()->GetObjectShell(); in Init() local 171 if(!pObjShell->IsReadOnly()) in Init()
|
/aoo4110/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 378 SvxMacro* SfxEvents_Impl::ConvertToMacro( const ANY& rElement, SfxObjectShell* pObjShell, sal_Bool … in ConvertToMacro() argument 384 NormalizeMacro( rElement, aAny, pObjShell ); in ConvertToMacro()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1794 SfxObjectShell * const pObjShell( GetDocShell() ); in UpdateDocStat() local 1795 if (pObjShell) in UpdateDocStat() 1798 pObjShell->GetModel(), uno::UNO_QUERY_THROW); in UpdateDocStat() 1803 const ModifyBlocker_Impl b(pObjShell); in UpdateDocStat()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | workwin.hxx | 284 static sal_Bool IsPluginMode( SfxObjectShell* pObjShell );
|
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3448 SfxObjectShell* pObjShell = SfxBaseModel::GetObjectShell(); in getUIConfigurationManager() local 3463 ConvertSlotsToCommands( pObjShell, xToolbar ); in getUIConfigurationManager()
|