Home
last modified time | relevance | path

Searched refs:ScCellTextData (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx77 public ScCellTextData
82 : ScCellTextData(pDocShellP, rP) {} in ScAccessibleCellBaseTextData()
84 …virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) { ScCellTextData::Notify(rBC, rH… in Notify()
86 virtual void UpdateData() { ScCellTextData::UpdateData(); } in UpdateData()
87 virtual void SetDoUpdate(sal_Bool bValue) { ScCellTextData::SetDoUpdate(bValue); } in SetDoUpdate()
88 virtual sal_Bool IsDirty() const { return ScCellTextData::IsDirty(); } in IsDirty()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx981 ScCellTextData::ScCellTextData(ScDocShell* pDocSh, const ScAddress& rP) : in ScCellTextData() function in ScCellTextData
996 ScCellTextData::~ScCellTextData() in ~ScCellTextData()
1013 ScSharedCellEditSource* ScCellTextData::GetOriginalSource() in GetOriginalSource()
1020 void ScCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText()
1029 SvxTextForwarder* ScCellTextData::GetTextForwarder() in GetTextForwarder()
1089 void ScCellTextData::UpdateData() in UpdateData()
1113 void ScCellTextData::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
1140 ScCellTextData( pDocSh, rP ), in ScCellTextObj()
H A Deditsrc.cxx126 ScSharedCellEditSource::ScSharedCellEditSource( ScCellTextData* pData ) : in ScSharedCellEditSource()
173 ScSharedCellEditSource( new ScCellTextData( pDocSh, rP ) ) in ScCellEditSource()
184 const ScCellTextData* pData = GetCellTextData(); in Clone()
/trunk/main/sc/inc/
H A Deditsrc.hxx38 class ScCellTextData;
99 ScCellTextData* pCellTextData;
102 ScCellTextData* GetCellTextData() const { return pCellTextData; } // for ScCellEditSource in GetCellTextData()
105 ScSharedCellEditSource( ScCellTextData* pData );
H A Dtextuno.hxx367 class ScCellTextData : public SfxListener class
384 ScCellTextData(ScDocShell* pDocSh, const ScAddress& rP);
385 virtual ~ScCellTextData();
405 class ScCellTextObj : public ScCellTextData, public SvxUnoText
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx863 ScCellTextData::GetTextForwarder(); // creates Forwarder and EditEngine in GetTextForwarder()
1387 ScCellTextData::GetTextForwarder(); // creates Forwarder and EditEngine in GetTextForwarder()

Completed in 40 milliseconds