| /trunk/main/sw/source/core/swg/ |
| H A D | SwXMLTextBlocks1.cxx | 102 String aStreamName = aFolderName + (OUString) String::CreateFromAscii(".xml"); in GetDoc() local 106 …uno::Reference < io::XStream > xStream = xRoot->openStreamElement( aStreamName, embed::ElementMode… in GetDoc() 320 String aStreamName = aFolderName + (OUString) String::CreateFromAscii(".xml"); in GetBlockText() local 327 if ( !xAccess->hasByName( aStreamName ) || !xRoot->isStreamElement( aStreamName ) ) in GetBlockText() 330 aStreamName = String::CreateFromAscii("content.xml"); in GetBlockText() 333 …uno::Reference < io::XStream > xContents = xRoot->openStreamElement( aStreamName, embed::ElementMo… in GetBlockText() 405 String aStreamName = aFolderName + (OUString) String::CreateFromAscii(".xml"); in PutBlockText() local 424 uno::Reference < io::XStream > xDocStream = xRoot->openStreamElement( aStreamName, in PutBlockText()
|
| /trunk/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_stgelems.cxx | 309 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode ) in openStreamElement() 311 return m_xWrappedStorage->openStreamElement( aStreamName, nOpenMode ); in openStreamElement() 317 const ::rtl::OUString& aStreamName, in openEncryptedStreamElement() 322 aStreamName, nOpenMode, aPassword ); in openEncryptedStreamElement() 336 const ::rtl::OUString& aStreamName ) in cloneStreamElement() 338 return m_xWrappedStorage->cloneStreamElement( aStreamName ); in cloneStreamElement() 344 const ::rtl::OUString& aStreamName, in cloneEncryptedStreamElement() 347 return m_xWrappedStorage->cloneEncryptedStreamElement( aStreamName, in cloneEncryptedStreamElement()
|
| H A D | tdoc_stgelems.hxx | 143 openStreamElement( const ::rtl::OUString& aStreamName, 146 openEncryptedStreamElement( const ::rtl::OUString& aStreamName, 153 cloneStreamElement( const ::rtl::OUString& aStreamName ); 155 cloneEncryptedStreamElement( const ::rtl::OUString& aStreamName,
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | olepersist.cxx | 608 ::rtl::OUString aStreamName = ::rtl::OUString::createFromAscii( "\002OlePres00" ); in RemoveVisualCache_Impl() 609 aStreamName += ::rtl::OUString::valueOf( (sal_Int32)nInd ); in RemoveVisualCache_Impl() 610 if ( xNameContainer->hasByName( aStreamName ) ) in RemoveVisualCache_Impl() 611 xNameContainer->removeByName( aStreamName ); in RemoveVisualCache_Impl() 681 … ::rtl::OUString aStreamName = ::rtl::OUString::createFromAscii( "\002OlePres00" ); in HasVisReplInStream() 682 aStreamName += ::rtl::OUString::valueOf( (sal_Int32)nInd ); in HasVisReplInStream() 685 bExists = xNameContainer->hasByName( aStreamName ); in HasVisReplInStream() 731 ::rtl::OUString aStreamName = ::rtl::OUString::createFromAscii( "\002OlePres00" ); in TryToRetrieveCachedVisualRepresentation_Impl() 732 aStreamName += ::rtl::OUString::valueOf( (sal_Int32)nInd ); in TryToRetrieveCachedVisualRepresentation_Impl() 736 …if ( ( xNameContainer->getByName( aStreamName ) >>= xCachedCopyStream ) && xCachedCopyStream.is() ) in TryToRetrieveCachedVisualRepresentation_Impl() [all …]
|
| /trunk/main/package/source/xstor/ |
| H A D | xstorage.cxx | 1686 void OStorage_Impl::CloneStreamElement( const ::rtl::OUString& aStreamName, in CloneStreamElement() argument 1691 SotElement_Impl *pElement = FindElement( aStreamName ); in CloneStreamElement() 2181 SotElement_Impl* OStorage::OpenStreamElement_Impl( const ::rtl::OUString& aStreamName, sal_Int32 nO… in OpenStreamElement_Impl() argument 2188 SotElement_Impl *pElement = m_pImpl->FindElement( aStreamName ); in OpenStreamElement_Impl() 2198 pElement = m_pImpl->InsertStream( aStreamName, bEncr ); in OpenStreamElement_Impl() 2459 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode ) in openStreamElement() 2471 …if ( !aStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamNa… in openStreamElement() 2475 && aStreamName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels" ) ) ) ) in openStreamElement() 2484 SotElement_Impl *pElement = OpenStreamElement_Impl( aStreamName, nOpenMode, sal_False ); in openStreamElement() 2556 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, const ::rtl::OUString& aPass ) in openEncryptedStreamElement() [all …]
|
| H A D | xstorage.hxx | 263 const ::rtl::OUString& aStreamName, 305 …SotElement_Impl* OpenStreamElement_Impl( const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, … 363 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode ); 366 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, const ::rtl::OUString& aPass ); 372 const ::rtl::OUString& aStreamName ); 375 const ::rtl::OUString& aStreamName, const ::rtl::OUString& aPass ); 418 virtual void SAL_CALL insertRawEncrStreamElement( const ::rtl::OUString& aStreamName,
|
| /trunk/main/scripting/source/stringresource/ |
| H A D | stringresource.cxx | 988 … ::rtl::OUString aStreamName = implGetFileNameForLocaleItem( pLocaleItem, m_aNameBase ); in implStoreAtStorage() 989 aStreamName += ::rtl::OUString::createFromAscii( ".properties" ); in implStoreAtStorage() 993 Storage->removeElement( aStreamName ); in implStoreAtStorage() 1010 ::rtl::OUString aStreamName = implGetFileNameForLocaleItem( pLocaleItem, aNameBase ); in implStoreAtStorage() 1011 aStreamName += ::rtl::OUString::createFromAscii( ".properties" ); in implStoreAtStorage() 1014 Storage->openStreamElement( aStreamName, ElementModes::READWRITE ); in implStoreAtStorage() 1048 … ::rtl::OUString aStreamName = implGetFileNameForLocaleItem( pLocaleItem, m_aNameBase ); in implStoreAtStorage() 1049 aStreamName += ::rtl::OUString::createFromAscii( ".default" ); in implStoreAtStorage() 1053 Storage->removeElement( aStreamName ); in implStoreAtStorage() 1067 … ::rtl::OUString aStreamName = implGetFileNameForLocaleItem( m_pDefaultLocaleItem, aNameBase ); in implStoreAtStorage() [all …]
|
| /trunk/main/svl/source/fsstor/ |
| H A D | fsstorage.hxx | 100 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode ); 103 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, const ::rtl::OUString& aPass ); 109 const ::rtl::OUString& aStreamName ); 112 const ::rtl::OUString& aStreamName, const ::rtl::OUString& aPass );
|
| H A D | fsstorage.cxx | 442 const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode ) in openStreamElement() 454 aFileURL.Append( aStreamName ); in openStreamElement() 644 …ference< io::XStream > SAL_CALL FSStorage::cloneStreamElement( const ::rtl::OUString& aStreamName ) in cloneStreamElement() argument 656 aFileURL.Append( aStreamName ); in cloneStreamElement()
|
| /trunk/main/svx/source/xml/ |
| H A D | xmlgrhlp.cxx | 705 String aStreamName( aGraphicObjectId ); in ImplInsertGraphicURL() local 770 aStreamName = rRequestedFileName; in ImplInsertGraphicURL() 773 aStreamName += aExtension; in ImplInsertGraphicURL() 775 if( mbDirect && aStreamName.Len() ) in ImplInsertGraphicURL() 776 ImplWriteGraphic( aPictureStorageName, aStreamName, aGraphicObjectId ); in ImplInsertGraphicURL() 779 rURLPair.second += aStreamName; in ImplInsertGraphicURL()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docshini.cxx | 681 String aStreamName; in LoadFrom() local 682 aStreamName = String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("styles.xml")); in LoadFrom() 684 … if ( xAccess->hasByName( aStreamName ) && rMedium.GetStorage()->isStreamElement( aStreamName ) ) in LoadFrom()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | scdetect.cxx | 475 String aStreamName(RTL_CONSTASCII_STRINGPARAM("Workbook")); in detect() local 476 sal_Bool bExcel97Stream = ( aStorage->IsStream( aStreamName ) ); in detect() 478 aStreamName = String(RTL_CONSTASCII_STRINGPARAM("Book")); in detect() 479 sal_Bool bExcel5Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
|
| /trunk/main/basic/source/uno/ |
| H A D | namecont.cxx | 1392 OUString aStreamName = aElementName; in implStoreLibrary() local 1393 aStreamName += String( RTL_CONSTASCII_USTRINGPARAM(".xml") ); in implStoreLibrary() 1409 aStreamName, in implStoreLibrary() 1558 OUString aStreamName( maInfoFileName ); in implStoreLibraryIndexFile() local 1559 aStreamName += String( RTL_CONSTASCII_USTRINGPARAM("-lb.xml") ); in implStoreLibraryIndexFile() 1562 … xInfoStream = xStorage->openStreamElement( aStreamName, embed::ElementModes::READWRITE ); in implStoreLibraryIndexFile() 2038 OUString aStreamName( maInfoFileName ); in storeLibraries_Impl() local 2039 aStreamName += String( RTL_CONSTASCII_USTRINGPARAM("-lc.xml") ); in storeLibraries_Impl() 2042 …xInfoStream = xTargetLibrariesStor->openStreamElement( aStreamName, embed::ElementModes::READWRITE… in storeLibraries_Impl()
|
| /trunk/main/sd/source/filter/ |
| H A D | sddetect.cxx | 358 …String aStreamName = UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "PowerPoint Document"… in detect() local 359 … if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
|
| /trunk/main/comphelper/source/xml/ |
| H A D | ofopxmlhelper.cxx | 58 …t uno::Reference< io::XInputStream >& xInStream, const ::rtl::OUString aStreamName, const uno::Ref… in ReadRelationsInfoSequence() argument 61 aStringID += aStreamName; in ReadRelationsInfoSequence()
|
| /trunk/main/comphelper/source/container/ |
| H A D | embeddedobjectcontainer.cxx | 1362 const ::rtl::OUString& aStreamName ) in InsertStreamIntoPicturesStorage_Impl() 1364 …OSL_ENSURE( !aStreamName.isEmpty() && xInStream.is() && xDocStor.is(), "Misuse of the method!\n" ); in InsertStreamIntoPicturesStorage_Impl() 1372 aStreamName, in InsertStreamIntoPicturesStorage_Impl()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | ofopxmlhelper.hxx | 80 const ::rtl::OUString aStreamName,
|
| /trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
| H A D | OwnEmbeddedObject.java | 252 …protected String ReadStringFromStream( XStorage xStorage, String aStreamName ) throws com.sun.star… in ReadStringFromStream() argument 259 …XStream xStream = xStorage.openStreamElement( aStreamName, com.sun.star.embed.ElementModes.READWRI… in ReadStringFromStream()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | objsh.hxx | 721 ::rtl::OUString aStreamName );
|
| /trunk/main/sfx2/source/doc/ |
| H A D | objstor.cxx | 235 ::rtl::OUString aStreamName ) in PutURLContentsToVersionStream_Impl() argument 250 aStreamName, in PutURLContentsToVersionStream_Impl()
|