Home
last modified time | relevance | path

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

/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx74 #define UNOTYPE ::com::sun::star::uno::Type macro
131 virtual UNOSEQUENCE< UNOTYPE > SAL_CALL getTypes() throw( UNORUNTIMEEXCEPTION ); \
192 …UNOANY SAL_CALL IMPLCLASS::queryInterface( const UNOTYPE& rType ) throw( UNORUNTIMEEXCEPTION ) …
358 UNOSEQUENCE< UNOTYPE > SAL_CALL IMPLCLASS::getTypes() throw( UNORUNTIMEEXCEPTION ) \
H A Dsfxbasemodel.hxx163 #define UNOTYPE ::com::sun::star::uno::Type macro
334 virtual ANY SAL_CALL queryInterface( const UNOTYPE& rType ) throw( RUNTIMEEXCEPTION ) ;
385 virtual ::com::sun::star::uno::Sequence< UNOTYPE > SAL_CALL getTypes() throw( RUNTIMEEXCEPTION ) ;
H A Dsfxbasecontroller.hxx72 #define UNOTYPE ::com::sun::star::uno::Type macro
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx78 #define UNOTYPE ::com::sun::star::uno::Type macro
118 virtual UNOTYPE SAL_CALL getElementType() throw ( RUNTIMEEXCEPTION );
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx181 UNOTYPE SAL_CALL SfxEvents_Impl::getElementType() throw ( RUNTIMEEXCEPTION ) in getElementType()
183 UNOTYPE aElementType = ::getCppuType( (const SEQUENCE < PROPERTYVALUE > *)0 ); in getElementType()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx563 uno::Any SAL_CALL SfxBaseModel::queryInterface( const UNOTYPE& rType ) throw( uno::RuntimeException… in queryInterface()
607 Sequence< UNOTYPE > aStrippedTypes( io_rTypes.getLength() - 1 ); in lcl_stripType()
618 uno::Sequence< UNOTYPE > SAL_CALL SfxBaseModel::getTypes() throw( uno::RuntimeException ) in getTypes()
620 uno::Sequence< UNOTYPE > aTypes( SfxBaseModel_Base::getTypes() ); in getTypes()

Completed in 50 milliseconds