Home
last modified time | relevance | path

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

123456

/trunk/main/automation/source/server/
H A Dstatemnt.cxx3282 SotStorageRef xStorage = new SotStorage( aFileName, STREAM_STD_READ ); in Execute() local
3283 if ( xStorage->GetError() ) in Execute()
3286 UnpackStorage( xStorage, aDestPath ); in Execute()
3428 sal_Bool StatementCommand::UnpackStorage( SotStorageRef xStorage, DirEntry &aBaseDir ) in UnpackStorage() argument
3431 xStorage->FillInfoList( &aList ); in UnpackStorage()
3439 sal_Bool bIsStorage = xStorage->IsStorage( aName ); in UnpackStorage()
3442 SotStorageRef xSubStorage = xStorage->OpenSotStorage( aName, STREAM_STD_READ ); in UnpackStorage()
3457 SotStorageStreamRef xStream = xStorage->OpenSotStream( aName, STREAM_STD_READ ); in UnpackStorage()
H A Dstatemnt.hxx363 sal_Bool UnpackStorage( SotStorageRef xStorage, DirEntry &aBaseDir );
/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx428 Reference< XStorage > xStorage; in impl_createManagerForModel() local
429 if ( !impl_getDocumentStorage_nothrow( _rxDocumentModel, xStorage ) ) in impl_createManagerForModel()
439 if ( xStorage.is() ) in impl_createManagerForModel()
462 xStorage.clear(); in impl_createManagerForModel()
471 if ( !xStorage.is() ) in impl_createManagerForModel()
H A Dbasmgr.cxx1169 SotStorageRef xStorage; in ImpLoadLibary() local
1183 xStorage = pCurStorage; in ImpLoadLibary()
1186 if ( !xStorage.Is() ) in ImpLoadLibary()
1189 SotStorageRef xBasicStorage = xStorage->OpenSotStorage in ImpLoadLibary()
1437 SotStorageRef xStorage; in RemoveLib() local
1445 SotStorageRef xBasicStorage = xStorage->OpenSotStorage in RemoveLib()
1467 xStorage->Commit(); in RemoveLib()
1471 xStorage->FillInfoList( &aInfoList ); in RemoveLib()
1475 xStorage.Clear(); in RemoveLib()
1656 if( !xStorage->GetError() ) in CreateLib()
[all …]
/trunk/main/basic/source/inc/
H A Ddlgcont.hxx79 …Container( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
124 < ::com::sun::star::embed::XStorage >& xStorage );
H A Dnamecont.hxx259 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
264 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
270 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
274 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
280 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
310 …const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage, const ::com…
314 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
357 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
604 < ::com::sun::star::embed::XStorage >& xStorage ) = 0;
H A Dscriptcont.hxx73 …const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>& xStorage, const ::com:…
77 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
102 …Container( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
159 < ::com::sun::star::embed::XStorage >& xStorage );
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx87 …logLibraryContainer::SfxDialogLibraryContainer( const uno::Reference< embed::XStorage >& xStorage ) in SfxDialogLibraryContainer() argument
89 init( OUString(), xStorage ); in SfxDialogLibraryContainer()
223 …iner::storeLibrariesToStorage( const uno::Reference< embed::XStorage >& xStorage ) throw ( Runtime… in storeLibrariesToStorage() argument
228 if ( mxStorage.is() && xStorage.is() ) in storeLibrariesToStorage()
233 long nTarget = SotStorage::GetVersion( xStorage ); in storeLibrariesToStorage()
249 SfxLibraryContainer::storeLibrariesToStorage( xStorage ); in storeLibrariesToStorage()
616 < ::com::sun::star::embed::XStorage >& xStorage ) in storeResourcesToStorage()
624 ( xStorage, aResourceFileNameBase, aComment ); in storeResourcesToStorage()
H A Dnamecont.cxx597 uno::Reference< embed::XStorage > xStorage = rxInitialStorage; in init_Impl() local
671 mxStorage = xStorage; in init_Impl()
1378 const OUString& aName, const uno::Reference< embed::XStorage >& xStorage ) in implStoreLibrary()
1388 const OUString& aName, const uno::Reference< embed::XStorage >& xStorage, in implStoreLibrary()
1393 sal_Bool bStorage = xStorage.is() && !bLink; in implStoreLibrary()
1421 uno::Reference< io::XStream > xElementStream = xStorage->openStreamElement( in implStoreLibrary()
1458 pLib->storeResourcesToStorage( xStorage ); in implStoreLibrary()
1545 implStoreLibraryIndexFile( pLib, rLib, xStorage, aDummyLocation, xDummySFA ); in implStoreLibraryIndexFile()
1564 sal_Bool bStorage = xStorage.is() && !bLink; in implStoreLibraryIndexFile()
1673 bStorage = xStorage.is() && !bLink; in implLoadLibraryIndexFile()
[all …]
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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/chart2/source/model/inc/
H A DXMLFilter.hxx123 ::com::sun::star::embed::XStorage > & xStorage,
143 ::com::sun::star::embed::XStorage > & xStorage,
/trunk/main/chart2/source/model/main/
H A DChartModel.hxx211 ::com::sun::star::embed::XStorage > & xStorage );
216 ::com::sun::star::embed::XStorage >& xStorage );
219 ::com::sun::star::embed::XStorage >& xStorage );
556 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
564 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
571 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage )
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 …]
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx117 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
123 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage )
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx242 const uno::Reference< embed::XStorage >& xStorage, in SetCommonStorageEncryptionData()
246 uno::Reference< embed::XEncryptionProtectedSource2 > xEncrSet( xStorage, uno::UNO_QUERY ); in SetCommonStorageEncryptionData()
255 const uno::Reference< embed::XStorage >& xStorage ) in GetXStorageFormat()
258 uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); in GetXStorageFormat()
/trunk/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 …]
/trunk/main/cui/source/customize/
H A Dcfg.cxx5148 uno::Reference< com::sun::star::embed::XStorage > xStorage( in SvxIconSelectorDialog() local
5155 aPropValue.Value <<= xStorage; in SvxIconSelectorDialog()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx105 …esId & rResId, const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage ) in InsertObjectDialog_Impl() argument
107 , m_xStorage( xStorage ) in InsertObjectDialog_Impl()
199 const Reference < embed::XStorage >& xStorage, in SvInsertOleDlg()
202 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OLEOBJECT ), xStorage ), in SvInsertOleDlg()
447 …Dialog::SvInsertPlugInDialog( Window* pParent, const uno::Reference < embed::XStorage >& xStorage ) in SvInsertPlugInDialog() argument
448 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_PLUGIN ), xStorage ), in SvInsertPlugInDialog()
591 …Dialog::SvInsertAppletDialog( Window* pParent, const uno::Reference < embed::XStorage >& xStorage ) in SvInsertAppletDialog() argument
592 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_APPLET ), xStorage ), in SvInsertAppletDialog()
732 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage ) in SfxInsertFloatingFrameDialog()
733 : InsertObjectDialog_Impl( pParent, CUI_RES( MD_INSERT_OBJECT_IFRAME ), xStorage ) in SfxInsertFloatingFrameDialog()
/trunk/main/cui/source/inc/
H A Dinsdlg.hxx50 …sId & rResId, const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage );
89 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage,
119 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage );
156 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage );
202 … const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& xStorage );
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx231 Reference< XStorage > xStorage; in impl_openSubStorage_nothrow() local
242 return xStorage; in impl_openSubStorage_nothrow()
245 xStorage = xRootStorage->openStorageElement( _rStorageName, nRealMode ); in impl_openSubStorage_nothrow()
247 Reference< XTransactionBroadcaster > xBroad( xStorage, UNO_QUERY ); in impl_openSubStorage_nothrow()
257 return xStorage; in impl_openSubStorage_nothrow()
381 Reference< XStorage > xStorage( aEvent.Source, UNO_QUERY ); in commited() local
386 && ( pos->second == xStorage ) in commited()
866 Reference< XStorage > xStorage( getOrCreateRootStorage() ); in commitRootStorage() local
870 commitStorageIfWriteable_ignoreErrors( xStorage ); in commitRootStorage()
871 OSL_ENSURE( bSuccess || !xStorage.is(), in commitRootStorage()
H A Ddatabasedocument.hxx403 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage, const ::com::sun…
404 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage, const ::com::sun…
405 … ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage ) throw (::com::s…
H A Ddocumentdefinition.cxx1236 Reference< XStorage> xStorage = getContainerStorage(); in execute() local
1275 Reference< XStorage> xStorage = getContainerStorage(); in execute() local
1276 if ( xStorage.is() ) in execute()
1277 xStorage->removeElement(m_pImpl->m_aProps.sPersistentName); in execute()
1386 Reference< XStorage> xStorage = getContainerStorage(); in onCommandInsert() local
1387 if ( xStorage.is() ) in onCommandInsert()
1575 Reference<XNameAccess> xElements(xStorage,UNO_QUERY_THROW); in saveAs()
1577xStorage->copyElementTo(m_pImpl->m_aProps.sPersistentName,xStorage,sPersistentName); in saveAs()
1804 Reference< XStorage> xStorage = getContainerStorage(); in loadEmbeddedObject() local
1805 if ( xStorage.is() ) in loadEmbeddedObject()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx735 SharedStorage xStorage; in getScriptsRoot() local
738 xStorage.reset( m_xScriptsStorage->openStorageElement( in getScriptsRoot()
742 return xStorage; in getScriptsRoot()

Completed in 206 milliseconds

123456