Home
last modified time | relevance | path

Searched refs:PROPERTY_DATEMIN (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx116 #define PROPERTY_DATEMIN "DateMin" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx120 #define PROPERTY_DATEMIN "DateMin" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformstrings.hxx101 #define PROPERTY_DATEMIN "DateMin" macro
H A Dxsdvalidationpropertyhandler.cxx241 aSuperfluous.push_back( OUString(PROPERTY_DATEMIN) ); in getSupersededProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformstrings.hxx102 #define PROPERTY_DATEMIN "DateMin" macro
H A Dxsdvalidationpropertyhandler.cxx250 aSuperfluous.push_back( OUString(PROPERTY_DATEMIN) ); in getSupersededProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DDate.cxx87 m_xAggregateSet->setPropertyValue( PROPERTY_DATEMIN, makeAny(util::Date(1, 1, 1800)) ); in ODateModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DDate.cxx92 m_xAggregateSet->setPropertyValue( PROPERTY_DATEMIN, makeAny(util::Date(1, 1, 1800)) ); in ODateModel()