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_uInt32 nStartPara, sal_uInt32 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_uInt32 OutlinerView::ImpInitPaste( sal_uInt32& rStart ) in ImpInitPaste()
1107 DBG_CHKTHIS(OutlinerView,0); in ImpInitPaste()
1117 void OutlinerView::ImpPasted( sal_uInt32 nStart, sal_uInt32 nPrevParaCount, sal_uInt32 nSize) in ImpPasted()
1119 DBG_CHKTHIS(OutlinerView,0); in ImpPasted()
1130 void OutlinerView::Command( const CommandEvent& rCEvt ) in Command()
1132 DBG_CHKTHIS(OutlinerView,0); in Command()
1137 void OutlinerView::SelectRange( sal_uInt32 nFirst, sal_uInt32 nCount ) in SelectRange()
1139 DBG_CHKTHIS(OutlinerView,0); in SelectRange()
1149 sal_uInt16 OutlinerView::ImpCalcSelectedPages( sal_Bool bIncludeFirstSelected ) in ImpCalcSelectedPages()
1151 DBG_CHKTHIS(OutlinerView,0); in ImpCalcSelectedPages()
1184 void OutlinerView::ToggleBullets() in ToggleBullets()
1259 void OutlinerView::ToggleBulletsNumbering( in ToggleBulletsNumbering()
1298 void OutlinerView::EnableBullets() in EnableBullets()
1329 void OutlinerView::ApplyBulletsNumbering( in ApplyBulletsNumbering()
1464 void OutlinerView::SwitchOffBulletsNumbering( in SwitchOffBulletsNumbering()
1514 void OutlinerView::RemoveAttribsKeepLanguages( sal_Bool bRemoveParaAttribs ) in RemoveAttribsKeepLanguages()
1519 void OutlinerView::RemoveAttribs( sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich, sal_Bool bKeepLan… in RemoveAttribs()
1521 DBG_CHKTHIS(OutlinerView,0); in RemoveAttribs()
1551 void OutlinerView::InsertText( const XubString& rNew, sal_Bool bSelect ) in InsertText()
1553 DBG_CHKTHIS(OutlinerView,0); in InsertText()
1559 void OutlinerView::SetVisArea( const Rectangle& rRec ) in SetVisArea()
1561 DBG_CHKTHIS(OutlinerView,0); in SetVisArea()
1566 void OutlinerView::SetSelection( const ESelection& rSel ) in SetSelection()
1568 DBG_CHKTHIS(OutlinerView,0); in SetSelection()
1572 void OutlinerView::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly()
1574 DBG_CHKTHIS(OutlinerView,0); in SetReadOnly()
1578 sal_Bool OutlinerView::IsReadOnly() const in IsReadOnly()
1580 DBG_CHKTHIS(OutlinerView,0); in IsReadOnly()
1584 sal_Bool OutlinerView::HasSelection() const in HasSelection()
1586 DBG_CHKTHIS(OutlinerView,0); in HasSelection()
1591 void OutlinerView::ShowCursor( sal_Bool bGotoCursor ) in ShowCursor()
1593 DBG_CHKTHIS(OutlinerView,0); in ShowCursor()
1598 void OutlinerView::HideCursor() in HideCursor()
1600 DBG_CHKTHIS(OutlinerView,0); in HideCursor()
1605 void OutlinerView::SetWindow( Window* pWin ) in SetWindow()
1607 DBG_CHKTHIS(OutlinerView,0); in SetWindow()
1612 Window* OutlinerView::GetWindow() const in GetWindow()
1614 DBG_CHKTHIS(OutlinerView,0); in GetWindow()
1619 void OutlinerView::SetOutputArea( const Rectangle& rRect ) in SetOutputArea()
1621 DBG_CHKTHIS(OutlinerView,0); in SetOutputArea()
1626 Rectangle OutlinerView::GetOutputArea() const in GetOutputArea()
1628 DBG_CHKTHIS(OutlinerView,0); in GetOutputArea()
1633 XubString OutlinerView::GetSelected() const in GetSelected()
1635 DBG_CHKTHIS(OutlinerView,0); in GetSelected()
1640 void OutlinerView::RemoveCharAttribs( sal_uLong nPara, sal_uInt16 nWhich) in RemoveCharAttribs()
1642 DBG_CHKTHIS(OutlinerView,0); in RemoveCharAttribs()
1647 void OutlinerView::CompleteAutoCorrect() in CompleteAutoCorrect()
1649 DBG_CHKTHIS(OutlinerView,0); in CompleteAutoCorrect()
1654 EESpellState OutlinerView::StartSpeller( sal_Bool bMultiDoc ) in StartSpeller()
1656 DBG_CHKTHIS(OutlinerView,0); in StartSpeller()
1661 EESpellState OutlinerView::StartThesaurus() in StartThesaurus()
1663 DBG_CHKTHIS(OutlinerView,0); in StartThesaurus()
1668 void OutlinerView::StartTextConversion( in StartTextConversion()
1672 DBG_CHKTHIS(OutlinerView,0); in StartTextConversion()
1688 sal_uInt16 OutlinerView::StartSearchAndReplace( const SvxSearchItem& rSearchItem ) in StartSearchAndReplace()
1690 DBG_CHKTHIS(OutlinerView,0); in StartSearchAndReplace()
1694 void OutlinerView::TransliterateText( sal_Int32 nTransliterationMode ) in TransliterateText()
1696 DBG_CHKTHIS(OutlinerView,0); in TransliterateText()
1702 ESelection OutlinerView::GetSelection() in GetSelection()
1704 DBG_CHKTHIS(OutlinerView,0); in GetSelection()
1709 void OutlinerView::Scroll( long nHorzScroll, long nVertScroll ) in Scroll()
1711 DBG_CHKTHIS(OutlinerView,0); in Scroll()
1716 void OutlinerView::SetControlWord( sal_uLong nWord ) in SetControlWord()
1718 DBG_CHKTHIS(OutlinerView,0); in SetControlWord()
1723 sal_uLong OutlinerView::GetControlWord() const in GetControlWord()
1725 DBG_CHKTHIS(OutlinerView,0); in GetControlWord()
1730 void OutlinerView::SetAnchorMode( EVAnchorMode eMode ) in SetAnchorMode()
1732 DBG_CHKTHIS(OutlinerView,0); in SetAnchorMode()
1737 EVAnchorMode OutlinerView::GetAnchorMode() const in GetAnchorMode()
1739 DBG_CHKTHIS(OutlinerView,0); in GetAnchorMode()
1744 void OutlinerView::Undo() in Undo()
1746 DBG_CHKTHIS(OutlinerView,0); in Undo()
1751 void OutlinerView::Redo() in Redo()
1753 DBG_CHKTHIS(OutlinerView,0); in Redo()
1758 void OutlinerView::EnablePaste( sal_Bool bEnable ) in EnablePaste()
1760 DBG_CHKTHIS(OutlinerView,0); in EnablePaste()
1765 void OutlinerView::Copy() in Copy()
1767 DBG_CHKTHIS(OutlinerView,0); in Copy()
1772 void OutlinerView::InsertField( const SvxFieldItem& rFld ) in InsertField()
1774 DBG_CHKTHIS(OutlinerView,0); in InsertField()
1779 const SvxFieldItem* OutlinerView::GetFieldUnderMousePointer() const in GetFieldUnderMousePointer()
1781 DBG_CHKTHIS(OutlinerView,0); in GetFieldUnderMousePointer()
1786 const SvxFieldItem* OutlinerView::GetFieldUnderMousePointer( sal_uInt32& nPara, sal_uInt16& nPos ) … in GetFieldUnderMousePointer()
1788 DBG_CHKTHIS(OutlinerView,0); in GetFieldUnderMousePointer()
1793 const SvxFieldItem* OutlinerView::GetFieldAtSelection() const in GetFieldAtSelection()
1795 DBG_CHKTHIS(OutlinerView,0); in GetFieldAtSelection()
1799 void OutlinerView::SetInvalidateMore( sal_uInt16 nPixel ) in SetInvalidateMore()
1801 DBG_CHKTHIS(OutlinerView,0); in SetInvalidateMore()
1806 sal_uInt16 OutlinerView::GetInvalidateMore() const in GetInvalidateMore()
1808 DBG_CHKTHIS(OutlinerView,0); in GetInvalidateMore()
1813 sal_Bool OutlinerView::IsCursorAtWrongSpelledWord( sal_Bool bMarkIfWrong ) in IsCursorAtWrongSpelledWord()
1815 DBG_CHKTHIS(OutlinerView,0); in IsCursorAtWrongSpelledWord()
1820 sal_Bool OutlinerView::IsWrongSpelledWordAtPos( const Point& rPosPixel, sal_Bool bMarkIfWrong ) in IsWrongSpelledWordAtPos()
1822 DBG_CHKTHIS(OutlinerView,0); in IsWrongSpelledWordAtPos()
1826 void OutlinerView::SpellIgnoreWord() in SpellIgnoreWord()
1828 DBG_CHKTHIS(OutlinerView,0); in SpellIgnoreWord()
1833 void OutlinerView::ExecuteSpellPopup( const Point& rPosPixel, Link* pStartDlg ) in ExecuteSpellPopup()
1835 DBG_CHKTHIS(OutlinerView,0); in ExecuteSpellPopup()
1839 sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_… in Read()
1841 DBG_CHKTHIS(OutlinerView,0); in Read()
1878 sal_uLong OutlinerView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write()
1880 DBG_CHKTHIS(OutlinerView,0); in Write()
1884 void OutlinerView::SetBackgroundColor( const Color& rColor ) in SetBackgroundColor()
1886 DBG_CHKTHIS(OutlinerView,0); in SetBackgroundColor()
1891 Color OutlinerView::GetBackgroundColor() in GetBackgroundColor()
1893 DBG_CHKTHIS(OutlinerView,0); in GetBackgroundColor()
1897 SfxItemSet OutlinerView::GetAttribs() in GetAttribs()
1899 DBG_CHKTHIS(OutlinerView,0); in GetAttribs()
1903 sal_uInt16 OutlinerView::GetSelectedScriptType() const in GetSelectedScriptType()
1905 DBG_CHKTHIS(OutlinerView,0); in GetSelectedScriptType()
1909 String OutlinerView::GetSurroundingText() const in GetSurroundingText()
1911 DBG_CHKTHIS(OutlinerView,0); in GetSurroundingText()
1915 Selection OutlinerView::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
1917 DBG_CHKTHIS(OutlinerView,0); in GetSurroundingTextSelection()