Searched refs:aStorageName (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 537 aStorageName = rStorageName; in BasicLibInfo() 556 if ( aStorageName.Len() == 0 ) in Store() 557 aStorageName = aCurStorageName; in Store() 579 if ( ( aStorageName == aCurStorageName ) || ( aStorageName.EqualsAscii(szImbedded) ) ) in Store() 634 String aStorageName; in Create() local 635 rSStream.ReadByteString(aStorageName); in Create() 636 pInfo->SetStorageName( aStorageName ); in Create() 1165 String aStorageName( pLibInfo->GetStorageName() ); in ImpLoadLibary() local 1166 if ( !aStorageName.Len() || ( aStorageName.EqualsAscii(szImbedded) ) ) in ImpLoadLibary() 1167 aStorageName = GetStorageName(); in ImpLoadLibary() [all …]
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 262 ::rtl::OUString aStorageName; in TryToConvertToOOo() 332 … uno::Reference< embed::XStorage > xTmpStorage = CreateTemporarySubstorage( aStorageName ); in TryToConvertToOOo() 364 m_xParentStorage->renameElement( aStorageName, m_aEntryName ); in TryToConvertToOOo() 422 if ( aStorageName.getLength() ) in TryToConvertToOOo() 424 m_xParentStorage->removeElement( aStorageName ); in TryToConvertToOOo()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 160 …ce< XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, ::sal_Int32 _n… 331 … DocumentStorageAccess::getDocumentSubStorage( const ::rtl::OUString& aStorageName, ::sal_Int32 _n… in getDocumentSubStorage() argument 334 NamedStorages::iterator pos = m_aExposedStorages.find( aStorageName ); in getDocumentSubStorage() 337 Reference< XStorage > xResult = impl_openSubStorage_nothrow( aStorageName, _nDesiredMode ); in getDocumentSubStorage() 338 pos = m_aExposedStorages.insert( NamedStorages::value_type( aStorageName, xResult ) ).first; in getDocumentSubStorage()
|
H A D | databasedocument.cxx | 1703 …CALL ODatabaseDocument::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument 1708 return xStorageAccess->getDocumentSubStorage( aStorageName, nMode ); in getDocumentSubStorage()
|
H A D | databasedocument.hxx | 396 …ed::XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 597 String aStorageName( RTL_CONSTASCII_USTRINGPARAM( "MBD" ) ); in WriteSubRecs() local 602 aStorageName.AppendAscii( aBuf ); in WriteSubRecs() 603 SotStorageRef xOleStg = pRootStorage->OpenSotStorage( aStorageName, in WriteSubRecs()
|
/aoo42x/main/offapi/com/sun/star/document/ |
H A D | XDocumentSubStorageSupplier.idl | 64 [in] string aStorageName,
|
/aoo42x/main/basctl/source/basicide/ |
H A D | moduldlg.hxx | 147 FixedText aStorageName; member in LibDialog
|
H A D | moduldlg.cxx | 943 aStorageName( this, IDEResId( RID_FT_STORAGENAME ) ), in LibDialog() 962 aStorageName.SetText( aName ); in SetStorageName()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1047 …CE< XSTORAGE > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
|
/aoo42x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 350 …ed::XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 2158 …CALL OReportDefinition::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument 2162 return m_pImpl->m_xStorage->openStorageElement(aStorageName, nMode); in getDocumentSubStorage()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3253 … SAL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument 3266 xResult = xStorage->openStorageElement( aStorageName, nMode ); in getDocumentSubStorage()
|
Completed in 131 milliseconds