summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-08-09 19:34:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-08-09 19:38:21 +0200
commit49ab16c9ad3eb0d27f8c66f2b535a8495671878f (patch)
tree5ad54d21b506762cd2095f255c0b82693646cbc3 /sc/inc
parentandroid: don't try to package binaries we havn't built (diff)
downloadcore-49ab16c9ad3eb0d27f8c66f2b535a8495671878f.tar.gz
core-49ab16c9ad3eb0d27f8c66f2b535a8495671878f.zip
Bin 2 other functions
ScDocument::GetFormattedAndUsedArea(short, short&, int&) const ScDocument::InitializeAllNoteCaptions(bool) Change-Id: I210815aef7c4096b040af841444dc65dd5138606
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 8fcdc6d29e4b..7b8e48b83b88 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -816,9 +816,6 @@ public:
/** Creates the captions of all uninitialized cell notes in the specified sheet.
@param bForced True = always create all captions, false = skip when Undo is disabled. */
void InitializeNoteCaptions( SCTAB nTab, bool bForced = false );
- /** Creates the captions of all uninitialized cell notes in all sheets.
- @param bForced True = always create all captions, false = skip when Undo is disabled. */
- void InitializeAllNoteCaptions( bool bForced = false );
void SetDrawPageSize(SCTAB nTab);
@@ -935,7 +932,6 @@ public:
SCCOL& rEndCol, SCROW& rEndRow, bool bIncludeOld, bool bOnlyDown ) const;
SC_DLLPUBLIC bool GetCellArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
SC_DLLPUBLIC bool GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
- SC_DLLPUBLIC void GetFormattedAndUsedArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
SC_DLLPUBLIC bool GetPrintArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow,
bool bNotes = true ) const;
SC_DLLPUBLIC bool GetPrintAreaHor( SCTAB nTab, SCROW nStartRow, SCROW nEndRow,