Home
last modified time | relevance | path

Searched refs:pDateTime (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dtime.c78 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue()
79 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue()
100 aTime.tm_sec = pDateTime->Seconds; in osl_getTimeValueFromDateTime()
101 aTime.tm_min = pDateTime->Minutes; in osl_getTimeValueFromDateTime()
102 aTime.tm_hour = pDateTime->Hours; in osl_getTimeValueFromDateTime()
103 aTime.tm_mday = pDateTime->Day; in osl_getTimeValueFromDateTime()
104 aTime.tm_wday = pDateTime->DayOfWeek; in osl_getTimeValueFromDateTime()
106 if ( pDateTime->Month > 0 ) in osl_getTimeValueFromDateTime()
107 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
111 if ( pDateTime->Year >= 1900 ) in osl_getTimeValueFromDateTime()
[all …]
/trunk/main/sal/osl/unx/
H A Dtime.c77 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue()
78 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue()
99 aTime.tm_sec = pDateTime->Seconds; in osl_getTimeValueFromDateTime()
100 aTime.tm_min = pDateTime->Minutes; in osl_getTimeValueFromDateTime()
101 aTime.tm_hour = pDateTime->Hours; in osl_getTimeValueFromDateTime()
102 aTime.tm_mday = pDateTime->Day; in osl_getTimeValueFromDateTime()
103 aTime.tm_wday = pDateTime->DayOfWeek; in osl_getTimeValueFromDateTime()
105 if ( pDateTime->Month > 0 ) in osl_getTimeValueFromDateTime()
106 aTime.tm_mon = pDateTime->Month - 1; in osl_getTimeValueFromDateTime()
110 if ( pDateTime->Year >= 1900 ) in osl_getTimeValueFromDateTime()
[all …]
/trunk/main/sal/osl/w32/
H A Dtime.c83 pDateTime->Seconds = aSystemTime.wSecond; in osl_getDateTimeFromTimeValue()
84 pDateTime->Minutes = aSystemTime.wMinute; in osl_getDateTimeFromTimeValue()
85 pDateTime->Hours = aSystemTime.wHour; in osl_getDateTimeFromTimeValue()
86 pDateTime->Day = aSystemTime.wDay; in osl_getDateTimeFromTimeValue()
88 pDateTime->Month = aSystemTime.wMonth; in osl_getDateTimeFromTimeValue()
89 pDateTime->Year = aSystemTime.wYear; in osl_getDateTimeFromTimeValue()
108 aSystemTime.wSecond = pDateTime->Seconds; in osl_getTimeValueFromDateTime()
110 aSystemTime.wHour = pDateTime->Hours; in osl_getTimeValueFromDateTime()
111 aSystemTime.wDay = pDateTime->Day; in osl_getTimeValueFromDateTime()
113 aSystemTime.wMonth = pDateTime->Month; in osl_getTimeValueFromDateTime()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1044 util::DateTime* pDateTime; member
1060 pDateTime(0), in SwFieldProperties_Impl()
1074 {delete pDateTime;} in ~SwFieldProperties_Impl()
1247 if (m_pProps->pDateTime) in attachToRange()
1251 aDateTime.SetDay(m_pProps->pDateTime->Day); in attachToRange()
1295 if(m_pProps->pDateTime) in attachToRange()
2107 if ( !m_pProps->pDateTime ) in setPropertyValue()
2108 m_pProps->pDateTime = new util::DateTime; in setPropertyValue()
2109 rValue >>= ( *m_pProps->pDateTime ); in setPropertyValue()
2297 if(m_pProps->pDateTime) in getPropertyValue()
[all …]
H A Dswunohelper.cxx258 ::DateTime* pDateTime = new ::DateTime( in UCB_GetFileListOfFolder()
266 void* p = pDateTime; in UCB_GetFileListOfFolder()
/trunk/main/svl/source/misc/
H A Dlockfilecommon.cxx237 char pDateTime[20]; in GetCurrentLocalTime() local
238 …sprintf( pDateTime, "%02d.%02d.%4d %02d:%02d", aDateTime.Day, aDateTime.Month, aDateTime.Year, aDa… in GetCurrentLocalTime()
239 aTime = ::rtl::OUString::createFromAscii( pDateTime ); in GetCurrentLocalTime()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx446 const DateTime *pDateTime,const String* pCommentStr) in IsValidEntry() argument
457 nTheFlag=pDateTime->IsBetween(aDaTiFilterFirst,aDaTiFilterLast); in IsValidEntry()
461 nTheFlag=!(pDateTime->IsBetween(aDaTiFilterFirst,aDaTiFilterLast)); in IsValidEntry()
474 sal_Bool SvxRedlinTable::IsValidEntry(const String* pAuthorStr,const DateTime *pDateTime) in IsValidEntry() argument
488 nTheFlag=pDateTime->IsBetween(aDaTiFilterFirst,aDaTiFilterLast); in IsValidEntry()
492 nTheFlag=!(pDateTime->IsBetween(aDaTiFilterFirst,aDaTiFilterLast)); in IsValidEntry()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1810 …::com::sun::star::util::DateTime* pDateTime = static_cast< ::com::sun::star::util::DateTime*>(m_aV… in getDate()
1811 aValue.Day = pDateTime->Day; in getDate()
1812 aValue.Month = pDateTime->Month; in getDate()
1813 aValue.Year = pDateTime->Year; in getDate()
1867 …::com::sun::star::util::DateTime* pDateTime = static_cast< ::com::sun::star::util::DateTime*>(m_aV… in getTime()
1868 aValue.HundredthSeconds = pDateTime->HundredthSeconds; in getTime()
1869 aValue.Seconds = pDateTime->Seconds; in getTime()
1870 aValue.Minutes = pDateTime->Minutes; in getTime()
1871 aValue.Hours = pDateTime->Hours; in getTime()
/trunk/main/sal/inc/osl/
H A Dtime.h115 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime );
124 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal );
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx183 else if( const DateTime* pDateTime = GetDateTime() ) in WriteBody() local
185 sal_uInt16 nYear = static_cast< sal_uInt16 >( pDateTime->GetYear() ); in WriteBody()
186 sal_uInt16 nMonth = static_cast< sal_uInt16 >( pDateTime->GetMonth() ); in WriteBody()
187 sal_uInt8 nDay = static_cast< sal_uInt8 >( pDateTime->GetDay() ); in WriteBody()
188 sal_uInt8 nHour = static_cast< sal_uInt8 >( pDateTime->GetHour() ); in WriteBody()
189 sal_uInt8 nMin = static_cast< sal_uInt8 >( pDateTime->GetMin() ); in WriteBody()
190 sal_uInt8 nSec = static_cast< sal_uInt8 >( pDateTime->GetSec() ); in WriteBody()
H A Dxipivot.cxx110 else if( const DateTime* pDateTime = GetDateTime() ) in WriteToSource() local
113 double fValue = rRoot.GetDoubleFromDateTime( *pDateTime ); in WriteToSource()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1148 DateTime pDateTime = (DateTime)value; in getTime() local
1149 aValue.HundredthSeconds = pDateTime.HundredthSeconds; in getTime()
1150 aValue.Seconds = pDateTime.Seconds; in getTime()
1151 aValue.Minutes = pDateTime.Minutes; in getTime()
1152 aValue.Hours = pDateTime.Hours; in getTime()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx147 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment);
148 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime);
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx229 oslDateTime *pDateTime = ( oslDateTime* )malloc( sizeof( oslDateTime ) ) ; in printTime() local
230 ASSERT_TRUE(pDateTime != NULL) << "Error in printTime() function,malloc "; in printTime()
235 …ASSERT_TRUE(sal_True == osl_getDateTimeFromTimeValue( pLocalTV, pDateTime )) << "Error in printTim… in printTime()
238 printf( " Time is: %d/%d/%d ", pDateTime->Month, pDateTime->Day, pDateTime->Year); in printTime()
239 switch ( pDateTime->DayOfWeek ) in printTime()
249 …printf( " %d:%d:%d %d nsecs\n", pDateTime->Hours, pDateTime->Minutes, pDateTime->Seconds, pDateTim… in printTime()
251 free( pDateTime ); in printTime()

Completed in 94 milliseconds