#include <sfx2/basedlgs.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <reffact.hxx>
#include <tabvwsh.hxx>
#include <sc.hrc>
#include <acredlin.hxx>
#include <simpref.hxx>
#include <scmod.hxx>
#include <scres.hrc>
#include <validate.hxx>
Go to the source code of this file.
#define IMPL_CONTROLLER_CHILD_CTOR |
( |
|
Class, |
|
|
|
sid |
|
) |
| |
Value:
sal_uInt16 nId, \
{ \
\
\
\
\
\
\
ScTabViewShell* pViewShell = lcl_GetTabViewShell( p ); \
if (!pViewShell) \
OSL_ENSURE( pViewShell, "missing view shell :-(" ); \
SetController( pViewShell ? \
pViewShell->CreateRefDialogController( p,
this, pInfo, pParentP->GetFrameWeld(),
sid ) :
nullptr ); \
if (pViewShell && !GetController()) \
pViewShell->GetViewFrame()->SetChildWindow( nId, false ); \
}
static SfxViewShell * Current()
Definition at line 66 of file reffact.cxx.