/trunk/main/xmloff/source/forms/ |
H A D | formattributes.cxx | 262 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 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 302 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in addEnumProperty() argument 308 AttributeAssignment& aAssignment = implAdd(_pAttributeName, _rPropertyName, in addEnumProperty() 317 const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropertyName, in implAdd() argument 320 …nownProperties.end() == m_aKnownProperties.find(::rtl::OUString::createFromAscii(_pAttributeName)), in implAdd() [all …]
|
H A D | propertyexport.cxx | 276 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute() 308 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute() 315 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute() 338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute() 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() 468 …const sal_uInt16 _nAttributeNamespaceKey, const sal_Char* _pAttributeName, const sal_Char* _pPrope… in exportGenericPropertyAttribute() argument 492 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue); in exportGenericPropertyAttribute() [all …]
|
H A D | propertyexport.hxx | 133 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 D | formattributes.hxx | 285 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 D | propertyimport.hxx | 132 …Attribute(const sal_Char* _pAttributeName) const { return encounteredAttribute(::rtl::OUString::cr… in encounteredAttribute()
|
H A D | elementimport.cxx | 660 …void OElementImport::simulateDefaultedAttribute(const sal_Char* _pAttributeName, const ::rtl::OUSt… in simulateDefaultedAttribute() argument 666 ::rtl::OUString sLocalAttrName = ::rtl::OUString::createFromAscii(_pAttributeName); in simulateDefaultedAttribute()
|
H A D | elementimport.hxx | 160 …void simulateDefaultedAttribute(const sal_Char* _pAttributeName, const ::rtl::OUString& _rPropert…
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 569 …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()
|