Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/
H A Dexport.cxx416 nListIndex( 0 ), in Export()
461 nListIndex( 0 ), in Export()
501 nListIndex = 0; in Init()
813 nListIndex = 0; in Execute()
824 nListIndex = 0; in Execute()
834 nListIndex = 0; in Execute()
869 nListIndex = 0; in Execute()
877 nListIndex = 0; in Execute()
886 nListIndex = 0; in Execute()
895 nListIndex = 0; in Execute()
[all …]
/AOO41X/main/sc/source/core/data/
H A Dtable4.cxx691 sal_uInt16 nListIndex; in FillAuto() local
695 nInc,nMinDigits, pListData,nListIndex); in FillAuto()
699 nInc,nMinDigits, pListData,nListIndex); in FillAuto()
713 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
714 --nListIndex; in FillAuto()
723 ++nListIndex; in FillAuto()
724 if (nListIndex >= nListCount) nListIndex = 0; in FillAuto()
728 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
729 --nListIndex; in FillAuto()
731 … aCol[nCol].Insert(static_cast<SCROW>(nRow), new ScStringCell(pListData->GetSubStr(nListIndex))); in FillAuto()
[all …]
/AOO41X/main/l10ntools/inc/
H A Dexport.hxx277 sal_uLong nListIndex; member in Export