Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
96 specified name exists in a storage.
113 in <type scope="com::sun::star::lang">DisposedException</type>.
134 this storage is in invalid state for any reason
140 in case of io errors during copying
145 void copyToStorage( [in] XStorage xDest )
155 In case the stream is open in readonly mode the
164 a mode the stream should be open in,
168 this storage is in invalid state for any reason
177 in case of io errors during stream opening
183 [in] string sStreamName,
184 [in] long nOpenMode )
200 In case the stream is open in readonly mode the
209 a mode the stream should be open in,
218 this storage is in invalid state for any reason
230 in case of io errors during stream opening
236 [in] string sStreamName,
237 [in] long nOpenMode,
238 [in] string sPassword )
250 The opened substorage must support specified in 'nOpenMode' access
251 modes. It can support 'read' mode in addition. But any child element
252 can support one of those modes only in case this mode is supported by
260 a mode the storage should be open in
263 this storage is in invalid state for any reason
269 in case of io errors during stream opening
275 XStorage openStorageElement( [in] string sStorName,
276 [in] long nOpenMode )
286 The stream is open in readonly mode so the
295 this storage is in invalid state for any reason
304 in case of io errors during stream opening
309 ::com::sun::star::io::XStream cloneStreamElement( [in] string sStreamName )
325 The stream is open in readonly mode so the
344 this storage is in invalid state for any reason
356 in case of io errors during stream opening
362 [in] string sStreamName,
363 [in] string sPassword )
376 transaction in the storage.
380 the target storage that will be filled in with copy.
383 this storage is in invalid state for any reason
389 in case of io errors during copying
395 void copyLastCommitTo( [in] XStorage xTargetStorage )
406 transaction in the storage.
413 the target storage that will be filled in with copy
416 this storage is in invalid state for any reason
422 in case of io errors during copying
429 [in] string sStorName,
430 [in] XStorage xTargetStorage )
448 <TRUE/> in case the element is a stream
458 this storage is in invalid state for any reason
461 boolean isStreamElement( [in] string sElementName )
479 <TRUE/> in case the element is a storage
489 this storage is in invalid state for any reason
492 boolean isStorageElement( [in] string sElementName )
504 this storage is in invalid state for eny reason
513 in case of io errors during removing
519 void removeElement( [in] string sElementName )
527 /** renames an element in a storage.
536 this storage is in invalid state for eny reason
542 there is no element with old name in this storage
545 an element with new name already exists in this storage
548 in case of io errors during renaming
554 void renameElement( [in] string sElementName, [in] string sNewName )
571 the name of the element in this storage
577 the name of the result element in destination storage
580 this storage is in invalid state for eny reason
583 there is no specified source element in this storage
586 an element with specified destination name already exists in destination storage
589 in case of io errors during copying
596 [in] string sElementName,
597 [in] XStorage xDest,
598 [in] string sNewName )
615 the name of the element in this storage
621 the name of the result element in destination storage
624 this storage is in invalid state for eny reason
627 there is no specified source element in this storage
630 an element with specified destination name already exists in destination storage
633 in case of io errors during moving
640 [in] string sElementName,
641 [in] XStorage xDest,
642 [in] string sNewName )