Lines Matching refs:ScDocument

120 void ScDocument::MakeTable( SCTAB nTab,bool _bNeedsNameCheck )  in MakeTable()
136 sal_Bool ScDocument::HasTable( SCTAB nTab ) const in HasTable()
146 sal_Bool ScDocument::GetName( SCTAB nTab, String& rName ) const in GetName()
158 sal_Bool ScDocument::SetCodeName( SCTAB nTab, const String& rName ) in SetCodeName()
172 sal_Bool ScDocument::GetCodeName( SCTAB nTab, String& rName ) const in GetCodeName()
185 sal_Bool ScDocument::GetTable( const String& rName, SCTAB& rTab ) const in GetTable()
203 ScTable* ScDocument::GetTableByIndex(sal_Int32 nIndex) in GetTableByIndex()
211 sal_Bool ScDocument::ValidTabName( const String& rName ) const in ValidTabName()
251 sal_Bool ScDocument::ValidNewTabName( const String& rName ) const in ValidNewTabName()
265 void ScDocument::CreateValidTabName(String& rName) const in CreateValidTabName()
318 sal_Bool ScDocument::InsertTab( SCTAB nPos, const String& rName, in InsertTab()
399 sal_Bool ScDocument::DeleteTab( SCTAB nTab, ScDocument* pRefUndoDoc ) in DeleteTab()
485 sal_Bool ScDocument::RenameTab( SCTAB nTab, const String& rName, sal_Bool /* bUpdateRef */, in RenameTab()
523 void ScDocument::SetVisible( SCTAB nTab, sal_Bool bVisible ) in SetVisible()
531 sal_Bool ScDocument::IsVisible( SCTAB nTab ) const in IsVisible()
541 sal_Bool ScDocument::IsStreamValid( SCTAB nTab ) const in IsStreamValid()
550 void ScDocument::SetStreamValid( SCTAB nTab, sal_Bool bSet, sal_Bool bIgnoreLock ) in SetStreamValid()
557 void ScDocument::LockStreamValid( bool bLock ) in LockStreamValid()
563 sal_Bool ScDocument::IsPendingRowHeights( SCTAB nTab ) const in IsPendingRowHeights()
572 void ScDocument::SetPendingRowHeights( SCTAB nTab, sal_Bool bSet ) in SetPendingRowHeights()
579 void ScDocument::SetLayoutRTL( SCTAB nTab, sal_Bool bRTL ) in SetLayoutRTL()
624 sal_Bool ScDocument::IsLayoutRTL( SCTAB nTab ) const in IsLayoutRTL()
633 sal_Bool ScDocument::IsNegativePage( SCTAB nTab ) const in IsNegativePage()
651 sal_Bool ScDocument::GetCellArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetCellArea()
663 sal_Bool ScDocument::GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetTableArea()
674 bool ScDocument::ShrinkToDataArea(SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, S… in ShrinkToDataArea()
705 bool ScDocument::ShrinkToUsedDataArea( bool& o_bShrunk, SCTAB nTab, SCCOL& rStartCol, in ShrinkToUsedDataArea()
718 void ScDocument::GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in GetDataArea()
726 void ScDocument::LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in LimitChartArea()
735 void ScDocument::LimitChartIfAll( ScRangeListRef& rRangeList ) in LimitChartIfAll()
807 sal_Bool ScDocument::CanInsertRow( const ScRange& rRange ) const in CanInsertRow()
829 sal_Bool ScDocument::InsertRow( SCCOL nStartCol, SCTAB nStartTab, in InsertRow()
831 SCROW nStartRow, SCSIZE nSize, ScDocument* pRefUndoDoc, in InsertRow()
915 sal_Bool ScDocument::InsertRow( const ScRange& rRange, ScDocument* pRefUndoDoc ) in InsertRow()
924 void ScDocument::DeleteRow( SCCOL nStartCol, SCTAB nStartTab, in DeleteRow()
927 ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline, in DeleteRow()
1001 void ScDocument::DeleteRow( const ScRange& rRange, ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline ) in DeleteRow()
1010 sal_Bool ScDocument::CanInsertCol( const ScRange& rRange ) const in CanInsertCol()
1032 sal_Bool ScDocument::InsertCol( SCROW nStartRow, SCTAB nStartTab, in InsertCol()
1034 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc, in InsertCol()
1107 sal_Bool ScDocument::InsertCol( const ScRange& rRange, ScDocument* pRefUndoDoc ) in InsertCol()
1116 void ScDocument::DeleteCol(SCROW nStartRow, SCTAB nStartTab, SCROW nEndRow, SCTAB nEndTab, in DeleteCol()
1117 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc, in DeleteCol()
1191 void ScDocument::DeleteCol( const ScRange& rRange, ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline ) in DeleteCol()
1253 sal_Bool ScDocument::HasPartOfMerged( const ScRange& rRange ) in HasPartOfMerged()
1276 sal_Bool ScDocument::CanFitBlock( const ScRange& rOld, const ScRange& rNew ) in CanFitBlock()
1308 void ScDocument::FitBlock( const ScRange& rOld, const ScRange& rNew, sal_Bool bClear ) in FitBlock()
1341 void ScDocument::DeleteArea(SCCOL nCol1, SCROW nRow1, in DeleteArea()
1357 void ScDocument::DeleteAreaTab(SCCOL nCol1, SCROW nRow1, in DeleteAreaTab()
1373 void ScDocument::DeleteAreaTab( const ScRange& rRange, sal_uInt16 nDelFlag ) in DeleteAreaTab()
1382 void ScDocument::InitUndoSelected( ScDocument* pSrcDoc, const ScMarkData& rTabSelection, in InitUndoSelected()
1406 void ScDocument::InitUndo( ScDocument* pSrcDoc, SCTAB nTab1, SCTAB nTab2, in InitUndo()
1428 void ScDocument::AddUndoTab( SCTAB nTab1, SCTAB nTab2, sal_Bool bColInfo, sal_Bool bRowInfo ) in AddUndoTab()
1447 void ScDocument::SetCutMode( sal_Bool bVal ) in SetCutMode()
1458 sal_Bool ScDocument::IsCutMode() in IsCutMode()
1470 void ScDocument::CopyToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CopyToDocument()
1472 sal_uInt16 nFlags, sal_Bool bOnlyMarked, ScDocument* pDestDoc, in CopyToDocument()
1496 void ScDocument::UndoToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UndoToDocument()
1498 sal_uInt16 nFlags, sal_Bool bOnlyMarked, ScDocument* pDestDoc, in UndoToDocument()
1525 void ScDocument::CopyToDocument(const ScRange& rRange, in CopyToDocument()
1526 sal_uInt16 nFlags, sal_Bool bOnlyMarked, ScDocument* pDestDoc, in CopyToDocument()
1546 void ScDocument::UndoToDocument(const ScRange& rRange, in UndoToDocument()
1547 sal_uInt16 nFlags, sal_Bool bOnlyMarked, ScDocument* pDestDoc, in UndoToDocument()
1573 void ScDocument::CopyToClip(const ScClipParam& rClipParam, in CopyToClip()
1574 ScDocument* pClipDoc, const ScMarkData* pMarks, in CopyToClip()
1618 void ScDocument::CopyTabToClip(SCCOL nCol1, SCROW nRow1, in CopyTabToClip()
1620 SCTAB nTab, ScDocument* pClipDoc) in CopyTabToClip()
1646 void ScDocument::TransposeClip( ScDocument* pTransClip, sal_uInt16 nFlags, sal_Bool bAsLink ) in TransposeClip()
1713 void ScDocument::CopyRangeNamesToClip(ScDocument* pClipDoc, const ScRange& rClipRange, const ScMark… in CopyRangeNamesToClip()
1739 ScDocument::NumFmtMergeHandler::NumFmtMergeHandler(ScDocument* pDoc, ScDocument* pSrcDoc) : in NumFmtMergeHandler()
1745 ScDocument::NumFmtMergeHandler::~NumFmtMergeHandler() in ~NumFmtMergeHandler()
1750 void ScDocument::MergeNumberFormatter(ScDocument* pSrcDoc) in MergeNumberFormatter()
1763 void ScDocument::CopyRangeNamesFromClip(ScDocument* pClipDoc, ScClipRangeNameData& rRangeNames) in CopyRangeNamesFromClip()
1818 void ScDocument::UpdateRangeNamesInFormulas( in UpdateRangeNamesInFormulas()
1876 ScClipParam& ScDocument::GetClipParam() in GetClipParam()
1884 void ScDocument::SetClipParam(const ScClipParam& rParam) in SetClipParam()
1889 sal_Bool ScDocument::IsClipboardSource() const in IsClipboardSource()
1891 ScDocument* pClipDoc = SC_MOD()->GetClipDoc(); in IsClipboardSource()
1897 void ScDocument::StartListeningFromClip( SCCOL nCol1, SCROW nRow1, in StartListeningFromClip()
1911 void ScDocument::BroadcastFromClip( SCCOL nCol1, SCROW nRow1, in BroadcastFromClip()
1926 void ScDocument::CopyBlockFromClip( SCCOL nCol1, SCROW nRow1, in CopyBlockFromClip()
2011 void ScDocument::CopyNonFilteredFromClip( SCCOL nCol1, SCROW nRow1, in CopyNonFilteredFromClip()
2061 void ScDocument::CopyFromClip( const ScRange& rDestRange, const ScMarkData& rMark, in CopyFromClip()
2063 ScDocument* pRefUndoDoc, ScDocument* pClipDoc, sal_Bool bResetCut, in CopyFromClip()
2304 void ScDocument::CopyMultiRangeFromClip( in CopyMultiRangeFromClip()
2305 const ScAddress& rDestPos, const ScMarkData& rMark, sal_uInt16 nInsFlag, ScDocument* pClipDoc, in CopyMultiRangeFromClip()
2429 void ScDocument::SetClipArea( const ScRange& rArea, sal_Bool bCut ) in SetClipArea()
2445 void ScDocument::GetClipArea(SCCOL& nClipX, SCROW& nClipY, sal_Bool bIncludeFiltered) in GetClipArea()
2497 void ScDocument::GetClipStart(SCCOL& nClipX, SCROW& nClipY) in GetClipStart()
2515 sal_Bool ScDocument::HasClipFilteredRows() in HasClipFilteredRows()
2536 void ScDocument::MixDocument( const ScRange& rRange, sal_uInt16 nFunction, sal_Bool bSkipEmpty, in MixDocument()
2537 ScDocument* pSrcDoc ) in MixDocument()
2549 void ScDocument::FillTab( const ScRange& rSrcArea, const ScMarkData& rMark, in FillTab()
2565 ScDocument* pMixDoc = NULL; in FillTab()
2579 pMixDoc = new ScDocument( SCDOCMODE_UNDO ); in FillTab()
2607 void ScDocument::FillTabMarked( SCTAB nSrcTab, const ScMarkData& rMark, in FillTabMarked()
2617 ScDocument* pMixDoc = NULL; in FillTabMarked()
2638 pMixDoc = new ScDocument( SCDOCMODE_UNDO ); in FillTabMarked()
2666 void ScDocument::PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell, sal_Bool bForceTab… in PutCell()
2686 void ScDocument::PutCell( const ScAddress& rPos, ScBaseCell* pCell, sal_Bool bForceTab ) in PutCell()
2704 sal_Bool ScDocument::SetString( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString, in SetString()
2714 void ScDocument::SetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rVal ) in SetValue()
2722 void ScDocument::GetString( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rString ) in GetString()
2730 void ScDocument::FillDPCache( ScDPTableDataCache * pCache, SCTAB nTab, SCCOL nStartCol, SCCOL nEndC… in FillDPCache()
2736 void ScDocument::GetInputString( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rString ) in GetInputString()
2745 sal_uInt16 ScDocument::GetStringForFormula( const ScAddress& rPos, rtl::OUString& rString ) in GetStringForFormula()
2799 void ScDocument::GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue ) in GetValue()
2808 double ScDocument::GetValue( const ScAddress& rPos ) in GetValue()
2817 void ScDocument::GetNumberFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetNumberFormat()
2830 sal_uInt32 ScDocument::GetNumberFormat( const ScAddress& rPos ) const in GetNumberFormat()
2839 void ScDocument::GetNumberFormatInfo( short& nType, sal_uLong& nIndex, in GetNumberFormatInfo()
2860 void ScDocument::GetFormula( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rFormula, in GetFormula()
2870 CellType ScDocument::GetCellType( const ScAddress& rPos ) const in GetCellType()
2879 void ScDocument::GetCellType( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetCellType()
2889 void ScDocument::GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetCell()
2902 ScBaseCell* ScDocument::GetCell( const ScAddress& rPos ) const in GetCell()
2913 sal_Bool ScDocument::HasStringData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in HasStringData()
2922 sal_Bool ScDocument::HasValueData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in HasValueData()
2931 sal_Bool ScDocument::HasStringCells( const ScRange& rRange ) const in HasStringCells()
2950 sal_Bool ScDocument::HasSelectionData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in HasSelectionData()
2963 ScPostIt* ScDocument::GetNote( const ScAddress& rPos ) in GetNote()
2970 void ScDocument::TakeNote( const ScAddress& rPos, ScPostIt*& rpNote ) in TakeNote()
2979 ScPostIt* ScDocument::ReleaseNote( const ScAddress& rPos ) in ReleaseNote()
2986 ScPostIt* ScDocument::GetOrCreateNote( const ScAddress& rPos ) in GetOrCreateNote()
2998 void ScDocument::DeleteNote( const ScAddress& rPos ) in DeleteNote()
3005 void ScDocument::InitializeNoteCaptions( SCTAB nTab, bool bForced ) in InitializeNoteCaptions()
3011 void ScDocument::InitializeAllNoteCaptions( bool bForced ) in InitializeAllNoteCaptions()
3017 void ScDocument::SetDirty() in SetDirty()
3037 void ScDocument::SetDirty( const ScRange& rRange ) in SetDirty()
3051 void ScDocument::SetTableOpDirty( const ScRange& rRange ) in SetTableOpDirty()
3062 void ScDocument::InterpretDirtyCells( const ScRangeList& rRanges ) in InterpretDirtyCells()
3082 void ScDocument::AddTableOpFormulaCell( ScFormulaCell* pCell ) in AddTableOpFormulaCell()
3100 void ScDocument::CalcAll() in CalcAll()
3115 void ScDocument::CompileAll() in CompileAll()
3126 void ScDocument::CompileXML() in CompileXML()
3152 void ScDocument::CalcAfterLoad() in CalcAfterLoad()
3183 sal_uInt16 ScDocument::GetErrCode( const ScAddress& rPos ) const in GetErrCode()
3192 void ScDocument::ResetChanged( const ScRange& rRange ) in ResetChanged()
3206 void ScDocument::SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ) in SetColWidth()
3212 void ScDocument::SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ) in SetColWidthOnly()
3218 void ScDocument::SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeight()
3225 void ScDocument::SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeig… in SetRowHeightRange()
3232 void ScDocument::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeigh… in SetRowHeightOnly()
3238 void ScDocument::SetManualHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bManual ) in SetManualHeight()
3245 sal_uInt16 ScDocument::GetColWidth( SCCOL nCol, SCTAB nTab ) const in GetColWidth()
3254 sal_uInt16 ScDocument::GetOriginalWidth( SCCOL nCol, SCTAB nTab ) const in GetOriginalWidth()
3263 sal_uInt16 ScDocument::GetCommonWidth( SCCOL nEndCol, SCTAB nTab ) const in GetCommonWidth()
3272 sal_uInt16 ScDocument::GetOriginalHeight( SCROW nRow, SCTAB nTab ) const in GetOriginalHeight()
3281 sal_uInt16 ScDocument::GetRowHeight( SCROW nRow, SCTAB nTab, bool bHiddenAsZero ) const in GetRowHeight()
3290 sal_uInt16 ScDocument::GetRowHeight( SCROW nRow, SCTAB nTab, SCROW* pStartRow, SCROW* pEndRow, bool… in GetRowHeight()
3299 sal_uLong ScDocument::GetRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab ) const in GetRowHeight()
3315 SCROW ScDocument::GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const in GetRowForHeight()
3320 sal_uLong ScDocument::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, in GetScaledRowHeight()
3338 SCROW ScDocument::GetHiddenRowCount( SCROW nRow, SCTAB nTab ) const in GetHiddenRowCount()
3347 sal_uLong ScDocument::GetColOffset( SCCOL nCol, SCTAB nTab ) const in GetColOffset()
3356 sal_uLong ScDocument::GetRowOffset( SCROW nRow, SCTAB nTab ) const in GetRowOffset()
3365 sal_uInt16 ScDocument::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev, in GetOptimalColWidth()
3379 long ScDocument::GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetNeededSize()
3393 sal_Bool ScDocument::SetOptimalHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nExtr… in SetOptimalHeight()
3408 void ScDocument::UpdateAllRowHeights( OutputDevice* pDev, double nPPTX, double nPPTY, in UpdateAllRowHeights()
3435 void ScDocument::ShowCol(SCCOL nCol, SCTAB nTab, sal_Bool bShow) in ShowCol()
3442 void ScDocument::ShowRow(SCROW nRow, SCTAB nTab, sal_Bool bShow) in ShowRow()
3449 void ScDocument::ShowRows(SCROW nRow1, SCROW nRow2, SCTAB nTab, sal_Bool bShow) in ShowRows()
3456 void ScDocument::SetColFlags( SCCOL nCol, SCTAB nTab, sal_uInt8 nNewFlags ) in SetColFlags()
3463 void ScDocument::SetRowFlags( SCROW nRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags()
3470 void ScDocument::SetRowFlags( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags()
3477 sal_uInt8 ScDocument::GetColFlags( SCCOL nCol, SCTAB nTab ) const in GetColFlags()
3485 sal_uInt8 ScDocument::GetRowFlags( SCROW nRow, SCTAB nTab ) const in GetRowFlags()
3493 ScBitMaskCompressedArray< SCROW, sal_uInt8> & ScDocument::GetRowFlagsArrayModifiable( in GetRowFlagsArrayModifiable()
3500 const ScBitMaskCompressedArray< SCROW, sal_uInt8> & ScDocument::GetRowFlagsArray( in GetRowFlagsArray()
3520 void ScDocument::GetAllRowBreaks(set<SCROW>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllRowBreaks()
3528 void ScDocument::GetAllColBreaks(set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllColBreaks()
3536 ScBreakType ScDocument::HasRowBreak(SCROW nRow, SCTAB nTab) const in HasRowBreak()
3551 ScBreakType ScDocument::HasColBreak(SCCOL nCol, SCTAB nTab) const in HasColBreak()
3566 void ScDocument::SetRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in SetRowBreak()
3574 void ScDocument::SetColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in SetColBreak()
3582 void ScDocument::RemoveRowBreak(SCROW nRow, SCTAB nTab, bool bPage, bool bManual) in RemoveRowBreak()
3590 void ScDocument::RemoveColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in RemoveColBreak()
3598 Sequence<TablePageBreakData> ScDocument::GetRowBreakData(SCTAB nTab) const in GetRowBreakData()
3606 bool ScDocument::RowHidden(SCROW nRow, SCTAB nTab, SCROW* pFirstRow, SCROW* pLastRow) in RowHidden()
3614 bool ScDocument::RowHidden(SCROW nRow, SCTAB nTab, SCROW& rLastRow) in RowHidden()
3626 bool ScDocument::HasHiddenRows(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in HasHiddenRows()
3634 bool ScDocument::ColHidden(SCCOL nCol, SCTAB nTab, SCCOL& rLastCol) in ColHidden()
3645 bool ScDocument::ColHidden(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColHidden()
3659 void ScDocument::SetRowHidden(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bHidden) in SetRowHidden()
3667 void ScDocument::SetColHidden(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bHidden) in SetColHidden()
3675 SCROW ScDocument::FirstVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in FirstVisibleRow()
3683 SCROW ScDocument::LastVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in LastVisibleRow()
3691 SCROW ScDocument::CountVisibleRows(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in CountVisibleRows()
3699 bool ScDocument::RowFiltered(SCROW nRow, SCTAB nTab, SCROW* pFirstRow, SCROW* pLastRow) in RowFiltered()
3707 bool ScDocument::HasFilteredRows(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in HasFilteredRows()
3715 bool ScDocument::ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColFiltered()
3723 void ScDocument::SetRowFiltered(SCROW nStartRow, SCROW nEndRow, SCTAB nTab, bool bFiltered) in SetRowFiltered()
3731 void ScDocument::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered) in SetColFiltered()
3739 SCROW ScDocument::FirstNonFilteredRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in FirstNonFilteredRow()
3747 SCROW ScDocument::LastNonFilteredRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in LastNonFilteredRow()
3755 SCROW ScDocument::CountNonFilteredRows(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in CountNonFilteredRows()
3763 void ScDocument::SyncColRowFlags() in SyncColRowFlags()
3774 SCROW ScDocument::GetLastFlaggedRow( SCTAB nTab ) const in GetLastFlaggedRow()
3782 SCCOL ScDocument::GetLastChangedCol( SCTAB nTab ) const in GetLastChangedCol()
3789 SCROW ScDocument::GetLastChangedRow( SCTAB nTab ) const in GetLastChangedRow()
3797 SCCOL ScDocument::GetNextDifferentChangedCol( SCTAB nTab, SCCOL nStart) const in GetNextDifferentChangedCol()
3815 SCROW ScDocument::GetNextDifferentChangedRow( SCTAB nTab, SCROW nStart, bool bCareManualSize) const in GetNextDifferentChangedRow()
3852 sal_Bool ScDocument::GetColDefault( SCTAB nTab, SCCOL nCol, SCROW nLastRow, SCROW& nDefault) in GetColDefault()
3904 sal_Bool ScDocument::GetRowDefault( SCTAB /* nTab */, SCROW /* nRow */, SCCOL /* nLastCol */, SCCOL… in GetRowDefault()
3910 void ScDocument::StripHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2, SCTAB nTab ) in StripHidden()
3917 void ScDocument::ExtendHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2, SCTAB nTab ) in ExtendHidden()
3927 const SfxPoolItem* ScDocument::GetAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich ) con… in GetAttr()
3943 const ScPatternAttr* ScDocument::GetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetPattern()
3951 const ScPatternAttr* ScDocument::GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRow, SC… in GetMostUsedPattern()
3959 void ScDocument::ApplyAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, const SfxPoolItem& rAttr ) in ApplyAttr()
3966 void ScDocument::ApplyPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr ) in ApplyPattern()
3973 void ScDocument::ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, in ApplyPatternArea()
3985 void ScDocument::ApplyPatternAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyPatternAreaTab()
3993 void ScDocument::ApplyPooledPatternAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyPooledPatternAreaTab()
4001 void ScDocument::ApplyPatternIfNumberformatIncompatible( const ScRange& rRange, in ApplyPatternIfNumberformatIncompatible()
4011 void ScDocument::ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScStyleSheet& rStyle) in ApplyStyle()
4019 void ScDocument::ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, in ApplyStyleArea()
4031 void ScDocument::ApplyStyleAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyStyleAreaTab()
4040 void ScDocument::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
4059 void ScDocument::ApplySelectionLineStyle( const ScMarkData& rMark, in ApplySelectionLineStyle()
4072 const ScStyleSheet* ScDocument::GetStyle( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetStyle()
4081 const ScStyleSheet* ScDocument::GetSelectionStyle( const ScMarkData& rMark ) const in GetSelectionStyle()
4124 void ScDocument::StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved, in StyleSheetChanged()
4142 sal_Bool ScDocument::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed()
4184 sal_Bool ScDocument::ApplyFlagsTab( SCCOL nStartCol, SCROW nStartRow, in ApplyFlagsTab()
4196 sal_Bool ScDocument::RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow, in RemoveFlagsTab()
4208 void ScDocument::SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr, in SetPattern()
4217 void ScDocument::SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr, in SetPattern()
4226 ScPatternAttr* ScDocument::CreateSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep ) in CreateSelectionPattern()
4255 const ScPatternAttr* ScDocument::GetSelectionPattern( const ScMarkData& rMark, sal_Bool bDeep ) in GetSelectionPattern()
4263 void ScDocument::GetSelectionFrame( const ScMarkData& rMark, in GetSelectionFrame()
4305 bool ScDocument::HasAttrib( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in HasAttrib()
4387 bool ScDocument::HasAttrib( const ScRange& rRange, sal_uInt16 nMask ) in HasAttrib()
4394 void ScDocument::FindMaxRotCol( SCTAB nTab, RowInfo* pRowInfo, SCSIZE nArrCount, in FindMaxRotCol()
4405 void ScDocument::GetBorderLines( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetBorderLines()
4458 sal_Bool ScDocument::IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsBlockEmpty()
4470 void ScDocument::LockTable(SCTAB nTab) in LockTable()
4481 void ScDocument::UnlockTable(SCTAB nTab) in UnlockTable()
4492 sal_Bool ScDocument::IsBlockEditable( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsBlockEditable()
4516 sal_Bool ScDocument::IsSelectionEditable( const ScMarkData& rMark, in IsSelectionEditable()
4566 sal_Bool ScDocument::HasSelectedBlockMatrixFragment( SCCOL nStartCol, SCROW nStartRow, in HasSelectedBlockMatrixFragment()
4581 sal_Bool ScDocument::GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix ) in GetMatrixFormulaRange()
4626 sal_Bool ScDocument::ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow, in ExtendOverlapped()
4681 sal_Bool ScDocument::ExtendMergeSel( SCCOL nStartCol, SCROW nStartRow, in ExtendMergeSel()
4708 sal_Bool ScDocument::ExtendMerge( SCCOL nStartCol, SCROW nStartRow, in ExtendMerge()
4730 sal_Bool ScDocument::ExtendMerge( ScRange& rRange, sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge()
4759 sal_Bool ScDocument::ExtendTotalMerge( ScRange& rRange ) in ExtendTotalMerge()
4789 sal_Bool ScDocument::ExtendOverlapped( ScRange& rRange ) in ExtendOverlapped()
4822 sal_Bool ScDocument::RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow, in RefreshAutoFilter()
4859 sal_Bool ScDocument::IsHorOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in IsHorOverlapped()
4873 sal_Bool ScDocument::IsVerOverlapped( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in IsVerOverlapped()
4887 void ScDocument::ApplySelectionFrame( const ScMarkData& rMark, in ApplySelectionFrame()
4910 void ScDocument::ApplyFrameAreaTab( const ScRange& rRange, in ApplyFrameAreaTab()
4924 void ScDocument::ApplySelectionPattern( const ScPatternAttr& rAttr, const ScMarkData& rMark ) in ApplySelectionPattern()
4955 void ScDocument::ChangeSelectionIndent( sal_Bool bIncrement, const ScMarkData& rMark ) in ChangeSelectionIndent()
4963 void ScDocument::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems()
4971 void ScDocument::DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ) in DeleteSelection()
4979 void ScDocument::DeleteSelectionTab( SCTAB nTab, sal_uInt16 nDelFlag, const ScMarkData& rMark ) in DeleteSelectionTab()
4990 ScPatternAttr* ScDocument::GetDefPattern() const in GetDefPattern()
4996 ScDocumentPool* ScDocument::GetPool() in GetPool()
5003 ScStyleSheetPool* ScDocument::GetStyleSheetPool() const in GetStyleSheetPool()
5009 SCSIZE ScDocument::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in GetEmptyLinesInBlock()
5027 void ScDocument::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos()
5034 void ScDocument::GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY, in GetNextPos()
5052 void ScDocument::UpdStlShtPtrsFrmNms() in UpdStlShtPtrsFrmNms()
5070 void ScDocument::StylesToNames() in StylesToNames()
5088 sal_uLong ScDocument::GetCellCount() const in GetCellCount()
5099 SCSIZE ScDocument::GetCellCount(SCTAB nTab, SCCOL nCol) const in GetCellCount()
5107 sal_uLong ScDocument::GetCodeCount() const in GetCodeCount()
5119 sal_uLong ScDocument::GetWeightedCount() const in GetWeightedCount()
5131 void ScDocument::PageStyleModified( SCTAB nTab, const String& rNewName ) in PageStyleModified()
5138 void ScDocument::SetPageStyle( SCTAB nTab, const String& rName ) in SetPageStyle()
5145 const String& ScDocument::GetPageStyle( SCTAB nTab ) const in GetPageStyle()
5154 void ScDocument::SetPageSize( SCTAB nTab, const Size& rSize ) in SetPageSize()
5160 Size ScDocument::GetPageSize( SCTAB nTab ) const in GetPageSize()
5170 void ScDocument::SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW … in SetRepeatArea()
5176 void ScDocument::InvalidatePageBreaks(SCTAB nTab) in InvalidatePageBreaks()
5182 void ScDocument::UpdatePageBreaks( SCTAB nTab, const ScRange* pUserArea ) in UpdatePageBreaks()
5188 void ScDocument::RemoveManualBreaks( SCTAB nTab ) in RemoveManualBreaks()
5194 sal_Bool ScDocument::HasManualBreaks( SCTAB nTab ) const in HasManualBreaks()
5204 void ScDocument::GetDocStat( ScDocStat& rDocStat ) in GetDocStat()
5212 sal_Bool ScDocument::HasPrintRange() in HasPrintRange()
5224 sal_Bool ScDocument::IsPrintEntireSheet( SCTAB nTab ) const in IsPrintEntireSheet()
5230 sal_uInt16 ScDocument::GetPrintRangeCount( SCTAB nTab ) in GetPrintRangeCount()
5239 const ScRange* ScDocument::GetPrintRange( SCTAB nTab, sal_uInt16 nPos ) in GetPrintRange()
5248 const ScRange* ScDocument::GetRepeatColRange( SCTAB nTab ) in GetRepeatColRange()
5257 const ScRange* ScDocument::GetRepeatRowRange( SCTAB nTab ) in GetRepeatRowRange()
5266 void ScDocument::ClearPrintRanges( SCTAB nTab ) in ClearPrintRanges()
5273 void ScDocument::AddPrintRange( SCTAB nTab, const ScRange& rNew ) in AddPrintRange()
5287 void ScDocument::SetPrintEntireSheet( SCTAB nTab ) in SetPrintEntireSheet()
5294 void ScDocument::SetRepeatColRange( SCTAB nTab, const ScRange* pNew ) in SetRepeatColRange()
5301 void ScDocument::SetRepeatRowRange( SCTAB nTab, const ScRange* pNew ) in SetRepeatRowRange()
5308 ScPrintRangeSaver* ScDocument::CreatePrintRangeSaver() const in CreatePrintRangeSaver()
5319 void ScDocument::RestorePrintRanges( const ScPrintRangeSaver& rSaver ) in RestorePrintRanges()
5328 sal_Bool ScDocument::NeedPageResetAfterTab( SCTAB nTab ) const in NeedPageResetAfterTab()
5353 SfxUndoManager* ScDocument::GetUndoManager() in GetUndoManager()
5364 ScRowBreakIterator* ScDocument::GetRowBreakIterator(SCTAB nTab) const in GetRowBreakIterator()
5371 void ScDocument::EnableUndo( bool bVal ) in EnableUndo()
5378 bool ScDocument::IsInVBAMode() const in IsInVBAMode()