Home
last modified time | relevance | path

Searched refs:ScTable (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dtable2.cxx65 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()
[all …]
H A Dtable5.cxx64 void ScTable::UpdatePageBreaks( const ScRange* pUserArea ) in UpdatePageBreaks()
310 void ScTable::RemoveManualBreaks() in RemoveManualBreaks()
320 sal_Bool ScTable::HasManualBreaks() const in HasManualBreaks()
325 void ScTable::SetRowManualBreaks( const ::std::set<SCROW>& rBreaks ) in SetRowManualBreaks()
333 void ScTable::SetColManualBreaks( const ::std::set<SCCOL>& rBreaks ) in SetColManualBreaks()
341 void ScTable::GetAllRowBreaks(set<SCROW>& rBreaks, bool bPage, bool bManual) const in GetAllRowBreaks()
353 void ScTable::GetAllColBreaks(set<SCCOL>& rBreaks, bool bPage, bool bManual) const in GetAllColBreaks()
365 bool ScTable::HasRowPageBreak(SCROW nRow) const in HasRowPageBreak()
373 bool ScTable::HasColPageBreak(SCCOL nCol) const in HasColPageBreak()
381 bool ScTable::HasRowManualBreak(SCROW nRow) const in HasRowManualBreak()
[all …]
H A Dtable1.cxx55 ScTable::ScTable( ScDocument* pDoc, SCTAB nNewTab, const String& rNewName, in ScTable() function in ScTable
142 ScTable::~ScTable() in ~ScTable()
168 void ScTable::GetName( String& rName ) const in GetName()
173 void ScTable::SetName( const String& rNewName ) in SetName()
181 const String& ScTable::GetUpperName() const in GetUpperName()
188 void ScTable::SetVisible( sal_Bool bVis ) in SetVisible()
196 void ScTable::SetStreamValid( sal_Bool bSet, sal_Bool bIgnoreLock ) in SetStreamValid()
202 void ScTable::SetPendingRowHeights( sal_Bool bSet ) in SetPendingRowHeights()
207 void ScTable::SetLayoutRTL( sal_Bool bSet ) in SetLayoutRTL()
212 void ScTable::SetLoadingRTL( sal_Bool bSet ) in SetLoadingRTL()
[all …]
H A Dtable3.cxx130 ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 ) in CreateSortInfoArray()
169 sal_Bool ScTable::IsSortCollatorGlobal() const in IsSortCollatorGlobal()
176 void ScTable::InitSortCollator( const ScSortParam& rPar ) in InitSortCollator()
194 void ScTable::DestroySortCollator() in DestroySortCollator()
205 void ScTable::SortReorder( ScSortInfoArray* pArray, ScProgress& rProgress ) in SortReorder()
238 short ScTable::CompareCell( sal_uInt16 nSort, in CompareCell()
342 short ScTable::Compare( ScSortInfoArray* pArray, SCCOLROW nIndex1, SCCOLROW nIndex2 ) in Compare()
371 void ScTable::QuickSort( ScSortInfoArray* pArray, SCsCOLROW nLo, SCsCOLROW nHi ) in QuickSort()
413 void ScTable::SwapCol(SCCOL nCol1, SCCOL nCol2) in SwapCol()
435 void ScTable::SwapRow(SCROW nRow1, SCROW nRow2) in SwapRow()
[all …]
H A Dtable4.cxx187 void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillAnalyse()
415 void ScTable::FillFormula(sal_uLong& /* nFormulaCounter */, sal_Bool /* bFirst */, ScFormulaCell* p… in FillFormula()
502 void ScTable::FillAuto( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillAuto()
936 String ScTable::GetAutoFillPreview( const ScRange& rSource, SCCOL nEndX, SCROW nEndY ) in GetAutoFillPreview()
1180 void ScTable::IncDate(double& rVal, sal_uInt16& nDayOfMonth, double nStep, FillDateCmd eCmd) in IncDate()
1280 void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillSeries()
1600 void ScTable::Fill( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in Fill()
1627 void ScTable::AutoFormatArea(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in AutoFormatArea()
1643 void ScTable::AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in AutoFormat()
1785 void ScTable::GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData) in GetAutoFormatAttr()
[all …]
H A Dtable6.cxx60 sal_Bool ScTable::SearchCell(const SvxSearchItem& rSearchItem, SCCOL nCol, SCROW nRow, in SearchCell()
245 sal_Bool ScTable::Search(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in Search()
374 sal_Bool ScTable::SearchAll(const SvxSearchItem& rSearchItem, ScMarkData& rMark, in SearchAll()
397 sal_Bool ScTable::Replace(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in Replace()
426 sal_Bool ScTable::ReplaceAll(const SvxSearchItem& rSearchItem, ScMarkData& rMark, in ReplaceAll()
455 sal_Bool ScTable::SearchStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in SearchStyle()
535 sal_Bool ScTable::ReplaceStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in ReplaceStyle()
560 sal_Bool ScTable::SearchAllStyle(const SvxSearchItem& rSearchItem, ScMarkData& rMark) in SearchAllStyle()
598 sal_Bool ScTable::ReplaceAllStyle(const SvxSearchItem& rSearchItem, ScMarkData& rMark, in ReplaceAllStyle()
624 sal_Bool ScTable::SearchAndReplace(const SvxSearchItem& rSearchItem, in SearchAndReplace()
H A Ddocumen2.cxx577 pTab[i] = new ScTable(this, i, aString); in ResetClip()
594 pTab[nTab] = new ScTable(this, nTab, in ResetClip()
623 pTab[nTab] = new ScTable(this, nTab, in PutCell()
784 ScTable* pSaveTab = pTab[nOldPos]; in MoveTab()
844 pTab[nMaxTableNumber] = new ScTable(this, nMaxTableNumber, aName); in CopyTab()
877 pTab[nNewPos] = new ScTable(this, nNewPos, aName); in CopyTab()
H A Ddocumen3.cxx1562 ScTable* pTable = pTab[aEmbedRange.aStart.Tab()]; in GetEmbeddedRect()
1605 bool lcl_AddTwipsWhile( long & rTwips, long nStopTwips, SCROW & rPosY, SCROW nEndRow, const ScTable in lcl_AddTwipsWhile()
1650 ScTable* pTable = pTab[nTab]; in GetRange()
1726 void lcl_SnapHor( ScTable* pTable, long& rVal, SCCOL& rStartCol ) in lcl_SnapHor()
1746 void lcl_SnapVer( ScTable* pTable, long& rVal, SCROW& rStartRow ) in lcl_SnapVer()
1784 ScTable* pTable = pTab[nVisibleTab]; in SnapVisArea()
H A Ddocument.cxx129 pTab[nTab] = new ScTable(this, nTab, aString); in MakeTable()
203 ScTable* ScDocument::GetTableByIndex(sal_Int32 nIndex) in GetTableByIndex()
329 pTab[nTabCount] = new ScTable(this, nTabCount, rName); in InsertTab()
364 pTab[nPos] = new ScTable(this, nPos, rName); in InsertTab()
1395 pTab[nTab] = new ScTable(this, nTab, aString, bColInfo, bRowInfo); in InitUndoSelected()
1417 pTab[nTab] = new ScTable(this, nTab, aString, bColInfo, bRowInfo); in InitUndo()
1435 pTab[nTab] = new ScTable(this, nTab, aString, bColInfo, bRowInfo); in AddUndoTab()
1932 ScTable** ppClipTab = pCBFCP->pClipDoc->pTab; in CopyBlockFromClip()
2023 ScTable** ppClipTab = pCBFCP->pClipDoc->pTab; in CopyNonFilteredFromClip()
2674 pTab[nTab] = new ScTable(this, nTab, in PutCell()
[all …]
H A Dolinetab.cxx637 bool ScOutlineArray::ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& rTabl… in ManualAction()
H A Ddocumen8.cxx460 ScTable* pTable = NULL; in IdleCalcTextWidth()
H A Ddociter.cxx87 ScTable* pTab; in GetThisCol()
/AOO41X/main/sc/inc/
H A Dtable.hxx96 class ScTable class
206 ScTable( ScDocument* pDoc, SCTAB nNewTab, const String& rNewName,
208 ~ScTable();
372 void CopyToClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScTable* pTable,
374 void CopyToClip(const ScRangeList& rRanges, ScTable* pTable,
377 … sal_uInt16 nInsFlag, sal_Bool bAsLink, sal_Bool bSkipAttrForEmpty, ScTable* pTable);
384 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab,
388 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab,
392 ScTable* pTransClip, sal_uInt16 nFlags, sal_Bool bAsLink );
396 sal_Bool bSkipEmpty, ScTable* pSrcTab );
[all …]
H A Dolinetab.hxx34 class ScTable;
122 …bool ManualAction( SCCOLROW nStartPos, SCCOLROW nEndPos, bool bShow, ScTable& r…
H A Ddocument.hxx110 class ScTable;
269 ScTable* pTab[MAXTABCOUNT];
483 ScTable* GetTableByIndex(sal_Int32 nIndex);
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx501 void ScTable();
/AOO41X/main/sc/source/core/tool/
H A Dinterpr4.cxx3612 case ocTable : ScTable(); break; in Interpret()
H A Dinterpr1.cxx4063 void ScInterpreter::ScTable() in ScTable() function in ScInterpreter