Home
last modified time | relevance | path

Searched refs:nMonth (Results 26 – 50 of 54) sorted by relevance

123

/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java215 int nMonth = aCal.get( Calendar.MONTH ) + 1; in getOdbcDate() local
216 if ( nMonth < 10 ) in getOdbcDate()
218 sOdbcDate += (new Integer( nMonth ) ).toString(); in getOdbcDate()
/aoo41x/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx127 sal_uInt8 nMonth, nDay, nHour, nMin, nSec; in ReadDateTime() local
129 *pStrm >> nYear >> nMonth >> nDay >> nHour >> nMin >> nSec; in ReadDateTime()
132 rDateTime.SetMonth( nMonth ); in ReadDateTime()
/aoo41x/main/connectivity/source/commontools/
H A Ddbconversion.cxx420 nMonth = 0, in toDate() local
425 nMonth = (sal_uInt16)_sSQLString.getToken(0,sDateSep,nIndex).toInt32(); in toDate()
430 return Date(nDay,nMonth,nYear); in toDate()
/aoo41x/main/scaddins/source/analysis/
H A Danalysis.cxx625 sal_uInt16 nDay, nMonth, nYear; in getWeeknum() local
626 DaysToDate( nDate, nDay, nMonth, nYear ); in getWeeknum()
639 sal_uInt16 nDay, nMonth, nYear; in getEomonth() local
640 DaysToDate( nDate, nDay, nMonth, nYear ); in getEomonth()
642 sal_Int32 nNewMonth = nMonth + nMonths; in getEomonth()
/aoo41x/main/desktop/source/so_comp/
H A Devaluation.cxx169 int nMonth = ( TIMEBOMB % 10000 ) / 100; in getMaterial() local
171 com::sun::star::util::Date aDate( nDay, nMonth, nYear ); in getMaterial()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx305 nMonth = 0, in toDate() local
308 nMonth = (sal_uInt16)_sSQLString.copy(4,2).toInt32(); in toDate()
311 return util::Date(nDay,nMonth,nYear); in toDate()
/aoo41x/main/svl/source/numbers/
H A Dzforfind.hxx46 const sal_uInt16 nMonth,
93 short nMonth; // Month (1..x) if date member in ImpSvNumberInputScan
H A Dzforscan.hxx51 void ChangeNullDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear);
H A Dzforscan.cxx456 void ImpSvNumberformatScan::ChangeNullDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear) in ChangeNullDate() argument
459 *pNullDate = Date(nDay, nMonth, nYear); in ChangeNullDate()
461 pNullDate = new Date(nDay, nMonth, nYear); in ChangeNullDate()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx158 …sal_uInt16 nMonth = sal::static_int_cast< sal_uInt16 >( aDateStr.getToken( 0, '.', nIndex ).toInt3… in UpdateView() local
163 Date aDate( nDay, nMonth, nYear ); in UpdateView()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx130 inline sal_uInt16 DaysInMonth( sal_uInt16 nMonth, sal_uInt16 nYear ) in DaysInMonth() argument
132 if ( nMonth != 2 ) in DaysInMonth()
133 return aDaysInMonth[nMonth-1]; in DaysInMonth()
138 return aDaysInMonth[nMonth-1] + 1; in DaysInMonth()
140 return aDaysInMonth[nMonth-1]; in DaysInMonth()
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx1988 sal_Bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double& rdRet );
2048 sal_Int16 nYear, nMonth, nDay; in RTLFUNC() local
2050 implGetDayMonthYear( nYear, nMonth, nDay, dDate ); in RTLFUNC()
2057 nTargetMonth = nMonth; in RTLFUNC()
2083 nTargetMonth = nMonth - nMonthAdd; in RTLFUNC()
2093 nTargetMonth = nMonth + nMonthAdd; in RTLFUNC()
/aoo41x/main/desktop/source/app/
H A Dappfirststart.cxx180 sal_Int32 nMonth = aDateString.getToken(0, '-', nIndex).toInt32(); in impl_parseDateTime() local
187 Date tmpDate((sal_uInt16)nDay, (sal_uInt16)nMonth, (sal_uInt16)nYear); in impl_parseDateTime()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx206 sal_Int32 nMonth = 12; in convertDateTime() local
228 if ( !convertNumber( nMonth, aDateStr.getToken( 0, '-', n ), 0, 12 ) ) in convertDateTime()
264 rDateTime.Month = (sal_uInt16)nMonth; in convertDateTime()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs148 int nDay, int nMonth, int nYear ) in setDate() argument
153 String aDateStr = nMonth + "/" + nDay + "/" + nYear; in setDate()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1234 sal_Int32 nMonth = (sal_Int32) floor( e.GetDouble() ); in Term() local
1235 nMonth = ( nMonth & 0x000000FF ) << 16; in Term()
1236 left.PutLong( nMonth + nYear ); in Term()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java185 int nDay, int nMonth, int nYear ) throws RuntimeException, Exception in setDate() argument
189 String aDateStr = nMonth + "/" + nDay + "/" + nYear; in setDate()
/aoo41x/main/framework/source/services/
H A Dlicense.cxx235 sal_Int32 nMonth = aDateString.getToken(0, '-', nIndex).toInt32(); in _parseDateTime() local
242 Date tmpDate((sal_uInt16)nDay, (sal_uInt16)nMonth, (sal_uInt16)nYear); in _parseDateTime()
/aoo41x/main/testtools/source/cliversioning/
H A Dversion.cs362 int nDay, int nMonth, int nYear ) in setDate() argument
367 String aDateStr = nMonth + "/" + nDay + "/" + nYear; in setDate()
/aoo41x/main/sc/source/filter/excel/
H A Dxipivot.cxx165 sal_uInt16 nYear, nMonth; in ReadSxdatetime() local
167 rStrm >> nYear >> nMonth >> nDay >> nHour >> nMin >> nSec; in ReadSxdatetime()
168 SetDateTime( DateTime( Date( nDay, nMonth, nYear ), Time( nHour, nMin, nSec ) ) ); in ReadSxdatetime()
H A Dxepivot.cxx186 sal_uInt16 nMonth = static_cast< sal_uInt16 >( pDateTime->GetMonth() ); in WriteBody() local
191 if( nYear < 1900 ) { nYear = 1900; nMonth = 1; nDay = 0; } in WriteBody()
192 rStrm << nYear << nMonth << nDay << nHour << nMin << nSec; in WriteBody()
/aoo41x/main/i18npool/inc/
H A Dcalendar_gregorian.hxx108 …void submitValues( sal_Int32 nYear, sal_Int32 nMonth, sal_Int32 nDay, sal_Int32 nHour, sal_Int32 n…
/aoo41x/main/xmloff/source/core/
H A Dxmluconv.cxx1251 sal_Int32 nMonth = 12; in convertDateTime() local
1273 if ( !convertNumber( nMonth, aDateStr.getToken( 0, '-', n ), 0, 12 ) ) in convertDateTime()
1309 rDateTime.Month = (sal_uInt16)nMonth; in convertDateTime()
/aoo41x/main/svtools/inc/svtools/
H A Dcalendar.hxx257 sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear,
/aoo41x/main/svl/inc/svl/
H A Dzforlist.hxx363 void ChangeNullDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear);

Completed in 165 milliseconds

123