/aoo42x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 484 long SfxFloatingWindow::Notify( NotifyEvent& rEvt ) in Notify() 530 SfxFloatingWindow::SfxFloatingWindow( SfxBindings *pBindinx, in SfxFloatingWindow() function in SfxFloatingWindow 549 SfxFloatingWindow::SfxFloatingWindow( SfxBindings *pBindinx, in SfxFloatingWindow() function in SfxFloatingWindow 569 sal_Bool SfxFloatingWindow::Close() in Close() 593 SfxFloatingWindow::~SfxFloatingWindow() in ~SfxFloatingWindow() 608 void SfxFloatingWindow::Resize() in Resize() 627 void SfxFloatingWindow::Move() in Move() 641 IMPL_LINK( SfxFloatingWindow, TimerHdl, Timer*, EMPTYARG) in IMPL_LINK() argument 658 void SfxFloatingWindow::StateChanged( StateChangedType nStateChange ) in StateChanged() 672 void SfxFloatingWindow::Initialize(SfxChildWinInfo *pInfo) in Initialize() [all …]
|
H A D | recfloat.cxx | 156 ( ( SfxFloatingWindow* ) pWindow )->Initialize( pInfo ); in SfxRecordingFloatWrapper_Impl() 186 : SfxFloatingWindow( pBind, in SfxRecordingFloat_Impl() 241 sal_Bool bRet = SfxFloatingWindow::Close(); in Close() 247 SfxFloatingWindow::FillInfo( rInfo ); in FillInfo() 265 SfxFloatingWindow::StateChanged( nStateChange ); in StateChanged()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | basedlgs.hxx | 132 class SFX2_DLLPUBLIC SfxFloatingWindow: public FloatingWindow class 138 SAL_DLLPRIVATE SfxFloatingWindow(SfxFloatingWindow &); // not defined 139 SAL_DLLPRIVATE void operator =(SfxFloatingWindow &); // not defined 142 SfxFloatingWindow( SfxBindings *pBindings, 146 SfxFloatingWindow( SfxBindings *pBindings, 150 ~SfxFloatingWindow();
|
H A D | childwin.hxx | 336 ((SfxFloatingWindow*)GetWindow())->FillInfo( aInfo ); \
|
/aoo42x/main/svx/source/form/ |
H A D | tabwin.cxx | 221 :SfxFloatingWindow(_pBindings, _pMgr, _pParent, WinBits(WB_STDMODELESS|WB_SIZEABLE)) in FmFieldWin() 258 SfxFloatingWindow::GetFocus(); in GetFocus() 305 return SfxFloatingWindow::PreNotify( _rNEvt ); in PreNotify() 311 return SfxFloatingWindow::Close(); in Close() 436 SfxFloatingWindow::Resize(); in Resize() 469 ((SfxFloatingWindow*)pWindow)->Initialize( _pInfo ); in SFX_IMPL_FLOATINGWINDOW()
|
H A D | fmPropBrw.cxx | 97 ((SfxFloatingWindow*)pWindow)->Initialize( _pInfo ); in SFX_IMPL_FLOATINGWINDOW() 211 …:SfxFloatingWindow(_pBindings, _pMgr, _pParent, WinBits(WB_STDMODELESS|WB_SIZEABLE|WB_3DLOOK|WB_RO… in FmPropBrw() 272 SfxFloatingWindow::Resize(); in Resize() 394 sal_Bool bClose = SfxFloatingWindow::Close(); in Close()
|
/aoo42x/main/starmath/source/ |
H A D | toolbox.cxx | 133 SfxFloatingWindow(pTmpBindings, pChildWindow, pParent, SmResId(RID_TOOLBOXWINDOW)), in SmToolBoxWindow() 237 SfxFloatingWindow::DataChanged( rEvt ); in DataChanged() 252 SfxFloatingWindow::StateChanged( nStateChange ); in StateChanged() 397 ((SfxFloatingWindow *)pWindow)->Initialize(pInfo); in SmToolBoxWrapper()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 102 ((SfxFloatingWindow*)pWindow)->Initialize( pInfo ); in SFX_IMPL_FLOATINGWINDOW() 152 …:SfxFloatingWindow( _pBindings, _pMgr, _pParent, WinBits( WB_STDMODELESS | WB_SIZEABLE | WB_3DLOOK… in DBG_NAME() 314 sal_Bool bClose = SfxFloatingWindow::Close(); in Close() 526 SfxFloatingWindow::Resize(); in Resize()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmPropBrw.hxx | 51 class FmPropBrw : public SfxFloatingWindow, public SfxControllerItem 95 using SfxFloatingWindow::StateChanged;
|
H A D | tabwin.hxx | 74 class SAL_DLLPRIVATE FmFieldWin :public SfxFloatingWindow 123 using SfxFloatingWindow::StateChanged;
|
/aoo42x/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 168 SfxFloatingWindow ( _pBindings, pCW, _pParent, rResId ) in SvxContourDlg() 463 SfxFloatingWindow::Resize(); in Resize() 513 return( bRet ? SfxFloatingWindow::Close() : sal_False ); in Close() 1138 SfxFloatingWindow::DataChanged( rDCEvt ); in DataChanged()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | mailmergechildwindow.hxx | 33 class SwMailMergeChildWin : public SfxFloatingWindow
|
H A D | syncbtn.hxx | 38 class SwSyncBtnDlg : public SfxFloatingWindow
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.cxx | 95 SfxFloatingWindow(_pBindings, pChild, pParent, SW_RES(DLG_MAILMERGECHILD)), in SwMailMergeChildWin() 136 SfxFloatingWindow::FillInfo(rInfo); in FillInfo()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | recfloat.hxx | 46 class SfxRecordingFloat_Impl : public SfxFloatingWindow
|
/aoo42x/main/starmath/inc/ |
H A D | toolbox.hxx | 34 class SmToolBoxWindow : public SfxFloatingWindow
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | syncbtn.cxx | 83 SfxFloatingWindow(_pBindings, pChild, pParent, SW_RES(DLG_SYNC_BTN)), in SwSyncBtnDlg()
|
/aoo42x/main/svx/inc/svx/ |
H A D | contdlg.hxx | 83 class SVX_DLLPUBLIC SvxContourDlg : public SfxFloatingWindow
|
/aoo42x/main/basctl/source/inc/ |
H A D | propbrw.hxx | 56 class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster
|