/aoo4110/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 102 #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 D | Outliner.cxx | 393 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 D | outlnvs2.cxx | 87 void OutlineViewShell::FuTemporary(SfxRequest &rReq) in FuTemporary() 331 void OutlineViewShell::FuTemporaryModify(SfxRequest &rReq) in FuTemporaryModify()
|
H A D | sdwindow.cxx | 974 if( mpViewShell->ISA(OutlineViewShell ) ) in DataChanged() 1074 if (mbUseDropScroll && ! mpViewShell->ISA(OutlineViewShell)) in AcceptDrop()
|
H A D | drtxtob.cxx | 279 sal_Bool bOutlineViewSh = mpViewShell->ISA(OutlineViewShell); in GetAttrState()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | OutlineViewShell.hxx | 41 class OutlineViewShell class 47 SFX_DECL_VIEWFACTORY(OutlineViewShell); 60 OutlineViewShell ( 66 virtual ~OutlineViewShell (void);
|
H A D | SdUnoOutlineView.hxx | 39 class OutlineViewShell; 52 OutlineViewShell& rViewShell, 117 OutlineViewShell& mrOutlineViewShell;
|
H A D | OutlineView.hxx | 48 class OutlineViewShell; 67 OutlineViewShell* pOutlineViewSh); 191 OutlineViewShell* mpOutlineViewShell;
|
H A D | fuoutl.hxx | 36 class OutlineViewShell; 66 OutlineViewShell* pOutlineViewShell;
|
H A D | AccessibleOutlineView.hxx | 31 class OutlineViewShell; 51 ::sd::OutlineViewShell* pViewShell,
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fubullet.cxx | 127 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 D | fusearch.cxx | 97 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute() 149 else if ( pSdOutliner && pViewShell->ISA(OutlineViewShell) && bOwnOutliner ) in SearchAndReplace()
|
H A D | fuprobjs.cxx | 84 OutlineViewShell* pOutlineViewShell = dynamic_cast< OutlineViewShell* >( mpViewShell ); in DoExecute()
|
H A D | fuhhconv.cxx | 85 else if ( mpViewShell->ISA(OutlineViewShell) ) in FuHangulHanjaConversion() 145 else if ( pSdOutliner && mpViewShell->ISA(OutlineViewShell) && bOwnOutliner ) in StartConversion()
|
H A D | fuoutl.cxx | 54 pOutlineViewShell (static_cast<OutlineViewShell*>(pViewShell)), in FuOutline()
|
H A D | fuscale.cxx | 120 else if( mpViewShell->ISA( OutlineViewShell ) ) in DoExecute()
|
H A D | futhes.cxx | 138 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | SpellDialogChildWindow.cxx | 169 || (pViewShell->ISA(OutlineViewShell) && mbOwnOutliner)) in ProvideOutliner() 189 else if (pViewShell->ISA(OutlineViewShell)) in ProvideOutliner()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | SdUnoOutlineView.cxx | 53 OutlineViewShell& rViewShell, in SdUnoOutlineView() 233 SdPage* pPage = const_cast<OutlineViewShell&>(mrOutlineViewShell).GetActualPage(); in getFastPropertyValue()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sddll1.cxx | 106 ::sd::OutlineViewShell::RegisterInterface(pMod); in RegisterInterfaces()
|
H A D | sdmod2.cxx | 104 if( pViewSh && pViewSh->ISA(sd::OutlineViewShell)) in GetCurrentPage() 105 pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView()); in GetCurrentPage()
|
H A D | sdmod1.cxx | 1003 ::sd::OutlineViewShell* pOutlineShell in operator ()() 1004 …= dynamic_cast<sd::OutlineViewShell*>(FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHel… in operator ()()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleOutlineView.cxx | 76 ::sd::OutlineViewShell* pViewShell, in AccessibleOutlineView()
|
/aoo4110/main/sd/source/ui/framework/factories/ |
H A D | BasicViewFactory.cxx | 411 new OutlineViewShell ( in CreateViewShell()
|
/aoo4110/main/sd/sdi/ |
H A D | outlnvsh.sdi | 537 shell OutlineViewShell
|