Searched refs:ScCellEditSource (Results 1 – 3 of 3) sorted by relevance
172 ScCellEditSource::ScCellEditSource( ScDocShell* pDocSh, const ScAddress& rP ) : in ScCellEditSource() function in ScCellEditSource177 ScCellEditSource::~ScCellEditSource() in ~ScCellEditSource()182 SvxEditSource* ScCellEditSource::Clone() const in Clone()185 return new ScCellEditSource( pData->GetDocShell(), pData->GetCellPos() ); in Clone()
246 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in ScCellFieldsObj()293 ScEditEngineDefaulter* pEditEngine = ((ScCellEditSource*)pEditSource)->GetEditEngine(); in GetObjectByIndex_Impl()311 ScEditEngineDefaulter* pEditEngine = ((ScCellEditSource*)pEditSource)->GetEditEngine(); in getCount()452 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in ScCellFieldObj()530 pEditSource = new ScCellEditSource( pDocShell, aCellPos ); in InitDoc()603 ScEditEngineDefaulter* pEditEngine = ((ScCellEditSource*)pEditSource)->GetEditEngine(); in getPresentation()689 ScEditEngineDefaulter* pEditEngine = ((ScCellEditSource*)pEditSource)->GetEditEngine(); in setPropertyValue()768 ScEditEngineDefaulter* pEditEngine = ((ScCellEditSource*)pEditSource)->GetEditEngine(); in getPropertyValue()
122 class ScCellEditSource : public ScSharedCellEditSource class125 ScCellEditSource( ScDocShell* pDocSh, const ScAddress& rP );126 virtual ~ScCellEditSource();
Completed in 43 milliseconds