Home
last modified time | relevance | path

Searched refs:PROPERTY_SHOWTHOUSANDSEP (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx113 #define PROPERTY_SHOWTHOUSANDSEP "ShowThousandsSeparator" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx117 #define PROPERTY_SHOWTHOUSANDSEP "ShowThousandsSeparator" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformstrings.hxx98 #define PROPERTY_SHOWTHOUSANDSEP "ShowThousandsSeparator" macro
H A Dformcomponenthandler.cxx899 aInterestingProperties.push_back( PROPERTY_SHOWTHOUSANDSEP ); in getActuatingProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformstrings.hxx99 #define PROPERTY_SHOWTHOUSANDSEP "ShowThousandsSeparator" macro
H A Dformcomponenthandler.cxx903 aInterestingProperties.push_back( PROPERTY_SHOWTHOUSANDSEP ); in getActuatingProperties()
1151 … ::comphelper::getBOOL( m_xComponent->getPropertyValue(PROPERTY_SHOWTHOUSANDSEP) ) in describePropertyLine()