Lines Matching refs:SAL_CALL
68 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
69 virtual void SAL_CALL acquire() throw(RuntimeException);
70 virtual void SAL_CALL release() throw(RuntimeException);
73 virtual OUString SAL_CALL getContentIdentifier() throw(RuntimeException);
74 virtual OUString SAL_CALL getContentProviderScheme() throw(RuntimeException);
138 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
140 virtual void SAL_CALL acquire() throw(RuntimeException);
141 virtual void SAL_CALL release() throw(RuntimeException);
144 …virtual void SAL_CALL addContentEventListener( const Reference< XContentEventListener >& rListener…
145 …virtual void SAL_CALL removeContentEventListener( const Reference< XContentEventListener >& rListe…
148 virtual void SAL_CALL dispose() throw();
149 virtual void SAL_CALL addEventListener( const Reference< XEventListener >& xListener ) throw();
150 virtual void SAL_CALL removeEventListener( const Reference< XEventListener >& xListener ) throw();
153 virtual Reference< XCommandInfo > SAL_CALL getCommandsInfo() throw();
156 …virtual CommandInfo SAL_CALL getCommandInfoByName( const OUString& rName ) throw( UnsupportedComma…
157 …virtual CommandInfo SAL_CALL getCommandInfoByHandle( long nHandle ) throw( UnsupportedCommandExcep…
158 virtual sal_Bool SAL_CALL hasCommandByName( const OUString& rName ) throw();
159 virtual sal_Bool SAL_CALL hasCommandByHandle( long nHandle ) throw();
162 virtual Reference< XPropertySetInfo > SAL_CALL getPropertySetInfo() throw();
165 …virtual Property SAL_CALL getPropertyByName( const OUString& Name ) throw( UnknownPropertyExceptio…
166 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw();
167 …virtual void SAL_CALL addPropertiesChangeListener( const Sequence< OUString >& Names, const Refere…
168 …virtual void SAL_CALL removePropertiesChangeListener( const Sequence< OUString >& Names, const Ref…
200 …virtual Reference< XCommandTask > SAL_CALL createCommandTask(const Command& rCommand, const Refere…
203 virtual Sequence< CommandInfo > SAL_CALL getCommands() throw();
233 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
235 virtual void SAL_CALL acquire() throw(RuntimeException);
236 virtual void SAL_CALL release() throw(RuntimeException);
239 virtual void SAL_CALL start() throw();
240 virtual void SAL_CALL execute() throw( Exception );
241 virtual void SAL_CALL abort() throw();
242 virtual ContentTaskStatus SAL_CALL getStatus() throw();
243 virtual Reference< XContentTaskEnvironment > SAL_CALL getEnvironment() throw();
267 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
268 virtual void SAL_CALL acquire() throw(RuntimeException);
269 virtual void SAL_CALL release() throw(RuntimeException);
272 virtual void SAL_CALL start() throw();
273 virtual void SAL_CALL execute() throw( Exception );
274 virtual void SAL_CALL abort() throw();
275 virtual ContentTaskStatus SAL_CALL getStatus() throw();
276 virtual Reference< XContentTaskEnvironment > SAL_CALL getEnvironment() throw();
279 virtual Command SAL_CALL getCommand() throw();
280 virtual Any SAL_CALL getResult() throw();
307 virtual Any SAL_CALL queryInterface( const Type &type ) throw( RuntimeException );
308 virtual void SAL_CALL acquire() throw(RuntimeException);
309 virtual void SAL_CALL release() throw(RuntimeException);
312 virtual void SAL_CALL start() throw();
313 virtual void SAL_CALL execute() throw( Exception );
314 virtual void SAL_CALL abort() throw();
315 virtual ContentTaskStatus SAL_CALL getStatus() throw();
316 virtual Reference< XContentTaskEnvironment > SAL_CALL getEnvironment() throw();
319 PropertyTaskType SAL_CALL getType() throw();
320 Sequence< PropertyValueInfo > SAL_CALL getProperties() throw();