Home
last modified time | relevance | path

Searched refs:pUShorts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx169 sal_uInt16* pUShorts = new sal_uInt16[nCount]; in lcl_SetLastFunctions() local
171 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() local
184 if ( nCount && pUShorts ) in lcl_GetLastFunctions()
189 pArray[i] = pUShorts[i]; in lcl_GetLastFunctions()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx521 sal_uInt16 __FAR_DATA *pUShorts = aResetableSetRange; in Execute() local
522 while (*pUShorts) in Execute()
524 sal_uInt16 nL = pUShorts[1] - pUShorts[0] + 1; in Execute()
525 sal_uInt16 nE = pUShorts[0]; in Execute()
528 pUShorts += 2; in Execute()

Completed in 20 milliseconds