Searched refs:m_aDate (Results 1 – 8 of 8) sorted by relevance
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.cxx | 737 rEntry.m_aDate.SetDay(nDay); in parseVMS() 752 rEntry.m_aDate.SetMonth(1); in parseVMS() 755 rEntry.m_aDate.SetMonth(2); in parseVMS() 758 rEntry.m_aDate.SetMonth(3); in parseVMS() 761 rEntry.m_aDate.SetMonth(4); in parseVMS() 764 rEntry.m_aDate.SetMonth(5); in parseVMS() 767 rEntry.m_aDate.SetMonth(6); in parseVMS() 770 rEntry.m_aDate.SetMonth(7); in parseVMS() 833 rEntry.m_aDate.SetHour(nHour); in parseVMS() 850 rEntry.m_aDate.SetSec(0); in parseVMS() [all …]
|
H A D | ftpdirp.hxx | 94 DateTime m_aDate; member 99 : m_aDate(0,0,0,0,0,0,0), in FTPDirentry() 105 m_aDate = DateTime(0,0,0,0,0,0,0); in clear()
|
H A D | ftpresultsetI.cxx | 91 dirvec[n].m_aDate); in ResultSetI()
|
H A D | ftpcontent.cxx | 874 aDirEntry.m_aDate); in getPropertyValues()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | DateTime.cxx | 81 ,m_aDate(this, ModuleRes(CB_DATE ) ) in DBG_NAME() 118 m_aDateControlling.enableOnCheckMark( m_aDate, m_aFTDateFormat, m_aDateListBox); in DBG_NAME() 121 CheckBox* pCheckBoxes[] = { &m_aDate,&m_aTime}; in DBG_NAME() 156 if ( nRet == RET_OK && (m_aDate.IsChecked() || m_aTime.IsChecked()) ) in Execute() 169 aValues[nLength++].Value <<= m_aDate.IsChecked(); in Execute() 178 if ( m_aDate.IsChecked() ) in Execute() 235 if ( _pBox == &m_aDate || _pBox == &m_aTime) in IMPL_LINK() 237 sal_Bool bDate = m_aDate.IsChecked(); in IMPL_LINK()
|
/trunk/main/desktop/source/app/ |
H A D | lockfile.cxx | 95 m_aDate = OUString::createFromAscii( tmpTime ); in Lockfile() 96 sal_Int32 i = m_aDate.indexOf('\n'); in Lockfile() 98 m_aDate = m_aDate.copy(0, i); in Lockfile() 214 ByteString aTime = OUStringToOString( m_aDate, RTL_TEXTENCODING_ASCII_US ); in syncToFile()
|
H A D | lockfile.hxx | 87 rtl::OUString m_aDate; member in desktop::Lockfile
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | DateTime.hxx | 54 CheckBox m_aDate; member in rptui::ODateTimeDialog
|
Completed in 50 milliseconds