Home
last modified time | relevance | path

Searched refs:FontHeightToolBoxControl (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx49 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()
[all …]
/AOO41X/main/svx/inc/
H A Dtbunocontroller.hxx35 class FontHeightToolBoxControl : public svt::ToolboxController, class
39 FontHeightToolBoxControl(
41 ~FontHeightToolBoxControl();
/AOO41X/main/svx/source/unodraw/
H A Dunoctabl.cxx301 … else if ( svx::FontHeightToolBoxControl::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
304 svx::FontHeightToolBoxControl::getImplementationName_Static(), in component_getFactory()
306 svx::FontHeightToolBoxControl::getSupportedServiceNames_Static() ); in component_getFactory()