Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/forms/
H A Delementimport.cxx630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
827 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1177 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1234 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1265 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1304 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1345 … return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, sAdjustedValue ); in handleAttribute()
1348 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1392 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1763 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
[all …]
H A Delementimport.hxx136 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
244 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
315 virtual bool handleAttribute( sal_uInt16 _nNamespaceKey,
341 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
359 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
378 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
400 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
450 virtual bool handleAttribute( sal_uInt16 _nNamespaceKey,
536 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
735 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
H A Dpropertyimport.cxx318 handleAttribute(nNamespace, sLocalName, _rxAttrList->getValueByIndex(i)); in StartElement()
348 bool OPropertyImport::handleAttribute(sal_uInt16 /*_nNamespaceKey*/, const ::rtl::OUString& _rLocal… in handleAttribute() function in xmloff::OPropertyImport
H A Dpropertyimport.hxx118 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java63 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in ColumnStyle()
82 handleAttribute(attr.getNodeName(), in ColumnStyle()
157 private void handleAttribute(String attr, String value) { in handleAttribute() method in ColumnStyle
H A DRowStyle.java63 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in RowStyle()
82 handleAttribute(attr.getNodeName(), in RowStyle()
157 private void handleAttribute(String attr, String value) { in handleAttribute() method in RowStyle
H A DCellStyle.java65 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in CellStyle()
84 handleAttribute(attr.getNodeName(), in CellStyle()
152 private void handleAttribute(String attr, String value) { in handleAttribute() method in CellStyle
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java93 handleAttribute(attr.getNodeName(), attr.getNodeValue()); in TextStyle()
112 handleAttribute(attr.getNodeName(), in TextStyle()
193 private void handleAttribute(String attr, String value) { in handleAttribute() method in TextStyle

Completed in 72 milliseconds