Lines Matching refs:_nNamespaceKey
260 …void OPropertyExport::exportStringPropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportStringPropertyAttribute() argument
276 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()
283 …void OPropertyExport::exportBooleanPropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportBooleanPropertyAttribute() argument
308 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
315 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
322 …void OPropertyExport::exportInt16PropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char… in exportInt16PropertyAttribute() argument
338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute()
346 …void OPropertyExport::exportInt32PropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Cha… in exportInt32PropertyAttribute() argument
362 AddAttribute( _nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear() ); in exportInt32PropertyAttribute()
371 const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportEnumPropertyAttribute() argument
392 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttribute()
398 AddAttributeASCII(_nNamespaceKey, _pAttributeName, ""); in exportEnumPropertyAttribute()