Lines Matching refs:SAL_CALL

52 	virtual void SAL_CALL insertByIndex( sal_Int32 nIndex, const ::com::sun::star::uno::Any& aElement )
55 virtual void SAL_CALL removeByIndex( sal_Int32 nIndex )
60 …virtual void SAL_CALL replaceByIndex( sal_Int32 nIndex, const ::com::sun::star::uno::Any& aElement…
65 virtual sal_Int32 SAL_CALL getCount( )
67 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 nIndex )
72 virtual ::com::sun::star::uno::Type SAL_CALL getElementType( )
74 virtual sal_Bool SAL_CALL hasElements( )
78 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeExc…
79 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::…
80 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
83 static ::rtl::OUString SAL_CALL getImplementationName_static();
84 static uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
85 …static uno::Reference< uno::XInterface > SAL_CALL Create( const uno::Reference< uno::XComponentCon…
100 void SAL_CALL IndexedPropertyValuesContainer::insertByIndex( sal_Int32 nIndex, const ::com::sun::st… in insertByIndex()
142 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
177 void SAL_CALL IndexedPropertyValuesContainer::replaceByIndex( sal_Int32 nIndex, const ::com::sun::s… in replaceByIndex()
194 sal_Int32 SAL_CALL IndexedPropertyValuesContainer::getCount( ) in getCount()
200 ::com::sun::star::uno::Any SAL_CALL IndexedPropertyValuesContainer::getByIndex( sal_Int32 nIndex ) in getByIndex()
214 ::com::sun::star::uno::Type SAL_CALL IndexedPropertyValuesContainer::getElementType( ) in getElementType()
220 sal_Bool SAL_CALL IndexedPropertyValuesContainer::hasElements( ) in hasElements()
227 ::rtl::OUString SAL_CALL IndexedPropertyValuesContainer::getImplementationName( ) throw(::com::sun… in getImplementationName()
232 ::rtl::OUString SAL_CALL IndexedPropertyValuesContainer::getImplementationName_static( ) in getImplementationName_static()
237 sal_Bool SAL_CALL IndexedPropertyValuesContainer::supportsService( const ::rtl::OUString& ServiceNa… in supportsService()
243 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL IndexedPropertyValuesContainer::getSupp… in getSupportedServiceNames()
249 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL IndexedPropertyValuesContainer::getSupp… in getSupportedServiceNames_static()
257 uno::Reference< uno::XInterface > SAL_CALL IndexedPropertyValuesContainer::Create( in Create()