Home
last modified time | relevance | path

Searched refs:rStorageName (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx5546 sal_Bool SwMSDffManager::GetOLEStorageName(long nOLEId, String& rStorageName, in GetOLEStorageName() argument
5618 rStorageName = '_'; in GetOLEStorageName()
5619 rStorageName += String::CreateFromInt32(nPictureId); in GetOLEStorageName()
H A Dww8par.hxx689 virtual sal_Bool GetOLEStorageName( long nOLEId, String& rStorageName,
H A Dwrtww8.cxx3617 …rage_ww8( SfxObjectShell& rDoc, SotStorage& rStor, sal_Bool bSaveInto, const String& rStorageName ) in SaveOrDelMSVBAStorage_ww8() argument
3620 return aTmp.SaveOrDelMSVBAStorage( bSaveInto, rStorageName ); in SaveOrDelMSVBAStorage_ww8()
H A Dwrtww8.hxx1036 SvStorageRef xObjStg, String &rStorageName, SwOLENode *pOLENd);
H A Dwrtww8gr.cxx113 SvStorageRef xOleStg, SvStorageRef xObjStg, String &rStorageName, in TestOleNeedsGraphic() argument
167 rStorageName,xObjStg,pDoc->GetDocStorage(),aGraph,aRect,aVisArea,0,nErr,0,nAspect); in TestOleNeedsGraphic()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx63 int SvxImportMSVBasic::Import( const String& rStorageName, in Import() argument
71 int SvxImportMSVBasic::Import( const String& rStorageName, in Import() argument
77 if( bImport && ImportCode_Impl( rStorageName, rSubStorageName, codeNames, in Import()
82 ImportForms_Impl(rStorageName, rSubStorageName); in Import()
84 if( bCopy && CopyStorage_Impl( rStorageName, rSubStorageName )) in Import()
90 bool SvxImportMSVBasic::ImportForms_Impl(const String& rStorageName, in ImportForms_Impl() argument
93 SvStorageRef xVBAStg(xRoot->OpenSotStorage(rStorageName, in ImportForms_Impl()
193 sal_Bool SvxImportMSVBasic::CopyStorage_Impl( const String& rStorageName, in CopyStorage_Impl() argument
198 SvStorageRef xVBAStg( xRoot->OpenSotStorage( rStorageName, in CopyStorage_Impl()
235 sal_Bool SvxImportMSVBasic::ImportCode_Impl( const String& rStorageName, in ImportCode_Impl() argument
[all …]
H A Dmsdffimp.cxx7345 const String& rStorageName, in CreateSdrOLEFromStorage() argument
7358 if( rSrcStorage.Is() && xDestStorage.is() && rStorageName.Len() ) in CreateSdrOLEFromStorage()
7371 SvStorageRef xObjStg = rSrcStorage->OpenSotStorage( rStorageName, in CreateSdrOLEFromStorage()
7439 SotStorageRef xSrcStor = rSrcStorage->OpenSotStorage( rStorageName, STREAM_READ ); in CreateSdrOLEFromStorage()
H A Dsvxmsbas2.cxx35 const String& rStorageName ) in SaveOrDelMSVBAStorage() argument
52 … SotStorageRef xDst = xRoot->OpenSotStorage( rStorageName, STREAM_READWRITE | STREAM_TRUNC ); in SaveOrDelMSVBAStorage()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx463 BasicLibInfo( const String& rStorageName );
531 BasicLibInfo::BasicLibInfo( const String& rStorageName ) in BasicLibInfo() argument
537 aStorageName = rStorageName; in BasicLibInfo()
906 void BasicManager::ImpMgrNotLoaded( const String& rStorageName ) in ImpMgrNotLoaded() argument
910 …StringErrorInfo* pErrInf = new StringErrorInfo( ERRCODE_BASMGR_MGROPEN, rStorageName, ERRCODE_BUTT… in ImpMgrNotLoaded()
911 pErrorMgr->InsertError( BasicError( *pErrInf, BASERR_REASON_OPENMGRSTREAM, rStorageName ) ); in ImpMgrNotLoaded()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx1017 …AStorage( SfxObjectShell& rDoc, SotStorage& rStor, sal_Bool bSaveInto, const String& rStorageName ) in SaveOrDelMSVBAStorage() argument
1021 return pFunction( rDoc, rStor, bSaveInto, rStorageName ); in SaveOrDelMSVBAStorage()
/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx362 const ::rtl::OUString& rStorageName ) in ImplGetContainerStorage()
364 DBG_ASSERT( -1 == rStorageName.indexOf( '/' ) && in ImplGetContainerStorage()
365 -1 == rStorageName.indexOf( '\\' ), in ImplGetContainerStorage()
368 ( rStorageName != maCurContainerStorageName ) ) in ImplGetContainerStorage()
379 if( rStorageName.getLength() > 0 && mxRootStorage.is() ) in ImplGetContainerStorage()
384 mxContainerStorage = mxRootStorage->openStorageElement( rStorageName, in ImplGetContainerStorage()
391 maCurContainerStorageName = rStorageName; in ImplGetContainerStorage()
H A Dxmlgrhlp.cxx463 … embed::XStorage > SvXMLGraphicHelper::ImplGetGraphicStorage( const ::rtl::OUString& rStorageName ) in ImplGetGraphicStorage() argument
471 maCurStorageName = rStorageName, in ImplGetGraphicStorage()
484 …xRetStorage = mxRootStorage->openStorageElement( maCurStorageName = rStorageName, embed::ElementMo… in ImplGetGraphicStorage()
/trunk/main/svx/inc/svx/
H A Dxmleohlp.hxx90 const ::rtl::OUString& rStorageName );
/trunk/main/oox/source/ole/
H A Dvbaprojectfilter.cxx40 const OUString& rAppName, const OUString& rStorageName ) throw( RuntimeException ) : in VbaProjectFilterBase() argument
43 maStorageName( rStorageName ) in VbaProjectFilterBase()
/trunk/main/oox/source/helper/
H A Dstoragebase.cxx81 StorageBase::StorageBase( const StorageBase& rParentStorage, const OUString& rStorageName, bool bRe… in StorageBase() argument
83 maStorageName( rStorageName ), in StorageBase()
133 StorageRef StorageBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) in openSubStorage() argument
140 lclSplitFirstElement( aElement, aRemainder, rStorageName ); in openSubStorage()
/trunk/main/oox/source/core/
H A Dfilterbase.cxx363 StorageRef FilterBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) const in openSubStorage() argument
365 return mxImpl->mxStorage->openSubStorage( rStorageName, bCreateMissing ); in openSubStorage()
/trunk/main/oox/inc/oox/helper/
H A Dstoragebase.hxx98 StorageRef openSubStorage( const ::rtl::OUString& rStorageName, bool bCreateMissing );
142 …torageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, bool bReadOnly…
/trunk/main/oox/inc/oox/ole/
H A Dvbaprojectfilter.hxx40 const ::rtl::OUString& rStorageName )
/trunk/main/oox/inc/oox/core/
H A Dfilterbase.hxx166 const ::rtl::OUString& rStorageName,
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx75 StorageBase::StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, b… in StorageBase() argument
77 , m_aStorageName(rStorageName) in StorageBase()
130 XSLT::StorageRef StorageBase::openSubStorage( const ::rtl::OUString& rStorageName, bool bCreatedMis… in openSubStorage() argument
137 lclSplitFirstElement(aElement, aRemainder, rStorageName); in openSubStorage()
H A Duof2storage.hxx97 StorageRef openSubStorage( const ::rtl::OUString& rStorageName, bool bCreatedMissing );
111 …explicit StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, bool…
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx488 virtual sal_Bool GetOLEStorageName( long nOLEId, String& rStorageName,
693 static SdrOle2Obj* CreateSdrOLEFromStorage( const String& rStorageName,
H A Dsvxmsbas.hxx61 int Import( const String& rStorageName, const String &rSubStorageName,
63 int Import( const String& rStorageName, const String &rSubStorageName,
71 sal_uLong SaveOrDelMSVBAStorage( sal_Bool bSaveInto, const String& rStorageName );
84 MSFILTER_DLLPRIVATE sal_Bool ImportCode_Impl( const String& rStorageName,
88 MSFILTER_DLLPRIVATE bool ImportForms_Impl(const String& rStorageName,
90 MSFILTER_DLLPRIVATE sal_Bool CopyStorage_Impl( const String& rStorageName,
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx443 const ::rtl::OUString& rStorageName( getComponentsStorageName( m_eType ) ); in saveToRecoveryStorage() local
445 rStorageName, ElementModes::READWRITE ), UNO_QUERY_THROW ); in saveToRecoveryStorage()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx157 void ImpMgrNotLoaded( const String& rStorageName );

Completed in 186 milliseconds