Home
last modified time | relevance | path

Searched refs:nListIdx (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxename.cxx423 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertRawName() local
425 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() local
444 XclExpNameRef xName = maNameList.GetRecord( nListIdx ); in InsertMacroCall()
446 return static_cast< sal_uInt16 >( nListIdx + 1 ); in InsertMacroCall()
H A Dxepivot.cxx628 …Cache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 nListIdx ) : in XclExpPivotCache() argument
630 mnListIdx( nListIdx ), in XclExpPivotCache()
680 maPCInfo.mnStrmId = nListIdx + 1; in XclExpPivotCache()
/aoo4110/main/sc/source/filter/inc/
H A Dxepivot.hxx178 const ScDPObject& rDPObj, sal_uInt16 nListIdx );

Completed in 29 milliseconds