Home
last modified time | relevance | path

Searched refs:aStorage (Results 1 – 20 of 20) sorted by relevance

/trunk/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx90 : aStorage(), in CeAdmin()
145 aStorage.Store_Type(ret); in Store_Class()
165 aStorage.Store_Type(ret); in Store_Enum()
183 aStorage.Store_Type(ret); in Store_Typedef()
273 aStorage.Store_Datum(ret); in Store_Variable()
297 aStorage.Store_Datum(ret); in Store_EnumValue()
315 return aStorage[i_id]; in Find_Ce()
321 return aStorage.Exists(i_id) in Search_Ce()
322 ? & aStorage[i_id] in Search_Ce()
551 aStorage.Store_Entity(ret); in Create_Namespace()
[all …]
H A Dca_type.cxx47 : aStorage(), in TypeAdmin()
71 tid = aStorage.Search_BuiltInType( in CheckIn_UsedType()
75 return aStorage[tid]; in CheckIn_UsedType()
78 tid = aStorage.UsedTypeIndex().Search(pass_type); in CheckIn_UsedType()
81 return aStorage[tid]; in CheckIn_UsedType()
86 aStorage.Store_Entity(*pNewType.Release()); in CheckIn_UsedType()
88 aStorage.UsedTypeIndex().Add(pass_type.TypeId()); in CheckIn_UsedType()
95 return aStorage[i_type]; in Find_Type()
104 aStorage[i_type].Get_Text(o_result, *pCppRepositoryPartition); in Get_TypeText()
116 aStorage[i_type].Get_Text(o_preName, o_name, o_postName, *pCppRepositoryPartition); in Get_TypeText()
H A Dca_def.cxx42 : aStorage(), in DefAdmin()
60 aStorage.Store_Define(ret); in Store_Define()
76 aStorage.Store_Macro(ret); in Store_Macro()
83 return aStorage[i_id]; in Find_Def()
89 return csv::make_range( aStorage.DefineIndex().Begin(), in AllDefines()
90 aStorage.DefineIndex().End() ); in AllDefines()
96 return csv::make_range( aStorage.MacroIndex().Begin(), in AllMacros()
97 aStorage.MacroIndex().End() ); in AllMacros()
H A Dca_type.hxx96 Type_Storage aStorage; member in ary::cpp::TypeAdmin
108 return aStorage; in Storage()
114 return aStorage; in Storage()
H A Dca_ce.hxx181 Ce_Storage aStorage; member in ary::cpp::CeAdmin
194 return aStorage; in Storage()
200 return aStorage; in Storage()
H A Dca_def.hxx92 Def_Storage aStorage; member in ary::cpp::DefAdmin
104 return aStorage; in Storage()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx164 SvStorageRef aStorage( new SvStorage( aIStm ) ); in REF() local
169 if( aStorage->IsContained( aFormat2 ) ) in REF()
171 else if( aStorage->IsContained( aFormat1 ) ) in REF()
174 if( !aStorage->GetError() && aStmName.Len() && aStorage->IsStream( aStmName ) ) in REF()
176 SvStorageStreamRef xStream( aStorage->OpenSotStream( aStmName ) ); in REF()
/trunk/main/sfx2/source/appl/
H A Dxpackcreator.cxx101 SotStorageRef aStorage = new SotStorage( pUCBStorage ); in convertToPackage() local
107 aStorage->CopyTo( aTargetStorage ); in convertToPackage()
110 if ( aStorage->GetError() || aTargetStorage->GetError() || pTempStream->GetError() ) in convertToPackage()
114 aStorage = NULL; in convertToPackage()
/trunk/main/starmath/source/
H A Dsmdetect.cxx306 SotStorageRef aStorage = new SotStorage ( pStrm, sal_False ); in detect() local
307 if ( !aStorage->GetError() ) in detect()
309 …if ( aStorage->IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Equation Native" ) … in detect()
312 if (GetMathTypeVersion( aStorage, nVersion ) && nVersion <=3) in detect()
H A Ddocument.cxx773 SvStorageRef aStorage = new SotStorage( pStream, sal_False ); in ConvertFrom() local
774 if ( aStorage->IsStream( C2S( "Equation Native" ) ) ) in ConvertFrom()
778 if ( sal_True == (bSuccess = (1 == aEquation.Parse( aStorage )) )) in ConvertFrom()
/trunk/main/package/source/xstor/
H A Ddisposelistener.cxx32 OChildDispListener_Impl::OChildDispListener_Impl( OStorage& aStorage ) in OChildDispListener_Impl() argument
33 : m_pStorage( &aStorage ) in OChildDispListener_Impl()
H A Ddisposelistener.hxx38 OChildDispListener_Impl( OStorage& aStorage );
H A Dxstorage.hxx209 void SetReadOnlyWrap( OStorage& aStorage );
210 void RemoveReadOnlyWrap( OStorage& aStorage );
H A Dxstorage.cxx425 void OStorage_Impl::SetReadOnlyWrap( OStorage& aStorage ) in SetReadOnlyWrap() argument
428 OSL_ENSURE( aStorage.GetRefCount_Impl(), "There must be a reference alive to use this method!\n" ); in SetReadOnlyWrap()
429 m_aReadOnlyWrapList.push_back( StorageHolder_Impl( &aStorage ) ); in SetReadOnlyWrap()
433 void OStorage_Impl::RemoveReadOnlyWrap( OStorage& aStorage ) in RemoveReadOnlyWrap() argument
439 if ( !xTmp.is() || pStorageIter->m_pPointer == &aStorage ) in RemoveReadOnlyWrap()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx470 SotStorageRef aStorage = new SotStorage ( pStream, sal_False ); in detect() local
471 if ( !aStorage->GetError() ) in detect()
476 sal_Bool bExcel97Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
479 sal_Bool bExcel5Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
/trunk/main/oox/source/ole/
H A Daxcontrolfragment.cxx139 OleStorage aStorage( getFilter().getComponentContext(), xStrgStrm, false ); in onCreateContext() local
140 … BinaryXInputStream aInStrm( aStorage.openInputStream( CREATE_OUSTRING( "f" ) ), true ); in onCreateContext()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx355 SotStorageRef aStorage = new SotStorage ( pStm, sal_False ); in detect() local
356 if ( !aStorage->GetError() ) in detect()
359 if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
/trunk/main/sot/source/sdstor/
H A Dunostorageholder.cxx41 SotStorage& aStorage, in UNOStorageHolder() argument
45 , m_rSotStorage( &aStorage ) in UNOStorageHolder()
H A Dunostorageholder.hxx45 SotStorage& aStorage,
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx422 SotStorageRef aStorage = new SotStorage( sURL, STREAM_STD_READ ); in GetImageId_Impl() local
424 if ( !aStorage->GetError() ) in GetImageId_Impl()
426 SvGlobalName aGlobalName = aStorage->GetClassName(); in GetImageId_Impl()

Completed in 95 milliseconds