Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTrackChangesHandler.cxx47 m_pRedlineParams->m_sDate = sStringValue; in lcl_attribute()
84 …Properties[2].Value <<= ConversionHelper::ConvertDateStringToDateTime( m_pRedlineParams->m_sDate ); in getRedlineProperties()
H A DSdtHelper.hxx47 OUStringBuffer m_sDate; member in writerfilter::dmapper::SdtHelper
73 OUStringBuffer& getDate() { return m_sDate; } in getDate()
H A DSdtHelper.cxx194 OUString sFullDate = m_sDate.makeStringAndClear(); in createDateContentControl()
H A DPropertyMap.hxx84 OUString m_sDate; member
H A DDomainMapper_Impl.cxx2345 m_previousRedline->m_sDate == pCurrentRedline->m_sDate ) in appendTextPortion()
3007 …pRedlineProperties[1].Value <<= ConversionHelper::ConvertDateStringToDateTime( pRedline->m_sDate ); in CreateRedline()
7581 m_currentRedline->m_sDate = sDate; in SetCurrentRedlineDate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DTrackChangesHandler.cxx48 m_pRedlineParams->m_sDate = sStringValue; in lcl_attribute()
85 …Properties[2].Value <<= ConversionHelper::ConvertDateStringToDateTime( m_pRedlineParams->m_sDate ); in getRedlineProperties()
H A DSdtHelper.hxx59 OUStringBuffer m_sDate; member in writerfilter::dmapper::SdtHelper
85 OUStringBuffer& getDate() { return m_sDate; } in getDate()
H A DSdtHelper.cxx196 OUString sFullDate = m_sDate.makeStringAndClear(); in createDateContentControl()
H A DPropertyMap.hxx84 OUString m_sDate; member
H A DDomainMapper_Impl.cxx2395 …pRedlineProperties[1].Value <<= ConversionHelper::ConvertDateStringToDateTime( pRedline->m_sDate ); in CreateRedline()
6515 m_currentRedline->m_sDate = sDate; in SetCurrentRedlineDate()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_FootnoteLayout.h182 { return m_sDate.utf8_str();} in getDate()
193 UT_UTF8String m_sDate; variable
H A Dfl_FootnoteLayout.cpp807 m_sDate = pszDate; in _lookupProperties()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h562 UT_UTF8String m_sDate; variable
H A Die_imp_RTF.cpp534 m_sDate(""), in ABI_RTF_Annotation()
2420 if(m_pAnnotation->m_sDate.size() > 0) in HandleAnnotation()
2424 pszAnn[i] = m_pAnnotation->m_sDate.utf8_str(); in HandleAnnotation()
6049 m_pAnnotation->m_sDate = sContent; in HandleStarKeyword()