Searched refs:SmViewShell (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/starmath/source/ |
H A D | view.cxx | 86 #define SmViewShell macro 401 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_START() 415 SmViewShell *pViewSh = GetView(); in IMPL_LINK_INLINE_END() 522 SmViewShell * SmCmdBoxWindow::GetView() in GetView() 525 return PTR_CAST(SmViewShell, pView); in GetView() 777 TYPEINIT1( SmViewShell, SfxViewShell ); 1048 void SmViewShell::Impl_Print( in Impl_Print() 1290 void SmViewShell::NextError() in NextError() 1302 void SmViewShell::PrevError() in PrevError() 1822 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() function in SmViewShell [all …]
|
H A D | edit.cxx | 166 SmViewShell * SmEditWindow::GetView() in GetView() 174 SmViewShell *pView = rCmdBox.GetView(); in GetDoc() 262 { SmViewShell *pView = rCmdBox.GetView(); in IMPL_LINK() 397 SmViewShell *pViewSh = rCmdBox.GetView(); in IMPL_LINK_INLINE_START() 412 if ( pViewShell && pViewShell->ISA(SmViewShell) ) in IMPL_LINK_INLINE_END() 431 SmViewShell *pView = GetView(); in IMPL_LINK_INLINE_END() 445 if ( pVShell && pVShell->ISA(SmViewShell) && in IMPL_LINK_INLINE_END() 446 ((SmViewShell*)pVShell)->GetGraphicWindow().HasFocus() ) in IMPL_LINK_INLINE_END() 942 SmViewShell *pViewSh = rCmdBox.GetView(); in Flush() 960 void SmEditWindow::DeleteEditView( SmViewShell & /*rView*/ ) in DeleteEditView() argument
|
H A D | toolbox.cxx | 180 SmViewShell * SmToolBoxWindow::GetView() in GetView() 183 return PTR_CAST(SmViewShell, pView); in GetView() 283 SmViewShell *pView = GetView(); in AdjustPosSize() 303 SmViewShell *pViewSh = GetView(); in Close() 376 SmViewShell *pViewSh = GetView(); in IMPL_LINK()
|
H A D | smmod.cxx | 271 const TypeId aSmViewTypeId = TYPE(SmViewShell); in ApplyColorConfigValues() 277 SmViewShell *pSmView = (SmViewShell *) pViewShell; in ApplyColorConfigValues()
|
H A D | smdll.cxx | 82 SmViewShell::RegisterInterface(pp); in Init() 84 SmViewShell::RegisterFactory(1); in Init()
|
H A D | utility.cxx | 50 SmViewShell * SmGetActiveView() in SmGetActiveView() 53 return PTR_CAST(SmViewShell, pView); in SmGetActiveView()
|
H A D | document.cxx | 177 SmViewShell *pViewSh = SmGetActiveView(); in SetText() 288 SmViewShell *pView = SmGetActiveView(); in ArrangeFormula() 687 SmViewShell *pViewSh = SmGetActiveView(); in Repaint()
|
H A D | unomodel.cxx | 1101 const TypeId aTypeId = TYPE( SmViewShell ); in render() 1105 SmViewShell *pView = PTR_CAST( SmViewShell, pViewSh ); in render()
|
H A D | accessibility.cxx | 150 SmViewShell *pView = pWin ? pWin->GetView() : 0; in GetDoc_Impl() 517 SmViewShell *pView = pWin->GetView(); in getCharacterBounds() 1753 SmViewShell *pView = pWin ? pWin->GetView() : 0; in GetDoc_Impl()
|
H A D | dialog.cxx | 1512 SmSymbolManager &rMgr, SmViewShell &rViewShell, sal_Bool bFreeRes) : in IMPL_LINK_INLINE_END()
|
/aoo41x/main/starmath/inc/ |
H A D | view.hxx | 42 class SmViewShell; 56 SmViewShell *pViewShell; 76 SmGraphicWindow(SmViewShell* pShell); 84 SmViewShell * GetView() { return pViewShell; } in GetView() 177 SmViewShell *GetView(); 210 class SmViewShell: public SfxViewShell class 265 SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh); 266 ~SmViewShell(); 284 SFX_DECL_VIEWFACTORY(SmViewShell);
|
H A D | edit.hxx | 37 class SmViewShell; 103 SmViewShell * GetView(); 133 void DeleteEditView( SmViewShell &rView );
|
H A D | utility.hxx | 83 class SmViewShell; 84 SmViewShell * SmGetActiveView();
|
H A D | dialog.hxx | 357 SmViewShell &rViewSh; 381 SmSymbolManager &rSymbolMgr, SmViewShell &rViewShell, sal_Bool bFreeRes = sal_True);
|
H A D | toolbox.hxx | 54 SmViewShell * GetView();
|
/aoo41x/main/starmath/sdi/ |
H A D | smslots.sdi | 322 shell SmViewShell
|
Completed in 103 milliseconds