Searched refs:maNameList (Results 1 – 4 of 4) sorted by relevance
196 XclExpNameList maNameList; /// List of NAME records. member in XclExpNameManagerImpl375 mnFirstUserIdx = maNameList.GetSize(); in Initialize()423 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertRawName()425 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertRawName()442 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertMacroCall()444 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertMacroCall()463 …DBG_ASSERT( maNameList.HasRecord( nNameIdx - 1 ), "XclExpNameManagerImpl::GetName - wrong record i… in GetName()464 return maNameList.GetRecord( nNameIdx - 1 ).get(); in GetName()469 maNameList.Save( rStrm ); in Save()474 if( maNameList.IsEmpty() ) in SaveXml()[all …]
230 sal_uLong nCount = maNameList.Count(); in ReadName()232 maNameList.Append( new XclImpName( rStrm, static_cast< sal_uInt16 >( nCount + 1 ) ) ); in ReadName()239 …for( const XclImpName* pName = maNameList.First(); pName && !pLocalName; pName = maNameList.Next()… in FindName()255 return maNameList.GetObject( nXclNameIdx - 1 ); in GetName()
161 XclExpExtNameList maNameList; /// The list with all EXTERNNAME records. member in XclExpExtNameBuffer1071 if( maNameList.IsEmpty() ) in InsertDde()1092 maNameList.Save( rStrm ); in Save()1097 for( size_t nPos = 0, nSize = maNameList.GetSize(); nPos < nSize; ++nPos ) in GetIndex()1098 if( maNameList.GetRecord( nPos )->GetName() == rName ) in GetIndex()1106 size_t nSize = maNameList.GetSize(); in AppendNew()1109 maNameList.AppendRecord( xExtName ); in AppendNew()
90 XclImpNameList maNameList; member in XclImpNameManager