Searched refs:handleAttribute (Results 1 – 8 of 8) sorted by relevance
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 630 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 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,
|
/trunk/main/xmerge/java/xmerge/src/main/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
|
/trunk/main/xmerge/java/xmerge/src/main/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 57 milliseconds