Lines Matching refs:SAL_CALL

52 …virtual void SAL_CALL insertByName( const ::rtl::OUString& aName, const ::com::sun::star::uno::Any…
55 virtual void SAL_CALL removeByName( const ::rtl::OUString& Name )
60 …virtual void SAL_CALL replaceByName( const ::rtl::OUString& aName, const ::com::sun::star::uno::An…
65 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
68 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames( )
70 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
74 virtual ::com::sun::star::uno::Type SAL_CALL getElementType( )
76 virtual sal_Bool SAL_CALL hasElements( )
80 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeExc…
81 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
82 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
85 static ::rtl::OUString SAL_CALL getImplementationName_static();
86 static uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
87 …static uno::Reference< uno::XInterface > SAL_CALL Create( const uno::Reference< uno::XComponentCon…
102 void SAL_CALL NamedPropertyValuesContainer::insertByName( const rtl::OUString& aName, const uno::An… in insertByName()
116 void SAL_CALL NamedPropertyValuesContainer::removeByName( const ::rtl::OUString& Name ) in removeByName()
128 void SAL_CALL NamedPropertyValuesContainer::replaceByName( const ::rtl::OUString& aName, const ::co… in replaceByName()
144 ::com::sun::star::uno::Any SAL_CALL NamedPropertyValuesContainer::getByName( const ::rtl::OUString&… in getByName()
159 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getElemen… in getElementNames()
176 sal_Bool SAL_CALL NamedPropertyValuesContainer::hasByName( const ::rtl::OUString& aName ) in hasByName()
184 ::com::sun::star::uno::Type SAL_CALL NamedPropertyValuesContainer::getElementType( ) in getElementType()
190 sal_Bool SAL_CALL NamedPropertyValuesContainer::hasElements( ) in hasElements()
197 ::rtl::OUString SAL_CALL NamedPropertyValuesContainer::getImplementationName( ) throw(::com::sun::… in getImplementationName()
202 ::rtl::OUString SAL_CALL NamedPropertyValuesContainer::getImplementationName_static( ) in getImplementationName_static()
207 sal_Bool SAL_CALL NamedPropertyValuesContainer::supportsService( const ::rtl::OUString& ServiceName… in supportsService()
213 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getSuppor… in getSupportedServiceNames()
219 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL NamedPropertyValuesContainer::getSuppor… in getSupportedServiceNames_static()
226 uno::Reference< uno::XInterface > SAL_CALL NamedPropertyValuesContainer::Create( in Create()