Home
last modified time | relevance | path

Searched refs:pStorage (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx82 SotStorageRef pStorage = new SotStorage( mrMedium.GetInStream(), sal_False ); in Import() local
83 if( !pStorage->GetError() ) in Import()
89 if ( pStorage->IsContained( sDualStorage ) ) in Import()
91 xDualStorage = pStorage->OpenSotStorage( sDualStorage, STREAM_STD_READ ); in Import()
92 pStorage = xDualStorage; in Import()
94 …SvStream* pDocStream = pStorage->OpenSotStream( String( RTL_CONSTASCII_USTRINGPARAM("PowerPoint Do… in Import()
97 pDocStream->SetVersion( pStorage->GetVersion() ); in Import()
98 pDocStream->SetKey( pStorage->GetKey() ); in Import()
107 if ( pStorage->IsStream( String( RTL_CONSTASCII_USTRINGPARAM("EncryptedSummary") ) ) ) in Import()
116 … bRet = PPTImport( aTraceConfigPath, &aConfigData, &mrDocument, *pDocStream, *pStorage, mrMedium ); in Import()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx129 if ( !pStorage || !aName.getLength() || !xInputStream.is() ) in InsertInputStreamToStorage_Impl()
132 if ( pStorage->IsContained( aName ) ) in InsertInputStreamToStorage_Impl()
135 BaseStorageStream* pNewStream = pStorage->OpenStream( aName ); in InsertInputStreamToStorage_Impl()
136 if ( !pNewStream || pNewStream->GetError() || pStorage->GetError() ) in InsertInputStreamToStorage_Impl()
140 pStorage->ResetError(); in InsertInputStreamToStorage_Impl()
162 pStorage->Remove( aName ); in InsertInputStreamToStorage_Impl()
174 if ( !pStorage || !aName.getLength() || !xNameAccess.is() ) in InsertNameAccessToStorage_Impl()
177 if ( pStorage->IsContained( aName ) ) in InsertNameAccessToStorage_Impl()
180 BaseStorage* pNewStorage = pStorage->OpenStorage( aName ); in InsertNameAccessToStorage_Impl()
185 pStorage->ResetError(); in InsertNameAccessToStorage_Impl()
[all …]
H A Dxolesimplestorage.hxx66 …static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const :…
69 …static void InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::…
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1205 long nTmpErr = pStorage->GetError();
1206 pStorage->SetError( nTmpErr );
1703 : m_pAntiImpl( pStorage )
1738 : m_pAntiImpl( pStorage )
1792 : m_pAntiImpl( pStorage )
2780 BaseStorage* pStorage = NULL; local
2786 if ( !pStorage )
2809 SetError( pStorage->GetError() );
2816 delete pStorage;
3029 return pStorage;
[all …]
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.hxx124 Type_Storage * pStorage; /// @inv pStorage != 0 member in ary::idl::TypeAdmin
146 return *pStorage; in Storage()
152 return *pStorage; in Storage()
H A Dia_ce.hxx225 Dyn<Ce_Storage> pStorage; /// @inv pStorage != 0; member in ary::idl::CeAdmin
236 return *pStorage; in Storage()
242 return *pStorage; in Storage()
H A Dia_type.cxx197 : pStorage(new Type_Storage), in TypeAdmin()
H A Dia_ce.cxx94 : pStorage(new Ce_Storage), in CeAdmin()
/trunk/main/autodoc/source/ary/loc/
H A Dloca_le.cxx53 csv_assert(pStorage); in Storage()
54 return *pStorage.MutablePtr(); in Storage()
59 : pStorage(new Le_Storage) in LocationAdmin()
H A Dloca_le.hxx86 Dyn<Le_Storage> pStorage; member in ary::loc::LocationAdmin
/trunk/main/basic/source/runtime/
H A Dstep2.cxx1218 SbxObject* pStorage = &rBasic; in StepGLOBAL() local
1221 pStorage = pMod; in StepGLOBAL()
1225 sal_Bool bFlag = pStorage->IsSet( SBX_NO_MODIFY ); in StepGLOBAL()
1227 SbxVariableRef p = pStorage->Find( aName, SbxCLASS_PROPERTY ); in StepGLOBAL()
1229 pStorage->Remove (p); in StepGLOBAL()
1230 p = pStorage->Make( aName, SbxCLASS_PROPERTY, t ); in StepGLOBAL()
1232 pStorage->ResetFlag( SBX_NO_MODIFY ); in StepGLOBAL()
/trunk/main/package/source/xstor/
H A Dxstorage.hxx112 StorageHolder_Impl( OStorage* pStorage ) in StorageHolder_Impl()
113 : m_pPointer( pStorage ) in StorageHolder_Impl()
115 (::com::sun::star::embed::XStorage*)pStorage ) ) in StorageHolder_Impl()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1918 librdf_storage *pStorage( in createStorage() local
1922 if (!pStorage) { in createStorage()
1927 return pStorage; in createStorage()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3562 SvStorage* pStorage = new SvStorage(*pStream); in FlyFrameOLEData() local
3563 m_rExport.pOLEExp->ExportOLEObject( aObjRef, *pStorage ); in FlyFrameOLEData()
H A Dww8par.hxx1747 SwWW8ImplReader( sal_uInt8 nVersionPara, SvStorage* pStorage, SvStream* pSt,
H A Dww8par.cxx3700 SwWW8ImplReader::SwWW8ImplReader(sal_uInt8 nVersionPara, SvStorage* pStorage, in SwWW8ImplReader() argument
3704 , pStg(pStorage) in SwWW8ImplReader()

Completed in 115 milliseconds