Lines Matching refs:SCCOL

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()
679 SCCOL nCol1, nCol2; in ShrinkToDataArea()
705 bool ScDocument::ShrinkToUsedDataArea( bool& o_bShrunk, SCTAB nTab, SCCOL& rStartCol, in ShrinkToUsedDataArea()
706 SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow, bool bColumnsOnly ) const in ShrinkToUsedDataArea()
718 void ScDocument::GetDataArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in GetDataArea()
719SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bIncludeOld, bool bOnlyDown ) const in GetDataArea()
726 void ScDocument::LimitChartArea( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, in LimitChartArea()
727 SCCOL& rEndCol, SCROW& rEndRow ) in LimitChartArea()
747 SCCOL nStartCol = aRange.aStart.Col(); in LimitChartIfAll()
749 SCCOL nEndCol = aRange.aEnd.Col(); in LimitChartIfAll()
809 SCCOL nStartCol = rRange.aStart.Col(); in CanInsertRow()
812 SCCOL nEndCol = rRange.aEnd.Col(); in CanInsertRow()
829 sal_Bool ScDocument::InsertRow( SCCOL nStartCol, SCTAB nStartTab, in InsertRow()
830 SCCOL nEndCol, SCTAB nEndTab, in InsertRow()
924 void ScDocument::DeleteRow( SCCOL nStartCol, SCTAB nStartTab, in DeleteRow()
925 SCCOL nEndCol, SCTAB nEndTab, in DeleteRow()
1012 SCCOL nStartCol = rRange.aStart.Col(); in CanInsertCol()
1015 SCCOL nEndCol = rRange.aEnd.Col(); in CanInsertCol()
1034 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc, in InsertCol()
1117 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc, in DeleteCol()
1139 if ( ValidCol(sal::static_int_cast<SCCOL>(nStartCol+nSize)) ) in DeleteCol()
1143 … ScAddress( sal::static_int_cast<SCCOL>(nStartCol+nSize-1), nEndRow, nTabRangeEnd ) ) ); in DeleteCol()
1145 … ScAddress( sal::static_int_cast<SCCOL>(nStartCol+nSize), nStartRow, nTabRangeStart ), in DeleteCol()
1155 if ( ValidCol(sal::static_int_cast<SCCOL>(nStartCol+nSize)) ) in DeleteCol()
1160 …UpdateReference( URM_INSDEL, sal::static_int_cast<SCCOL>(nStartCol+nSize), nStartRow, nTabRangeSta… in DeleteCol()
1174 if ( ValidCol(sal::static_int_cast<SCCOL>(nStartCol+nSize)) ) in DeleteCol()
1212 SCCOL nStartX = rOld.aStart.Col(); in lcl_GetInsDelRanges()
1214 SCCOL nOldEndX = rOld.aEnd.Col(); in lcl_GetInsDelRanges()
1216 SCCOL nNewEndX = rNew.aEnd.Col(); in lcl_GetInsDelRanges()
1223 SCCOL nRowEndX = bGrowY ? nNewEndX : nOldEndX; in lcl_GetInsDelRanges()
1258 SCCOL nStartX = rRange.aStart.Col(); in HasPartOfMerged()
1260 SCCOL nEndX = rRange.aEnd.Col(); in HasPartOfMerged()
1334 SCCOL nGrowX = bInsCol ? ( rNew.aEnd.Col() - rOld.aEnd.Col() ) : 0; in FitBlock()
1341 void ScDocument::DeleteArea(SCCOL nCol1, SCROW nRow1, in DeleteArea()
1342 SCCOL nCol2, SCROW nRow2, in DeleteArea()
1357 void ScDocument::DeleteAreaTab(SCCOL nCol1, SCROW nRow1, in DeleteAreaTab()
1358 SCCOL nCol2, SCROW nRow2, in DeleteAreaTab()
1470 void ScDocument::CopyToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CopyToDocument()
1471 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, in CopyToDocument()
1496 void ScDocument::UndoToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UndoToDocument()
1497 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, in UndoToDocument()
1618 void ScDocument::CopyTabToClip(SCCOL nCol1, SCROW nRow1, in CopyTabToClip()
1619 SCCOL nCol2, SCROW nRow2, in CopyTabToClip()
1694 static_cast<SCCOL>(aClipRange.aEnd.Row() - aClipRange.aStart.Row()), in TransposeClip()
1820 SCCOL nXw, SCROW nYw) in UpdateRangeNamesInFormulas()
1840 SCCOL nCol1 = pRange->aStart.Col(); in UpdateRangeNamesInFormulas()
1842 SCCOL nCol2 = pRange->aEnd.Col(); in UpdateRangeNamesInFormulas()
1845 SCCOL nC1 = nCol1; in UpdateRangeNamesInFormulas()
1847 SCCOL nC2 = nC1 + nXw; in UpdateRangeNamesInFormulas()
1864 nC2 = Min((SCCOL)(nC1 + nXw), nCol2); in UpdateRangeNamesInFormulas()
1897 void ScDocument::StartListeningFromClip( SCCOL nCol1, SCROW nRow1, in StartListeningFromClip()
1898 SCCOL nCol2, SCROW nRow2, in StartListeningFromClip()
1911 void ScDocument::BroadcastFromClip( SCCOL nCol1, SCROW nRow1, in BroadcastFromClip()
1912 SCCOL nCol2, SCROW nRow2, in BroadcastFromClip()
1926 void ScDocument::CopyBlockFromClip( SCCOL nCol1, SCROW nRow1, in CopyBlockFromClip()
1927 SCCOL nCol2, SCROW nRow2, in CopyBlockFromClip()
2011 void ScDocument::CopyNonFilteredFromClip( SCCOL nCol1, SCROW nRow1, in CopyNonFilteredFromClip()
2012 SCCOL nCol2, SCROW nRow2, in CopyNonFilteredFromClip()
2084 SCCOL nAllCol1 = rDestRange.aStart.Col(); in CopyFromClip()
2086 SCCOL nAllCol2 = rDestRange.aEnd.Col(); in CopyFromClip()
2089 SCCOL nXw = 0; in CopyFromClip()
2095 SCCOL nThisEndX = aClipRange.aEnd.Col(); in CopyFromClip()
2101 nThisEndX = sal::static_int_cast<SCCOL>( nThisEndX - aClipRange.aEnd.Col() ); in CopyFromClip()
2109 SCCOL nDestAddX; in CopyFromClip()
2112 nXw = sal::static_int_cast<SCCOL>( nXw + nDestAddX ); in CopyFromClip()
2169 SCCOL nClipStartCol = aClipRange.aStart.Col(); in CopyFromClip()
2176 SCCOL nCol1 = pRange->aStart.Col(); in CopyFromClip()
2178 SCCOL nCol2 = pRange->aEnd.Col(); in CopyFromClip()
2183 SCCOL nC1 = nCol1; in CopyFromClip()
2185 SCCOL nC2 = nC1 + nXw; in CopyFromClip()
2240 nC2 = Min((SCCOL)(nC1 + nXw), nCol2); in CopyFromClip()
2323 SCCOL nCol1 = rDestPos.Col(); in CopyMultiRangeFromClip()
2365 SCCOL nCol2 = nCol1 + p->aEnd.Col() - p->aStart.Col(); in CopyMultiRangeFromClip()
2413 SCCOL nCols = aDestRange.aEnd.Col() - aDestRange.aStart.Col() + 1; in CopyMultiRangeFromClip()
2445 void ScDocument::GetClipArea(SCCOL& nClipX, SCROW& nClipY, sal_Bool bIncludeFiltered) in GetClipArea()
2459 SCCOL nStartCol = p->aStart.Col(); in GetClipArea()
2460 SCCOL nEndCol = p->aEnd.Col(); in GetClipArea()
2497 void ScDocument::GetClipStart(SCCOL& nClipX, SCROW& nClipY) in GetClipStart()
2561 SCCOL nStartCol = rSrcArea.aStart.Col(); in FillTab()
2563 SCCOL nEndCol = rSrcArea.aEnd.Col(); in FillTab()
2625 SCCOL nStartCol = aArea.aStart.Col(); in FillTabMarked()
2627 SCCOL nEndCol = aArea.aEnd.Col(); in FillTabMarked()
2666 void ScDocument::PutCell( SCCOL nCol, SCROW nRow, SCTAB nTab, 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()
2799 void ScDocument::GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue ) in GetValue()
2817 void ScDocument::GetNumberFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetNumberFormat()
2860 void ScDocument::GetFormula( SCCOL nCol, SCROW nRow, SCTAB nTab, String& rFormula, in GetFormula()
2879 void ScDocument::GetCellType( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetCellType()
2889 void ScDocument::GetCell( SCCOL nCol, SCROW nRow, SCTAB nTab, 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()
2935 SCCOL nStartCol = rRange.aStart.Col(); in HasStringCells()
2938 SCCOL nEndCol = rRange.aEnd.Col(); in HasStringCells()
2950 sal_Bool ScDocument::HasSelectionData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in HasSelectionData()
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()
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()
3347 sal_uLong ScDocument::GetColOffset( SCCOL nCol, SCTAB nTab ) const in GetColOffset()
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()
3435 void ScDocument::ShowCol(SCCOL nCol, SCTAB nTab, sal_Bool bShow) in ShowCol()
3456 void ScDocument::SetColFlags( SCCOL nCol, SCTAB nTab, sal_uInt8 nNewFlags ) in SetColFlags()
3477 sal_uInt8 ScDocument::GetColFlags( SCCOL nCol, SCTAB nTab ) const in GetColFlags()
3528 void ScDocument::GetAllColBreaks(set<SCCOL>& rBreaks, SCTAB nTab, bool bPage, bool bManual) const in GetAllColBreaks()
3551 ScBreakType ScDocument::HasColBreak(SCCOL nCol, SCTAB nTab) const in HasColBreak()
3574 void ScDocument::SetColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in SetColBreak()
3590 void ScDocument::RemoveColBreak(SCCOL nCol, SCTAB nTab, bool bPage, bool bManual) in RemoveColBreak()
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()
3667 void ScDocument::SetColHidden(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bHidden) in SetColHidden()
3715 bool ScDocument::ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColFiltered()
3731 void ScDocument::SetColFiltered(SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bFiltered) in SetColFiltered()
3782 SCCOL ScDocument::GetLastChangedCol( SCTAB nTab ) const in GetLastChangedCol()
3797 SCCOL ScDocument::GetNextDifferentChangedCol( SCTAB nTab, SCCOL nStart) const in GetNextDifferentChangedCol()
3803 for (SCCOL nCol = nStart + 1; nCol <= MAXCOL; nCol++) in GetNextDifferentChangedCol()
3852 sal_Bool ScDocument::GetColDefault( SCTAB nTab, SCCOL nCol, SCROW nLastRow, SCROW& nDefault) in GetColDefault()
3857 SCCOL nColumn; in GetColDefault()
3904 sal_Bool ScDocument::GetRowDefault( SCTAB /* nTab */, SCROW /* nRow */, SCCOL /* nLastCol */, SCCOL in GetRowDefault() argument
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()
3974 SCCOL nEndCol, SCROW nEndRow, in ApplyPatternArea()
3985 void ScDocument::ApplyPatternAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyPatternAreaTab()
3986 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, const ScPatternAttr& rAttr ) in ApplyPatternAreaTab()
3993 void ScDocument::ApplyPooledPatternAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyPooledPatternAreaTab()
3994SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, const ScPatternAttr& rPooledAttr, const ScPatternAttr& r… in ApplyPooledPatternAreaTab()
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()
4020 SCCOL nEndCol, SCROW nEndRow, in ApplyStyleArea()
4031 void ScDocument::ApplyStyleAreaTab( SCCOL nStartCol, SCROW nStartRow, in ApplyStyleAreaTab()
4032 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, const ScStyleSheet& rStyle) in ApplyStyleAreaTab()
4072 const ScStyleSheet* ScDocument::GetStyle( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetStyle()
4184 sal_Bool ScDocument::ApplyFlagsTab( SCCOL nStartCol, SCROW nStartRow, in ApplyFlagsTab()
4185 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, sal_Int16 nFlags ) in ApplyFlagsTab()
4196 sal_Bool ScDocument::RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow, in RemoveFlagsTab()
4197 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, sal_Int16 nFlags ) in RemoveFlagsTab()
4208 void ScDocument::SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr, in SetPattern()
4305 bool ScDocument::HasAttrib( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in HasAttrib()
4306 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt16 nMask ) in HasAttrib()
4395 SCCOL nX1, SCCOL nX2 ) const 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()
4459 SCCOL nEndCol, SCROW nEndRow, bool bIgnoreNotes ) const in IsBlockEmpty()
4492 sal_Bool ScDocument::IsBlockEditable( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsBlockEditable()
4493 SCCOL nEndCol, SCROW nEndRow, in IsBlockEditable()
4566 sal_Bool ScDocument::HasSelectedBlockMatrixFragment( SCCOL nStartCol, SCROW nStartRow, in HasSelectedBlockMatrixFragment()
4567 SCCOL nEndCol, SCROW nEndRow, in HasSelectedBlockMatrixFragment()
4596 SCCOL nSizeX; in GetMatrixFormulaRange()
4626 sal_Bool ScDocument::ExtendOverlapped( SCCOL& rStartCol, SCROW& rStartRow, in ExtendOverlapped()
4627 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) in ExtendOverlapped()
4634 SCCOL nCol; in ExtendOverlapped()
4635 SCCOL nOldCol = rStartCol; in ExtendOverlapped()
4658 SCCOL nTempCol = nOldCol; in ExtendOverlapped()
4681 sal_Bool ScDocument::ExtendMergeSel( SCCOL nStartCol, SCROW nStartRow, in ExtendMergeSel()
4682 SCCOL& rEndCol, SCROW& rEndRow, in ExtendMergeSel()
4688 SCCOL nOldEndCol = rEndCol; in ExtendMergeSel()
4694 SCCOL nThisEndCol = nOldEndCol; in ExtendMergeSel()
4708 sal_Bool ScDocument::ExtendMerge( SCCOL nStartCol, SCROW nStartRow, in ExtendMerge()
4709 SCCOL& rEndCol, SCROW& rEndRow, in ExtendMerge()
4735 SCCOL nEndCol = rRange.aEnd.Col(); in ExtendMerge()
4741 SCCOL nExtendCol = rRange.aEnd.Col(); in ExtendMerge()
4794 SCCOL nStartCol = rRange.aStart.Col(); in ExtendOverlapped()
4800 SCCOL nExtendCol = rRange.aStart.Col(); in ExtendOverlapped()
4822 sal_Bool ScDocument::RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow, in RefreshAutoFilter()
4823 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) in RefreshAutoFilter()
4829 SCCOL nDBStartCol; in RefreshAutoFilter()
4831 SCCOL nDBEndCol; 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()
5009 SCSIZE ScDocument::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in GetEmptyLinesInBlock()
5010 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, ScDirection eDir ) 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()
5099 SCSIZE ScDocument::GetCellCount(SCTAB nTab, SCCOL nCol) const in GetCellCount()
5170 void ScDocument::SetRepeatArea( SCTAB nTab, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW … in SetRepeatArea()