/aoo42x/main/sot/source/sdstor/ |
H A D | storage.cxx | 444 SO2_IMPL_INVARIANT(SotStorage) in SO2_IMPL_INVARIANT() argument 494 SotStorage::SotStorage() in SotStorage() function in SotStorage 639 SotStorage::SotStorage( BaseStorage * pStor ) in SotStorage() function in SotStorage 656 SotStorage::SotStorage( sal_Bool bUCBStorage, SvStream & rStm ) in SotStorage() function in SotStorage 675 SotStorage::SotStorage( SvStream & rStm ) in SotStorage() function in SotStorage 694 SotStorage::SotStorage( SvStream * pStm, sal_Bool bDelete ) in SotStorage() function in SotStorage 720 SotStorage::~SotStorage() in ~SotStorage() 1061 sal_Bool SotStorage::CopyTo( SotStorage * pDestStg ) in CopyTo() 1177 SotStorage * SotStorage::OpenSotStorage( const String & rEleName, in OpenSotStorage() 1204 SotStorage * SotStorage::OpenUCBStorage( const String & rEleName, in OpenUCBStorage() [all …]
|
H A D | unostorageholder.hxx | 33 class SotStorage; 38 SotStorage* m_pParentStorage; // parent storage 44 UNOStorageHolder( SotStorage& aParentStorage, 45 SotStorage& aStorage,
|
H A D | unostorageholder.cxx | 40 UNOStorageHolder::UNOStorageHolder( SotStorage& aParentStorage, in UNOStorageHolder() 41 SotStorage& aStorage, in UNOStorageHolder() 132 …SotStorageRef rTempStorage = new SotStorage( sal_True, aTmpStorFile.GetURL(), STREAM_WRITE, STORAG… in commited() 187 SotStorage* pTmp = m_pParentStorage; in disposing()
|
/aoo42x/main/sot/inc/sot/ |
H A D | storage.hxx | 62 class SotStorage; 66 friend class SotStorage; 115 class SOT_DLLPUBLIC SotStorage : virtual public SotObject class 132 ~SotStorage(); 135 SotStorage( const String &, 144 SotStorage( BaseStorage * ); 145 SotStorage( SvStream & rStm ); 148 SotStorage(); 259 SO2_DECL_REF(SotStorage) 261 SO2_IMPL_REF(SotStorage) [all …]
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 146 sal_uLong nStgFmtId = SotStorage::GetFormatID( rStg ); in IsValidStgFilter() 158 sal_Bool SwIoSystem::IsValidStgFilter(SotStorage& rStg, const SfxFilter& rFilter) in IsValidStgFilter() 230 if ( pStream && SotStorage::IsStorageFile(pStream) ) in IsFileFilter() 231 xStg = new SotStorage( pStream, sal_False ); in IsFileFilter() 304 …if( pMedium ? ( pMedium->IsStorage() || SotStorage::IsStorageFile( pMedium->GetInStream() ) ) : So… in GetFileFilter() 349 if ( pStream && SotStorage::IsStorageFile(pStream) ) in GetFileFilter() 350 xStg = new SotStorage( pStream, sal_False ); in GetFileFilter()
|
/aoo42x/main/basic/inc/basic/ |
H A D | basmgr.hxx | 41 class SotStorage; 155 …sal_Bool ImpLoadLibary( BasicLibInfo* pLibInfo, SotStorage* pCurStorage, sal_Bool bInfosOnly = s… 159 …void LoadBasicManager( SotStorage& rStorage, const String& rBaseURL, sal_Bool bLoadBasi… 160 void LoadOldBasicManager( SotStorage& rStorage ); 171 …BasicManager( SotStorage& rStorage, const String& rBaseURL, StarBASIC* pParentFromStdLib = NULL, S… 250 StarBASIC* AddLib( SotStorage& rStorage, const String& rLibName, sal_Bool bReference );
|
/aoo42x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 2330 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in AddToCplSttExceptList() 2354 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in AddToWrdSttExceptList() 2388 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in SaveCplSttExceptList() 2433 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in SaveWrdSttExceptList() 2474 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in RemoveStream_Imp() 2504 if ( SotStorage::IsOLEStorage ( sShareAutoCorrFile ) ) in MakeUserStorage_Impl() 2511 else if ( SotStorage::IsOLEStorage ( sUserAutoCorrFile ) ) in MakeUserStorage_Impl() 2544 SotStorageRef xDstStg = new SotStorage( sUserAutoCorrFile, STREAM_WRITE, sal_True ); in MakeUserStorage_Impl() 2716 SotStorageRef xStg = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in PutText() 2789 … SotStorageRef xStor = new SotStorage( sUserAutoCorrFile, STREAM_READWRITE, sal_True ); in PutText() [all …]
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msoleexp.hxx | 36 class SotStorage; 49 void ExportOLEObject( svt::EmbeddedObjectRef& rObj, SotStorage& rDestStg ); 50 …:sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject>& rObj, SotStorage& rDestStg );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excel.cxx | 141 if( SotStorage::IsStorageFile( pMedStrm ) ) in ScImportExcel() 143 xRootStrg = new SotStorage( pMedStrm, sal_False ); in ScImportExcel() 219 SotStorageRef xRootStrg = new SotStorage( pMedStrm, sal_False ); in lcl_ExportExcelBiff() 272 SotStorageRef xRootStrg = (SotStorage*) 0; in lcl_ExportExcel2007Xml()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | docinf.hxx | 33 class SotStorage; 52 SotStorage* i_pStorage ); 65 SotStorage* i_pStorage,
|
H A D | docfilt.hxx | 42 class SotStorage; 107 static String GetTypeFromStorage( const SotStorage& rStg );
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svxmsbas2.cxx | 40 SotStorageRef xVBAStg( SotStorage::OpenOLEStorage( xSrcRoot, aDstStgName, in SaveOrDelMSVBAStorage() 51 … SotStorageRef xSrc = SotStorage::OpenOLEStorage( xSrcRoot, aDstStgName, STREAM_STD_READ ); in SaveOrDelMSVBAStorage() 71 SvStorageRef xVBAStg( SotStorage::OpenOLEStorage( xSrcRoot, GetMSBasicStorageName(), in GetSaveWarningOfMSVBAStorage()
|
H A D | msoleexp.cxx | 132 …::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject>& rObj, SotStorage& rDestStg ) in ExportOLEObject() 219 SotStorageRef xOLEStor = new SotStorage( pStream, sal_True ); in ExportOLEObject() 349 … SotStorageRef xOLEStor = SotStorage::OpenOLEStorage( xStor, aTempName, STREAM_STD_READ ); in ExportOLEObject()
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 935 void BasicManager::LoadBasicManager( SotStorage& rStorage, const String& rBaseURL, sal_Bool bLoadLi… in LoadBasicManager() 1027 void BasicManager::LoadOldBasicManager( SotStorage& rStorage ) in LoadOldBasicManager() 1094 xStorageRef = new SotStorage( sal_False, aLibAbsStorage.GetMainURL in LoadOldBasicManager() 1097 xStorageRef = new SotStorage( sal_False, aLibRelStorage. in LoadOldBasicManager() 1159 sal_Bool BasicManager::ImpLoadLibary( BasicLibInfo* pLibInfo, SotStorage* pCurStorage, sal_Bool bIn… in ImpLoadLibary() 1187 xStorage = new SotStorage( sal_False, aStorageName, eStorageReadMode ); in ImpLoadLibary() 1342 StarBASIC* BasicManager::AddLib( SotStorage& rStorage, const String& rLibName, sal_Bool bReference ) in AddLib() 1435 ( !pLibInfo->IsExtern() || SotStorage::IsStorageFile( pLibInfo->GetStorageName() ) ) ) in RemoveLib() 1439 xStorage = new SotStorage( sal_False, GetStorageName() ); in RemoveLib() 1441 xStorage = new SotStorage( sal_False, pLibInfo->GetStorageName() ); in RemoveLib() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | shellio.hxx | 485 virtual sal_uLong Write( SwPaM&, SotStorage&, const String* = 0 ); 568 virtual sal_uLong Write( SwPaM&, SotStorage&, const String* = 0 ); 570 SotStorage& GetStorage() const { return *pStg; } in GetStorage() 630 sal_uLong SaveOrDelMSVBAStorage( SfxObjectShell&, SotStorage&, sal_Bool, const String& );
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 79 class SotStorage; 258 SotStorage* pModelStorage; 684 SotStorage* GetModelStorage() const { return pModelStorage; } in GetModelStorage() 685 void SetModelStorage( SotStorage* pStor ) { pModelStorage = pStor; } in SetModelStorage()
|
/aoo42x/main/starmath/source/ |
H A D | eqnolefilehdr.hxx | 31 class SotStorage; 56 SAL_DLLPUBLIC_EXPORT sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion );
|
/aoo42x/main/writerfilter/source/filter/ |
H A D | WriterFilterDetection.cxx | 93 if ( pStream && SotStorage::IsStorageFile(pStream) ) in detect() 96 SotStorageRef xStg = new SotStorage( pStream, sal_False ); in detect()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | xpackcreator.cxx | 101 SotStorageRef aStorage = new SotStorage( pUCBStorage ); in convertToPackage() 106 SotStorageRef aTargetStorage = new SotStorage( sal_True, *pTempStream ); in convertToPackage()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 342 …bRet = SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( rMedium.Ge… in Load() 436 …bRet = SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Organizer, SotStorage::GetVersion( rMedium… in LoadFrom() 565 …bRet = SdXMLFilter( *GetMedium(), *this, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( GetMe… in Save() 606 …bRet = SdXMLFilter( rMedium, *this, sal_True, SDXMLMODE_Normal, SotStorage::GetVersion( rMedium.Ge… in SaveAs()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 136 String SfxFilter::GetTypeFromStorage( const SotStorage& rStg ) in GetTypeFromStorage() 164 sal_Int32 nClipId = ((SotStorage&)rStg).GetFormat(); in GetTypeFromStorage()
|
H A D | oleprops.hxx | 374 ErrCode LoadPropertySet( SotStorage* pStrg, const String& rStrmName ); 376 ErrCode SavePropertySet( SotStorage* pStrg, const String& rStrmName );
|
H A D | docinf.cxx | 55 SotStorage* i_pStorage ) in LoadOlePropertySet() 175 SotStorage* i_pStorage, in SaveOlePropertySet()
|
/aoo42x/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 82 SotStorageRef pStorage = new SotStorage( mrMedium.GetInStream(), sal_False ); in Import() 142 SotStorageRef xStorRef = new SotStorage( mrMedium.GetOutStream(), sal_False ); in Export()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 45 class SotStorage; 152 sal_Bool MakeBlocklist_Imp( SotStorage& rStg );
|