Lines Matching refs:sal_uInt16

62 inline sal_Bool     IsLeapYear( sal_uInt16 nYear );
63 sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear );
64 sal_Int32 DateToDays( sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear );
65 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) thro…
68 sal_uInt16 nDay1, sal_uInt16 nMonth1, sal_uInt16 nYear1, sal_Bool bLeapYear1,
69 sal_uInt16 nDay2, sal_uInt16 nMonth2, sal_uInt16 nYear2,
74 sal_Int32 GetDaysInYears( sal_uInt16 nYear1, sal_uInt16 nYear2 );
77 sal_uInt16& rYears, sal_Int32& rDayDiffPart, sal_Int32& rDaysInYear ) THROWDEF_RTE_IAE;
90 inline void AlignDate( sal_uInt16& rDay, sal_uInt16 nMonth, sal_uInt16 nYear );
94 double ConvertToDec( const STRING& rFromNum, sal_uInt16 nBaseFrom, sal_uInt16 nCharLim ) THROWDE…
96 double fNum, double fMin, double fMax, sal_uInt16 nBase,
101 STRING GetString( double fNumber, sal_Bool bLeadingSign = sal_False, sal_uInt16 nMaxNumOfDigits …
215 sal_uInt16 nUINameID; // resource ID to UI name
216 sal_uInt16 nDescrID; // resource ID to description, parameter names and ~ description
219 sal_uInt16 nCompListID; // resource ID to list of valid names
220 sal_uInt16 nNumOfParams; // number of named / described parameters
231 sal_uInt16 nUINameID;
232 sal_uInt16 nDescrID; // leads also to parameter descriptions!
236 sal_uInt16 nParam; // num of parameters
237 sal_uInt16 nCompID;
244 inline sal_uInt16 GetUINameID( void ) const;
245 inline sal_uInt16 GetDescrID( void ) const;
249 sal_uInt16 GetStrIndex( sal_uInt16 nParamNum ) const;
292 AnalysisResId( sal_uInt16 nId, ResMgr& rResMgr );
303 AnalysisRscStrLoader( sal_uInt16 nRsc, sal_uInt16 nStrId, ResMgr& rResMgr ) : in AnalysisRscStrLoader()
615 inline sal_Bool IsLeapYear( sal_uInt16 n ) in IsLeapYear()
639 inline void AlignDate( sal_uInt16& rD, sal_uInt16 nM, sal_uInt16 nY ) in AlignDate()
641 sal_uInt16 nMax = DaysInMonth( nM, nY ); in AlignDate()
735 inline sal_uInt16 FuncData::GetUINameID( void ) const in GetUINameID()
741 inline sal_uInt16 FuncData::GetDescrID( void ) const in GetDescrID()
932 sal_uInt16 nOrigDay; /// is the day of the original date.
933sal_uInt16 nDay; /// is the calculated day depending on the current…
934 sal_uInt16 nMonth; /// is the current month (one-based).
935 sal_uInt16 nYear; /// is the current year.
945 inline sal_uInt16 getDaysInMonth() const;
947 inline sal_uInt16 getDaysInMonth( sal_uInt16 _nMon ) const;
950 sal_Int32 getDaysInMonthRange( sal_uInt16 nFrom, sal_uInt16 nTo ) const;
952 sal_Int32 getDaysInYearRange( sal_uInt16 nFrom, sal_uInt16 nTo ) const;
972 inline sal_uInt16 getMonth() const { return nMonth; }; in getMonth()
974 inline sal_uInt16 getYear() const { return nYear; }; in getYear()
980 inline void setYear( sal_uInt16 nNewYear );
995 inline sal_uInt16 ScaDate::getDaysInMonth() const in getDaysInMonth()
1000 inline sal_uInt16 ScaDate::getDaysInMonth( sal_uInt16 _nMon ) const in getDaysInMonth()
1005 inline void ScaDate::setYear( sal_uInt16 nNewYear ) in setYear()