| /AOO41X/main/sfx2/source/view/ |
| H A D | frame.cxx | 96 TYPEINIT1(SfxFrame, SfxListener); 101 SvCompatWeakHdl* SfxFrame::GetHdl() in GetHdl() 107 void SfxFrame::Construct_Impl() in Construct_Impl() 117 SfxFrame::~SfxFrame() in ~SfxFrame() 141 sal_Bool SfxFrame::DoClose() in DoClose() 179 sal_Bool SfxFrame::DoClose_Impl() in DoClose_Impl() 201 sal_Bool SfxFrame::DocIsModified_Impl() in DocIsModified_Impl() 212 sal_uInt16 SfxFrame::PrepareClose_Impl( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose_Impl() 262 SfxFrame* SfxFrame::GetChildFrame( sal_uInt16 nPos ) const in GetChildFrame() 273 void SfxFrame::RemoveChildFrame_Impl( SfxFrame* pFrame ) in RemoveChildFrame_Impl() [all …]
|
| H A D | frame2.cxx | 74 SfxFrame* pFrame; 76 SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow ); 89 SfxFrameWindow_Impl::SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow ) in SfxFrameWindow_Impl() 233 Reference < XFrame > SfxFrame::CreateBlankFrame() in CreateBlankFrame() 249 SfxFrame* SfxFrame::Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidden… in Create() 251 SfxFrame* pFrame = NULL; in Create() 288 for ( pFrame = SfxFrame::GetFirst(); in Create() 290 pFrame = SfxFrame::GetNext( *pFrame ) in Create() 307 SfxFrame* SfxFrame::Create( const Reference < XFrame >& i_rFrame ) in Create() 314 SfxFrame* pFrame = new SfxFrame( *pWindow, false ); in Create() [all …]
|
| H A D | viewfrm.cxx | 303 SfxFrame *pParent = GetFrame().GetParentFrame(); in ExecReload_Impl() 323 SfxFrame& rFrame = GetFrame(); in ExecReload_Impl() 328 SfxFrame *pChild = aIter.FirstFrame(); in ExecReload_Impl() 331 SfxFrame *pNext = aIter.NextFrame( *pChild ); in ExecReload_Impl() 950 SfxFrame* pFrame = &GetTopFrame(); in StateReload_Impl() 960 for( SfxFrame* pNextFrame = aFrameIter.FirstFrame(); in StateReload_Impl() 1540 SfxFrame& rFrame, in SfxViewFrame() 2730 SfxFrame *pFrame = GetFrame().GetParentFrame(); in GetParentViewFrame() 2735 SfxFrame& SfxViewFrame::GetFrame() const in GetFrame() 3604 SfxFrame* pFrame = NULL; in ActivateToolPanel() [all …]
|
| H A D | impframe.hxx | 62 SfxFrame* pFrame; 71 SfxFrame_Impl( SfxFrame* pAntiImplP ) in SfxFrame_Impl()
|
| H A D | impviewframe.hxx | 42 SfxFrame& rFrame; 62 SfxViewFrame_Impl( SfxFrame& i_rFrame ) in SfxViewFrame_Impl()
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | frame.hxx | 72 class SfxFrame; 89 typedef SfxFrame* SfxFramePtr; 111 class SFX2_DLLPUBLIC SfxFrame class 117 SfxFrame* pParentFrame; 124 virtual ~SfxFrame(); 126 SAL_DLLPRIVATE void RemoveChildFrame_Impl( SfxFrame* ); 128 SfxFrame( ); // not implemented 129 SAL_DLLPRIVATE SfxFrame( Window& i_rContainerWindow, bool bHidden ); 134 …static SfxFrame* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFram… 137 …static SfxFrame* Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidde… [all …]
|
| H A D | viewsh.hxx | 50 class SfxFrame; 274 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium );
|
| H A D | viewfrm.hxx | 96 SfxViewFrame( SfxFrame& rFrame, SfxObjectShell *pDoc = NULL ); 177 SfxFrame& GetFrame() const; 183 SfxFrame& GetTopFrame() const in GetTopFrame()
|
| H A D | sfxhelp.hxx | 33 class SfxFrame; 62 static void OpenHelpAgent( SfxFrame* pFrame, const rtl::OString& sHelpId );
|
| H A D | frmhtmlw.hxx | 39 class SfxFrame; 74 String CreateURL( SfxFrame* pFrame );
|
| H A D | docfile.hxx | 56 class SfxFrame; 149 void SetLoadTargetFrame(SfxFrame* pFrame ); 150 SfxFrame* GetLoadTargetFrame() const;
|
| H A D | objsh.hxx | 75 class SfxFrame; 607 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium ); 622 static SfxObjectShell* CreateAndLoadObject( const SfxItemSet& rSet, SfxFrame* pFrame=0 );
|
| H A D | fcontnr.hxx | 45 class SfxFrame; 82 typedef SfxFrameWindow* (*FactoryFunc)( SfxFrame* pParent, const String& rName );
|
| H A D | unoctitm.hxx | 48 class SfxFrame; 60 …o::Reference< ::com::sun::star::frame::XDispatch > TryGetDispatch( SfxFrame* pFrame );
|
| /AOO41X/main/sd/inc/ |
| H A D | sdmod.hxx | 61 class SfxFrame; 162 SfxFrame* ExecuteNewDocument( SfxRequest& rReq ); 165 …static SfxFrame* CreateEmptyDocument( DocumentType eDocType, const ::com::sun::star::uno::Referenc… 166 …static SfxFrame* CreateFromTemplate( const String& rTemplatePath, const ::com::sun::star::uno::Ref…
|
| /AOO41X/main/sd/source/ui/app/ |
| H A D | sdmod1.cxx | 219 SfxFrame* pFrame = ExecuteNewDocument( rReq ); in Execute() 527 SfxFrame* SdModule::CreateFromTemplate( const String& rTemplatePath, const Reference< XFrame >& i_r… in CreateFromTemplate() 529 SfxFrame* pFrame = 0; in CreateFromTemplate() 555 SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) in ExecuteNewDocument() 557 SfxFrame* pFrame = 0; in ExecuteNewDocument() 631 … const SfxPoolItem* pRet = SfxFrame::OpenDocumentSynchron( aSet, xTargetFrame ); in ExecuteNewDocument() 754 SfxFrame* SdModule::CreateEmptyDocument( DocumentType eDocType, const Reference< XFrame >& i_rFrame… in CreateEmptyDocument() 756 SfxFrame* pFrame = 0; in CreateEmptyDocument()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | fwkhelper.cxx | 41 SfxFrame* pFrame=0; in RefreshToolbars() 42 for ( pFrame = SfxFrame::GetFirst(); pFrame; pFrame = SfxFrame::GetNext( *pFrame ) ) in RefreshToolbars()
|
| H A D | app.cxx | 543 SfxFrame& rFrame = SfxViewFrame::GetFirst(&rDoc)->GetFrame(); in QuerySave_Impl() 778 const SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ChooseScript()
|
| /AOO41X/main/sfx2/source/inc/ |
| H A D | workwin.hxx | 377 SfxFrame* pMasterFrame; 378 SfxFrame* pFrame; 380 SfxFrameWorkWin_Impl( Window* pWin, SfxFrame* pFrm, SfxFrame* pMaster );
|
| H A D | preview.hxx | 34 class SfxFrame; 66 PreviewFactory( SfxFrame* pFrame, const String& rName );
|
| /AOO41X/main/sfx2/inc/ |
| H A D | arrdecl.hxx | 65 class SfxFrame; 66 typedef SfxFrame* SfxFramePtr;
|
| /AOO41X/main/scripting/source/protocolhandler/ |
| H A D | scripthandler.cxx | 375 SfxFrame* pFrame = NULL; in getScriptInvocation() 376 for ( pFrame = SfxFrame::GetFirst(); pFrame; pFrame = SfxFrame::GetNext( *pFrame ) ) in getScriptInvocation()
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | unoctitm.cxx | 216 SfxFrame& rFrame = pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(); in GetNewDispatch() 217 SfxFrame *pParent = rFrame.GetParentFrame(); in GetNewDispatch() 237 …nce< ::com::sun::star::frame::XDispatch > SfxUnoControllerItem::TryGetDispatch( SfxFrame *pFrame ) in TryGetDispatch() 240 SfxFrame *pParent = pFrame->GetParentFrame(); in TryGetDispatch()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | drawview.cxx | 575 SfxFrame& rFrame = pViewFrame->GetFrame(); in MarkListHasChanged() 610 SfxFrame& rFrame = pViewSh->GetViewFrame()->GetFrame(); in SdrBeginTextEdit() 631 SfxFrame& rFrame = pViewSh->GetViewFrame()->GetFrame(); in SdrEndTextEdit()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | dockwin.cxx | 361 SfxFrame* pFrame = SfxFrame::GetFirst(); in lcl_getWorkWindowFromXFrame() 362 SfxFrame* pXFrame = 0; in lcl_getWorkWindowFromXFrame() 372 pFrame = SfxFrame::GetNext( *pFrame ); in lcl_getWorkWindowFromXFrame()
|