Searched refs:pStor (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/sot/source/sdstor/ |
| H A D | storage.cxx | 639 SotStorage::SotStorage( BaseStorage * pStor ) in SotStorage() argument 642 if ( pStor ) in SotStorage() 644 m_aName = pStor->GetName(); // Namen merken in SotStorage() 645 SignAsRoot( pStor->IsRoot() ); in SotStorage() 646 SetError( pStor->GetError() ); 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 [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 );
|
| /trunk/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 | 693 int MathType::Parse(SotStorage *pStor) in Parse() argument 695 SvStorageStreamRef xSrc = pStor->OpenSotStream( in Parse() 2047 SvStorageRef pStor = new SotStorage( pStream, sal_False ); in ConvertFromStarMath() local 2051 pStor->SetClass( aGName, 0, C2S("Microsoft Equation 3.0")); in ConvertFromStarMath() 2068 SvStorageStreamRef xStor( pStor->OpenSotStream( C2S("\1CompObj"))); in ConvertFromStarMath() 2076 SvStorageStreamRef xStor2( pStor->OpenSotStream( C2S("\1Ole"))); in ConvertFromStarMath() 2081 SvStorageStreamRef xSrc = pStor->OpenSotStream(C2S("Equation Native")); in ConvertFromStarMath() 2105 pStor->Commit(); in ConvertFromStarMath()
|
| H A D | eqnolefilehdr.hxx | 56 SAL_DLLPUBLIC_EXPORT sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion );
|
| H A D | mathtype.hxx | 74 int Parse( SotStorage* pStor );
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdmodel.hxx | 683 void SetModelStorage( SotStorage* pStor ) { pModelStorage = pStor; } in SetModelStorage() argument
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 570 static sal_Bool MakeContentStream( SotStorage * pStor, const GDIMetaFile & );
|
| /trunk/main/sc/source/ui/view/ |
| H A D | viewfun5.cxx | 535 pStor->CopyTo( &aDest ); in PasteDataFormat()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 6842 sal_Bool SvxMSDffManager::MakeContentStream( SotStorage * pStor, const GDIMetaFile & rMtf ) in MakeContentStream() argument 6845 SotStorageStreamRef xStm = pStor->OpenSotStream( aPersistStream ); in MakeContentStream() 6846 xStm->SetVersion( pStor->GetVersion() ); in MakeContentStream()
|