Lines Matching refs:nIndex

83 void ScaList::Insert( void* pNew, sal_uInt32 nIndex )  in Insert()  argument
85 if( nIndex >= nCount ) in Insert()
91 void** pIns = pData + nIndex; in Insert()
92 memmove( pIns + 1, pIns, (nCount - nIndex) * sizeof( void* ) ); in Insert()
157 for( sal_uInt16 nIndex = 0; nIndex < rArr.Count(); nIndex++ ) in ScaFuncData() local
158 aCompList.Append( rArr.GetString( nIndex ) ); in ScaFuncData()
180 for( sal_uInt16 nIndex = 0; nIndex < nCnt; nIndex++ ) in ScaFuncDataList() local
181 Append( new ScaFuncData( pFuncDataArr[ nIndex ], rResMgr ) ); in ScaFuncDataList()
195 for( sal_uInt32 nIndex = 0; nIndex < Count(); nIndex++ ) in Get() local
197 const ScaFuncData* pCurr = Get( nIndex ); in Get()
201 const_cast< ScaFuncDataList* >( this )->nLast = nIndex; in Get()
211 ScaFuncRes::ScaFuncRes( ResId& rResId, ResMgr& rResMgr, sal_uInt16 nIndex, OUString& rRet ) : in ScaFuncRes() argument
214 rRet = String( ScaResId( nIndex, rResMgr ) ); in ScaFuncRes()
300 for( sal_uInt32 nIndex = 0; nIndex < nNumOfLoc; nIndex++ ) in InitDefLocales() local
302 pDefLocales[ nIndex ].Language = OUString::createFromAscii( pLang[ nIndex ] ); in InitDefLocales()
303 pDefLocales[ nIndex ].Country = OUString::createFromAscii( pCoun[ nIndex ] ); in InitDefLocales()
307 const lang::Locale& ScaDateAddIn::GetLocale( sal_uInt32 nIndex ) in GetLocale() argument
312 return (nIndex < sizeof( pLang )) ? pDefLocales[ nIndex ] : aFuncLoc; in GetLocale()
552 for( sal_uInt32 nIndex = 0; nIndex < nCount; nIndex++ ) in getCompatibilityNames() local
553 pArray[ nIndex ] = sheet::LocalizedName( GetLocale( nIndex ), *rStrList.Get( nIndex ) ); in getCompatibilityNames()
954 for( sal_Int32 nIndex = 0; nIndex < aBuffer.getLength(); nIndex++ ) in getRot13() local
956 sal_Unicode cChar = aBuffer.charAt( nIndex ); in getRot13()
960 aBuffer.setCharAt( nIndex, cChar ); in getRot13()