Searched refs:m_DateTime (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 114 util::DateTime m_DateTime; member in sd::Annotation 137 util::DateTime m_DateTime; member 144 m_DateTime = xAnnotation->getDateTime(); in get() 152 xAnnotation->setDateTime(m_DateTime); in set() 310 return m_DateTime; in getDateTime() 321 m_DateTime = the_value; in setDateTime()
|
/aoo42x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 1874 - sprintf(buf, "%u-%u-%u\r\n", m_DateTime.month, m_DateTime.day, m_DateTime.year); 1875 + sprintf(buf, "%u-%u-%u\n", m_DateTime.month, m_DateTime.day, m_DateTime.year); 1879 - sprintf(buf, "%u:%u:%u\r\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds); 1880 + sprintf(buf, "%u:%u:%u\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds);
|
Completed in 31 milliseconds