| /trunk/main/sd/source/filter/ |
| H A D | sdpptwrp.cxx | 82 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 D | xolesimplestorage.cxx | 126 void OLESimpleStorage::InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aNam… in InsertInputStreamToStorage_Impl() argument 129 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() 171 void OLESimpleStorage::InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName… in InsertNameAccessToStorage_Impl() argument 174 if ( !pStorage || !aName.getLength() || !xNameAccess.is() ) in InsertNameAccessToStorage_Impl() 177 if ( pStorage->IsContained( aName ) ) in InsertNameAccessToStorage_Impl() [all …]
|
| H A D | xolesimplestorage.hxx | 67 …static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const :… 70 …static void InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::…
|
| /trunk/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 1202 Storage *pStorage = new Storage( *pNewStorageStream, m_bDirect ); local 1205 long nTmpErr = pStorage->GetError(); 1206 pStorage->SetError( nTmpErr ); 1209 return static_cast< BaseStorage* > ( pStorage ); 1702 …::Content& rContent, const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_Bool bDirect… argument 1703 : m_pAntiImpl( pStorage ) 1737 UCBStorage_Impl::UCBStorage_Impl( const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_… argument 1738 : m_pAntiImpl( pStorage ) 1791 UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, sal_Bool bDirect ) argument 1792 : m_pAntiImpl( pStorage ) [all …]
|
| /trunk/main/autodoc/source/ary/idl/ |
| H A D | ia_type.hxx | 124 Type_Storage * pStorage; /// @inv pStorage != 0 member in ary::idl::TypeAdmin 146 return *pStorage; in Storage() 152 return *pStorage; in Storage()
|
| H A D | ia_ce.hxx | 225 Dyn<Ce_Storage> pStorage; /// @inv pStorage != 0; member in ary::idl::CeAdmin 236 return *pStorage; in Storage() 242 return *pStorage; in Storage()
|
| H A D | ia_type.cxx | 197 : pStorage(new Type_Storage), in TypeAdmin()
|
| H A D | ia_ce.cxx | 94 : pStorage(new Ce_Storage), in CeAdmin()
|
| /trunk/main/autodoc/source/ary/loc/ |
| H A D | loca_le.cxx | 53 csv_assert(pStorage); in Storage() 54 return *pStorage.MutablePtr(); in Storage() 59 : pStorage(new Le_Storage) in LocationAdmin()
|
| H A D | loca_le.hxx | 86 Dyn<Le_Storage> pStorage; member in ary::loc::LocationAdmin
|
| /trunk/main/basic/source/runtime/ |
| H A D | step2.cxx | 1218 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 D | xstorage.hxx | 112 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 D | librdf_repository.cxx | 1918 librdf_storage *pStorage( in createStorage() local 1922 if (!pStorage) { in createStorage() 1927 return pStorage; in createStorage()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | rtfattributeoutput.cxx | 3562 SvStorage* pStorage = new SvStorage(*pStream); in FlyFrameOLEData() local 3563 m_rExport.pOLEExp->ExportOLEObject( aObjRef, *pStorage ); in FlyFrameOLEData()
|
| H A D | ww8par.hxx | 1746 SwWW8ImplReader( sal_uInt8 nVersionPara, SvStorage* pStorage, SvStream* pSt,
|
| H A D | ww8par.cxx | 3699 SwWW8ImplReader::SwWW8ImplReader(sal_uInt8 nVersionPara, SvStorage* pStorage, in SwWW8ImplReader() argument 3703 , pStg(pStorage) in SwWW8ImplReader()
|