Lines Matching refs:OutlineView

100 TYPEINIT1( OutlineView, ::sd::View );
108 OutlineView::OutlineView( DrawDocShell* pDocSh, ::Window* pWindow, OutlineViewShell* pOutlineViewSh) in OutlineView() function in sd::OutlineView
186 Link aLink( LINK(this,OutlineView,EventMultiplexerListener) ); in OutlineView()
226 OutlineView::~OutlineView() in ~OutlineView()
230 Link aLink( LINK(this,OutlineView,EventMultiplexerListener) ); in ~OutlineView()
267 void OutlineView::ConnectToApplication (void) in ConnectToApplication()
270 Application::AddEventListener(LINK(this, OutlineView, AppEventListenerHdl)); in ConnectToApplication()
276 void OutlineView::DisconnectFromApplication (void) in DisconnectFromApplication()
278 Application::RemoveEventListener(LINK(this, OutlineView, AppEventListenerHdl)); in DisconnectFromApplication()
290 void OutlineView::Paint(const Rectangle& rRect, ::sd::Window* pWin) in Paint()
345 void OutlineView::InvalidateSlideNumberArea() in InvalidateSlideNumberArea()
371 void OutlineView::AdjustPosSizePixel(const Point &,const Size &,::sd::Window*) in AdjustPosSizePixel()
381 void OutlineView::AddWindowToPaintView(OutputDevice* pWin) in AddWindowToPaintView()
424 void OutlineView::DeleteWindowFromPaintView(OutputDevice* pWin) in DeleteWindowFromPaintView()
457 OutlinerView* OutlineView::GetViewByWindow (::Window* pWin) const in GetViewByWindow()
480 Paragraph* OutlineView::GetPrevTitle(const Paragraph* pPara) in GetPrevTitle()
505 Paragraph* OutlineView::GetNextTitle(const Paragraph* pPara) in GetNextTitle()
528 IMPL_LINK( OutlineView, ParagraphInsertedHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
555 SdPage* OutlineView::InsertSlideForParagraph( Paragraph* pPara ) in InsertSlideForParagraph()
678 IMPL_LINK( OutlineView, ParagraphRemovingHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
742 IMPL_LINK( OutlineView, DepthChangedHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
963 IMPL_LINK( OutlineView, StatusEventHdl, EditStatus *, EMPTYARG ) in IMPL_LINK() argument
990 IMPL_LINK( OutlineView, BeginDropHdl, void *, EMPTYARG ) in IMPL_LINK() argument
998 IMPL_LINK( OutlineView, EndDropHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1011 IMPL_LINK( OutlineView, BeginMovingHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
1067 IMPL_LINK( OutlineView, EndMovingHdl, ::Outliner *, pOutliner ) in IMPL_LINK() argument
1135 SdrTextObj* OutlineView::GetTitleTextObject(SdrPage* pPage) in GetTitleTextObject()
1161 SdrTextObj* OutlineView::GetOutlineTextObject(SdrPage* pPage) in GetOutlineTextObject()
1180 SdrTextObj* OutlineView::CreateTitleTextObject(SdPage* pPage) in CreateTitleTextObject()
1199 SdrTextObj* OutlineView::CreateOutlineTextObject(SdPage* pPage) in CreateOutlineTextObject()
1236 sal_Bool OutlineView::PrepareClose(sal_Bool) in PrepareClose()
1259 sal_Bool OutlineView::SetAttributes(const SfxItemSet& rSet, sal_Bool ) in SetAttributes()
1282 sal_Bool OutlineView::GetAttributes( SfxItemSet& rTargetSet, sal_Bool ) const in GetAttributes()
1293 void OutlineView::FillOutliner() in FillOutliner()
1402 IMPL_LINK( OutlineView, RemovingPagesHdl, OutlinerView *, EMPTYARG ) in IMPL_LINK() argument
1433 IMPL_LINK_INLINE_START( OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView ) in IMPL_LINK_INLINE_START() argument
1437 IMPL_LINK_INLINE_END( OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView ) in IMPL_LINK_INLINE_END() argument
1442 SdPage* OutlineView::GetActualPage() in IMPL_LINK_INLINE_END()
1459 SdPage* OutlineView::GetPageForParagraph( Paragraph* pPara ) in GetPageForParagraph()
1478 Paragraph* OutlineView::GetParagraphForPage( ::Outliner* pOutl, SdPage* pPage ) in GetParagraphForPage()
1507 void OutlineView::SetActualPage( SdPage* pActual ) in SetActualPage()
1524 SfxStyleSheet* OutlineView::GetStyleSheet() const in GetStyleSheet()
1540 void OutlineView::SetSelectedPages() in SetSelectedPages()
1594 void OutlineView::SetLinks() in SetLinks()
1597 mpOutliner->SetParaInsertedHdl(LINK(this, OutlineView, ParagraphInsertedHdl)); in SetLinks()
1598 mpOutliner->SetParaRemovingHdl(LINK(this, OutlineView, ParagraphRemovingHdl)); in SetLinks()
1599 mpOutliner->SetDepthChangedHdl(LINK(this, OutlineView, DepthChangedHdl)); in SetLinks()
1600 mpOutliner->SetBeginMovingHdl(LINK(this, OutlineView, BeginMovingHdl)); in SetLinks()
1601 mpOutliner->SetEndMovingHdl(LINK(this, OutlineView, EndMovingHdl)); in SetLinks()
1602 mpOutliner->SetRemovingPagesHdl(LINK(this, OutlineView, RemovingPagesHdl)); in SetLinks()
1603 mpOutliner->SetIndentingPagesHdl(LINK(this, OutlineView, IndentingPagesHdl)); in SetLinks()
1604 mpOutliner->SetStatusEventHdl(LINK(this, OutlineView, StatusEventHdl)); in SetLinks()
1605 mpOutliner->SetBeginDropHdl(LINK(this,OutlineView, BeginDropHdl)); in SetLinks()
1606 mpOutliner->SetEndDropHdl(LINK(this,OutlineView, EndDropHdl)); in SetLinks()
1607 mpOutliner->SetPaintFirstLineHdl(LINK(this,OutlineView,PaintingFirstLineHdl)); in SetLinks()
1608 mpOutliner->SetBeginPasteOrDropHdl(LINK(this,OutlineView, BeginPasteOrDropHdl)); in SetLinks()
1609 mpOutliner->SetEndPasteOrDropHdl(LINK(this,OutlineView, EndPasteOrDropHdl)); in SetLinks()
1620 void OutlineView::ResetLinks() const in ResetLinks()
1643 sal_Int8 OutlineView::AcceptDrop( const AcceptDropEvent&, DropTargetHelper&, ::sd::Window*, sal_uIn… in AcceptDrop()
1654 sal_Int8 OutlineView::ExecuteDrop( const ExecuteDropEvent&, DropTargetHelper&, ::sd::Window*, sal_u… in ExecuteDrop()
1660 sal_uInt16 OutlineView::GetScriptType() const in GetScriptType()
1678 void OutlineView::onUpdateStyleSettings( bool bForceUpdate /* = false */ ) in onUpdateStyleSettings()
1717 IMPL_LINK( OutlineView, AppEventListenerHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1726 IMPL_LINK(OutlineView, EventMultiplexerListener, ::sd::tools::EventMultiplexerEvent*, pEvent) in IMPL_LINK() argument
1755 void OutlineView::IgnoreCurrentPageChanges (bool bIgnoreChanges) in IgnoreCurrentPageChanges()
1768 void OutlineView::BeginModelChange() in BeginModelChange()
1778 void OutlineView::EndModelChange() in EndModelChange()
1806 void OutlineView::UpdateDocument() in UpdateDocument()
1838 void OutlineView::TryToMergeUndoActions() in TryToMergeUndoActions()
1950 IMPL_LINK(OutlineView, PaintingFirstLineHdl, PaintFirstLineInfo*, pInfo) in IMPL_LINK() argument
2044 sal_Int32 OutlineView::GetPageNumberWidthPixel()
2070 void OutlineView::UpdateParagraph( sal_uInt16 nPara ) in UpdateParagraph()
2082 void OutlineView::OnBeginPasteOrDrop( PasteOrDropInfos* /*pInfos*/ ) in OnBeginPasteOrDrop()
2088 void OutlineView::OnEndPasteOrDrop( PasteOrDropInfos* pInfos ) in OnEndPasteOrDrop()
2152 OutlineViewModelChangeGuard::OutlineViewModelChangeGuard( OutlineView& rView ) in OutlineViewModelChangeGuard()
2163 OutlineViewPageChangesGuard::OutlineViewPageChangesGuard( OutlineView* pView ) in OutlineViewPageChangesGuard()