Searched refs:CustomPropertiesControl (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 515 class CustomPropertiesControl : public Control class 531 CustomPropertiesControl( Window* pParent, const ResId& rResId ); 532 ~CustomPropertiesControl(); 550 CustomPropertiesControl m_aPropertiesCtrl;
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2319 CustomPropertiesControl::CustomPropertiesControl( Window* pParent, const ResId& rResId ) : in CustomPropertiesControl() function in CustomPropertiesControl 2350 m_aPropertiesWin.SetRemovedHdl( LINK( this, CustomPropertiesControl, RemovedHdl ) ); in CustomPropertiesControl() 2364 Link aScrollLink = LINK( this, CustomPropertiesControl, ScrollHdl ); in CustomPropertiesControl() 2369 CustomPropertiesControl::~CustomPropertiesControl() in ~CustomPropertiesControl() 2373 void CustomPropertiesControl::Initialize() in Initialize() 2377 IMPL_LINK( CustomPropertiesControl, ScrollHdl, ScrollBar*, pScrollBar ) in IMPL_LINK() argument 2386 IMPL_LINK( CustomPropertiesControl, RemovedHdl, void*, EMPTYARG ) in IMPL_LINK() argument 2394 void CustomPropertiesControl::AddLine( const ::rtl::OUString& sName, Any& rAny, bool bInteractive ) in AddLine()
|
Completed in 37 milliseconds