Searched refs:nListBoxPos (Results 1 – 2 of 2) sorted by relevance
149 sal_uInt16 nListBoxPos = static_cast<sal_uInt16>( nN ); in DataLabelResources() local151 m_aPlacementToListBoxMap[nPlacement]=nListBoxPos; in DataLabelResources()152 m_aListBoxToPlacementMap[nListBoxPos]=nPlacement; in DataLabelResources()
1148 sal_uInt16 nListBoxPos = nListBoxCount; in FillItemSet() local1149 sal_uInt16 nLastListBoxPos = nListBoxPos; in FillItemSet()1159 while(!bFound && nListBoxPos) in FillItemSet()1161 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( nListBoxPos - 1); in FillItemSet()1165 nLastListBoxPos = nListBoxPos - 1; in FillItemSet()1178 nListBoxPos --; in FillItemSet()1180 nListBoxPos = nLastListBoxPos; in FillItemSet()
Completed in 37 milliseconds