/trunk/main/sot/source/sdstor/ |
H A D | stg.cxx | 381 Storage::Storage( const String& rFile, StreamMode m, sal_Bool bDirect ) in Storage() function in Storage 412 Storage::Storage( SvStream& r, sal_Bool bDirect ) in Storage() function in Storage 440 Storage::Storage( UCBStorageStream& rStrm, sal_Bool bDirect ) in Storage() function in Storage 519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage() function in Storage 531 Storage::~Storage() in ~Storage() 650 Storage* pStg = new Storage( pIo, p, m ); in OpenStorage() 828 Storage* pThis = (Storage*) this; in CopyTo() 866 Storage *pOther = PTR_CAST( Storage, pODest ); in MoveTo() 869 Storage *p = (Storage*) pODest; in MoveTo() 1066 void Storage::SetDirty() in SetDirty() [all …]
|
H A D | storage.cxx | 558 …m_pOwnStg = new Storage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_Tru… in CreateStorage() 575 bIsUCBStorage = !Storage::IsStorageFile( m_pStorStm ); in CreateStorage() 599 …m_pOwnStg = new Storage( *m_pStorStm, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_True ); in CreateStorage() 610 …m_pOwnStg = new Storage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_Tru… in CreateStorage() 621 …m_pOwnStg = new Storage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_Tru… in CreateStorage() 665 m_pOwnStg = new Storage( rStm, sal_False ); in SotStorage() 684 m_pOwnStg = new Storage( rStm, sal_False ); in SotStorage() 703 m_pOwnStg = new Storage( *pStm, sal_False ); in SotStorage() 921 bRet = Storage::IsStorageFile( pStream ); in IsStorageFile() 1445 return Storage::IsStorageFile( rFileName ); in IsOLEStorage() [all …]
|
/trunk/main/autodoc/source/ary/inc/store/ |
H A D | s_storage.hxx | 44 class Storage class 92 Storage( 199 typename Storage<ENTITY>::c_iter 200 Storage<ENTITY>::Begin() const in Begin() 216 Storage<ENTITY>::End() const in End() 223 typename Storage<ENTITY>::iter 224 Storage<ENTITY>::Begin() in Begin() 231 typename Storage<ENTITY>::iter 239 typename Storage<ENTITY>::iter 240 Storage<ENTITY>::End() in End() [all …]
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_stgelems.cxx | 72 Storage::Storage( const uno::Reference< lang::XMultiServiceFactory > & xSMgr, in Storage() function in Storage 134 Storage::~Storage() in ~Storage() 183 void SAL_CALL Storage::acquire() in acquire() 191 void SAL_CALL Storage::release() in release() 231 void SAL_CALL Storage::dispose() in dispose() 239 void SAL_CALL Storage::addEventListener( in addEventListener() 313 void SAL_CALL Storage::copyToStorage( in copyToStorage() 481 void SAL_CALL Storage::copyElementTo( in copyElementTo() 498 void SAL_CALL Storage::moveElementTo( in moveElementTo() 520 void SAL_CALL Storage::commit() in commit() [all …]
|
H A D | tdoc_storage.hxx | 44 class Storage; 102 friend class Storage; 104 void releaseElement( Storage * pElement ) SAL_THROW(()); 157 std::pair< rtl::OUString, bool >, Storage *, ltstrbool > StorageMap;
|
H A D | tdoc_storage.cxx | 203 std::auto_ptr< Storage > xElement( in createStorage() 204 new Storage( m_xSMgr, this, aUriKey, xParentStorage, xStorage ) ); in createStorage() 217 rtl::Reference< Storage > xElement( aIt->second ); in createStorage() 254 = new Storage( m_xSMgr, this, aUriKey, xParentStorage, xStorage ); in createStorage() 380 void StorageElementFactory::releaseElement( Storage * pElement ) SAL_THROW( () ) in releaseElement()
|
H A D | tdoc_stgelems.hxx | 83 class Storage : public StorageUNOBase, public ParentStorageHolder class 86 Storage( 95 virtual ~Storage(); 290 Storage( const rtl::Reference< Storage > & rFactory ); // n.i. 308 friend class std::auto_ptr< Storage >;
|
/trunk/main/autodoc/source/ary/idl/ |
H A D | ia_ce.cxx | 63 { return ary_cast<Module>(Storage()[i_nId]); } in lhf_Access_Module() 68 Storage().Store_Entity(pass_io_rCe); in lhf_Put2Storage_and_AssignId() 99 Storage().Set_Reserved( in CeAdmin() 403 return Storage()[i_nId]; in Find_Ce() 410 return ary_cast<Module>(Storage()[i_nId]); in Find_Module() 424 return ary_cast<Function>(Storage()[i_nId]); in Find_Function() 430 return ary_cast<Property>(Storage()[i_nId]); in Find_Property() 436 return ary_cast<EnumValue>(Storage()[i_nId]); in Find_EnumValue() 442 return ary_cast<Constant>(Storage()[i_nId]); in Find_Constant() 510 itEnd = Storage().End(); in Get_AlphabeticalIndex() [all …]
|
H A D | ia_type.cxx | 61 Storage().Store_Entity(pass_io_rType); } in lhf_Put2Storage_and_AssignId() 71 return ary_cast<ExplicitNameRoom>(Storage()[i_nType]); in find_ExplicitNameRoom() 77 return ary_cast<ExplicitNameRoom>(Storage()[i_nType]); in find_ExplicitNameRoom() 151 ret = Storage().Search_SequenceOf(i_nType); in lhf_CheckIn_Sequence() 159 Storage().Add_Sequence(i_nType, ret); in lhf_CheckIn_Sequence() 170 Storage().Set_Reserved(i_nId, rNewType); in lhf_CheckIn_BuiltInType() 263 return Storage()[nType]; in CheckIn_Type() 278 return Storage()[i_nType]; in Find_Type() 285 pType = Storage().Exists(i_nType) in Search_LocalNameOf() 287 : & Storage()[i_nType]; in Search_LocalNameOf() [all …]
|
H A D | ia_type.hxx | 62 Storage() const; 64 Type_Storage & Storage(); 144 TypeAdmin::Storage() const in Storage() function in ary::idl::TypeAdmin 150 TypeAdmin::Storage() in Storage() function in ary::idl::TypeAdmin
|
H A D | ia_ce.hxx | 65 const Ce_Storage & Storage() const; 68 Ce_Storage & Storage(); 234 CeAdmin::Storage() const in Storage() function in ary::idl::CeAdmin 240 CeAdmin::Storage() in Storage() function in ary::idl::CeAdmin
|
H A D | i2s_calculator.cxx | 122 return pCes->Storage(); in my_CeStorage() 129 return pTypes->Storage(); in my_TypeStorage() 136 return pCes->Storage(); in my_CeStorage() 143 return pTypes->Storage(); in my_TypeStorage()
|
/trunk/main/autodoc/source/ary/loc/ |
H A D | loca_le.cxx | 51 LocationAdmin::Storage() const in Storage() function in ary::loc::LocationAdmin 74 id = Storage().RootIndex().Search(p_new->LocalName()); in CheckIn_Root() 77 return ary_cast<Root>(Storage()[id]); in CheckIn_Root() 82 Storage().Store_Entity(*p_new.Release()); in CheckIn_Root() 83 Storage().RootIndex().Add(ret->LeId()); in CheckIn_Root() 87 Storage().Store_Entity(*p_rootdir); in CheckIn_Root() 111 Storage().Store_Entity(*ret); in CheckIn_File() 124 return ary_cast<Root>(Storage()[i_id]); in Find_Root() 130 return ary_cast<Directory>(Storage()[i_id]); in Find_Directory() 136 return ary_cast<File>(Storage()[i_id]); in Find_File() [all …]
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | c_reposypart.cxx | 340 std::for_each( pTypes->Storage().BeginUnreserved(), in Connect_AllTypes_2_TheirRelated_CodeEntites() 341 pTypes->Storage().End(), in Connect_AllTypes_2_TheirRelated_CodeEntites() 349 filter_class_iter itEnd( pCes->Storage().End() ); in Connect_AllTypes_2_TheirRelated_CodeEntites() 350 for ( filter_class_iter it( pCes->Storage().BeginUnreserved() ); in Connect_AllTypes_2_TheirRelated_CodeEntites() 363 std::for_each( pTypes->Storage().BeginUnreserved(), in Connect_AllTypes_2_TheirRelated_CodeEntites() 364 pTypes->Storage().End(), in Connect_AllTypes_2_TheirRelated_CodeEntites() 410 ce_storage = pCes->Storage(); in Get_AlphabeticalList() 412 def_storage = pDefs->Storage(); in Get_AlphabeticalList()
|
H A D | ca_type.hxx | 69 Storage() const; 72 Type_Storage & Storage(); 106 TypeAdmin::Storage() const in Storage() function in ary::cpp::TypeAdmin 112 TypeAdmin::Storage() in Storage() function in ary::cpp::TypeAdmin
|
H A D | ca_ce.hxx | 68 const Ce_Storage & Storage() const; 71 Ce_Storage & Storage(); 192 CeAdmin::Storage() const in Storage() function in ary::cpp::CeAdmin 198 CeAdmin::Storage() in Storage() function in ary::cpp::CeAdmin
|
H A D | ca_def.hxx | 66 const Def_Storage & Storage() const; 102 DefAdmin::Storage() const in Storage() function in ary::cpp::DefAdmin
|
/trunk/main/sot/inc/sot/ |
H A D | stg.hxx | 56 class Storage; 195 class SOT_DLLPUBLIC Storage : public BaseStorage, public OLEStorageBase class 200 Storage( StgIo*, StgDirEntry*, StreamMode ); 202 ~Storage(); 205 … Storage( const String &, StreamMode = STREAM_STD_READWRITE, sal_Bool bDirect = sal_True ); 206 Storage( SvStream& rStrm, sal_Bool bDirect = sal_True ); 207 Storage( UCBStorageStream& rStrm, sal_Bool bDirect = sal_True );
|
/trunk/main/framework/source/accelerators/ |
H A D | storageholder.cxx | 122 rInfo.Storage.clear(); in forgetCachedStorages() 186 xChild = pInfo->Storage; in openPath() 217 pInfo->Storage = xChild; in openPath() 266 lStoragesOfPath.push_back(rInfo.Storage); in getAllPathStorages() 346 rInfo.Storage.clear(); in closePath() 438 if (rInfo.Storage == xStorage) in getPathOfStorage() 491 return pParent->second.Storage; in getParentStorage()
|
/trunk/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1020 implStoreAtStorage( NameBase, Comment, Storage, bUsedForStore, bStoreAll ); in storeToStorage() 1027 const Reference< ::com::sun::star::embed::XStorage >& Storage, in implStoreAtStorage() 1047 Storage->removeElement( aStreamName ); in implStoreAtStorage() 1068 Storage->openStreamElement( aStreamName, ElementModes::READWRITE ); in implStoreAtStorage() 1107 Storage->removeElement( aStreamName ); in implStoreAtStorage() 1125 Storage->openStreamElement( aStreamName, ElementModes::READWRITE ); in implStoreAtStorage() 2556 StringResourcePersistenceImpl::storeToStorage( Storage, NameBase, Comment ); in storeToStorage() 2582 setStorage( Storage ); in storeAsStorage() 2591 if( !Storage.is() ) in setStorage() 2600 m_xStorage = Storage; in setStorage() [all …]
|
/trunk/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceWithStorage.idl | 52 void storeAsStorage( [in] ::com::sun::star::embed::XStorage Storage ) 60 @param Storage 75 if a null interface is passed as Storage 77 void setStorage( [in] ::com::sun::star::embed::XStorage Storage )
|
H A D | StringResourceWithStorage.idl | 45 @param Storage 76 if a null interface is passed as Storage 78 create( [in] ::com::sun::star::embed::XStorage Storage,
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | imagemanager.cxx | 134 void ImageManager::setStorage( const uno::Reference< XStorage >& Storage ) in setStorage() argument 139 m_pImpl->m_xUserConfigStorage = Storage; in setStorage() 234 void SAL_CALL ImageManager::storeToStorage( const uno::Reference< XStorage >& Storage ) in storeToStorage() argument 237 m_pImpl->storeToStorage(Storage); in storeToStorage()
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | XDocumentProperties.idl | 331 @param Storage 332 the <type>com::sun::star::embed::Storage</type> representing the 353 void loadFromStorage( [in] com::sun::star::embed::XStorage Storage, 396 of the given <type>Storage</type> argument. 399 @param Storage 400 the <type>com::sun::star::embed::Storage</type> representing the 419 void storeToStorage( [in] com::sun::star::embed::XStorage Storage,
|
/trunk/main/offapi/com/sun/star/rdf/ |
H A D | XDocumentMetadataAccess.idl | 347 @param Storage 366 [in] com::sun::star::embed::XStorage Storage, 385 @param Storage 389 if Storage argument is <NULL/> 395 [in] com::sun::star::embed::XStorage Storage )
|