Home
last modified time | relevance | path

Searched refs:bCurrentValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx294 sal_Bool bCurrentValue = bDefault; in exportBooleanPropertyAttribute() local
298 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()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx2117 bCurrentValue(sal_False) in XMLConditionalTextImportContext()
2154 bCurrentValue = bTmp; in ProcessAttribute()
2177 aAny.setValue( &bCurrentValue, ::getBooleanCppuType() ); in PrepareField()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx817 sal_Bool bCurrentValue; member in XMLConditionalTextImportContext

Completed in 52 milliseconds