Searched refs:pStor (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sot/source/sdstor/ |
H A D | storage.cxx | 642 if ( pStor ) in SotStorage() 649 m_pOwnStg = pStor; in SotStorage() 1181 SotStorage * pStor = NULL; in OpenSotStorage() local 1191 pStor = new SotStorage( p ); in OpenSotStorage() 1195 return pStor; in OpenSotStorage() 1208 SotStorage * pStor = NULL; in OpenUCBStorage() local 1216 pStor = new SotStorage( p ); in OpenUCBStorage() 1222 return pStor; in OpenUCBStorage() 1229 SotStorage * pStor = NULL; in OpenOLEStorage() local 1237 pStor = new SotStorage( p ); in OpenOLEStorage() [all …]
|
H A D | ucbstorage.cxx | 3114 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect ); local 3115 if ( pStor ) 3118 pStor->m_bListCreated = sal_True; // the storage is pretty new, nothing to read 3120 return new UCBStorage( pStor );
|
/aoo4110/main/starmath/source/ |
H A D | eqnolefilehdr.cxx | 57 sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion ) in GetMathTypeVersion() argument 65 SvStorageStreamRef xSrc = pStor->OpenSotStream( in GetMathTypeVersion()
|
H A D | mathtype.cxx | 694 int MathType::Parse(SotStorage *pStor) in Parse() argument 696 SvStorageStreamRef xSrc = pStor->OpenSotStream( in Parse() 2048 SvStorageRef pStor = new SotStorage( pStream, sal_False ); in ConvertFromStarMath() local 2052 pStor->SetClass( aGName, 0, C2S("Microsoft Equation 3.0")); in ConvertFromStarMath() 2069 SvStorageStreamRef xStor( pStor->OpenSotStream( C2S("\1CompObj"))); in ConvertFromStarMath() 2077 SvStorageStreamRef xStor2( pStor->OpenSotStream( C2S("\1Ole"))); in ConvertFromStarMath() 2082 SvStorageStreamRef xSrc = pStor->OpenSotStream(C2S("Equation Native")); in ConvertFromStarMath() 2106 pStor->Commit(); in ConvertFromStarMath()
|
H A D | eqnolefilehdr.hxx | 56 sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion );
|
H A D | mathtype.hxx | 74 int Parse( SotStorage* pStor );
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 685 void SetModelStorage( SotStorage* pStor ) { pModelStorage = pStor; } in SetModelStorage() argument
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 570 static sal_Bool MakeContentStream( SotStorage * pStor, const GDIMetaFile & );
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 535 pStor->CopyTo( &aDest ); in PasteDataFormat()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 6803 sal_Bool SvxMSDffManager::MakeContentStream( SotStorage * pStor, const GDIMetaFile & rMtf ) in MakeContentStream() argument 6806 SotStorageStreamRef xStm = pStor->OpenSotStream( aPersistStream ); in MakeContentStream() 6807 xStm->SetVersion( pStor->GetVersion() ); in MakeContentStream()
|
Completed in 200 milliseconds