Searched refs:handleAttribute (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 826 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1176 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1233 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 1264 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 1303 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1344 … return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, sAdjustedValue ); in handleAttribute() 1347 return OImagePositionImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1391 return OControlImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1762 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() [all …]
|
H A D | elementimport.hxx | 136 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 D | propertyimport.cxx | 318 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 D | propertyimport.hxx | 118 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | ColumnStyle.java | 63 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 D | RowStyle.java | 63 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 D | CellStyle.java | 65 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
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | TextStyle.java | 93 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 56 milliseconds