Home
last modified time | relevance | path

Searched refs:pStor (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/starmath/source/
H A Dmathtype.cxx694 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 Deqnolefilehdr.cxx57 sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion ) in GetMathTypeVersion() argument
65 SvStorageStreamRef xSrc = pStor->OpenSotStream( in GetMathTypeVersion()
H A Deqnolefilehdr.hxx56 SAL_DLLPUBLIC_EXPORT sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion );
H A Dmathtype.hxx74 int Parse( SotStorage* pStor );
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6849 sal_Bool SvxMSDffManager::MakeContentStream( SotStorage * pStor, const GDIMetaFile & rMtf ) in MakeContentStream() argument
6852 SotStorageStreamRef xStm = pStor->OpenSotStream( aPersistStream ); in MakeContentStream()
6853 xStm->SetVersion( pStor->GetVersion() ); in MakeContentStream()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx3114 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 );
H A Dstorage.cxx642 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 …]
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx685 void SetModelStorage( SotStorage* pStor ) { pModelStorage = pStor; } in SetModelStorage() argument
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx535 pStor->CopyTo( &aDest ); in PasteDataFormat()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx570 static sal_Bool MakeContentStream( SotStorage * pStor, const GDIMetaFile & );

Completed in 93 milliseconds