Searched refs:bTriState (Results 1 – 6 of 6) sorted by relevance
223 sal_Bool bTriState = sal_True; in translateDbColumnToControlValue() local225 m_xAggregateSet->getPropertyValue( PROPERTY_TRISTATE ) >>= bTriState; in translateDbColumnToControlValue()226 aValue <<= (sal_Int16)( bTriState ? STATE_DONTKNOW : getDefaultChecked() ); in translateDbColumnToControlValue()
175 sal_Bool bTriState = sal_False; in readCheckBoxModel() local176 … if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TriState") ) ) >>= bTriState) && bTriState) in readCheckBoxModel()195 OSL_ENSURE( bTriState, "### detected tristate value, but TriState is not set!" ); in readCheckBoxModel()
1850 sal_Bool bTriState = sal_False; in endElement() local1851 if (getBoolAttr( &bTriState, in endElement()1857 makeAny( bTriState ) ); in endElement()1872 sal_Int16 nVal = (bTriState ? 2 : 0); // if tristate set, but checked omitted => dont know! in endElement()
510 …bool bTriState = (pClientData->mnChecked != ::oox::vml::VML_CLIENTDATA_UNCHECKED) && (pClientData-… in createAndInsertClientXShape() local511 rAxModel.mnMultiSelect = bTriState ? AX_SELCTION_MULTI : AX_SELCTION_SINGLE; in createAndInsertClientXShape()
3953 void CheckBox::EnableTriState( sal_Bool bTriState ) in EnableTriState() argument3955 if ( mbTriState != bTriState ) in EnableTriState()3957 mbTriState = bTriState; in EnableTriState()3959 if ( !bTriState && (meState == STATE_DONTKNOW) ) in EnableTriState()
475 void EnableTriState( sal_Bool bTriState = sal_True );
Completed in 66 milliseconds