Home
last modified time | relevance | path

Searched refs:bFoundValidDate (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dbookmrk.cxx780 bool bFoundValidDate = false; in GetCurrentDate() local
813 bFoundValidDate = m_pNumberFormatter->IsNumberFormat(sContent, nFormat, dCurrentDate); in GetCurrentDate()
815 return std::pair<bool, double>(bFoundValidDate, dCurrentDate); in GetCurrentDate()
854 bool bFoundValidDate = false; in ParseCurrentDateParam() local
881bFoundValidDate = m_pNumberFormatter->IsNumberFormat(sCurrentDate, nFormat, dCurrentDate); in ParseCurrentDateParam()
884 return std::pair<bool, double>(bFoundValidDate, dCurrentDate); in ParseCurrentDateParam()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dbookmrk.cxx874 bool bFoundValidDate = false; in GetCurrentDate() local
907 bFoundValidDate = m_pNumberFormatter->IsNumberFormat(sContent, nFormat, dCurrentDate); in GetCurrentDate()
909 return std::pair<bool, double>(bFoundValidDate, dCurrentDate); in GetCurrentDate()
948 bool bFoundValidDate = false; in ParseCurrentDateParam() local
975bFoundValidDate = m_pNumberFormatter->IsNumberFormat(sCurrentDate, nFormat, dCurrentDate); in ParseCurrentDateParam()
978 return std::pair<bool, double>(bFoundValidDate, dCurrentDate); in ParseCurrentDateParam()