Home
last modified time | relevance | path

Searched refs:_pAttributeName (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/xmloff/source/forms/
H A Dformattributes.cxx262 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addStringProperty() argument
265 … implAdd(_pAttributeName, _rPropertyName, ::getCppuType( static_cast< ::rtl::OUString* >(NULL) ), in addStringProperty()
271 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addBooleanProperty() argument
276 …AttributeAssignment& aAssignment = implAdd(_pAttributeName, _rPropertyName, ::getBooleanCppuType()… in addBooleanProperty()
282 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addInt16Property() argument
287 …implAdd(_pAttributeName, _rPropertyName, ::getCppuType( static_cast< sal_Int16* >(NULL) ), aDefaul… in addInt16Property()
292 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addInt32Property() argument
297 …implAdd( _pAttributeName, _rPropertyName, ::getCppuType( static_cast< sal_Int32* >(NULL) ), aDefau… in addInt32Property()
302 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addEnumProperty() argument
308 AttributeAssignment& aAssignment = implAdd(_pAttributeName, _rPropertyName, in addEnumProperty()
[all …]
H A Dpropertyexport.cxx260 …t::exportStringPropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportStringPropertyAttribute() argument
276 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()
283 …t::exportBooleanPropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, 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 …ort::exportInt16PropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportInt16PropertyAttribute() argument
338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute()
346 …rt::exportInt32PropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportInt32PropertyAttribute() argument
362 AddAttribute( _nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear() ); in exportInt32PropertyAttribute()
371 const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportEnumPropertyAttribute() argument
[all …]
H A Dpropertyexport.hxx133 const sal_Char* _pAttributeName,
151 const sal_Char* _pAttributeName,
170 const sal_Char* _pAttributeName,
189 const sal_Char* _pAttributeName,
210 const sal_Char* _pAttributeName,
277 const sal_Char* _pAttributeName,
305 const sal_Char* _pAttributeName,
H A Dformattributes.hxx285 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
301 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
314 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
327 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
344 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
351 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName,
H A Dpropertyimport.hxx132 …Attribute(const sal_Char* _pAttributeName) const { return encounteredAttribute(::rtl::OUString::cr… in encounteredAttribute()
H A Delementimport.hxx160 …void simulateDefaultedAttribute(const sal_Char* _pAttributeName, const ::rtl::OUString& _rP…
H A Delementimport.cxx660 …void OElementImport::simulateDefaultedAttribute(const sal_Char* _pAttributeName, const ::rtl::OUSt… in simulateDefaultedAttribute() argument
666 ::rtl::OUString sLocalAttrName = ::rtl::OUString::createFromAscii(_pAttributeName); in simulateDefaultedAttribute()
/AOO41X/main/reportdesign/source/ui/misc/
H A DUITools.cxx569 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
574 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
579 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
584 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
589 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
594 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()