summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-08-22 07:40:04 -0700
committerJoseph Powers <jpowers27@cox.net>2011-08-22 08:02:01 -0700
commit2bf1965f264474ae023e1c431f300fdb62e3e827 (patch)
treed10d12e7b6f4e3cc95d66938dea838f95f14a20f /editeng/inc
parent117281ba12e703fcd04ca87309dfd4a31432d1c5 (diff)
unusedcode.easy: Outline cleanup
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/outliner.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx
index 2cd13bee71f1..8fc3e576f3a4 100644
--- a/editeng/inc/editeng/outliner.hxx
+++ b/editeng/inc/editeng/outliner.hxx
@@ -710,7 +710,6 @@ public:
sal_Bool IsVertical() const;
void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
- sal_Bool IsFixedCellHeight() const;
void SetDefaultHorizontalTextDirection( EEHorizontalTextDirection eHTextDir );
EEHorizontalTextDirection GetDefaultHorizontalTextDirection() const;
@@ -719,13 +718,10 @@ public:
LanguageType GetLanguage( sal_uInt16 nPara, sal_uInt16 nPos ) const;
void SetAsianCompressionMode( sal_uInt16 nCompressionMode );
- sal_uInt16 GetAsianCompressionMode() const;
void SetKernAsianPunctuation( sal_Bool bEnabled );
- sal_Bool IsKernAsianPunctuation() const;
void SetAddExtLeading( sal_Bool b );
- sal_Bool IsAddExtLeading() const;
size_t InsertView( OutlinerView* pView, size_t nIndex = size_t(-1) );
OutlinerView* RemoveView( OutlinerView* pView );
@@ -774,7 +770,6 @@ public:
sal_Int16 GetDepth( sal_uLong nPara ) const;
void SetDepth( Paragraph* pParagraph, sal_Int16 nNewDepth );
- void SetVisible( Paragraph* pPara, sal_Bool bVisible );
sal_Bool IsVisible( Paragraph* pPara ) const { return pPara->IsVisible(); }
void EnableUndo( sal_Bool bEnable );
@@ -839,13 +834,11 @@ public:
Link GetModifyHdl() const;
void SetNotifyHdl( const Link& rLink );
- Link GetNotifyHdl() const;
void SetStatusEventHdl( const Link& rLink );
Link GetStatusEventHdl() const;
void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );
- void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos );
void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
const Size& GetPaperSize() const;
@@ -857,7 +850,6 @@ public:
void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon );
void SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolygon* pLinePolyPolygon);
void ClearPolygon();
- const PolyPolygon* GetPolygon();
const Size& GetMinAutoPaperSize() const;
void SetMinAutoPaperSize( const Size& rSz );
@@ -866,13 +858,11 @@ public:
void SetMaxAutoPaperSize( const Size& rSz );
void SetDefTab( sal_uInt16 nTab );
- sal_uInt16 GetDefTab() const;
sal_Bool IsFlatMode() const;
void SetFlatMode( sal_Bool bFlat );
void EnableAutoColor( sal_Bool b );
- sal_Bool IsAutoColorEnabled() const;
void ForceAutoColor( sal_Bool b );
sal_Bool IsForceAutoColor() const;
@@ -908,8 +898,6 @@ public:
Size CalcTextSize();
Size CalcTextSizeNTP();
- Point GetDocPos( Paragraph* pPara );
-
void SetStyleSheetPool( SfxStyleSheetPool* pSPool );
SfxStyleSheetPool* GetStyleSheetPool();
@@ -926,7 +914,6 @@ public:
sal_Bool Collapse( Paragraph* );
void SetParaFlag( Paragraph* pPara, sal_uInt16 nFlag );
- void RemoveParaFlag( Paragraph* pPara, sal_uInt16 nFlag );
bool HasParaFlag( const Paragraph* pPara, sal_uInt16 nFlag ) const;
// Returns an array containing the widths of the Bullet Indentations
@@ -974,20 +961,15 @@ public:
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSpellChecker1 >
GetSpeller();
- ::com::sun::star::uno::Reference<
- ::com::sun::star::linguistic2::XHyphenator >
- GetHyphenator() const;
void SetHyphenator( ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XHyphenator >& xHyph );
void SetForbiddenCharsTable( rtl::Reference<SvxForbiddenCharactersTable> xForbiddenChars );
- rtl::Reference<SvxForbiddenCharactersTable> GetForbiddenCharsTable() const;
// Depricated
void SetDefaultLanguage( LanguageType eLang );
LanguageType GetDefaultLanguage() const;
- sal_Bool HasOnlineSpellErrors() const;
void CompleteOnlineSpelling();
EESpellState HasSpellErrors();
@@ -1004,8 +986,6 @@ public:
void SetRefDevice( OutputDevice* pRefDev );
OutputDevice* GetRefDevice() const;
- sal_uInt16 GetFirstLineOffset( sal_uLong nParagraph );
-
sal_uLong GetTextHeight() const;
sal_uLong GetTextHeight( sal_uLong nParagraph ) const;
Point GetDocPosTopLeft( sal_uLong nParagraph );
@@ -1018,8 +998,6 @@ public:
void DoStretchChars( sal_uInt16 nX, sal_uInt16 nY );
void EraseVirtualDevice();
- void SetBigTextObjectStart( sal_uInt16 nStartAtPortionCount );
- sal_uInt16 GetBigTextObjectStart() const;
sal_Bool ShouldCreateBigTextObject() const;
const EditEngine& GetEditEngine() const { return *((EditEngine*)pEditEngine); }
@@ -1036,15 +1014,12 @@ public:
void PutSpellingToSentenceStart( EditView& rEditView );
// applies a changed sentence
void ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool bRecheck );
- void EndSpelling();
/** sets a link that is called at the beginning of a drag operation at an edit view */
void SetBeginDropHdl( const Link& rLink );
- Link GetBeginDropHdl() const;
/** sets a link that is called at the end of a drag operation at an edit view */
void SetEndDropHdl( const Link& rLink );
- Link GetEndDropHdl() const;
/** sets a link that is called before a drop or paste operation. */
void SetBeginPasteOrDropHdl( const Link& rLink );