Lines Matching refs:ScBaseCell
75 class SC_DLLPUBLIC ScBaseCell class
78 ~ScBaseCell(); // nicht virtuell -> darf nicht direkt aufgerufen werden
81 explicit ScBaseCell( CellType eNewType );
84 ScBaseCell( const ScBaseCell& rCell );
88 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags = SC_CLONECELL_DEFAULT ) c…
92 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags…
96 …ScBaseCell* CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rD…
140 static ScBaseCell* CreateTextCell( const String& rString, ScDocument* );
157 static sal_Bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
160 ScBaseCell& operator=( const ScBaseCell& );
174 class SC_DLLPUBLIC ScNoteCell : public ScBaseCell
196 class SC_DLLPUBLIC ScValueCell : public ScBaseCell
218 class SC_DLLPUBLIC ScStringCell : public ScBaseCell
242 class SC_DLLPUBLIC ScEditCell : public ScBaseCell
286 class SC_DLLPUBLIC ScFormulaCell : public ScBaseCell, public SvtListener
502 inline double GetValueFromCell( const ScBaseCell * pCell ) in GetValueFromCell()
522 inline String GetStringFromCell( const ScBaseCell * pCell, sal_uLong nFormat, SvNumberFormatter* pF… in GetStringFromCell()
528 …ScCellFormat::GetString( const_cast<ScBaseCell*>(pCell), nFormat, strResult, &pColor, *(pFormatter… in GetStringFromCell()