|
LibreOffice Module sc (master) 1
|
#include <AccessibleText.hxx>
Public Member Functions | |
| ScAccessiblePreviewCellTextData (ScPreviewShell *pViewShell, const ScAddress &rP) | |
| virtual | ~ScAccessiblePreviewCellTextData () override |
| virtual ScAccessibleTextData * | Clone () const override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| virtual SvxTextForwarder * | GetTextForwarder () override |
| virtual SvxViewForwarder * | GetViewForwarder () override |
| virtual SvxEditViewForwarder * | GetEditViewForwarder (bool) override |
Public Member Functions inherited from ScAccessibleCellBaseTextData | |
| ScAccessibleCellBaseTextData (ScDocShell *pDocShellP, const ScAddress &rP) | |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| virtual void | UpdateData () override |
Public Member Functions inherited from ScAccessibleTextData | |
| ScAccessibleTextData () | |
| virtual ScAccessibleTextData * | Clone () const =0 |
| virtual void | Notify (SfxBroadcaster &, const SfxHint &) override |
| virtual SvxTextForwarder * | GetTextForwarder ()=0 |
| virtual SvxViewForwarder * | GetViewForwarder ()=0 |
| virtual SvxEditViewForwarder * | GetEditViewForwarder (bool bCreate)=0 |
| SfxBroadcaster & | GetBroadcaster () const |
| virtual void | UpdateData ()=0 |
| DECL_LINK (NotifyHdl, EENotify &, void) | |
Public Member Functions inherited from SfxListener | |
| SfxListener () | |
| SfxListener (const SfxListener &rCopy) | |
| virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
| void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
| void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
| void | EndListeningAll () |
| bool | IsListening (SfxBroadcaster &rBroadcaster) const |
| sal_uInt16 | GetBroadcasterCount () const |
| SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
| void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
| virtual bool | IsSdrView () const |
Public Member Functions inherited from ScCellTextData | |
| ScCellTextData (ScDocShell *pDocSh, const ScAddress &rP) | |
| virtual | ~ScCellTextData () override |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
| virtual SvxTextForwarder * | GetTextForwarder () |
| void | UpdateData () |
| ScFieldEditEngine * | GetEditEngine () |
| ScCellEditSource * | GetOriginalSource () |
| ScDocShell * | GetDocShell () const |
| const ScAddress & | GetCellPos () const |
| bool | IsDirty () const |
| void | SetDoUpdate (bool bValue) |
Static Private Member Functions | |
| static ScDocShell * | GetDocShell (ScPreviewShell *pViewShell) |
Private Attributes | |
| std::unique_ptr< ScPreviewViewForwarder > | mpViewForwarder |
| ScPreviewShell * | mpViewShell |
Additional Inherited Members | |
Protected Attributes inherited from ScCellTextData | |
| ScDocShell * | pDocShell |
| ScAddress | aCellPos |
| std::unique_ptr< ScFieldEditEngine > | pEditEngine |
| std::unique_ptr< SvxEditEngineForwarder > | pForwarder |
| std::unique_ptr< ScCellEditSource > | pOriginalSource |
| bool | bDataValid |
| bool | bInUpdate |
| bool | bDirty |
| bool | bDoUpdate |
Definition at line 154 of file AccessibleText.hxx.
| ScAccessiblePreviewCellTextData::ScAccessiblePreviewCellTextData | ( | ScPreviewShell * | pViewShell, |
| const ScAddress & | rP | ||
| ) |
Definition at line 912 of file AccessibleText.cxx.
Referenced by Clone().
|
overridevirtual |
Definition at line 919 of file AccessibleText.cxx.
References mpViewForwarder, and ScCellTextData::pEditEngine.
|
overridevirtual |
Implements ScAccessibleTextData.
Definition at line 937 of file AccessibleText.cxx.
References ScCellTextData::aCellPos, mpViewShell, and ScAccessiblePreviewCellTextData().
|
staticprivate |
Definition at line 970 of file AccessibleText.cxx.
References ScPreviewShell::GetDocument(), and ScDocument::GetDocumentShell().
|
inlineoverridevirtual |
Implements ScAccessibleTextData.
Definition at line 167 of file AccessibleText.hxx.
|
overridevirtual |
Implements ScAccessibleTextData.
Definition at line 942 of file AccessibleText.cxx.
References ScCellTextData::aCellPos, ScPreviewLocationData::GetCellOutputRect(), ScPreviewShell::GetLocationData(), tools::Rectangle::GetSize(), ScCellTextData::GetTextForwarder(), SfxViewShell::GetWindow(), LINK, mpViewShell, ScCellTextData::pEditEngine, ScCellTextData::pForwarder, and vcl::Window::PixelToLogic().
|
overridevirtual |
Implements ScAccessibleTextData.
Definition at line 963 of file AccessibleText.cxx.
References mpViewForwarder, and mpViewShell.
|
overridevirtual |
Reimplemented from ScAccessibleCellBaseTextData.
Definition at line 926 of file AccessibleText.cxx.
References SfxHint::GetId(), mpViewForwarder, mpViewShell, and ScAccessibleCellBaseTextData::Notify().
|
private |
Definition at line 170 of file AccessibleText.hxx.
Referenced by GetViewForwarder(), Notify(), and ~ScAccessiblePreviewCellTextData().
|
private |
Definition at line 171 of file AccessibleText.hxx.
Referenced by Clone(), GetTextForwarder(), GetViewForwarder(), and Notify().