Home
last modified time | relevance | path

Searched refs:ScCellEditSource (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/ui/unoobj/
H A Deditsrc.cxx172 ScCellEditSource::ScCellEditSource( ScDocShell* pDocSh, const ScAddress& rP ) : in ScCellEditSource() function in ScCellEditSource
177 ScCellEditSource::~ScCellEditSource() in ~ScCellEditSource()
182 SvxEditSource* ScCellEditSource::Clone() const in Clone()
185 return new ScCellEditSource( pData->GetDocShell(), pData->GetCellPos() ); in Clone()
H A Dfielduno.cxx246 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()
/aoo4110/main/sc/inc/
H A Deditsrc.hxx122 class ScCellEditSource : public ScSharedCellEditSource class
125 ScCellEditSource( ScDocShell* pDocSh, const ScAddress& rP );
126 virtual ~ScCellEditSource();

Completed in 33 milliseconds