Searched refs:SfxInsertFloatingFrameDialog (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 729 SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog( Window *pParent, in SfxInsertFloatingFrameDialog() function in SfxInsertFloatingFrameDialog 763 Link aLink( STATIC_LINK( this, SfxInsertFloatingFrameDialog, CheckHdl ) ); in SfxInsertFloatingFrameDialog() 772 aBTOpen.SetClickHdl( STATIC_LINK( this, SfxInsertFloatingFrameDialog, OpenHdl ) ); in SfxInsertFloatingFrameDialog() 775 SfxInsertFloatingFrameDialog::SfxInsertFloatingFrameDialog( Window *pParent, const uno::Reference <… in SfxInsertFloatingFrameDialog() function in SfxInsertFloatingFrameDialog 812 Link aLink( STATIC_LINK( this, SfxInsertFloatingFrameDialog, CheckHdl ) ); in SfxInsertFloatingFrameDialog() 821 aBTOpen.SetClickHdl( STATIC_LINK( this, SfxInsertFloatingFrameDialog, OpenHdl ) ); in SfxInsertFloatingFrameDialog() 824 short SfxInsertFloatingFrameDialog::Execute() in Execute() 1009 IMPL_STATIC_LINK( SfxInsertFloatingFrameDialog, CheckHdl, CheckBox*, pCB ) in IMPL_STATIC_LINK() argument 1032 IMPL_STATIC_LINK( SfxInsertFloatingFrameDialog, OpenHdl, PushButton*, EMPTYARG ) in IMPL_STATIC_LINK() argument
|
/aoo42x/main/cui/source/inc/ |
H A D | insdlg.hxx | 164 class SfxInsertFloatingFrameDialog : public InsertObjectDialog_Impl class 197 DECL_STATIC_LINK( SfxInsertFloatingFrameDialog, OpenHdl, PushButton* ); 198 DECL_STATIC_LINK( SfxInsertFloatingFrameDialog, CheckHdl, CheckBox* ); 201 SfxInsertFloatingFrameDialog( Window *pParent, 203 SfxInsertFloatingFrameDialog( Window* pParent,
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1907 pDlg = new SfxInsertFloatingFrameDialog( pParent, xStor ); in CreateInsertObjectDialog() 1923 pDlg = new SfxInsertFloatingFrameDialog( pParent, xObj ); in CreateEditObjectDialog()
|
Completed in 42 milliseconds