Lines Matching refs:SCROW

71 void ScColumn::Insert( SCROW nRow, ScBaseCell* pNewCell )  in Insert()
160 void ScColumn::Insert( SCROW nRow, sal_uLong nNumberFormat, ScBaseCell* pCell ) in Insert()
173 void ScColumn::Append( SCROW nRow, ScBaseCell* pCell ) in Append()
205 void ScColumn::Delete( SCROW nRow ) in Delete()
266 void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow()
282 SCROW nEndRow = nStartRow + nSize - 1; in DeleteRow()
327 SCROW nLastBroadcast = MAXROW+1; in DeleteRow()
330 SCROW nOldRow = pItems[i].nRow; in DeleteRow()
334 SCROW nNewRow = (pItems[i].nRow -= nSize); in DeleteRow()
354 SCROW nNewRow = (pItems[i].nRow -= nSize); in DeleteRow()
481 SCROW nOldRow = pItems[j].nRow; in DeleteRange()
551 void ScColumn::DeleteArea(SCROW nStartRow, SCROW nEndRow, sal_uInt16 nDelFlag) in DeleteArea()
668 void ScColumn::CopyFromClip(SCROW nRow1, SCROW nRow2, long nDy, in CopyFromClip()
686 SCROW nStartRow = rColumn.pItems[nStartIndex].nRow; in CopyFromClip()
687 SCROW nEndRow = nStartRow; in CopyFromClip()
729 for (SCROW nDestRow = nRow1; nDestRow <= nRow2; nDestRow++) in CopyFromClip()
770 ScAddress aDestPos( nCol, (SCROW)nDestRow, nTab ); in CopyFromClip()
811 bool lclCanCloneValue( ScDocument& rDoc, const ScColumn& rCol, SCROW nRow, bool bCloneValue, bool b… in lclCanCloneValue()
932 SCROW nRow1, nRow2; in MixMarked()
987 void ScColumn::MixData( SCROW nRow1, SCROW nRow2, in MixData()
1000 SCROW nNextThis = MAXROW+1; in MixData()
1003 SCROW nNextSrc = MAXROW+1; in MixData()
1009 SCROW nRow = Min( nNextThis, nNextSrc ); in MixData()
1163 ScAttrIterator* ScColumn::CreateAttrIterator( SCROW nStartRow, SCROW nEndRow ) const in CreateAttrIterator()
1177 SCROW nRow = pItems[i].nRow; in StartAllListeners()
1198 SCROW nRow = pItems[i].nRow; in StartNeededListeners()
1209 void ScColumn::BroadcastInArea( SCROW nRow1, SCROW nRow2 ) in BroadcastInArea()
1213 SCROW nRow; in BroadcastInArea()
1230 void ScColumn::StartListeningInArea( SCROW nRow1, SCROW nRow2 ) in StartListeningInArea()
1234 SCROW nRow; in StartListeningInArea()
1251 sal_Bool ScColumn::SetString( SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
1489 void ScColumn::GetFilterEntries(SCROW nStartRow, SCROW nEndRow, TypedScStrCollection& rStrings, boo… in GetFilterEntries()
1494 SCROW nRow = 0; in GetFilterEntries()
1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries()
1649 void ScColumn::RemoveProtected( SCROW nStartRow, SCROW nEndRow ) in RemoveProtected()
1652 SCROW nTop = -1; in RemoveProtected()
1653 SCROW nBottom = -1; in RemoveProtected()
1691 void ScColumn::SetError( SCROW nRow, const sal_uInt16 nError) in SetError()
1703 void ScColumn::SetValue( SCROW nRow, const double& rVal) in SetValue()
1713 void ScColumn::GetString( SCROW nRow, String& rString ) const in GetString()
1733 void ScColumn::FillDPCacheT( long nDim, SCROW nStartRow, SCROW nEndRow, const boost::function<void… in FillDPCacheT()
1735 SCROW nPattenRowStart = -1, nPatternRowEnd = -1; in FillDPCacheT()
1739 SCROW nCurRow = nStartRow; in FillDPCacheT()
1794 void ScColumn::FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow… in FillDPCache()
1799 void ScColumn::GetInputString( SCROW nRow, String& rString ) const in GetInputString()
1818 double ScColumn::GetValue( SCROW nRow ) const in GetValue()
1846 void ScColumn::GetFormula( SCROW nRow, String& rFormula, sal_Bool ) const in GetFormula()
1862 CellType ScColumn::GetCellType( SCROW nRow ) const in GetCellType()
1871 sal_uInt16 ScColumn::GetErrCode( SCROW nRow ) const in GetErrCode()
1884 sal_Bool ScColumn::HasStringData( SCROW nRow ) const in HasStringData()
1893 sal_Bool ScColumn::HasValueData( SCROW nRow ) const in HasValueData()
1901 sal_Bool ScColumn::HasStringCells( SCROW nStartRow, SCROW nEndRow ) const in HasStringCells()
1921 ScPostIt* ScColumn::GetNote( SCROW nRow ) in GetNote()
1928 void ScColumn::TakeNote( SCROW nRow, ScPostIt* pNote ) in TakeNote()
1938 ScPostIt* ScColumn::ReleaseNote( SCROW nRow ) in ReleaseNote()
1953 void ScColumn::DeleteNote( SCROW nRow ) in DeleteNote()
1959 sal_Int32 ScColumn::GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen()
1969 SCROW nRow; in GetMaxStringLen()
2009 sal_uInt16& nPrecision, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
2022 SCROW nRow; in GetMaxNumberStringLen()