Home
last modified time | relevance | path

Searched refs:attrIndex (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java348 public boolean isAttributeSet(int attrIndex) { in isAttributeSet() argument
349 return isSet[attrIndex]; in isAttributeSet()
360 public int getAttribute(int attrIndex) { in getAttribute() argument
361 if (isSet[attrIndex]) in getAttribute()
362 return value[attrIndex]; in getAttribute()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm153 for ( int attrIndex = 0; attrIndex < attributes.getLength(); attrIndex++ ) {
154 PropertyValue property = attributes [ attrIndex ];

Completed in 24 milliseconds