Searched refs:nUserPos (Results 1 – 2 of 2) sorted by relevance
1329 for (long nUserPos=0; nUserPos<nUserSubCount; nUserPos++) // including hidden "automatic" in ProcessData() local1334 aSubState.nRowSubTotalFunc = nUserPos; in ProcessData()1335 aSubState.eRowForce = lcl_GetForceFunc( pParentLevel, nUserPos ); in ProcessData()1474 for (long nUserPos=nUserSubStart; nUserPos<nUserSubCount; nUserPos++) in FillMemberResults() local1483 eForce = lcl_GetForceFunc( pParentLevel, nUserPos ); in FillMemberResults()1609 for (long nUserPos=nUserSubStart; nUserPos<nUserSubCount; nUserPos++) in FillDataResults() local1613 aSubState.nRowSubTotalFunc = nUserPos; in FillDataResults()1614 … aSubState.eRowForce = lcl_GetForceFunc( /*pParentLevel*/GetParentLevel() , nUserPos ); in FillDataResults()1667 … for (long nUserPos=0; nUserPos<nUserSubCount; nUserPos++) // including hidden "automatic" in UpdateDataResults() local1671 aSubState.nRowSubTotalFunc = nUserPos; in UpdateDataResults()[all …]
620 sal_uInt16 nUserPos = LISTBOX_ENTRY_NOTFOUND; in Reset() local631 nUserPos = nPos; in Reset()634 aPaperSizeBox.SelectEntryPos( nActPos != LISTBOX_ENTRY_NOTFOUND ? nActPos : nUserPos ); in Reset()