Searched refs:ScCellTextData (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleText.hxx | 77 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 981 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 D | editsrc.cxx | 126 ScSharedCellEditSource::ScSharedCellEditSource( ScCellTextData* pData ) : in ScSharedCellEditSource() 173 ScSharedCellEditSource( new ScCellTextData( pDocSh, rP ) ) in ScCellEditSource() 184 const ScCellTextData* pData = GetCellTextData(); in Clone()
|
/aoo41x/main/sc/inc/ |
H A D | editsrc.hxx | 38 class ScCellTextData; 99 ScCellTextData* pCellTextData; 102 ScCellTextData* GetCellTextData() const { return pCellTextData; } // for ScCellEditSource in GetCellTextData() 105 ScSharedCellEditSource( ScCellTextData* pData );
|
H A D | textuno.hxx | 367 class ScCellTextData : public SfxListener class 384 ScCellTextData(ScDocShell* pDocSh, const ScAddress& rP); 385 virtual ~ScCellTextData(); 405 class ScCellTextObj : public ScCellTextData, public SvxUnoText
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 863 ScCellTextData::GetTextForwarder(); // creates Forwarder and EditEngine in GetTextForwarder() 1387 ScCellTextData::GetTextForwarder(); // creates Forwarder and EditEngine in GetTextForwarder()
|
Completed in 37 milliseconds