/aoo4110/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()
|
/aoo4110/main/sot/source/unoolestorage/ |
H A D | xolesimplestorage.cxx | 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() 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 D | xolesimplestorage.hxx | 66 …static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const :… 69 …static void InsertNameAccessToStorage_Impl( BaseStorage* pStorage, ::rtl::OUString aName, const ::…
|
/aoo4110/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 1205 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 …]
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 3541 SvStorage* pStorage = new SvStorage(*pStream); in FlyFrameOLEData() local 3542 m_rExport.pOLEExp->ExportOLEObject( aObjRef, *pStorage ); in FlyFrameOLEData()
|
H A D | ww8par.hxx | 1747 SwWW8ImplReader( sal_uInt8 nVersionPara, SvStorage* pStorage, SvStream* pSt,
|
H A D | ww8par.cxx | 3700 SwWW8ImplReader::SwWW8ImplReader(sal_uInt8 nVersionPara, SvStorage* pStorage, in SwWW8ImplReader() argument 3704 , pStg(pStorage) in SwWW8ImplReader()
|