Lines Matching refs:ScTable

65 sal_Bool ScTable::SetOutlineTable( const ScOutlineTable* pNewOutline )  in SetOutlineTable()
92 void ScTable::StartOutlineTable() in StartOutlineTable()
99 void ScTable::SetSheetEvents( const ScSheetEvents* pNew ) in SetSheetEvents()
114 void ScTable::SetCalcNotification( sal_Bool bSet ) in SetCalcNotification()
120 sal_Bool ScTable::TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize ) in TestInsertRow()
134 void ScTable::InsertRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize ) in InsertRow()
187 void ScTable::DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize, in DeleteRow()
232 sal_Bool ScTable::TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) in TestInsertCol()
249 void ScTable::InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) in InsertCol()
325 void ScTable::DeleteCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize, in DeleteCol()
385 void ScTable::DeleteArea(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uInt16 nDelFlag) in DeleteArea()
415 void ScTable::DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ) in DeleteSelection()
439 void ScTable::CopyToClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyToClip()
440 ScTable* pTable, sal_Bool bKeepScenarioFlags, sal_Bool bCloneNoteCaptions) in CopyToClip()
477 void ScTable::CopyToClip(const ScRangeList& rRanges, ScTable* pTable, in CopyToClip()
488 void ScTable::CopyFromClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyFromClip()
490 sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, ScTable* pTable) in CopyFromClip()
538 void ScTable::MixData( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in MixData()
539 sal_uInt16 nFunction, sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixData()
547 void ScTable::MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, in MixMarked()
548 sal_Bool bSkipEmpty, ScTable* pSrcTab ) in MixMarked()
555 void ScTable::TransposeClip( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in TransposeClip()
556 ScTable* pTransClip, sal_uInt16 nFlags, sal_Bool bAsLink ) in TransposeClip()
693 void ScTable::StartAllListeners() in StartAllListeners()
700 void ScTable::StartNeededListeners() in StartNeededListeners()
707 void ScTable::BroadcastInArea( SCCOL nCol1, SCROW nRow1, in BroadcastInArea()
718 void ScTable::StartListeningInArea( SCCOL nCol1, SCROW nRow1, in StartListeningInArea()
729 void ScTable::CopyToTable(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyToTable()
730 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab, in CopyToTable()
856 void ScTable::UndoToTable(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in UndoToTable()
857 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab, in UndoToTable()
896 void ScTable::CopyUpdated( const ScTable* pPosTab, ScTable* pDestTab ) const in CopyUpdated()
902 void ScTable::InvalidateTableArea() in InvalidateTableArea()
907 void ScTable::InvalidatePageBreaks() in InvalidatePageBreaks()
912 void ScTable::CopyScenarioTo( ScTable* pDestTab ) const in CopyScenarioTo()
920 void ScTable::CopyScenarioFrom( const ScTable* pSrcTab ) in CopyScenarioFrom()
928 void ScTable::MarkScenarioIn( ScMarkData& rDestMark, sal_uInt16 nNeededBits ) const in MarkScenarioIn()
939 sal_Bool ScTable::HasScenarioRange( const ScRange& rRange ) const in HasScenarioRange()
968 void ScTable::InvalidateScenarioRanges() in InvalidateScenarioRanges()
974 const ScRangeList* ScTable::GetScenarioRanges() const in GetScenarioRanges()
980 ((ScTable*)this)->pScenarioRanges = new ScRangeList; in GetScenarioRanges()
988 sal_Bool ScTable::TestCopyScenarioTo( const ScTable* pDestTab ) const in TestCopyScenarioTo()
1001 void ScTable::PutCell( SCCOL nCol, SCROW nRow, ScBaseCell* pCell ) in PutCell()
1013 void ScTable::PutCell( SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell ) in PutCell()
1025 void ScTable::PutCell( const ScAddress& rPos, ScBaseCell* pCell ) in PutCell()
1043 sal_Bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
1054 void ScTable::SetValue( SCCOL nCol, SCROW nRow, const double& rVal ) in SetValue()
1061 void ScTable::GetString( SCCOL nCol, SCROW nRow, String& rString ) in GetString()
1069 void ScTable::FillDPCache( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nSta… in FillDPCache()
1077 void ScTable::GetInputString( SCCOL nCol, SCROW nRow, String& rString ) in GetInputString()
1086 double ScTable::GetValue( SCCOL nCol, SCROW nRow ) in GetValue()
1094 void ScTable::GetFormula( SCCOL nCol, SCROW nRow, String& rFormula, in GetFormula()
1104 ScPostIt* ScTable::GetNote( SCCOL nCol, SCROW nRow ) in GetNote()
1110 void ScTable::TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote ) in TakeNote()
1127 ScPostIt* ScTable::ReleaseNote( SCCOL nCol, SCROW nRow ) in ReleaseNote()
1133 void ScTable::DeleteNote( SCCOL nCol, SCROW nRow ) in DeleteNote()
1140 void ScTable::InitializeNoteCaptions( bool bForced ) in InitializeNoteCaptions()
1151 CellType ScTable::GetCellType( SCCOL nCol, SCROW nRow ) const in GetCellType()
1159 ScBaseCell* ScTable::GetCell( SCCOL nCol, SCROW nRow ) const in GetCell()
1168 void ScTable::GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const in GetFirstDataPos()
1183 void ScTable::GetLastDataPos(SCCOL& rCol, SCROW& rRow) const in GetLastDataPos()
1195 sal_Bool ScTable::HasData( SCCOL nCol, SCROW nRow ) in HasData()
1204 sal_Bool ScTable::HasStringData( SCCOL nCol, SCROW nRow ) in HasStringData()
1213 sal_Bool ScTable::HasValueData( SCCOL nCol, SCROW nRow ) in HasValueData()
1222 sal_Bool ScTable::HasStringCells( SCCOL nStartCol, SCROW nStartRow, in HasStringCells()
1242 void ScTable::SetDirtyVar() in SetDirtyVar()
1249 void ScTable::SetDirty() in SetDirty()
1259 void ScTable::SetDirty( const ScRange& rRange ) in SetDirty()
1270 void ScTable::SetTableOpDirty( const ScRange& rRange ) in SetTableOpDirty()
1281 void ScTable::SetDirtyAfterLoad() in SetDirtyAfterLoad()
1291 void ScTable::SetRelNameDirty() in SetRelNameDirty()
1301 void ScTable::SetLoadingMedium(bool bLoading) in SetLoadingMedium()
1312 void ScTable::CalcAll() in CalcAll()
1318 void ScTable::CompileAll() in CompileAll()
1324 void ScTable::CompileXML( ScProgress& rProgress ) in CompileXML()
1332 void ScTable::CalcAfterLoad() in CalcAfterLoad()
1338 void ScTable::ResetChanged( const ScRange& rRange ) in ResetChanged()
1351 const SfxPoolItem* ScTable::GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const in GetAttr()
1360 sal_uLong ScTable::GetNumberFormat( SCCOL nCol, SCROW nRow ) const in GetNumberFormat()
1369 const ScPatternAttr* ScTable::GetPattern( SCCOL nCol, SCROW nRow ) const in GetPattern()
1381 const ScPatternAttr* ScTable::GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRow ) const in GetMostUsedPattern()
1390 bool ScTable::HasAttrib( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uInt16 nMask ) con… in HasAttrib()
1417 sal_Bool ScTable::HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const in HasAttribSelection()
1426 sal_Bool ScTable::ExtendMerge( SCCOL nStartCol, SCROW nStartRow, in ExtendMerge()
1444 sal_Bool ScTable::IsBlockEmpty( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bIgnoreNot… in IsBlockEmpty()
1457 SCSIZE ScTable::FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2, in FillMaxRot()
1526 void ScTable::FindMaxRotCol( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2 ) in FindMaxRotCol()
1596 sal_Bool ScTable::HasBlockMatrixFragment( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const in HasBlockMatrixFragment()
1677 sal_Bool ScTable::HasSelectionMatrixFragment( const ScMarkData& rMark ) const in HasSelectionMatrixFragment()
1686 sal_Bool ScTable::IsBlockEditable( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, in IsBlockEditable()
1761 sal_Bool ScTable::IsSelectionEditable( const ScMarkData& rMark, in IsSelectionEditable()
1842 void ScTable::LockTable() in LockTable()
1848 void ScTable::UnlockTable() in UnlockTable()
1859 void ScTable::MergeSelectionPattern( ScMergePatternState& rState, const ScMarkData& rMark, sal_Bool… in MergeSelectionPattern()
1866 void ScTable::MergePatternArea( ScMergePatternState& rState, SCCOL nCol1, SCROW nRow1, in MergePatternArea()
1874 void ScTable::MergeBlockFrame( SvxBoxItem* pLineOuter, SvxBoxInfoItem* pLineInner, ScLineFlags& rFl… in MergeBlockFrame()
1888 void ScTable::ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner, in ApplyBlockFrame()
1902 void ScTable::ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr ) in ApplyPattern()
1909 void ScTable::ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in ApplyPatternArea()
1921 void ScTable::ApplyPooledPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRo… in ApplyPooledPatternArea()
1944 void ScTable::ApplyPatternIfNumberformatIncompatible( const ScRange& rRange, in ApplyPatternIfNumberformatIncompatible()
1956 void ScTable::ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle()
1963 void ScTable::ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const… in ApplyStyleArea()
1975 void ScTable::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
1982 void ScTable::ApplySelectionLineStyle( const ScMarkData& rMark, in ApplySelectionLineStyle()
1993 const ScStyleSheet* ScTable::GetStyle( SCCOL nCol, SCROW nRow ) const in GetStyle()
2002 const ScStyleSheet* ScTable::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle()
2029 const ScStyleSheet* ScTable::GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1, in GetAreaStyle()
2056 sal_Bool ScTable::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed()
2074 void ScTable::StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved, in StyleSheetChanged()
2100 sal_Bool ScTable::ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in ApplyFlags()
2111 sal_Bool ScTable::RemoveFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in RemoveFlags()
2122 void ScTable::SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool ) in SetPattern()
2129 void ScTable::ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr()
2136 void ScTable::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache()
2143 void ScTable::ChangeSelectionIndent( sal_Bool bIncrement, const ScMarkData& rMark ) in ChangeSelectionIndent()
2150 void ScTable::ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ) in ClearSelectionItems()
2159 void ScTable::SetColWidth( SCCOL nCol, sal_uInt16 nNewWidth ) in SetColWidth()
2189 void ScTable::SetRowHeight( SCROW nRow, sal_uInt16 nNewHeight ) in SetRowHeight()
2253 sal_Bool ScTable::SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight, in SetRowHeightRange()
2344 void ScTable::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight ) in SetRowHeightOnly()
2355 void ScTable::SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth ) in SetColWidthOnly()
2365 void ScTable::SetManualHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bManual ) in SetManualHeight()
2381 sal_uInt16 ScTable::GetColWidth( SCCOL nCol ) const in GetColWidth()
2397 sal_uInt16 ScTable::GetOriginalWidth( SCCOL nCol ) const // immer die eingestellte in GetOriginalWidth()
2408 sal_uInt16 ScTable::GetCommonWidth( SCCOL nEndCol ) in GetCommonWidth()
2455 sal_uInt16 ScTable::GetRowHeight( SCROW nRow, SCROW* pStartRow, SCROW* pEndRow, bool bHiddenAsZero … in GetRowHeight()
2498 sal_uLong ScTable::GetRowHeight( SCROW nStartRow, SCROW nEndRow ) const in GetRowHeight()
2524 sal_uLong ScTable::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const in GetScaledRowHeight()
2565 sal_uInt16 ScTable::GetOriginalHeight( SCROW nRow ) const // non-0 even if hidden in GetOriginalHeight()
2579 SCROW ScTable::GetHiddenRowCount( SCROW nRow ) in GetHiddenRowCount()
2594 void ScTable::ShowCol(SCCOL nCol, bool bShow) in ShowCol()
2627 void ScTable::ShowRow(SCROW nRow, bool bShow) in ShowRow()
2666 void ScTable::DBShowRow(SCROW nRow, bool bShow) in DBShowRow()
2711 void ScTable::DBShowRows(SCROW nRow1, SCROW nRow2, bool bShow, bool bSetFlags) in DBShowRows()
2763 void ScTable::ShowRows(SCROW nRow1, SCROW nRow2, bool bShow) in ShowRows()
2838 sal_Bool ScTable::IsDataFiltered() const in IsDataFiltered()
2852 void ScTable::SetColFlags( SCCOL nCol, sal_uInt8 nNewFlags ) in SetColFlags()
2863 void ScTable::SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags ) in SetRowFlags()
2874 void ScTable::SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags ) in SetRowFlags()
2885 sal_uInt8 ScTable::GetColFlags( SCCOL nCol ) const in GetColFlags()
2894 sal_uInt8 ScTable::GetRowFlags( SCROW nRow ) const in GetRowFlags()
2903 SCROW ScTable::GetLastFlaggedRow() const in GetLastFlaggedRow()
2934 SCCOL ScTable::GetLastChangedCol() const in GetLastChangedCol()
2948 SCROW ScTable::GetLastChangedRow() const in GetLastChangedRow()
2966 sal_Bool ScTable::UpdateOutlineCol( SCCOL nStartCol, SCCOL nEndCol, sal_Bool bShow ) in UpdateOutlineCol()
2978 sal_Bool ScTable::UpdateOutlineRow( SCROW nStartRow, SCROW nEndRow, sal_Bool bShow ) in UpdateOutlineRow()
2987 void ScTable::ExtendHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ) in ExtendHidden()
3018 void ScTable::StripHidden( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ) in StripHidden()
3055 void ScTable::DoAutoOutline( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) in DoAutoOutline()
3146 void ScTable::CopyData( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in CopyData()
3196 sal_Bool ScTable::RefVisible(ScFormulaCell* pCell) in RefVisible()
3219 void ScTable::GetUpperCellString(SCCOL nCol, SCROW nRow, String& rStr) in GetUpperCellString()
3230 void ScTable::SetDrawPageSize(bool bResetStreamValid, bool bUpdateNoteCaptionPos) in SetDrawPageSize()
3256 sal_uLong ScTable::GetRowOffset( SCROW nRow ) const in GetRowOffset()
3279 SCROW ScTable::GetRowForHeight(sal_uLong nHeight) const in GetRowForHeight()
3306 sal_uLong ScTable::GetColOffset( SCCOL nCol ) const in GetColOffset()
3323 ScColumn* ScTable::GetColumnByIndex(sal_Int32 index) in GetColumnByIndex()