Searched refs:CustomPropertiesWindow (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 1798 CustomPropertiesWindow::CustomPropertiesWindow( Window* pParent, const ResId& rResId ) : in CustomPropertiesWindow() function in CustomPropertiesWindow 1816 m_aEditLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, EditTimeoutHdl ) ); in CustomPropertiesWindow() 1818 m_aBoxLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, BoxTimeoutHdl ) ); in CustomPropertiesWindow() 1826 CustomPropertiesWindow::~CustomPropertiesWindow() in ~CustomPropertiesWindow() 1833 IMPL_LINK( CustomPropertiesWindow, TypeHdl, CustomPropertiesTypeBox*, pBox ) in IMPL_LINK() argument 1858 IMPL_LINK( CustomPropertiesWindow, RemoveHdl, CustomPropertiesRemoveButton*, pButton ) in IMPL_LINK() argument 1899 IMPL_LINK( CustomPropertiesWindow, EditLoseFocusHdl, CustomPropertiesEdit*, pEdit ) in IMPL_LINK() argument 1915 IMPL_LINK( CustomPropertiesWindow, BoxLoseFocusHdl, CustomPropertiesTypeBox*, pBox ) in IMPL_LINK() argument 1926 IMPL_LINK( CustomPropertiesWindow, EditTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument 1932 IMPL_LINK( CustomPropertiesWindow, BoxTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | dinfdlg.hxx | 457 class CustomPropertiesWindow : public Window class 496 CustomPropertiesWindow( Window* pParent, const ResId& rResId ); 497 ~CustomPropertiesWindow(); 519 CustomPropertiesWindow m_aPropertiesWin;
|