Home
last modified time | relevance | path

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

12345678910>>...27

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dviewfrm.hxx49 class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener class
76 virtual ~SfxViewFrame() override;
89 static void SetViewFrame( SfxViewFrame* );
97 static SfxViewFrame* Current();
99 …static SfxViewFrame* GetNext( const SfxViewFrame& rPrev, const SfxObjectShell* pDoc = nullptr, …
104 void DoDeactivate(bool bMDI, SfxViewFrame const *pOld);
140 SfxViewFrame* GetTopViewFrame() const;
251 SAL_DLLPRIVATE static SfxViewFrame* LoadViewIntoFrame_Impl_NoThrow(
262 SfxViewFrame* pFrame;
265 SfxViewFrameItem( SfxViewFrame *pViewFrame ): in SfxViewFrameItem()
[all …]
H A Drequest.hxx34 class SfxViewFrame;
54 SfxViewFrame* );
59 SfxRequest( SfxViewFrame*, sal_uInt16 nSlotId );
96 …static css::uno::Reference< css::frame::XDispatchRecorder > GetMacroRecorder( SfxViewFrame const *…
97 static bool HasMacroRecorder( SfxViewFrame const * pFrame );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dviewfrm.hxx44 class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener class
66 virtual ~SfxViewFrame() override;
79 static void SetViewFrame( SfxViewFrame* );
87 static SfxViewFrame* Current();
89 …static SfxViewFrame* GetNext( const SfxViewFrame& rPrev, const SfxObjectShell* pDoc = nullptr, …
94 void DoDeactivate(bool bMDI, SfxViewFrame const *pOld);
129 SfxViewFrame* GetTopViewFrame() const;
241 SAL_DLLPRIVATE static SfxViewFrame* LoadViewIntoFrame_Impl_NoThrow(
252 SfxViewFrame* const pFrame;
255 SfxViewFrameItem( SfxViewFrame *pViewFrame ): in SfxViewFrameItem()
[all …]
H A Drequest.hxx34 class SfxViewFrame;
55 SfxViewFrame* );
60 SfxRequest( SfxViewFrame*, sal_uInt16 nSlotId );
97 …static css::uno::Reference< css::frame::XDispatchRecorder > GetMacroRecorder( SfxViewFrame const *…
98 static bool HasMacroRecorder( SfxViewFrame const * pFrame );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewfrm.cxx1168 void SfxViewFrame::Close() in Close()
1193 void SfxViewFrame::DoDeactivate(bool bUI, SfxViewFrame const * pNewFrame ) in DoDeactivate()
1728 SfxViewFrame::SfxViewFrame in SfxViewFrame() function in SfxViewFrame
1751 SfxViewFrame::~SfxViewFrame() in ~SfxViewFrame()
1805 SfxViewFrame* SfxViewFrame::Current() in Current()
1812 SfxViewFrame* SfxViewFrame::GetFirst in GetFirst()
1837 SfxViewFrame* SfxViewFrame::GetNext in GetNext()
1967 void SfxViewFrame::Show() in Show()
2619 SfxViewFrame* SfxViewFrame::GetTopViewFrame() const in GetTopViewFrame()
2655 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( m_xObjSh.get() ); in SetModalMode()
[all …]
H A Dviewfrm2.cxx75 void SfxViewFrame::UpdateTitle() in UpdateTitle()
148 void SfxViewFrame::Exec_Impl(SfxRequest &rReq ) in Exec_Impl()
227 for ( const SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocSh ); in Exec_Impl()
229 pFrame = SfxViewFrame::GetNext( *pFrame, pDocSh ) ) in Exec_Impl()
263 void SfxViewFrame::GetState_Impl( SfxItemSet &rSet ) in GetState_Impl()
321 void SfxViewFrame::INetExecute_Impl( SfxRequest &rRequest ) in INetExecute_Impl()
355 void SfxViewFrame::INetState_Impl( SfxItemSet &rItemSet ) in INetState_Impl()
367 void SfxViewFrame::Activate( bool /*bMDI*/ ) in Activate()
373 void SfxViewFrame::Deactivate( bool /*bMDI*/ ) in Deactivate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dprogress.cxx57 SfxViewFrame* pView;
199 pImpl->pView = SfxViewFrame::Current(); in SetState()
204 SfxViewFrame* pDocView = SfxViewFrame::GetFirst( pObjSh ); in SetState()
269 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImpl->xObjSh.get() ); in Resume()
271 pFrame = SfxViewFrame::GetNext( *pFrame, pImpl->xObjSh.get() ) ) in Resume()
278 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImpl->xObjSh.get()); in Resume()
313 for ( SfxViewFrame *pFrame = in Suspend()
314 SfxViewFrame::GetFirst(pImpl->xObjSh.get()); in Suspend()
316 pFrame = SfxViewFrame::GetNext( *pFrame, pImpl->xObjSh.get() ) ) in Suspend()
321 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pImpl->xObjSh.get() ); in Suspend()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dprogress.cxx63 SfxViewFrame* pView;
205 pImpl->pView = SfxViewFrame::Current(); in SetState()
210 SfxViewFrame* pDocView = SfxViewFrame::GetFirst( pObjSh ); in SetState()
275 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImpl->xObjSh.get() ); in Resume()
277 pFrame = SfxViewFrame::GetNext( *pFrame, pImpl->xObjSh.get() ) ) in Resume()
284 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImpl->xObjSh.get()); in Resume()
319 for ( SfxViewFrame *pFrame = in Suspend()
320 SfxViewFrame::GetFirst(pImpl->xObjSh.get()); in Suspend()
322 pFrame = SfxViewFrame::GetNext( *pFrame, pImpl->xObjSh.get() ) ) in Suspend()
327 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pImpl->xObjSh.get() ); in Suspend()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewfrm.cxx1164 void SfxViewFrame::Close() in Close()
1189 void SfxViewFrame::DoDeactivate(bool bUI, SfxViewFrame const * pNewFrame ) in DoDeactivate()
1621 SfxViewFrame::SfxViewFrame in SfxViewFrame() function in SfxViewFrame
1641 SfxViewFrame::~SfxViewFrame() in ~SfxViewFrame()
1689 SfxViewFrame* SfxViewFrame::Current() in Current()
1696 SfxViewFrame* SfxViewFrame::GetFirst in GetFirst()
1721 SfxViewFrame* SfxViewFrame::GetNext in GetNext()
1851 void SfxViewFrame::Show() in Show()
2503 SfxViewFrame* SfxViewFrame::GetTopViewFrame() const in GetTopViewFrame()
2534 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( m_xObjSh.get() ); in SetModalMode()
[all …]
H A Dviewfrm2.cxx79 void SfxViewFrame::UpdateTitle() in UpdateTitle()
152 void SfxViewFrame::Exec_Impl(SfxRequest &rReq ) in Exec_Impl()
231 for ( const SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocSh ); in Exec_Impl()
233 pFrame = SfxViewFrame::GetNext( *pFrame, pDocSh ) ) in Exec_Impl()
267 void SfxViewFrame::GetState_Impl( SfxItemSet &rSet ) in GetState_Impl()
325 void SfxViewFrame::INetExecute_Impl( SfxRequest &rRequest ) in INetExecute_Impl()
359 void SfxViewFrame::INetState_Impl( SfxItemSet &rItemSet ) in INetState_Impl()
371 void SfxViewFrame::Activate( bool /*bMDI*/ ) in Activate()
377 void SfxViewFrame::Deactivate( bool /*bMDI*/ ) in Deactivate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dswwait.cxx45 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, false ); in EnterWaitAndLockDispatcher()
60 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, false ); in EnterWaitAndLockDispatcher()
66 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, false ); in LeaveWaitAndUnlockDispatcher()
80 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, false ); in LeaveWaitAndUnlockDispatcher()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dswwait.cxx45 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, false ); in EnterWaitAndLockDispatcher()
60 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, false ); in EnterWaitAndLockDispatcher()
66 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, false ); in LeaveWaitAndUnlockDispatcher()
80 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, false ); in LeaveWaitAndUnlockDispatcher()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx208 if (SfxViewFrame::Current()) in CloseMethod()
209 SfxNotebookBar::ShowMenubar(SfxViewFrame::Current(), true); in CloseMethod()
232 if (SfxViewFrame::Current()) in IsActive()
294 if ( !rUIName.isEmpty() && SfxViewFrame::Current() ) in ExecMethod()
324 if (SfxViewFrame::Current() && SfxViewFrame::Current()->GetWindow().GetSystemWindow()) in StateMethod()
405 SfxViewFrame* pView = SfxViewFrame::Current(); in StateMethod()
447 if ( SfxViewFrame::Current() ) in ShowMenubar()
449 xFrame = SfxViewFrame::Current()->GetFrame().GetFrameInterface(); in ShowMenubar()
453 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in ShowMenubar()
484 pViewFrame = SfxViewFrame::GetNext( *pViewFrame ); in ShowMenubar()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notebookbar/
H A DSfxNotebookBar.cxx231 if (SfxViewFrame::Current()) in CloseMethod()
232 SfxNotebookBar::ShowMenubar(SfxViewFrame::Current(), true); in CloseMethod()
255 if (SfxViewFrame::Current()) in IsActive()
314 if ( !rUIName.isEmpty() && SfxViewFrame::Current() ) in ExecMethod()
344 if (SfxViewFrame::Current() && SfxViewFrame::Current()->GetWindow().GetSystemWindow()) in StateMethod()
399 SfxViewFrame* pView = SfxViewFrame::Current(); in StateMethod()
443 if ( SfxViewFrame::Current() ) in ShowMenubar()
445 xFrame = SfxViewFrame::Current()->GetFrame().GetFrameInterface(); in ShowMenubar()
449 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in ShowMenubar()
480 pViewFrame = SfxViewFrame::GetNext( *pViewFrame ); in ShowMenubar()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dshellimpl.hxx27 class SfxViewFrame;
53 typedef std::vector<SfxViewFrame*> DataType;
61 const SfxViewFrame* operator[](size_t i) const;
62 SfxViewFrame* operator[](size_t i);
66 void push_back(SfxViewFrame* p);
H A Dversdlg.hxx26 class SfxViewFrame;
32 SfxViewFrame* m_pViewFrame;
52 SfxVersionDialog(weld::Window* pParent, SfxViewFrame* pFrame, bool);
77 SfxViewFrame* m_pViewFrame;
89 SfxCmisVersionsDialog(weld::Window* pParent, SfxViewFrame* pFrame);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dshellimpl.hxx27 class SfxViewFrame;
53 typedef std::vector<SfxViewFrame*> DataType;
62 const SfxViewFrame* operator[] ( size_t i ) const;
63 SfxViewFrame* operator[] ( size_t i );
67 void push_back( SfxViewFrame* p );
H A Dversdlg.hxx26 class SfxViewFrame;
32 SfxViewFrame* m_pViewFrame;
51 SfxVersionDialog(weld::Window* pParent, SfxViewFrame* pFrame, bool);
76 SfxViewFrame* m_pViewFrame;
88 SfxCmisVersionsDialog(weld::Window *pParent, SfxViewFrame* pFrame);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DPageColumnControl.cxx40 if ( SfxViewFrame::Current() ) in PageColumnControl()
43 SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in PageColumnControl()
92 if ( SfxViewFrame::Current() ) in ExecuteColumnChange()
93 SfxViewFrame::Current()->GetBindings().GetDispatcher()->ExecuteList(SID_ATTR_PAGE_COLUMN, in ExecuteColumnChange()
115 if ( SfxViewFrame::Current() ) in IMPL_LINK_NOARG()
116SfxViewFrame::Current()->GetBindings().GetDispatcher()->Execute( FN_FORMAT_PAGE_COLUMN_DLG, SfxCal… in IMPL_LINK_NOARG()
H A DPageSizeControl.cxx50 …SfxItemState eState = SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR… in lcl_GetFieldUnit()
124 if ( SfxViewFrame::Current() ) in PageSizeControl()
127SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in PageSizeControl()
129SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE_SIZE, pItem ); in PageSizeControl()
200 if ( !SfxViewFrame::Current() ) in ExecuteSizeChange()
203 SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in ExecuteSizeChange()
214 SfxViewFrame::Current()->GetDispatcher()->ExecuteList(SID_ATTR_PAGE_SIZE, in ExecuteSizeChange()
231 if ( SfxViewFrame::Current() ) in IMPL_LINK_NOARG()
232SfxViewFrame::Current()->GetDispatcher()->Execute( FN_FORMAT_PAGE_SETTING_DLG, SfxCallMode::ASYNCH… in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DPageColumnControl.cxx44 if ( SfxViewFrame::Current() ) in PageColumnControl()
46 SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in PageColumnControl()
103 if ( SfxViewFrame::Current() ) in ExecuteColumnChange()
104 SfxViewFrame::Current()->GetBindings().GetDispatcher()->ExecuteList(SID_ATTR_PAGE_COLUMN, in ExecuteColumnChange()
126 if ( SfxViewFrame::Current() ) in IMPL_LINK_NOARG()
127SfxViewFrame::Current()->GetBindings().GetDispatcher()->Execute( FN_FORMAT_PAGE_COLUMN_DLG, SfxCal… in IMPL_LINK_NOARG()
H A DPageSizeControl.cxx50 …SfxItemState eState = SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR… in lcl_GetFieldUnit()
132 if ( SfxViewFrame::Current() ) in PageSizeControl()
134SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in PageSizeControl()
136SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE_SIZE, pItem ); in PageSizeControl()
213 if ( SfxViewFrame::Current() ) in ExecuteSizeChange()
215 SfxViewFrame::Current()->GetBindings().GetDispatcher()->QueryState( SID_ATTR_PAGE, pItem ); in ExecuteSizeChange()
226 SfxViewFrame::Current()->GetDispatcher()->ExecuteList(SID_ATTR_PAGE_SIZE, in ExecuteSizeChange()
247 if ( SfxViewFrame::Current() ) in IMPL_LINK_NOARG()
248SfxViewFrame::Current()->GetDispatcher()->Execute( FN_FORMAT_PAGE_SETTING_DLG, SfxCallMode::ASYNCH… in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dmodule.cxx196 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); pFrame; pFrame = SfxViewFrame::GetNext( *pFr… in Invalidate()
201 SfxModule* SfxModule::GetActiveModule( SfxViewFrame* pFrame ) in GetActiveModule()
204 pFrame = SfxViewFrame::Current(); in GetActiveModule()
216 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in GetModuleFieldUnit()
221 pViewFrame = SfxViewFrame::GetNext( *pViewFrame ); in GetModuleFieldUnit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dmodule.cxx198 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); pFrame; pFrame = SfxViewFrame::GetNext( *pFr… in Invalidate()
203 SfxModule* SfxModule::GetActiveModule( SfxViewFrame* pFrame ) in GetActiveModule()
206 pFrame = SfxViewFrame::Current(); in GetActiveModule()
218 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in GetModuleFieldUnit()
223 pViewFrame = SfxViewFrame::GetNext( *pViewFrame ); in GetModuleFieldUnit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx82 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in enableInput()
104 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput()
428 SfxViewFrame* pViewFrm = SfxViewFrame::Current(); in DoClose()
443 SfxViewFrame* pMyViewFrm = nullptr; in DoClose()
467 else if(SfxViewFrame* pViewFrame = SfxViewFrame::Current()) in SetDispatcherLock()
488 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in EnableSpreadsheets()
510 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in EnableSpreadsheets()
522 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in lcl_InvalidateWindows()
541 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in lcl_InvalidateWindows()
586 SfxViewFrame* pMyViewFrm = pMyDisp->GetFrame(); in EnterRefMode()

12345678910>>...27