Searched refs:bCurrentValue (Results 1 – 3 of 3) sorted by relevance
294 sal_Bool bCurrentValue = bDefault; in exportBooleanPropertyAttribute() local298 bCurrentValue = ::cppu::any2bool(aCurrentValue); in exportBooleanPropertyAttribute()302 bCurrentValue = !bCurrentValue; in exportBooleanPropertyAttribute()305 if (bDefaultVoid || (bDefault != bCurrentValue)) in exportBooleanPropertyAttribute()308 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()315 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
2117 bCurrentValue(sal_False) in XMLConditionalTextImportContext()2154 bCurrentValue = bTmp; in ProcessAttribute()2177 aAny.setValue( &bCurrentValue, ::getBooleanCppuType() ); in PrepareField()
817 sal_Bool bCurrentValue; member in XMLConditionalTextImportContext
Completed in 41 milliseconds