Lines Matching refs:SfxConfigFunctionListBox_Impl
280 SfxConfigFunctionListBox_Impl::SfxConfigFunctionListBox_Impl( Window* pParent, const ResId& rResId) in SfxConfigFunctionListBox_Impl() function in SfxConfigFunctionListBox_Impl
291 LINK( this, SfxConfigFunctionListBox_Impl, TimerHdl ) ); in SfxConfigFunctionListBox_Impl()
294 SfxConfigFunctionListBox_Impl::~SfxConfigFunctionListBox_Impl() in ~SfxConfigFunctionListBox_Impl()
299 void SfxConfigFunctionListBox_Impl::MouseMove( const MouseEvent& ) in MouseMove()
316 IMPL_LINK( SfxConfigFunctionListBox_Impl, TimerHdl, Timer*, pTimer) in IMPL_LINK() argument
337 void SfxConfigFunctionListBox_Impl::ClearAll() in ClearAll()
371 String SfxConfigFunctionListBox_Impl::GetSelectedScriptURI() in GetSelectedScriptURI()
383 String SfxConfigFunctionListBox_Impl::GetCurCommand() in GetCurCommand()
394 String SfxConfigFunctionListBox_Impl::GetCurLabel() in GetCurLabel()
407 void SfxConfigFunctionListBox_Impl::FunctionSelected() in FunctionSelected()
418 void SfxConfigFunctionListBox_Impl::SetStylesInfo(SfxStylesInfo_Impl* pStyles) in SetStylesInfo()