Searched refs:pUShorts (Results 1 – 2 of 2) sorted by relevance
169 sal_uInt16* pUShorts = new sal_uInt16[nCount]; in lcl_SetLastFunctions() local171 pUShorts[i] = (sal_uInt16) pArray[i]; in lcl_SetLastFunctions()173 rOpt.SetLRUFuncList( pUShorts, sal::static_int_cast<sal_uInt16>(nCount) ); in lcl_SetLastFunctions()175 delete[] pUShorts; in lcl_SetLastFunctions()183 sal_uInt16* pUShorts = rOpt.GetLRUFuncList(); in lcl_GetLastFunctions() local184 if ( nCount && pUShorts ) in lcl_GetLastFunctions()189 pArray[i] = pUShorts[i]; in lcl_GetLastFunctions()
535 sal_uInt16 __FAR_DATA *pUShorts = aResetableSetRange; in Execute() local536 while (*pUShorts) in Execute()538 sal_uInt16 nL = pUShorts[1] - pUShorts[0] + 1; in Execute()539 sal_uInt16 nE = pUShorts[0]; in Execute()542 pUShorts += 2; in Execute()
Completed in 25 milliseconds