Searched refs:nListIdx (Results 1 – 3 of 3) sorted by relevance
423 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertRawName() local425 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertRawName()427 return static_cast< sal_uInt16 >( nListIdx + 1 ); in InsertRawName()442 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertMacroCall() local444 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertMacroCall()446 return static_cast< sal_uInt16 >( nListIdx + 1 ); in InsertMacroCall()
628 …Cache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 nListIdx ) : in XclExpPivotCache() argument630 mnListIdx( nListIdx ), in XclExpPivotCache()680 maPCInfo.mnStrmId = nListIdx + 1; in XclExpPivotCache()
178 const ScDPObject& rDPObj, sal_uInt16 nListIdx );
Completed in 31 milliseconds