Home
last modified time | relevance | path

Searched refs:OutlineView (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx100 TYPEINIT1( OutlineView, ::sd::View );
108 OutlineView::OutlineView( DrawDocShell* pDocSh, ::Window* pWindow, OutlineViewShell* pOutlineViewSh) in OutlineView() function in sd::OutlineView
226 OutlineView::~OutlineView() in ~OutlineView()
1293 void OutlineView::FillOutliner() in FillOutliner()
1442 SdPage* OutlineView::GetActualPage() in IMPL_LINK_INLINE_END()
1540 void OutlineView::SetSelectedPages() in SetSelectedPages()
1594 void OutlineView::SetLinks() in SetLinks()
1620 void OutlineView::ResetLinks() const in ResetLinks()
1768 void OutlineView::BeginModelChange() in BeginModelChange()
1778 void OutlineView::EndModelChange() in EndModelChange()
[all …]
H A Ddrtxtob.cxx119 OutlineView* pOutlinerView = dynamic_cast< OutlineView* >( mpView ); in TextObjectBar()
222 if (mpView->ISA(OutlineView)) in GetAttrState()
224 pOLV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in GetAttrState()
273 if (mpView->ISA(OutlineView)) in GetAttrState()
275 pOLV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in GetAttrState()
H A Ddrtxtob1.cxx99 if (mpView->ISA(OutlineView)) in Execute()
102 pOLV = static_cast<OutlineView*>(mpView) in Execute()
105 aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in Execute()
H A DOutliner.cxx368 if(mpView && mpView->ISA(OutlineView)) in EndSpelling()
369 static_cast<OutlineView*>(mpView)->PrepareClose(sal_False); in EndSpelling()
402 if (mpView->ISA(OutlineView)) in SpellNextDocument()
403 ((OutlineView*)mpView)->PrepareClose(sal_False); in SpellNextDocument()
H A Dviewshel.cxx1154 OutlineView* pOlView = dynamic_cast< OutlineView* >( pView ); in ImpGetUndoManager()
H A Doutlnvsh.cxx158 pOlView = new OutlineView(GetDocSh(), GetActiveWindow(), this); in Construct()
/trunk/main/sd/source/ui/inc/
H A DOutlineView.hxx60 class OutlineView class
65 OutlineView (DrawDocShell* pDocSh,
68 ~OutlineView (void);
242 OutlineViewPageChangesGuard( OutlineView* pView );
245 OutlineView* mpView;
252 OutlineViewModelChangeGuard( OutlineView& rView );
255 OutlineView& mrView;
H A Dfuoutl.hxx35 class OutlineView;
67 OutlineView* pOutlineView;
H A DOutlineViewShell.hxx164 OutlineView* pOlView;
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx115 if (mpView->ISA(OutlineView)) in DoExecute()
117 pOLV = static_cast<OutlineView*>(mpView) in DoExecute()
120 … aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in DoExecute()
263 if (mpView->ISA(OutlineView)) in SetCurrentBulletsNumbering()
265 pOLV = static_cast<OutlineView*>(mpView) in SetCurrentBulletsNumbering()
268 aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in SetCurrentBulletsNumbering()
H A Dfubullet.cxx129 pOL = static_cast<OutlineView*>(mpView)->GetOutliner(); in InsertFormattingMark()
130 pOV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in InsertFormattingMark()
253 pOL = static_cast<OutlineView*>(mpView)->GetOutliner(); in InsertSpecialCharacter()
254 pOV = static_cast<OutlineView*>(mpView)->GetViewByWindow( in InsertSpecialCharacter()
H A Dfuinsfil.cxx369 if (pView->ISA(OutlineView)) in InsSDDinDrMode()
371 pPage = static_cast<OutlineView*>(pView)->GetActualPage(); in InsSDDinDrMode()
634 ::Outliner* pDocliner = static_cast<OutlineView*>(mpView)->GetOutliner(); in InsTextOrRTFinOlMode()
759 OutlineView* pOlView = static_cast<OutlineView*>(mpView); in InsSDDinOlMode()
H A Dfuoutl.cxx55 pOutlineView (static_cast<OutlineView*>(pView)) in FuOutline()
70 static_cast<OutlineView*>(mpView)->GetViewByWindow(mpWindow); in Command()
H A Dfuprobjs.cxx98 OutlineView* pOlView = static_cast<OutlineView*>(pOutlineViewShell->GetView()); in DoExecute()
H A Dfutempl.cxx658 mpView->ISA(OutlineView)) in DoExecute()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineView.cxx90 if (pView && pView->ISA(::sd::OutlineView)) in AccessibleOutlineView()
92 OutlinerView* pOutlineView = static_cast< ::sd::OutlineView*>( in AccessibleOutlineView()
95 static_cast< ::sd::OutlineView*>(pView)->GetOutliner(); in AccessibleOutlineView()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx586 sd::OutlineView* pOutlView = dynamic_cast< sd::OutlineView* >( pView ); in ClearUndoBuffer()
H A Ddocshel4.cxx696 static_cast<OutlineView*>(mpViewShell->GetView()) in SaveCompleted()
/trunk/main/sd/sdi/
H A Doutlnvsh.sdi24 interface OutlineView
539 import OutlineView[Automation];
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx103 sd::OutlineView* pSdView = NULL; in GetCurrentPage()
105 pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView()); in GetCurrentPage()
H A Dsdmod1.cxx1024 sd::OutlineView* pView = static_cast<sd::OutlineView*>(pOutlineShell->GetView()); in operator ()()
/trunk/main/offapi/com/sun/star/presentation/
H A DOutlineView.idl64 published service OutlineView
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DBasicViewFactory.idl44 <li><code>private:resource/view/OutlineView</code> for the outline view.</li>
/trunk/main/offapi/
H A DUnoApi_offapi.mk655 offapi/com/sun/star/presentation/OutlineView \

Completed in 100 milliseconds