Home
last modified time | relevance | path

Searched refs:CustomPropertiesControl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx515 class CustomPropertiesControl : public Control class
531 CustomPropertiesControl( Window* pParent, const ResId& rResId );
532 ~CustomPropertiesControl();
550 CustomPropertiesControl m_aPropertiesCtrl;
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2319 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 28 milliseconds