Lines Matching refs:SAL_CALL
94 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
97 virtual void SAL_CALL acquire() throw () in acquire()
100 virtual void SAL_CALL release() throw ();
136 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
139 virtual void SAL_CALL acquire() throw () { Interface::acquire(); } in acquire()
141 virtual void SAL_CALL release() throw () { Interface::release(); } in release()
165 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
168 virtual void SAL_CALL acquire() throw () { Base::acquire(); } in acquire()
170 virtual void SAL_CALL release() throw () { Base::release(); } in release()
194 virtual rtl::OUString SAL_CALL getImplementationName() in getImplementationName()
198 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName)
201 virtual css::uno::Sequence< rtl::OUString > SAL_CALL
205 virtual sal_Int32 SAL_CALL
209 virtual void SAL_CALL setInterfaceToInterface( in setInterfaceToInterface()
214 virtual void SAL_CALL setBaseToInterface( in setBaseToInterface()
219 virtual void SAL_CALL setDerivedToInterface( in setDerivedToInterface()
225 SAL_CALL getInterfaceFromInterface() throw (css::uno::RuntimeException) in getInterfaceFromInterface()
228 virtual void SAL_CALL clearInterface() throw (css::uno::RuntimeException) in clearInterface()
231 virtual void SAL_CALL setBaseToBase( in setBaseToBase()
236 virtual void SAL_CALL setDerivedToBase( in setDerivedToBase()
242 SAL_CALL getInterfaceFromBase() throw (css::uno::RuntimeException) in getInterfaceFromBase()
246 SAL_CALL getBaseFromBase() throw (css::uno::RuntimeException) in getBaseFromBase()
249 virtual void SAL_CALL clearBase() throw (css::uno::RuntimeException) in clearBase()
252 virtual void SAL_CALL setDerivedToDerived( in setDerivedToDerived()
258 SAL_CALL getInterfaceFromDerived() throw (css::uno::RuntimeException) in getInterfaceFromDerived()
262 SAL_CALL getBaseFromDerived() throw (css::uno::RuntimeException) in getBaseFromDerived()
266 SAL_CALL getDerivedFromDerived() throw (css::uno::RuntimeException) in getDerivedFromDerived()
269 virtual void SAL_CALL clearDerived() throw (css::uno::RuntimeException) in clearDerived()
273 SAL_CALL roundTripInterfaceToInterface( in roundTripInterfaceToInterface()
279 SAL_CALL roundTripBaseToInterface( in roundTripBaseToInterface()
285 SAL_CALL roundTripDerivedToInterface( in roundTripDerivedToInterface()
291 SAL_CALL roundTripBaseToBase( in roundTripBaseToBase()
297 SAL_CALL roundTripDerivedToBase( in roundTripDerivedToBase()
303 SAL_CALL roundTripDerivedToDerived( in roundTripDerivedToDerived()
313 static css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance(
510 extern "C" void SAL_CALL component_getImplementationEnvironment( in component_getImplementationEnvironment()
518 extern "C" void * SAL_CALL component_getFactory(char const * implName, in component_getFactory()
566 extern "C" sal_Bool SAL_CALL component_writeInfo(void *, void * registryKey) { in component_writeInfo()