Home
last modified time | relevance | path

Searched refs:PROPERTY_TRISTATE (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dstrings.hxx73 #define PROPERTY_TRISTATE "TriState" macro
H A Dlayerimport.cxx135 … OAttributeMetaData::getSpecialAttributeToken(SCAFlags::IsTristate), PROPERTY_TRISTATE, false); in OFormLayerXMLImport_Impl()
H A Delementexport.cxx941 PROPERTY_DEFAULTBUTTON, PROPERTY_TRISTATE, in exportSpecialAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dstrings.hxx74 #define PROPERTY_TRISTATE "TriState" macro
H A Dlayerimport.cxx133 … OAttributeMetaData::getSpecialAttributeName(SCAFlags::IsTristate), PROPERTY_TRISTATE, false); in OFormLayerXMLImport_Impl()
H A Delementexport.cxx940 PROPERTY_DEFAULTBUTTON, PROPERTY_TRISTATE, in exportSpecialAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/inc/
H A Dstrings.hxx266 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/inc/
H A Dstrings.hxx267 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/inc/
H A Dstrings.hxx117 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx65 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx69 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/inc/
H A Dstrings.hxx117 #define PROPERTY_TRISTATE "TriState" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformstrings.hxx60 #define PROPERTY_TRISTATE "TriState" macro
H A Dformcomponenthandler.cxx897 aInterestingProperties.push_back( PROPERTY_TRISTATE ); in getActuatingProperties()
1245 if ( impl_componentHasProperty_throw( PROPERTY_TRISTATE ) ) in describePropertyLine()
1247 … if ( !::comphelper::getBOOL( m_xComponent->getPropertyValue( PROPERTY_TRISTATE ) ) ) in describePropertyLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformstrings.hxx61 #define PROPERTY_TRISTATE "TriState" macro
H A Dformcomponenthandler.cxx901 aInterestingProperties.push_back( PROPERTY_TRISTATE ); in getActuatingProperties()
1242 if ( impl_componentHasProperty_throw( PROPERTY_TRISTATE ) ) in describePropertyLine()
1244 … if ( !::comphelper::getBOOL( m_xComponent->getPropertyValue( PROPERTY_TRISTATE ) ) ) in describePropertyLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DCheckBox.cxx211 m_xAggregateSet->getPropertyValue( PROPERTY_TRISTATE ) >>= bTriState; in translateDbColumnToControlValue()
H A DFilter.cxx188 xVclWindow->setProperty( PROPERTY_TRISTATE, makeAny( true ) ); in createPeer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DCheckBox.cxx211 m_xAggregateSet->getPropertyValue( PROPERTY_TRISTATE ) >>= bTriState; in translateDbColumnToControlValue()
H A DFilter.cxx194 xVclWindow->setProperty( PROPERTY_TRISTATE, makeAny( true ) ); in createPeer()