Lines Matching refs:ScColumn
68 sal_Bool ScColumn::bDoubleAlloc = sal_False; // fuer Import: Groesse beim Allozieren verdoppeln
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()
235 void ScColumn::DeleteAtIndex( SCSIZE nIndex ) in DeleteAtIndex()
252 void ScColumn::FreeAll() in FreeAll()
266 void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow()
366 void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDelFlag ) in DeleteRange()
551 void ScColumn::DeleteArea(SCROW nStartRow, SCROW nEndRow, sal_uInt16 nDelFlag) in DeleteArea()
600 ScFormulaCell* ScColumn::CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos, in CreateRefCell()
668 void ScColumn::CopyFromClip(SCROW nRow1, SCROW nRow2, long nDy, in CopyFromClip()
670 ScColumn& rColumn) in CopyFromClip()
811 bool lclCanCloneValue( ScDocument& rDoc, const ScColumn& rCol, SCROW nRow, bool bCloneValue, bool b… in lclCanCloneValue()
827 ScBaseCell* ScColumn::CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAdd… in CloneCell()
929 void ScColumn::MixMarked( const ScMarkData& rMark, sal_uInt16 nFunction, in MixMarked()
930 sal_Bool bSkipEmpty, ScColumn& rSrcCol ) in MixMarked()
987 void ScColumn::MixData( SCROW nRow1, SCROW nRow2, in MixData()
989 ScColumn& rSrcCol ) in MixData()
1163 ScAttrIterator* ScColumn::CreateAttrIterator( SCROW nStartRow, SCROW nEndRow ) const in CreateAttrIterator()
1169 void ScColumn::StartAllListeners() in StartAllListeners()
1186 void ScColumn::StartNeededListeners() in StartNeededListeners()
1209 void ScColumn::BroadcastInArea( SCROW nRow1, SCROW nRow2 ) in BroadcastInArea()
1230 void ScColumn::StartListeningInArea( SCROW nRow1, SCROW nRow2 ) 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()
1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries()
1649 void ScColumn::RemoveProtected( SCROW nStartRow, SCROW nEndRow ) 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()
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()
2008 xub_StrLen ScColumn::GetMaxNumberStringLen( in GetMaxNumberStringLen()