Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dformattributes.cxx216 const sal_Char* _pAttributeName, const OUString& _rPropertyName) in addStringProperty() argument
218 implAdd(_pAttributeName, _rPropertyName, ::cppu::UnoType<OUString>::get()); in addStringProperty()
222 const sal_Char* _pAttributeName, const OUString& _rPropertyName, in addBooleanProperty() argument
230 const sal_Char* _pAttributeName, const OUString& _rPropertyName) in addInt16Property() argument
232 implAdd(_pAttributeName, _rPropertyName, ::cppu::UnoType<sal_Int16>::get()); in addInt16Property()
236 const sal_Char* _pAttributeName, const OUString& _rPropertyName) in addInt32Property() argument
238 implAdd( _pAttributeName, _rPropertyName, ::cppu::UnoType<sal_Int32>::get() ); in addInt32Property()
242 const sal_Char* _pAttributeName, const OUString& _rPropertyName, in addEnumPropertyImpl() argument
246 AttributeAssignment& aAssignment = implAdd(_pAttributeName, _rPropertyName, in addEnumPropertyImpl()
252 const sal_Char* _pAttributeName, const OUString& _rPropertyName, in implAdd() argument
[all …]
H A Dpropertyexport.hxx134 const sal_Char* _pAttributeName,
152 const sal_Char* _pAttributeName,
175 const sal_Char* _pAttributeName,
195 const sal_Char* _pAttributeName,
217 const sal_Char* _pAttributeName, in exportEnumPropertyAttribute() argument
223 exportEnumPropertyAttributeImpl(_nNamespaceKey, _pAttributeName, _rPropertyName, in exportEnumPropertyAttribute()
229 const sal_Char* _pAttributeName,
296 const sal_Char* _pAttributeName,
320 const sal_Char* _pAttributeName,
H A Dformattributes.hxx316 const sal_Char* _pAttributeName, const OUString& _rPropertyName);
331 const sal_Char* _pAttributeName, const OUString& _rPropertyName,
342 const sal_Char* _pAttributeName, const OUString& _rPropertyName);
352 const sal_Char* _pAttributeName, const OUString& _rPropertyName );
367 const sal_Char* _pAttributeName, const OUString& _rPropertyName, in addEnumProperty() argument
371 addEnumPropertyImpl(_pAttributeName, _rPropertyName, in addEnumProperty()
377 const sal_Char* _pAttributeName, const OUString& _rPropertyName,
382 const sal_Char* _pAttributeName, const OUString& _rPropertyName,
H A Dpropertyexport.cxx254 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()
285 … AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
292 … AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
311 AddAttribute(_nNamespaceKey, _pAttributeName, OUString::number(nCurrentValue)); in exportInt16PropertyAttribute()
331 AddAttribute( _nNamespaceKey, _pAttributeName, OUString::number(nCurrentValue) ); in exportInt32PropertyAttribute()
339 const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportEnumPropertyAttributeImpl() argument
359 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttributeImpl()
365 AddAttribute(_nNamespaceKey, _pAttributeName, OUString()); in exportEnumPropertyAttributeImpl()
444 …const sal_uInt16 _nAttributeNamespaceKey, const sal_Char* _pAttributeName, const sal_Char* _pPrope… in exportGenericPropertyAttribute() argument
468 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue); in exportGenericPropertyAttribute()
[all …]
H A Delementimport.hxx148 …void simulateDefaultedAttribute(const sal_Char* _pAttributeName, const OUString& _rProperty…
H A Delementimport.cxx570 …void OElementImport::simulateDefaultedAttribute(const sal_Char* _pAttributeName, const OUString& _… in simulateDefaultedAttribute() argument
576 OUString sLocalAttrName = OUString::createFromAscii(_pAttributeName); in simulateDefaultedAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dpropertyexport.hxx132 const char* _pAttributeName,
150 const char* _pAttributeName,
173 const char* _pAttributeName,
193 const char* _pAttributeName,
215 const char* _pAttributeName, in exportEnumPropertyAttribute() argument
221 exportEnumPropertyAttributeImpl(_nNamespaceKey, _pAttributeName, _rPropertyName, in exportEnumPropertyAttribute()
227 const char* _pAttributeName,
294 const char* _pAttributeName,
318 const char* _pAttributeName,
H A Dpropertyexport.cxx254 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()
285 … AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
292 … AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
311 AddAttribute(_nNamespaceKey, _pAttributeName, OUString::number(nCurrentValue)); in exportInt16PropertyAttribute()
331 AddAttribute( _nNamespaceKey, _pAttributeName, OUString::number(nCurrentValue) ); in exportInt32PropertyAttribute()
339 const sal_uInt16 _nNamespaceKey, const char* _pAttributeName, in exportEnumPropertyAttributeImpl() argument
359 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttributeImpl()
365 AddAttribute(_nNamespaceKey, _pAttributeName, OUString()); in exportEnumPropertyAttributeImpl()
447 … const sal_uInt16 _nAttributeNamespaceKey, const char* _pAttributeName, const char* _pPropertyName) in exportGenericPropertyAttribute() argument
471 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue); in exportGenericPropertyAttribute()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/misc/
H A DUITools.cxx542 …FontAttribute( const ::comphelper::NamedValueCollection& _rAttrValues, const char* _pAttributeName, in lcl_applyFontAttribute() argument
547 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
552 …FontAttribute( const ::comphelper::NamedValueCollection& _rAttrValues, const char* _pAttributeName, in lcl_applyFontAttribute() argument
557 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
562 …FontAttribute( const ::comphelper::NamedValueCollection& _rAttrValues, const char* _pAttributeName, in lcl_applyFontAttribute() argument
567 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/misc/
H A DUITools.cxx555 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
560 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
565 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
570 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()
575 …Attribute( const ::comphelper::NamedValueCollection& _rAttrValues, const sal_Char* _pAttributeName, in lcl_applyFontAttribute() argument
580 if ( _rAttrValues.get_ensureType( _pAttributeName, aAttributeValue ) ) in lcl_applyFontAttribute()