Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/components/
H A Dfontident.cxx57 class FontIdentificator : public ::cppu::WeakAggImplHelper3< XMaterialHolder, XInitialization, XSer… class
61 FontIdentificator() {} in FontIdentificator() function in vcl::FontIdentificator
62 virtual ~FontIdentificator();
80 FontIdentificator::~FontIdentificator() in ~FontIdentificator()
84 void SAL_CALL FontIdentificator::initialize( const Sequence<Any>& i_rArgs ) throw(Exception,Runtime… in initialize()
102 Any SAL_CALL FontIdentificator::getMaterial() throw(RuntimeException) in getMaterial()
181 return static_cast< ::cppu::OWeakObject * >( new FontIdentificator ); in FontIdentificator_createInstance()
186 OUString SAL_CALL FontIdentificator::getImplementationName() throw (RuntimeException) in getImplementationName()
191 sal_Bool SAL_CALL FontIdentificator::supportsService( const OUString& i_rServiceName ) throw (Runti… in supportsService()
202 Sequence< OUString > SAL_CALL FontIdentificator::getSupportedServiceNames() throw (RuntimeException) in getSupportedServiceNames()

Completed in 15 milliseconds