Searched refs:nIx (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svl/source/numbers/ |
H A D | zformat.cxx | 1916 sal_uInt16 nIx; in GetOutputString() local 1918 nIx = 0; in GetOutputString() 1920 nIx = 3; in GetOutputString() 1926 *ppColor = NumFor[nIx].GetColor(); in GetOutputString() 2150 nIx = 0; in GetOutputString() 2155 nIx = 1; in GetOutputString() 2157 nIx = 2; in GetOutputString() 2162 if(nIx == 0 && in GetOutputString() 2165 *ppColor = NumFor[nIx].GetColor(); in GetOutputString() 2580 sal_uInt16 nIx, in ImpGetTimeOutput() argument [all …]
|
/trunk/main/autodoc/source/display/idl/ |
H A D | hfi_globalindex.cxx | 238 int nIx = int(i_ce.AryClass() - C_nNamesArrayOffset); in write_OwnerOfEntry() local 239 csv_assert(csv::in_range(0,nIx,C_nNumberOfIdlTypes)); in write_OwnerOfEntry() 241 o_destination << C_sTypeNames[nIx] in write_OwnerOfEntry() 243 if (nIx != C_nIxField) in write_OwnerOfEntry() 245 o_destination << C_sOwnerNames[nIx]; in write_OwnerOfEntry() 263 int nIx = int(i_ce.AryClass() - C_nNamesArrayOffset); in write_EntrySecondTime() local 264 csv_assert(csv::in_range(0,nIx,C_nNumberOfIdlTypes)); in write_EntrySecondTime() 266 o_destination << C_sTypeNames[nIx] in write_EntrySecondTime()
|
/trunk/main/svl/inc/svl/ |
H A D | zformat.hxx | 530 sal_uInt16 nIx, 538 sal_uInt16 nIx, 548 sal_uInt16 nIx, 553 sal_uInt16 nIx, 556 sal_uInt16 nIx, 559 sal_uInt16 nIx, 576 sal_uInt16 nIx, 586 String ImpIntToString( sal_uInt16 nIx, sal_Int32 nVal, sal_uInt16 nMinDigits = 0 ) const in ImpIntToString() argument 588 const SvNumberNatNum& rNum = NumFor[nIx].GetNatNum(); in ImpIntToString()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | asciiopt.cxx | 141 for( sal_uInt16 nIx = 0; nIx < nInfoCount; ++nIx ) in SetColumnInfo() local 143 pColStart[ nIx ] = rDataVec[ nIx ].mnIndex; in SetColumnInfo() 144 pColFormat[ nIx ] = rDataVec[ nIx ].mnType; in SetColumnInfo()
|
H A D | csvgrid.cxx | 334 for( sal_uInt32 nIx = 0; nIx < nCount; ++nIx ) in SetSplits() local 335 maSplits.Insert( rSplits[ nIx ] ); in SetSplits() 488 sal_uInt32 nIx; in SetTypeNames() local 490 for( nIx = 0, nItemId = 1; nIx < nCount; ++nIx, ++nItemId ) in SetTypeNames() 491 maPopup.InsertItem( nItemId, maTypeNames[ nIx ] ); in SetTypeNames()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 186 for( size_t nIx = 0, nSize = aVec.size(), nInc = 1; nIx < nSize; nIx += nInc ) in Save() local 188 if( (nIx == 10) || (nIx == 100) || (nIx == 1000) ) nInc = nIx; in Save() 189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save() 190 for( size_t nSubIx = nIx; nSubIx < nMaxIx; ++nSubIx ) in Save() 198 aStr.APPENDINT( nIx ); in Save() 199 if( nMaxIx - nIx > 1 ) aStr.Append( '-' ).APPENDINT( nMaxIx - 1 ); in Save()
|
H A D | xistyle.cxx | 80 sal_uInt32 nIx = nXclIndex - EXC_COLOR_USEROFFSET; in GetColorData() local 81 if( nIx < maColorTable.size() ) in GetColorData() 82 return maColorTable[ nIx ]; in GetColorData()
|
Completed in 82 milliseconds