Home
last modified time | relevance | path

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

12

/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx102 #define OutlineViewShell macro
137 TYPEINIT1( OutlineViewShell, ViewShell );
146 void OutlineViewShell::Construct(DrawDocShell* ) in Construct()
215 OutlineViewShell::OutlineViewShell ( in OutlineViewShell() function in sd::OutlineViewShell
247 OutlineViewShell::~OutlineViewShell() in ~OutlineViewShell()
266 void OutlineViewShell::Shutdown (void) in Shutdown()
296 void OutlineViewShell::ArrangeGUIElements () in ArrangeGUIElements()
344 void OutlineViewShell::ExecCtrl(SfxRequest &rReq) in ExecCtrl()
1227 void OutlineViewShell::SetZoom(long nZoom) in SetZoom()
1358 void OutlineViewShell::WriteFrameViewData() in WriteFrameViewData()
[all …]
H A DOutliner.cxx393 if (pViewShell->ISA(OutlineViewShell)) in SpellNextDocument()
577 if (pViewShell->ISA(OutlineViewShell)) in Initialize()
639 if (pViewShell->ISA(OutlineViewShell)) in SearchAndReplaceAll()
739 else if (pViewShell->ISA(OutlineViewShell)) in SearchAndReplaceOnce()
910 else if (pViewShell->ISA(OutlineViewShell)) in RememberStartPosition()
968 else if (pViewShell->ISA(OutlineViewShell)) in RestoreStartPosition()
1072 if ( ! pViewShell->ISA(OutlineViewShell)) in EndOfSearch()
1092 if (pViewShell->ISA(OutlineViewShell)) in EndOfSearch()
1669 if (pViewShell && pViewShell->ISA(OutlineViewShell) ) in ConvertNextDocument()
H A Doutlnvs2.cxx87 void OutlineViewShell::FuTemporary(SfxRequest &rReq) in FuTemporary()
331 void OutlineViewShell::FuTemporaryModify(SfxRequest &rReq) in FuTemporaryModify()
H A Dsdwindow.cxx974 if( mpViewShell->ISA(OutlineViewShell ) ) in DataChanged()
1074 if (mbUseDropScroll && ! mpViewShell->ISA(OutlineViewShell)) in AcceptDrop()
H A Ddrtxtob.cxx279 sal_Bool bOutlineViewSh = mpViewShell->ISA(OutlineViewShell); in GetAttrState()
/trunk/main/sd/source/ui/inc/
H A DOutlineViewShell.hxx41 class OutlineViewShell class
47 SFX_DECL_VIEWFACTORY(OutlineViewShell);
60 OutlineViewShell (
66 virtual ~OutlineViewShell (void);
H A DSdUnoOutlineView.hxx39 class OutlineViewShell;
52 OutlineViewShell& rViewShell,
117 OutlineViewShell& mrOutlineViewShell;
H A DOutlineView.hxx48 class OutlineViewShell;
67 OutlineViewShell* pOutlineViewSh);
191 OutlineViewShell* mpOutlineViewShell;
H A Dfuoutl.hxx36 class OutlineViewShell;
66 OutlineViewShell* pOutlineViewShell;
H A DAccessibleOutlineView.hxx31 class OutlineViewShell;
51 ::sd::OutlineViewShell* pViewShell,
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx127 else if (mpViewShell->ISA(OutlineViewShell)) in InsertFormattingMark()
251 else if(mpViewShell && mpViewShell->ISA(OutlineViewShell)) in InsertSpecialCharacter()
334 if( !bTextEdit && (dynamic_cast<OutlineViewShell*>( pViewShell ) == 0) ) in GetSlotState()
H A Dfusearch.cxx97 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute()
149 else if ( pSdOutliner && pViewShell->ISA(OutlineViewShell) && bOwnOutliner ) in SearchAndReplace()
H A Dfuprobjs.cxx84 OutlineViewShell* pOutlineViewShell = dynamic_cast< OutlineViewShell* >( mpViewShell ); in DoExecute()
H A Dfuhhconv.cxx85 else if ( mpViewShell->ISA(OutlineViewShell) ) in FuHangulHanjaConversion()
145 else if ( pSdOutliner && mpViewShell->ISA(OutlineViewShell) && bOwnOutliner ) in StartConversion()
H A Dfuoutl.cxx54 pOutlineViewShell (static_cast<OutlineViewShell*>(pViewShell)), in FuOutline()
H A Dfuscale.cxx120 else if( mpViewShell->ISA( OutlineViewShell ) ) in DoExecute()
H A Dfuthes.cxx138 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute()
/trunk/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx169 || (pViewShell->ISA(OutlineViewShell) && mbOwnOutliner)) in ProvideOutliner()
189 else if (pViewShell->ISA(OutlineViewShell)) in ProvideOutliner()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoOutlineView.cxx53 OutlineViewShell& rViewShell, in SdUnoOutlineView()
233 SdPage* pPage = const_cast<OutlineViewShell&>(mrOutlineViewShell).GetActualPage(); in getFastPropertyValue()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx104 if( pViewSh && pViewSh->ISA(sd::OutlineViewShell)) in GetCurrentPage()
105 pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView()); in GetCurrentPage()
H A Dsddll1.cxx102 ::sd::OutlineViewShell::RegisterInterface(pMod); in RegisterInterfaces()
H A Dsdmod1.cxx1019 ::sd::OutlineViewShell* pOutlineShell in operator ()()
1020 …= dynamic_cast<sd::OutlineViewShell*>(FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHel… in operator ()()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineView.cxx76 ::sd::OutlineViewShell* pViewShell, in AccessibleOutlineView()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx411 new OutlineViewShell ( in CreateViewShell()
/trunk/main/sd/sdi/
H A Doutlnvsh.sdi537 shell OutlineViewShell

Completed in 103 milliseconds

12