Home
last modified time | relevance | path

Searched refs:xStorage (Results 1 – 25 of 143) sorted by relevance

123456

/aoo4110/main/package/qa/storages/
H A DTestHelper.java283 public boolean WBToSubstrOfEncr( XStorage xStorage, in WBToSubstrOfEncr() argument
337 public boolean WriteBytesToStreamH( XStorage xStorage, in WriteBytesToStreamH() argument
464 public boolean WBToSubstrOfEncrH( XStorage xStorage, in WBToSubstrOfEncrH() argument
546 public int ChangeStreamPass( XStorage xStorage, in ChangeStreamPass() argument
596 public int ChangeStreamPassH( XStorage xStorage, in ChangeStreamPassH() argument
1102 public boolean commitStorage( XStorage xStorage ) in commitStorage() argument
1147 public boolean disposeStorage( XStorage xStorage ) in disposeStorage() argument
1362 xStorage.renameElement( sOldName, sNewName ); in renameElement()
1378 xStorage.removeElement( sName ); in removeElement()
1389 public XStream OpenStream( XStorage xStorage, in OpenStream() argument
[all …]
/aoo4110/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx119 return xStorage; in lcl_createStorage()
136 xStorage.set( in lcl_createStorage()
145 return xStorage; in lcl_createStorage()
289 if( xStorage.is()) in storeAsURL()
327 if( xStorage.is()) in storeToURL()
347 if( xStorage.is()) in storeToURL()
357 if( xFilter.is() && xStorage.is()) in impl_store()
575 if( xStorage.is()) in load()
608 if( xStorage.is() ) in impl_load()
615 m_xStorage = xStorage; in impl_load()
[all …]
/aoo4110/main/chart2/source/model/filter/
H A DXMLFilter.cxx107 xStorage = aMDHelper.Storage; in lcl_getWriteStorage()
150 xStorage.set( in lcl_getWriteStorage()
170 return xStorage; in lcl_getWriteStorage()
216 return xStorage; in lcl_getReadStorage()
228 xStorage.set( in lcl_getReadStorage()
239 return xStorage; in lcl_getReadStorage()
371 if( ! xStorage.is()) in impl_Import()
381 aArgs[0] <<= xStorage; in impl_Import()
505 if( xStorage.is() && in impl_ImportStream()
640 if( ! xStorage.is()) in impl_Export()
[all …]
/aoo4110/main/odk/examples/java/Storage/
H A DTestHelper.java126 public boolean WriteBytesToSubstream( XStorage xStorage, in WriteBytesToSubstream() argument
153 public boolean WriteBytesToEncrSubstream( XStorage xStorage, in WriteBytesToEncrSubstream() argument
181 public boolean WBToSubstrOfEncr( XStorage xStorage, in WBToSubstrOfEncr() argument
228 public int ChangeStreamPass( XStorage xStorage, in ChangeStreamPass() argument
573 public boolean commitStorage( XStorage xStorage ) in commitStorage() argument
596 public boolean disposeStorage( XStorage xStorage ) in disposeStorage() argument
795 xStorage.renameElement( sOldName, sNewName ); in renameElement()
806 public boolean removeElement( XStorage xStorage, String sName ) in removeElement() argument
811 xStorage.removeElement( sName ); in removeElement()
822 public XStream OpenStream( XStorage xStorage, in OpenStream() argument
[all …]
/aoo4110/main/embeddedobj/source/general/
H A Dxcreator.cxx72 const uno::Reference< embed::XStorage >& xStorage, in createInstanceInitNew()
84 if ( !xStorage.is() ) in createInstanceInitNew()
127 if ( !xStorage.is() ) in createInstanceInitFromEntry()
147 if ( xStorage->isStorageElement( sEntName ) ) in createInstanceInitFromEntry()
235 const uno::Reference< embed::XStorage >& xStorage, in createInstanceInitFromMediaDescriptor()
248 if ( !xStorage.is() ) in createInstanceInitFromMediaDescriptor()
307 const uno::Reference< embed::XStorage >& xStorage, in createInstanceUserInit()
321 if ( !xStorage.is() ) in createInstanceUserInit()
340 xStorage, in createInstanceUserInit()
403 if ( !xStorage.is() ) in createInstanceLink()
[all …]
/aoo4110/main/package/qa/ofopxmlstorages/
H A DTestHelper.java144 public boolean WriteBytesToSubstream( XStorage xStorage, in WriteBytesToSubstream() argument
172 public boolean setStorageTypeAndCheckProps( XStorage xStorage, in setStorageTypeAndCheckProps() argument
338 public boolean checkStorageProperties( XStorage xStorage, in checkStorageProperties() argument
578 public boolean commitStorage( XStorage xStorage ) in commitStorage() argument
623 public boolean disposeStorage( XStorage xStorage ) in disposeStorage() argument
838 xStorage.renameElement( sOldName, sNewName ); in renameElement()
854 xStorage.removeElement( sName ); in removeElement()
865 public XStream OpenStream( XStorage xStorage, in OpenStream() argument
1050 xStorage.copyLastCommitTo( xResult ); in cloneStorage()
1069 xStorage.copyStorageElementLastCommitTo( sName, xResult ); in cloneSubStorage()
[all …]
/aoo4110/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx82 uno::Reference< embed::XStorage > xStorage; in createTemporaryStorage() local
99 if ( !xStorage.is() ) in createTemporaryStorage()
102 return xStorage; in createTemporaryStorage()
192 if ( !xStorage.is() ) in createStorage()
197 return xStorage; in createStorage()
245 if ( !xStorage.is() ) in createStorage()
250 return xStorage; in createStorage()
438 if ( !xStorage.is() ) in queryStorage()
457 xStorage, uno::UNO_QUERY ); in queryStorage()
542 xStorage in queryStorage()
[all …]
H A Dtdoc_docmgr.cxx232 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
234 OSL_ENSURE( xStorage.is(), "Got no document storage!" ); in notifyEvent()
240 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
336 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
340 (*it).second.xStorage = xStorage; in notifyEvent()
372 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
376 (*it).second.xStorage = xStorage; in notifyEvent()
414 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
551 uno::Reference< embed::XStorage > xStorage in buildDocumentsList() local
556 = StorageInfo( aTitle, xStorage, xModel ); in buildDocumentsList()
[all …]
H A Dtdoc_content.cxx2129 if ( xStorage.is() ) in transfer()
2386 return xStorage.is(); in hasData()
2398 if ( !xStorage.is() ) in hasData()
2427 if ( !xStorage.is() ) in loadData()
2439 if ( !xStorage.is() ) in loadData()
2501 if ( !xStorage.is() ) in storeData()
2557 if ( !xStorage.is() ) in storeData()
2641 if ( !xStorage.is() ) in renameData()
2647 xStorage->renameElement( in renameData()
2687 return commitStorage( xStorage ); in renameData()
[all …]
/aoo4110/main/embeddedobj/source/msole/
H A Dxolefactory.cxx80 if ( !xStorage.is() ) in createInstanceInitFromEntry()
98 if ( !xStorage->isStreamElement( sEntName ) ) in createInstanceInitFromEntry()
113 xPersist->setPersistentEntry( xStorage, in createInstanceInitFromEntry()
152 if ( !xStorage.is() ) in createInstanceInitFromMediaDescriptor()
171 xPersist->setPersistentEntry( xStorage, in createInstanceInitFromMediaDescriptor()
194 if ( !xStorage.is() ) in createInstanceInitNew()
213 xPersist->setPersistentEntry( xStorage, in createInstanceInitNew()
235 if ( !xStorage.is() ) in createInstanceLink()
256 xPersist->setPersistentEntry( xStorage, in createInstanceLink()
282 if ( !xStorage.is() ) in createInstanceUserInit()
[all …]
H A Dolepersist.cxx1158 const uno::Reference< embed::XStorage >& xStorage, in StoreToLocation_Impl()
1237 m_xParentStorage->copyElementTo( m_aEntryName, xStorage, sEntName ); in StoreToLocation_Impl()
1293 xStorage->openStreamElement( sEntName, embed::ElementModes::READWRITE ); in StoreToLocation_Impl()
1339 m_xNewParentStorage = xStorage; in StoreToLocation_Impl()
1371 const uno::Reference< embed::XStorage >& xStorage, in setPersistentEntry()
1405 if ( !xStorage.is() ) in setPersistentEntry()
1457 SwitchOwnPersistence( xStorage, sEntName ); in setPersistentEntry()
2037 xWrappedObject->breakLink( xStorage, sEntName ); in breakLink()
2046 if ( !xStorage.is() ) in breakLink()
2112 if ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) ) in breakLink()
[all …]
/aoo4110/main/sc/source/filter/xml/
H A Dxmlwrap.cxx97 xStorage(xStor) in ScXMLImportWrapper()
155 if ( !xStorage.is() && pMedium ) in ImportFromComponent()
156 xStorage = pMedium->GetStorage(); in ImportFromComponent()
165 if( xStorage.is() ) in ImportFromComponent()
401 if ( !xStorage.is() && pMedium ) in Import()
559 if( xStorage.is() ) in Import()
744 if ( !xStorage.is() && pMedium ) in ExportToComponent()
747 if( xStorage.is() ) in ExportToComponent()
874 if ( !xStorage.is() && pMedium ) in Export()
907 if ( pObjSh && xStorage.is() ) in Export()
[all …]
/aoo4110/main/sfx2/source/doc/
H A Dobjstor.cxx427 if ( xStorage.is() ) in GeneralInit_Impl()
550 if ( !xStorage.is() ) in ImportFromGeneratedStream_Impl()
1927 if ( xStorage.is() ) in ConnectTmpStorage_Impl()
2101 if ( bOk && xStorage.is() && xOld != xStorage in DoSaveCompleted()
3220 if ( xStorage.is() ) in LoadOwnFormat()
3252 if( xStorage.is() ) in SaveAsOwnFormat()
3321 if ( !xStorage.is() ) in SaveAsChildren()
3381 if ( !xStorage.is() ) in SwitchChildrenPersistance()
3409 if ( !xStorage.is() || xStorage == GetStorage() ) in SaveCompleted()
3424 if ( xStorage.is() && pImp->m_xDocStorage != xStorage ) in SaveCompleted()
[all …]
H A Ddocfile.cxx1519 pImp->xStorage = 0; in GetStorage()
1596 pImp->xStorage = 0; in GetStorage()
1602 return pImp->xStorage; in GetStorage()
1670 pImp->xStorage = 0; in CloseStorage()
1741 if ( pImp->xStorage.is() ) in StorageCommit_Impl()
3303 pImp->xStorage = rStor; in SfxMedium()
3321 pImp->xStorage = rStor; in SfxMedium()
4168 pImp->xStorage = xStorage; in SwitchDocumentToTempFile()
4187 pImp->xStorage = xStorage; in SwitchDocumentToTempFile()
4230 pImp->xStorage = xStorage; in SwitchDocumentToFile()
[all …]
/aoo4110/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx80 if ( !xStorage.is() ) in createInstanceInitFromEntry()
99 if ( xStorage->isStorageElement( sEntName ) ) in createInstanceInitFromEntry()
166 xPersist->setPersistentEntry( xStorage, in createInstanceInitFromEntry()
177 const uno::Reference< embed::XStorage >& xStorage, in createInstanceInitFromMediaDescriptor()
188 if ( !xStorage.is() ) in createInstanceInitFromMediaDescriptor()
230 xPersist->setPersistentEntry( xStorage, in createInstanceInitFromMediaDescriptor()
255 if ( !xStorage.is() ) in createInstanceInitNew()
281 xPersist->setPersistentEntry( xStorage, in createInstanceInitNew()
307 if ( !xStorage.is() ) in createInstanceUserInit()
339 xPersist->setPersistentEntry( xStorage, in createInstanceUserInit()
[all …]
H A Dpersistence.cxx161 xStorage->copyToStorage( xTempStorage ); in createTempInpStreamFromStor()
745 xDoc->switchToStorage( xStorage ); in SwitchDocToStorage_Impl()
764 if ( !xStorage.is() ) in StoreDocToStorage_Impl()
791 xDoc->storeToStorage( xStorage, aArgs ); in StoreDocToStorage_Impl()
793 SwitchDocToStorage_Impl( xDoc, xStorage ); in StoreDocToStorage_Impl()
816 xTempStorage->copyToStorage( xStorage ); in StoreDocToStorage_Impl()
949 if ( !xStorage.is() ) in setPersistentEntry()
1099 SwitchOwnPersistence( xStorage, sEntName ); in setPersistentEntry()
1415 m_xNewParentStorage = xStorage; in storeAsEntry()
1818 if ( !xStorage.is() ) in breakLink()
[all …]
/aoo4110/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx221 uno::Reference< embed::XStorage > xStorage, in ReadThroughComponent()
234 if ( xStorage.is() ) in ReadThroughComponent()
243 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
254 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
483 pIter->Value >>= xStorage; in implImport()
513 xStorage = pMedium->GetStorage(); in implImport()
521 sal_Bool bRet = xStorage.is(); in implImport()
546 aArgs[0] <<= xStorage; in implImport()
615 nRet = ReadThroughComponent(xStorage in implImport()
629 nRet = ReadThroughComponent( xStorage in implImport()
[all …]
/aoo4110/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx359 const uno::Reference < embed::XStorage >& xStorage, in ReadThroughComponent()
369 DBG_ASSERT(xStorage.is(), "Need storage!"); in ReadThroughComponent()
377 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
592 if( !xStorage.is() ) in Import()
597 pGraphicHelper = SvXMLGraphicHelper::Create( xStorage, in Import()
673 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Import()
679 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Import()
721 if( xStorage.is() ) in Import()
937 xInfoSet->setPropertyValue( sTargetStorage, Any( xStorage ) ); in Export()
969 if( xStorage.is() ) in Export()
[all …]
/aoo4110/main/sw/source/filter/xml/
H A Dswxml.cxx312 uno::Reference<embed::XStorage> xStorage, in ReadThroughComponent() argument
322 DBG_ASSERT(xStorage.is(), "Need storage!"); in ReadThroughComponent()
330 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
548 uno::Reference<embed::XStorage> xStorage; in Read() local
550 xStorage = pMedium->GetStorage(); in Read()
552 xStorage = xStg; in Read()
554 if( !xStorage.is() ) in Read()
557 pGraphicHelper = SvXMLGraphicHelper::Create( xStorage, in Read()
565 xStorage, *pPersist, in Read()
933 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Read()
[all …]
/aoo4110/main/basic/workben/
H A Dmgrtest.cxx262 DBG_ASSERT( xStorage.Is(), "Kein Storage!" ); in IMPL_LINK()
263 pBasMgr = new BasicManager( *xStorage ); in IMPL_LINK()
270 SvStorageRef xStorage = new SvStorage( "d:\\mystore.svs" ); in IMPL_LINK() local
271 DBG_ASSERT( xStorage.Is(), "Kein Storage!" ); in IMPL_LINK()
272 pBasMgr->Store( *xStorage ); in IMPL_LINK()
345 SvStorageRef xStorage = new SvStorage( "d:\\mystore.svs" ); in IMPL_LINK() local
346 if ( !pBasMgr->AddLib( *xStorage, pLib1Str, sal_False ) ) in IMPL_LINK()
355 SvStorageRef xStorage = new SvStorage( "d:\\mystore.svs" ); in IMPL_LINK() local
356 if ( !pBasMgr->AddLib( *xStorage, pLib2Str, sal_False ) ) in IMPL_LINK()
366 SvStorageRef xStorage = new SvStorage( "d:\\mystore2.svs" ); in IMPL_LINK() local
[all …]
/aoo4110/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java254 if ( xStorage == null ) in ReadStringFromStream()
388 if ( xStorage == null || aEntryName.length() == 0 ) in setPersistentEntry()
407 if ( m_xParentStorage == xStorage && m_aEntryName.equals( aEntryName ) ) in setPersistentEntry()
420 boolean bElExists = xStorage.hasByName( aEntryName ); in setPersistentEntry()
424 SwitchOwnPersistence( xStorage, aEntryName ); in setPersistentEntry()
446 SwitchOwnPersistence( xStorage, aEntryName ); in setPersistentEntry()
466 m_xParentStorage.copyElementTo( m_aEntryName, xStorage, aEntryName ); in storeToEntry()
471 xStorage.openStorageElement( aEntryName, in storeToEntry()
494 xStorage.openStorageElement( aEntryName, in storeAsEntry()
502 xStorage.openStorageElement( aEntryName, in storeAsEntry()
[all …]
/aoo4110/main/basic/source/uno/
H A Dscriptcont.cxx147 init( OUString(), xStorage ); in SfxScriptLibraryContainer()
391 SotStorageRef xStorage = new SotStorage( sal_False, aFile ); in importFromOldStorage() local
392 if( xStorage.Is() && xStorage->GetError() == ERRCODE_NONE ) in importFromOldStorage()
519 uno::Reference< embed::XStorage > xStorage; in changeLibraryPassword() local
520 storeLibraries_Impl( xStorage, sal_False ); in changeLibraryPassword()
539 uno::Reference< embed::XStorage > xStorage; in changeLibraryPassword() local
540 storeLibraries_Impl( xStorage, sal_False ); in changeLibraryPassword()
628 sal_Bool bStorage = xStorage.is() && !bLink; in implStorePasswordLibrary()
691 uno::Reference< io::XStream > xSourceStream = xStorage->openStreamElement( in implStorePasswordLibrary()
1257 < ::com::sun::star::embed::XStorage >& xStorage ) in storeResourcesToStorage()
[all …]
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx184 Reference<XStorage> xStorage; in connect() local
192 xStorage.set(pIter->Value,UNO_QUERY); in connect()
200 if ( !xStorage.is() || !sURL.getLength() ) in connect()
217 bool bIsNewDatabase = !xStorage->hasElements(); in connect()
265 if ( !bIsNewDatabase && xStorage->isStreamElement(sProperties) ) in connect()
322 Reference<XPropertySet> xProp(xStorage,UNO_QUERY); in connect()
388 Reference<XTransactionBroadcaster> xBroad(xStorage,UNO_QUERY); in connect()
585 Reference< XStorage> xStorage(Source.Source,UNO_QUERY); in disposing() local
586 if ( xStorage.is() ) in disposing()
637 Reference< XStorage> xStorage(aEvent.Source,UNO_QUERY); in preCommit() local
[all …]
/aoo4110/main/svx/source/xml/
H A Dxmlxtexp.cxx179 uno::Reference < embed::XStorage > xStorage; in save() local
213 xStorage = in save()
216 if( !xStorage.is() ) in save()
223 xStream = xStorage->openStreamElement( sMetaName, embed::ElementModes::WRITE ); in save()
224 pGraphicHelper = SvXMLGraphicHelper::Create( xStorage, GRAPHICHELPER_MODE_WRITE ); in save()
260 if( xStorage.is() ) in save()
262 uno::Reference< XTransactedObject > xTrans( xStorage, UNO_QUERY ); in save()
266 uno::Reference< XComponent > xComp( xStorage, UNO_QUERY ); in save()
268 xStorage->dispose(); in save()
/aoo4110/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx364 uno::Reference< embed::XStorage > xStorage, in ReadThroughComponent()
371 DBG_ASSERT( xStorage.is(), "Need storage!"); in ReadThroughComponent()
374 if ( xStorage.is() ) in ReadThroughComponent()
383 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
394 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
399 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
511 uno::Reference< embed::XStorage > xStorage; in implImport() local
514 xStorage.set( pMedium->GetStorage( sal_False ), UNO_QUERY_THROW ); in implImport()
532 sal_Int32 nRet = ReadThroughComponent( xStorage in implImport()
541 nRet = ReadThroughComponent( xStorage in implImport()

Completed in 263 milliseconds

123456