Lines Matching refs:sal_Int16

116 	const sal_Int16 vbGet		= 2;  in RTLFUNC()
117 const sal_Int16 vbLet = 4; in RTLFUNC()
118 const sal_Int16 vbMethod = 1; in RTLFUNC()
119 const sal_Int16 vbSet = 8; in RTLFUNC()
149 sal_Int16 nCallType = rPar.Get(3)->GetInteger(); in RTLFUNC()
355 sal_Int16 nVal = 0; in RTLFUNC()
453 sal_Int16 nErrCode = 0; in RTLFUNC()
527 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC()
543 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC()
558 rPar.Get(0)->PutInteger( (sal_Int16)nRGB ); in RTLFUNC()
670 sal_Int16 nIndex = rPar.Get(1)->GetInteger(); in RTLFUNC()
1090 sal_Int16 aInt; in lcl_ReadSbxVariable()
1186 sal_Int16 nFileNo = rPar.Get(1)->GetInteger(); in PutGet()
1411 sal_Int16 nLen = 0; in RTLFUNC()
1466 nLen = (sal_Int16)rPar.Get(1)->GetString().Len(); in RTLFUNC()
1792 sal_Int16 nVal = rPar.Get(1)->GetInteger(); in RTLFUNC()
1831 sal_Int16 nDayCount = (sal_Int16)aDaySeq.getLength(); in RTLFUNC()
1832 sal_Int16 nDay = rPar.Get(1)->GetInteger(); in RTLFUNC()
1833 sal_Int16 nFirstDay = 0; in RTLFUNC()
1844 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in RTLFUNC()
1868 sal_Int16 implGetWeekDay( double aDate, bool bFirstDayParam = false, sal_Int16 nFirstDay = 0 ) in implGetWeekDay()
1875 sal_Int16 nDay; in implGetWeekDay()
1877 nDay = (sal_Int16)aDay + 2; in implGetWeekDay()
1897 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in implGetWeekDay()
1917 sal_Int16 nFirstDay = 0; in RTLFUNC()
1923 sal_Int16 nDay = implGetWeekDay( aDate, bFirstDay, nFirstDay ); in RTLFUNC()
1977 sal_Int16 i = 0; in getIntervalInfo()
1988 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet );
1989 sal_Int16 implGetDateDay( double aDate );
1990 sal_Int16 implGetDateMonth( double aDate );
1991 sal_Int16 implGetDateYear( double aDate );
1993 sal_Int16 implGetHour( double dDate );
1994 sal_Int16 implGetMinute( double dDate );
1995 sal_Int16 implGetSecond( double dDate );
1998 inline void implGetDayMonthYear( sal_Int16& rnYear, sal_Int16& rnMonth, sal_Int16& rnDay, double dD… in implGetDayMonthYear()
2005 inline sal_Int16 limitToINT16( sal_Int32 n32 ) in limitToINT16()
2011 return (sal_Int16)n32; in limitToINT16()
2048 sal_Int16 nYear, nMonth, nDay; in RTLFUNC()
2049 sal_Int16 nTargetYear16 = 0, nTargetMonth = 0; in RTLFUNC()
2068 sal_Int16 nMonthAdd; in RTLFUNC()
2072 nMonthAdd = (sal_Int16)( 3 * (lNumber % 4) ); in RTLFUNC()
2077 nMonthAdd = (sal_Int16)( lNumber % 12 ); in RTLFUNC()
2111 sal_Int16 nNewYear, nNewMonth, nNewDay; in RTLFUNC()
2118 sal_Int16 nCorrectionDay = nDay; in RTLFUNC()
2167 sal_Int16 nYear1 = implGetDateYear( dDate1 ); in RTLFUNC()
2168 sal_Int16 nYear2 = implGetDateYear( dDate2 ); in RTLFUNC()
2174 sal_Int16 nYear1 = implGetDateYear( dDate1 ); in RTLFUNC()
2175 sal_Int16 nYear2 = implGetDateYear( dDate2 ); in RTLFUNC()
2176 sal_Int16 nQ1 = 1 + (implGetDateMonth( dDate1 ) - 1) / 3; in RTLFUNC()
2177 sal_Int16 nQ2 = 1 + (implGetDateMonth( dDate2 ) - 1) / 3; in RTLFUNC()
2178 sal_Int16 nQGes1 = 4 * nYear1 + nQ1; in RTLFUNC()
2179 sal_Int16 nQGes2 = 4 * nYear2 + nQ2; in RTLFUNC()
2185 sal_Int16 nYear1 = implGetDateYear( dDate1 ); in RTLFUNC()
2186 sal_Int16 nYear2 = implGetDateYear( dDate2 ); in RTLFUNC()
2187 sal_Int16 nMonth1 = implGetDateMonth( dDate1 ); in RTLFUNC()
2188 sal_Int16 nMonth2 = implGetDateMonth( dDate2 ); in RTLFUNC()
2189 sal_Int16 nMonthGes1 = 12 * nYear1 + nMonth1; in RTLFUNC()
2190 sal_Int16 nMonthGes2 = 12 * nYear2 + nMonth2; in RTLFUNC()
2209 sal_Int16 nFirstDay = 1; // Default in RTLFUNC()
2226 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in RTLFUNC()
2229 sal_Int16 nDay1 = implGetWeekDay( dDate1 ); in RTLFUNC()
2230 sal_Int16 nDay1_Diff = nDay1 - nFirstDay; in RTLFUNC()
2235 sal_Int16 nDay2 = implGetWeekDay( dDate2 ); in RTLFUNC()
2236 sal_Int16 nDay2_Diff = nDay2 - nFirstDay; in RTLFUNC()
2271 ( sal_Int16 nYear, sal_Int16& nFirstDay, sal_Int16& nFirstWeek, bool* pbError = NULL ) in implGetDateOfFirstDayInFirstWeek()
2297 nFirstDay = sal_Int16( xCalendar->getFirstDayOfWeek() + 1 ); in implGetDateOfFirstDayInFirstWeek()
2299 sal_Int16 nFirstWeekMinDays = 0; // Not used for vbFirstJan1 = default in implGetDateOfFirstDayInFirstWeek()
2322 sal_Int16 nWeekDay0101 = implGetWeekDay( dBaseDate ); in implGetDateOfFirstDayInFirstWeek()
2323 sal_Int16 nDayDiff = nWeekDay0101 - nFirstDay; in implGetDateOfFirstDayInFirstWeek()
2329 sal_Int16 nThisWeeksDaysInYearCount = 7 - nDayDiff; in implGetDateOfFirstDayInFirstWeek()
2381 sal_Int16 nYear = implGetDateYear( dDate ); in RTLFUNC()
2395 sal_Int16 nFirstDay = 1; // Default in RTLFUNC()
2406 sal_Int16 nFirstDay = 1; // Default in RTLFUNC()
2410 sal_Int16 nFirstWeek = 1; // Default in RTLFUNC()
2414 sal_Int16 nYear = implGetDateYear( dDate ); in RTLFUNC()
2473 sal_Int16 nNamedFormat = 0; in RTLFUNC()
2587 sal_Int16 numdecimalplaces = 0; in RTLFUNC()
2673 sal_Int16 nFileNumber = rPar.Get(2)->GetInteger(); in RTLFUNC()