/aoo42x/main/sal/osl/os2/ |
H A D | time.c | 78 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 …]
|
/aoo42x/main/sal/osl/unx/ |
H A D | time.c | 77 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 …]
|
/aoo42x/main/sal/osl/w32/ |
H A D | time.c | 83 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 …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 1044 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 D | swunohelper.cxx | 258 ::DateTime* pDateTime = new ::DateTime( in UCB_GetFileListOfFolder() 266 void* p = pDateTime; in UCB_GetFileListOfFolder()
|
/aoo42x/main/svl/source/misc/ |
H A D | lockfilecommon.cxx | 237 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()
|
/aoo42x/main/svx/source/dialog/ |
H A D | ctredlin.cxx | 446 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()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1810 …::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()
|
/aoo42x/main/sal/inc/osl/ |
H A D | time.h | 115 sal_Bool SAL_CALL osl_getDateTimeFromTimeValue( TimeValue* pTimeVal, oslDateTime* pDateTime ); 124 sal_Bool SAL_CALL osl_getTimeValueFromDateTime( oslDateTime* pDateTime, TimeValue* pTimeVal );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 183 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 D | xipivot.cxx | 110 else if( const DateTime* pDateTime = GetDateTime() ) in WriteToSource() local 113 double fValue = rRoot.GetDoubleFromDateTime( *pDateTime ); in WriteToSource()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 1148 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 147 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment); 148 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime);
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 229 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()
|