Lines Matching refs:FontHeightToolBoxControl

49 class FontHeightToolBoxControl;
56 FontHeightToolBoxControl& rCtrl );
68 FontHeightToolBoxControl* m_pCtrl;
87 FontHeightToolBoxControl& _rCtrl ) : in SvxFontSizeBox_Impl()
247 FontHeightToolBoxControl::FontHeightToolBoxControl( in FontHeightToolBoxControl() function in svx::FontHeightToolBoxControl
257 FontHeightToolBoxControl::~FontHeightToolBoxControl() in ~FontHeightToolBoxControl()
262 ::com::sun::star::uno::Any SAL_CALL FontHeightToolBoxControl::queryInterface( const ::com::sun::sta… in queryInterface()
272 void SAL_CALL FontHeightToolBoxControl::acquire() throw () in acquire()
277 void SAL_CALL FontHeightToolBoxControl::release() throw () in release()
283 sal_Bool SAL_CALL FontHeightToolBoxControl::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
296 ::rtl::OUString SAL_CALL FontHeightToolBoxControl::getImplementationName() in getImplementationName()
302 uno::Sequence< ::rtl::OUString > SAL_CALL FontHeightToolBoxControl::getSupportedServiceNames( ) in getSupportedServiceNames()
308 uno::Sequence< ::rtl::OUString > FontHeightToolBoxControl::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
317 void SAL_CALL FontHeightToolBoxControl::dispose() in dispose()
328 void SAL_CALL FontHeightToolBoxControl::statusChanged( in statusChanged()
358 void SAL_CALL FontHeightToolBoxControl::execute( sal_Int16 /*KeyModifier*/ ) in execute()
363 void SAL_CALL FontHeightToolBoxControl::click() in click()
368 void SAL_CALL FontHeightToolBoxControl::doubleClick() in doubleClick()
373 uno::Reference< awt::XWindow > SAL_CALL FontHeightToolBoxControl::createPopupWindow() in createPopupWindow()
379 uno::Reference< awt::XWindow > SAL_CALL FontHeightToolBoxControl::createItemWindow( in createItemWindow()
401 void FontHeightToolBoxControl::dispatchCommand( in dispatchCommand()
422 return *new FontHeightToolBoxControl( rSMgr ); in FontHeightToolBoxControl_createInstance()