|
| ScRefHdlrControllerImpl (weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID, const SfxItemSet *pArg, SfxBindings *pB) |
|
| ScRefHdlrControllerImpl (SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID) |
|
Public Member Functions inherited from ScRefHandler |
| ScRefHandler (SfxDialogController &rController, SfxBindings *pB, bool bBindRef) |
|
virtual | ~ScRefHandler () COVERITY_NOEXCEPT_FALSE override |
|
virtual void | SetReference (const ScRange &rRef, ScDocument &rDoc) override=0 |
|
virtual void | AddRefEntry () override |
|
virtual bool | IsRefInputMode () const override |
|
virtual bool | IsTableLocked () const override |
|
virtual bool | IsDocAllowed (SfxObjectShell *pDocSh) const override |
|
virtual void | ShowReference (const OUString &rStr) override |
|
virtual void | HideReference (bool bDoneRefMode=true) override |
|
virtual void | ToggleCollapsed (formula::RefEdit *pEdit, formula::RefButton *pButton) override |
|
virtual void | ReleaseFocus (formula::RefEdit *pEdit) override |
|
virtual void | ViewShellChanged () override |
|
void | SwitchToDocument () |
|
virtual void | SetActive () override=0 |
|
bool | EnterRefMode () |
|
bool | LeaveRefMode () |
|
bool | CanInputDone (bool bForced) |
|
virtual | ~IAnyRefDialog () COVERITY_NOEXCEPT_FALSE |
|
virtual void | SetReference (const ScRange &rRef, ScDocument &rDoc)=0 |
|
virtual void | RefInputStart (formula::RefEdit *pEdit, formula::RefButton *pButton=nullptr)=0 |
|
virtual void | RefInputDone (bool bForced=false)=0 |
|
virtual bool | IsTableLocked () const =0 |
|
virtual bool | IsRefInputMode () const =0 |
|
virtual bool | IsDocAllowed (SfxObjectShell *pDocSh) const =0 |
|
virtual void | AddRefEntry ()=0 |
|
virtual void | SetActive ()=0 |
|
virtual void | ViewShellChanged ()=0 |
|
virtual void | ShowReference (const OUString &_sRef)=0 |
|
virtual void | HideReference (bool bDoneRefMode=true)=0 |
|
virtual void | ReleaseFocus (RefEdit *pEdit)=0 |
|
virtual void | ToggleCollapsed (RefEdit *pEdit, RefButton *pButton)=0 |
|
template<class TBase, bool bBindRef = true>
struct ScRefHdlrControllerImpl< TBase, bBindRef >
Definition at line 140 of file anyrefdg.hxx.