Home
last modified time | relevance | path

Searched refs:aStorageName (Results 1 – 13 of 13) sorted by relevance

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx537 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 …]
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx262 ::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()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx160 …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 Ddatabasedocument.cxx1703 …CALL ODatabaseDocument::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument
1708 return xStorageAccess->getDocumentSubStorage( aStorageName, nMode ); in getDocumentSubStorage()
H A Ddatabasedocument.hxx396 …ed::XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx597 String aStorageName( RTL_CONSTASCII_USTRINGPARAM( "MBD" ) ); in WriteSubRecs() local
602 aStorageName.AppendAscii( aBuf ); in WriteSubRecs()
603 SotStorageRef xOleStg = pRootStorage->OpenSotStorage( aStorageName, in WriteSubRecs()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentSubStorageSupplier.idl64 [in] string aStorageName,
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.hxx147 FixedText aStorageName; member in LibDialog
H A Dmoduldlg.cxx943 aStorageName( this, IDEResId( RID_FT_STORAGENAME ) ), in LibDialog()
962 aStorageName.SetText( aName ); in SetStorageName()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx1047 …CE< XSTORAGE > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx350 …ed::XStorage > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod…
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2159 …CALL OReportDefinition::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument
2163 return m_pImpl->m_xStorage->openStorageElement(aStorageName, nMode); in getDocumentSubStorage()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3253 … SAL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMod… in getDocumentSubStorage() argument
3266 xResult = xStorage->openStorageElement( aStorageName, nMode ); in getDocumentSubStorage()

Completed in 137 milliseconds