Lines Matching refs:OutlinerView

67 DBG_NAME(OutlinerView)  in DBG_NAME()  argument
70 OutlinerView::OutlinerView( Outliner* pOut, Window* pWin ) in DBG_NAME()
72 DBG_CTOR( OutlinerView, 0 ); in DBG_NAME()
85 OutlinerView::~OutlinerView() in ~OutlinerView()
87 DBG_DTOR(OutlinerView,0); in ~OutlinerView()
91 void OutlinerView::Paint( const Rectangle& rRect, OutputDevice* pTargetDevice ) in Paint()
93 DBG_CHKTHIS(OutlinerView,0); in Paint()
103 sal_Bool OutlinerView::PostKeyEvent( const KeyEvent& rKEvt ) in PostKeyEvent()
105 DBG_CHKTHIS( OutlinerView, 0 ); in PostKeyEvent()
272 sal_uLong OutlinerView::ImpCheckMousePos(const Point& rPosPix, MouseTarget& reTarget) in ImpCheckMousePos()
274 DBG_CHKTHIS(OutlinerView,0); in ImpCheckMousePos()
316 sal_Bool __EXPORT OutlinerView::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
318 DBG_CHKTHIS(OutlinerView,0); in MouseMove()
333 sal_Bool __EXPORT OutlinerView::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
335 DBG_CHKTHIS(OutlinerView,0); in MouseButtonDown()
384 sal_Bool __EXPORT OutlinerView::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
386 DBG_CHKTHIS(OutlinerView,0); in MouseButtonUp()
400 void OutlinerView::ImpHideDDCursor() in ImpHideDDCursor()
402 DBG_CHKTHIS(OutlinerView,0); in ImpHideDDCursor()
410 void OutlinerView::ImpShowDDCursor() in ImpShowDDCursor()
412 DBG_CHKTHIS(OutlinerView,0); in ImpShowDDCursor()
420 void OutlinerView::ImpPaintDDCursor() in ImpPaintDDCursor()
422 DBG_CHKTHIS(OutlinerView,0); in ImpPaintDDCursor()
469 sal_uLong OutlinerView::ImpGetInsertionPara( const Point& rPosPixel ) in ImpGetInsertionPara()
471 DBG_CHKTHIS(OutlinerView,0); in ImpGetInsertionPara()
495 void OutlinerView::ImpToggleExpand( Paragraph* pPara ) in ImpToggleExpand()
497 DBG_CHKTHIS(OutlinerView,0); in ImpToggleExpand()
506 void OutlinerView::SetOutliner( Outliner* pOutliner ) in SetOutliner()
508 DBG_CHKTHIS(OutlinerView,0); in SetOutliner()
515 sal_uLong OutlinerView::Select( Paragraph* pParagraph, sal_Bool bSelect, in Select()
518 DBG_CHKTHIS(OutlinerView,0); in Select()
535 void OutlinerView::SetAttribs( const SfxItemSet& rAttrs ) in SetAttribs()
537 DBG_CHKTHIS(OutlinerView,0); in SetAttribs()
565 ParaRange OutlinerView::ImpGetSelectedParagraphs( sal_Bool bIncludeHiddenChilds ) in ImpGetSelectedParagraphs()
567 DBG_CHKTHIS( OutlinerView, 0 ); in ImpGetSelectedParagraphs()
587 void OutlinerView::AdjustDepth( short nDX ) in AdjustDepth()
592 void OutlinerView::Indent( short nDiff ) in Indent()
594 DBG_CHKTHIS( OutlinerView, 0 ); in Indent()
733 sal_Bool OutlinerView::AdjustHeight( long nDY ) in AdjustHeight()
735 DBG_CHKTHIS(OutlinerView,0); in AdjustHeight()
740 void OutlinerView::AdjustDepth( Paragraph* pPara, short nDX, sal_Bool bWithChilds) in AdjustDepth()
742 DBG_CHKTHIS(OutlinerView,0); in AdjustDepth()
752 void OutlinerView::AdjustHeight( Paragraph* pPara, long nDY, sal_Bool bWithChilds ) in AdjustHeight()
754 DBG_CHKTHIS(OutlinerView,0); in AdjustHeight()
765 Rectangle OutlinerView::GetVisArea() const in GetVisArea()
767 DBG_CHKTHIS(OutlinerView,0); in GetVisArea()
772 Point OutlinerView::ImpGetDocPos( const Point& rPosPixel ) in ImpGetDocPos()
774 DBG_CHKTHIS(OutlinerView,0); in ImpGetDocPos()
786 void OutlinerView::ImpDragScroll( const Point& rPosPix ) in ImpDragScroll()
788 DBG_CHKTHIS(OutlinerView,0); in ImpDragScroll()
802 void OutlinerView::ImpScrollLeft() in ImpScrollLeft()
804 DBG_CHKTHIS(OutlinerView,0); in ImpScrollLeft()
824 void OutlinerView::ImpScrollRight() in ImpScrollRight()
826 DBG_CHKTHIS(OutlinerView,0); in ImpScrollRight()
847 void OutlinerView::ImpScrollDown() in ImpScrollDown()
849 DBG_CHKTHIS(OutlinerView,0); in ImpScrollDown()
875 void OutlinerView::ImpScrollUp() in ImpScrollUp()
877 DBG_CHKTHIS(OutlinerView,0); in ImpScrollUp()
899 void OutlinerView::Expand() in Expand()
901 DBG_CHKTHIS( OutlinerView, 0 ); in Expand()
907 void OutlinerView::Collapse() in Collapse()
909 DBG_CHKTHIS( OutlinerView, 0 ); in Collapse()
915 void OutlinerView::ExpandAll() in ExpandAll()
917 DBG_CHKTHIS( OutlinerView, 0 ); in ExpandAll()
922 void OutlinerView::CollapseAll() in CollapseAll()
924 DBG_CHKTHIS(OutlinerView,0); in CollapseAll()
928 void OutlinerView::ImplExpandOrCollaps( sal_uInt16 nStartPara, sal_uInt16 nEndPara, sal_Bool bExpan… in ImplExpandOrCollaps()
930 DBG_CHKTHIS( OutlinerView, 0 ); in ImplExpandOrCollaps()
961 void OutlinerView::Expand( Paragraph* pPara) in Expand()
963 DBG_CHKTHIS(OutlinerView,0); in Expand()
968 void OutlinerView::Collapse( Paragraph* pPara) in Collapse()
970 DBG_CHKTHIS(OutlinerView,0); in Collapse()
974 void OutlinerView::InsertText( const OutlinerParaObject& rParaObj ) in InsertText()
987 DBG_CHKTHIS(OutlinerView,0); in InsertText()
1009 void OutlinerView::Cut() in Cut()
1011 DBG_CHKTHIS(OutlinerView,0); in Cut()
1016 void OutlinerView::Paste() in Paste()
1018 DBG_CHKTHIS(OutlinerView,0); in Paste()
1022 void OutlinerView::PasteSpecial() in PasteSpecial()
1024 DBG_CHKTHIS(OutlinerView,0); in PasteSpecial()
1047 List* OutlinerView::CreateSelectionList() in CreateSelectionList()
1049 DBG_CHKTHIS( OutlinerView, 0 ); in CreateSelectionList()
1061 SfxStyleSheet* OutlinerView::GetStyleSheet() const in GetStyleSheet()
1063 DBG_CHKTHIS(OutlinerView,0); in GetStyleSheet()
1067 void OutlinerView::SetStyleSheet( SfxStyleSheet* pStyle ) in SetStyleSheet()
1069 DBG_CHKTHIS(OutlinerView,0); in SetStyleSheet()
1080 Pointer OutlinerView::GetPointer( const Point& rPosPixel ) in GetPointer()
1082 DBG_CHKTHIS(OutlinerView,0); in GetPointer()
1105 sal_uInt16 OutlinerView::ImpInitPaste( sal_uLong& rStart ) in ImpInitPaste()
1107 DBG_CHKTHIS(OutlinerView,0); in ImpInitPaste()
1117 void OutlinerView::ImpPasted( sal_uLong nStart, sal_uLong nPrevParaCount, sal_uInt16 nSize) in ImpPasted()
1119 DBG_CHKTHIS(OutlinerView,0); in ImpPasted()
1132 void OutlinerView::Command( const CommandEvent& rCEvt ) in Command()
1134 DBG_CHKTHIS(OutlinerView,0); in Command()
1139 void OutlinerView::SelectRange( sal_uLong nFirst, sal_uInt16 nCount ) in SelectRange()
1141 DBG_CHKTHIS(OutlinerView,0); in SelectRange()
1151 sal_uInt16 OutlinerView::ImpCalcSelectedPages( sal_Bool bIncludeFirstSelected ) in ImpCalcSelectedPages()
1153 DBG_CHKTHIS(OutlinerView,0); in ImpCalcSelectedPages()
1186 void OutlinerView::ToggleBullets() in ToggleBullets()
1261 void OutlinerView::ToggleBulletsNumbering( in ToggleBulletsNumbering()
1300 void OutlinerView::EnableBullets() in EnableBullets()
1331 void OutlinerView::ApplyBulletsNumbering( in ApplyBulletsNumbering()
1466 void OutlinerView::SwitchOffBulletsNumbering( in SwitchOffBulletsNumbering()
1516 void OutlinerView::RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs ) in RemoveAttribsKeepLanguages()
1521 void OutlinerView::RemoveAttribs( sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich, sal_Bool bKeepLan… in RemoveAttribs()
1523 DBG_CHKTHIS(OutlinerView,0); in RemoveAttribs()
1553 void OutlinerView::InsertText( const XubString& rNew, sal_Bool bSelect ) in InsertText()
1555 DBG_CHKTHIS(OutlinerView,0); in InsertText()
1561 void OutlinerView::SetVisArea( const Rectangle& rRec ) in SetVisArea()
1563 DBG_CHKTHIS(OutlinerView,0); in SetVisArea()
1568 void OutlinerView::SetSelection( const ESelection& rSel ) in SetSelection()
1570 DBG_CHKTHIS(OutlinerView,0); in SetSelection()
1574 void OutlinerView::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly()
1576 DBG_CHKTHIS(OutlinerView,0); in SetReadOnly()
1580 sal_Bool OutlinerView::IsReadOnly() const in IsReadOnly()
1582 DBG_CHKTHIS(OutlinerView,0); in IsReadOnly()
1586 sal_Bool OutlinerView::HasSelection() const in HasSelection()
1588 DBG_CHKTHIS(OutlinerView,0); in HasSelection()
1593 void OutlinerView::ShowCursor( sal_Bool bGotoCursor ) in ShowCursor()
1595 DBG_CHKTHIS(OutlinerView,0); in ShowCursor()
1600 void OutlinerView::HideCursor() in HideCursor()
1602 DBG_CHKTHIS(OutlinerView,0); in HideCursor()
1607 void OutlinerView::SetWindow( Window* pWin ) in SetWindow()
1609 DBG_CHKTHIS(OutlinerView,0); in SetWindow()
1614 Window* OutlinerView::GetWindow() const in GetWindow()
1616 DBG_CHKTHIS(OutlinerView,0); in GetWindow()
1621 void OutlinerView::SetOutputArea( const Rectangle& rRect ) in SetOutputArea()
1623 DBG_CHKTHIS(OutlinerView,0); in SetOutputArea()
1628 Rectangle OutlinerView::GetOutputArea() const in GetOutputArea()
1630 DBG_CHKTHIS(OutlinerView,0); in GetOutputArea()
1635 XubString OutlinerView::GetSelected() const in GetSelected()
1637 DBG_CHKTHIS(OutlinerView,0); in GetSelected()
1642 void OutlinerView::RemoveCharAttribs( sal_uLong nPara, sal_uInt16 nWhich) in RemoveCharAttribs()
1644 DBG_CHKTHIS(OutlinerView,0); in RemoveCharAttribs()
1649 void OutlinerView::CompleteAutoCorrect() in CompleteAutoCorrect()
1651 DBG_CHKTHIS(OutlinerView,0); in CompleteAutoCorrect()
1656 EESpellState OutlinerView::StartSpeller( sal_Bool bMultiDoc ) in StartSpeller()
1658 DBG_CHKTHIS(OutlinerView,0); in StartSpeller()
1663 EESpellState OutlinerView::StartThesaurus() in StartThesaurus()
1665 DBG_CHKTHIS(OutlinerView,0); in StartThesaurus()
1670 void OutlinerView::StartTextConversion( in StartTextConversion()
1674 DBG_CHKTHIS(OutlinerView,0); in StartTextConversion()
1690 sal_uInt16 OutlinerView::StartSearchAndReplace( const SvxSearchItem& rSearchItem ) in StartSearchAndReplace()
1692 DBG_CHKTHIS(OutlinerView,0); in StartSearchAndReplace()
1696 void OutlinerView::TransliterateText( sal_Int32 nTransliterationMode ) in TransliterateText()
1698 DBG_CHKTHIS(OutlinerView,0); in TransliterateText()
1704 ESelection OutlinerView::GetSelection() in GetSelection()
1706 DBG_CHKTHIS(OutlinerView,0); in GetSelection()
1711 void OutlinerView::Scroll( long nHorzScroll, long nVertScroll ) in Scroll()
1713 DBG_CHKTHIS(OutlinerView,0); in Scroll()
1718 void OutlinerView::SetControlWord( sal_uLong nWord ) in SetControlWord()
1720 DBG_CHKTHIS(OutlinerView,0); in SetControlWord()
1725 sal_uLong OutlinerView::GetControlWord() const in GetControlWord()
1727 DBG_CHKTHIS(OutlinerView,0); in GetControlWord()
1732 void OutlinerView::SetAnchorMode( EVAnchorMode eMode ) in SetAnchorMode()
1734 DBG_CHKTHIS(OutlinerView,0); in SetAnchorMode()
1739 EVAnchorMode OutlinerView::GetAnchorMode() const in GetAnchorMode()
1741 DBG_CHKTHIS(OutlinerView,0); in GetAnchorMode()
1746 void OutlinerView::Undo() in Undo()
1748 DBG_CHKTHIS(OutlinerView,0); in Undo()
1753 void OutlinerView::Redo() in Redo()
1755 DBG_CHKTHIS(OutlinerView,0); in Redo()
1760 void OutlinerView::EnablePaste( sal_Bool bEnable ) in EnablePaste()
1762 DBG_CHKTHIS(OutlinerView,0); in EnablePaste()
1767 void OutlinerView::Copy() in Copy()
1769 DBG_CHKTHIS(OutlinerView,0); in Copy()
1774 void OutlinerView::InsertField( const SvxFieldItem& rFld ) in InsertField()
1776 DBG_CHKTHIS(OutlinerView,0); in InsertField()
1781 const SvxFieldItem* OutlinerView::GetFieldUnderMousePointer() const in GetFieldUnderMousePointer()
1783 DBG_CHKTHIS(OutlinerView,0); in GetFieldUnderMousePointer()
1788 const SvxFieldItem* OutlinerView::GetFieldUnderMousePointer( sal_uInt16& nPara, sal_uInt16& nPos ) … in GetFieldUnderMousePointer()
1790 DBG_CHKTHIS(OutlinerView,0); in GetFieldUnderMousePointer()
1795 const SvxFieldItem* OutlinerView::GetFieldAtSelection() const in GetFieldAtSelection()
1797 DBG_CHKTHIS(OutlinerView,0); in GetFieldAtSelection()
1801 void OutlinerView::SetInvalidateMore( sal_uInt16 nPixel ) in SetInvalidateMore()
1803 DBG_CHKTHIS(OutlinerView,0); in SetInvalidateMore()
1808 sal_uInt16 OutlinerView::GetInvalidateMore() const in GetInvalidateMore()
1810 DBG_CHKTHIS(OutlinerView,0); in GetInvalidateMore()
1815 sal_Bool OutlinerView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord()
1817 DBG_CHKTHIS(OutlinerView,0); in IsCursorAtWrongSpelledWord()
1822 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos()
1824 DBG_CHKTHIS(OutlinerView,0); in IsWrongSpelledWordAtPos()
1828 void OutlinerView::SpellIgnoreWord() in SpellIgnoreWord()
1830 DBG_CHKTHIS(OutlinerView,0); in SpellIgnoreWord()
1835 void OutlinerView::ExecuteSpellPopup( const Point& rPosPixel, Link* pStartDlg ) in ExecuteSpellPopup()
1837 DBG_CHKTHIS(OutlinerView,0); in ExecuteSpellPopup()
1841 sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_… in Read()
1843 DBG_CHKTHIS(OutlinerView,0); in Read()
1880 sal_uLong OutlinerView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write()
1882 DBG_CHKTHIS(OutlinerView,0); in Write()
1886 void OutlinerView::SetBackgroundColor( const Color& rColor ) in SetBackgroundColor()
1888 DBG_CHKTHIS(OutlinerView,0); in SetBackgroundColor()
1893 Color OutlinerView::GetBackgroundColor() in GetBackgroundColor()
1895 DBG_CHKTHIS(OutlinerView,0); in GetBackgroundColor()
1899 SfxItemSet OutlinerView::GetAttribs() in GetAttribs()
1901 DBG_CHKTHIS(OutlinerView,0); in GetAttribs()
1905 sal_uInt16 OutlinerView::GetSelectedScriptType() const in GetSelectedScriptType()
1907 DBG_CHKTHIS(OutlinerView,0); in GetSelectedScriptType()
1911 String OutlinerView::GetSurroundingText() const in GetSurroundingText()
1913 DBG_CHKTHIS(OutlinerView,0); in GetSurroundingText()
1917 Selection OutlinerView::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
1919 DBG_CHKTHIS(OutlinerView,0); in GetSurroundingTextSelection()