Lines Matching refs:SAL_CALL

109             inline const sal_Bool& SAL_CALL IsNative() const;
110 inline const rtl::OUString& SAL_CALL getPropertyName() const { return PropertyName; } in getPropertyName()
111 inline const sal_Int32& SAL_CALL getHandle() const;
112 inline const com::sun::star::uno::Type& SAL_CALL getType() const;
113 inline const com::sun::star::uno::Any& SAL_CALL getValue() const;
114 inline const com::sun::star::beans::PropertyState& SAL_CALL getState() const;
115 inline const sal_Int16& SAL_CALL getAttributes() const;
118 inline void SAL_CALL setHandle( const sal_Int32& __Handle ) const;
119 inline void SAL_CALL setType( const com::sun::star::uno::Type& __Type ) const;
120 inline void SAL_CALL setValue( const com::sun::star::uno::Any& __Value ) const;
121 … inline void SAL_CALL setState( const com::sun::star::beans::PropertyState& __State ) const;
122 inline void SAL_CALL setAttributes( const sal_Int16& __Attributes ) const;
179 void SAL_CALL registerNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier );
181 void SAL_CALL deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier );
191 void SAL_CALL associate( const rtl::OUString& UnqPath,
200 void SAL_CALL deassociate( const rtl::OUString& UnqPath,
219 void SAL_CALL page( sal_Int32 CommandId,
229 com::sun::star::uno::Reference< com::sun::star::io::XInputStream > SAL_CALL
241 com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL
253 com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSet > SAL_CALL
267 com::sun::star::uno::Reference< com::sun::star::ucb::XCommandInfo > SAL_CALL
272 com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL
281 com::sun::star::uno::Sequence< com::sun::star::uno::Any > SAL_CALL
292 com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > SAL_CALL
307 void SAL_CALL
318 void SAL_CALL
333 sal_Bool SAL_CALL
354 sal_Bool SAL_CALL
367 sal_Bool SAL_CALL
380 sal_Bool SAL_CALL
389 void SAL_CALL insertDefaultProperties( const rtl::OUString& aUnqPath );
402 sal_Bool SAL_CALL getUnqFromUrl( const rtl::OUString& Url, rtl::OUString& Unq );
404 sal_Bool SAL_CALL getUrlFromUnq( const rtl::OUString& Unq, rtl::OUString& Url );
418 std::list< ContentEventNotifier* >* SAL_CALL
421 std::list< ContentEventNotifier* >* SAL_CALL
424 std::vector< std::list< ContentEventNotifier* >* >* SAL_CALL
429 std::list< PropertyChangeNotifier* >* SAL_CALL
432 std::list< PropertySetInfoChangeNotifier* >* SAL_CALL
440 void SAL_CALL notifyPropertyChanges(
444 void SAL_CALL notifyContentExchanged(
447 void SAL_CALL notifyInsert(
450 void SAL_CALL notifyContentDeleted(
453 void SAL_CALL notifyContentRemoved(
457 void SAL_CALL notifyPropertyAdded(
461 void SAL_CALL notifyPropertyRemoved(
470 void SAL_CALL erasePersistentSet( const rtl::OUString& aUnqPath,
478 void SAL_CALL copyPersistentSet( const rtl::OUString& srcUnqPath,
486 com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > SAL_CALL
499 void SAL_CALL load( const shell::ContentMap::iterator& it,
508 void SAL_CALL
519 void SAL_CALL
525 void SAL_CALL
534 osl::FileBase::RC SAL_CALL
549 sal_Bool SAL_CALL
592 static void SAL_CALL getScheme( rtl::OUString& Scheme );
594 static rtl::OUString SAL_CALL getImplementationName_static( void );
596 …static com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames_static( vo…