LibreOffice Module sc (master) 1
|
#include <reffact.hxx>
Public Member Functions | |
ScSimpleRefDlgWrapper (vcl::Window *, sal_uInt16, SfxBindings *, SfxChildWinInfo *) | |
SFX_DECL_CHILDWINDOW_WITHID (Class) | |
void | SetRefString (const OUString &rStr) |
void | SetCloseHdl (const Link< const OUString *, void > &rLink) |
void | SetUnoLinks (const Link< const OUString &, void > &rDone, const Link< const OUString &, void > &rAbort, const Link< const OUString &, void > &rChange) |
void | SetFlags (bool bCloseOnButtonUp, bool bSingleCell, bool bMultiSelection) |
void | StartRefInput () |
Public Member Functions inherited from SfxChildWindow | |
virtual | ~SfxChildWindow () |
void | Destroy () |
vcl::Window * | GetWindow () const |
void | SetController (std::shared_ptr< SfxDialogController > controller) |
void | ClearController () |
std::shared_ptr< SfxDialogController > & | GetController () |
const std::shared_ptr< SfxDialogController > & | GetController () const |
vcl::Window * | GetParent () const |
SfxChildAlignment | GetAlignment () const |
void | SetAlignment (SfxChildAlignment eAlign) |
virtual void | Hide () |
virtual void | Show (ShowFlags nFlags) |
sal_uInt16 | GetPosition () const |
sal_uInt16 | GetType () const |
virtual SfxChildWinInfo | GetInfo () const |
void | SaveStatus (const SfxChildWinInfo &rInfo) |
void | SetHideNotDelete (bool bOn) |
bool | IsHideNotDelete () const |
bool | IsVisible () const |
void | SetWantsFocus (bool) |
bool | WantsFocus () const |
virtual bool | QueryClose () |
const css::uno::Reference< css::frame::XFrame > & | GetFrame () const |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &) |
void | SetVisible_Impl (bool bVis) |
SAL_DLLPRIVATE void | SetWorkWindow_Impl (SfxWorkWindow *) |
SAL_DLLPRIVATE void | Activate_Impl () |
SAL_DLLPRIVATE void | SetFactory_Impl (const SfxChildWinFactory *) |
Static Public Member Functions | |
static void | SetAutoReOpen (bool bFlag) |
Static Public Member Functions inherited from SfxChildWindow | |
static void | RegisterChildWindow (SfxModule *, const SfxChildWinFactory &) |
static std::unique_ptr< SfxChildWindow > | CreateChildWindow (sal_uInt16, vcl::Window *, SfxBindings *, SfxChildWinInfo const &) |
static SAL_DLLPRIVATE void | InitializeChildWinFactory_Impl (sal_uInt16, SfxChildWinInfo &) |
Additional Inherited Members | |
Protected Member Functions inherited from SfxChildWindow | |
void | SetWindow (const VclPtr< vcl::Window > &p) |
SfxChildWindow (vcl::Window *pParentWindow, sal_uInt16 nId) | |
Definition at line 183 of file reffact.hxx.
ScSimpleRefDlgWrapper::ScSimpleRefDlgWrapper | ( | vcl::Window * | pParentP, |
sal_uInt16 | nId, | ||
SfxBindings * | p, | ||
SfxChildWinInfo * | pInfo | ||
) |
Definition at line 127 of file reffact.cxx.
References bAutoReOpen, bScSimpleRefFlag, ScTabViewShell::CreateRefDialogController(), GetController(), SfxDispatcher::GetFrame(), SfxShell::GetViewShell(), nId, nScSimpleRefHeight, nScSimpleRefWidth, nScSimpleRefX, nScSimpleRefY, p, and SC_MOD.
|
static |
Definition at line 163 of file reffact.cxx.
References bAutoReOpen.
Referenced by IMPL_LINK(), IMPL_LINK_NOARG(), and ScTabViewShell::StartSimpleRefDialog().
void ScSimpleRefDlgWrapper::SetCloseHdl | ( | const Link< const OUString *, void > & | rLink | ) |
Definition at line 177 of file reffact.cxx.
References SfxChildWindow::GetController(), and SetCloseHdl().
Referenced by IMPL_LINK_NOARG(), SetCloseHdl(), and ScTabViewShell::StartSimpleRefDialog().
void ScSimpleRefDlgWrapper::SetFlags | ( | bool | bCloseOnButtonUp, |
bool | bSingleCell, | ||
bool | bMultiSelection | ||
) |
Definition at line 196 of file reffact.cxx.
References SfxChildWindow::GetController(), and SetFlags().
Referenced by SetFlags(), and ScTabViewShell::StartSimpleRefDialog().
void ScSimpleRefDlgWrapper::SetRefString | ( | const OUString & | rStr | ) |
Definition at line 168 of file reffact.cxx.
References SfxChildWindow::GetController(), and SetRefString().
Referenced by IMPL_LINK_NOARG(), SetRefString(), and ScTabViewShell::StartSimpleRefDialog().
void ScSimpleRefDlgWrapper::SetUnoLinks | ( | const Link< const OUString &, void > & | rDone, |
const Link< const OUString &, void > & | rAbort, | ||
const Link< const OUString &, void > & | rChange | ||
) |
Definition at line 186 of file reffact.cxx.
References SfxChildWindow::GetController(), and SetUnoLinks().
Referenced by SetUnoLinks(), and ScTabViewShell::StartSimpleRefDialog().
ScSimpleRefDlgWrapper::SFX_DECL_CHILDWINDOW_WITHID | ( | Class | ) |
void ScSimpleRefDlgWrapper::StartRefInput | ( | ) |
Definition at line 205 of file reffact.cxx.
References SfxChildWindow::GetController(), and StartRefInput().
Referenced by IMPL_LINK_NOARG(), StartRefInput(), and ScTabViewShell::StartSimpleRefDialog().