Searched refs:propertyValues (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleEditableTextImpl.java | 134 propertyValues.add(propertyValue); in setAttributes() 143 propertyValues.add(propertyValue); in setAttributes() 158 propertyValues.add(propertyValue); in setAttributes() 169 propertyValues.add(propertyValue); in setAttributes() 183 propertyValues.add(propertyValue); in setAttributes() 192 propertyValues.add(propertyValue); in setAttributes() 201 propertyValues.add(propertyValue); in setAttributes() 217 propertyValues.add(propertyValue); in setAttributes() 226 propertyValues.add(propertyValue); in setAttributes() 235 propertyValues.add(propertyValue); in setAttributes() [all …]
|
H A D | AccessibleTextImpl.java | 125 com.sun.star.beans.PropertyValue[] propertyValues = in getLocale() local 128 if (null != propertyValues) { in getLocale() 129 for (int i = 0; i < propertyValues.length; i++) { in getLocale() 131 AnyConverter.toObject(UnoLocaleType, propertyValues[i]); in getLocale() 451 … com.sun.star.beans.PropertyValue[] propertyValues = unoObject.getCharacterAttributes(index, in getCharacterAttribute() local 455 if (null != propertyValues) { in getCharacterAttribute() 456 for (int i = 0; i < propertyValues.length; i++) { in getCharacterAttribute() 457 setAttribute(attributeSet, propertyValues[i]); in getCharacterAttribute()
|
/aoo4110/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentConverter.java | 92 com.sun.star.beans.PropertyValue propertyValues[] = in traverse() local 94 propertyValues[0] = new com.sun.star.beans.PropertyValue(); in traverse() 95 propertyValues[0].Name = "Hidden"; in traverse() 96 propertyValues[0].Value = new Boolean(true); in traverse() 100 sUrl, "_blank", 0, propertyValues); in traverse() 109 propertyValues = new com.sun.star.beans.PropertyValue[2]; in traverse() 112 propertyValues[0].Name = "Overwrite"; in traverse() 113 propertyValues[0].Value = new Boolean(true); in traverse() 116 propertyValues[1].Name = "FilterName"; in traverse() 117 propertyValues[1].Value = DocumentConverter.sConvertType; in traverse() [all …]
|
/aoo4110/main/sc/source/ui/vba/testvba/ |
H A D | testvba.cxx | 159 Sequence< PropertyValue > propertyValues(1); in proccessDocument() local 160 propertyValues[0].Name = rtl::OUString::createFromAscii( "Hidden" ); in proccessDocument() 161 propertyValues[0].Value <<= sal_False; in proccessDocument() 166 …er->loadComponentFromURL( sfileUrl, rtl::OUString::createFromAscii( "_blank" ), 0, propertyValues); in proccessDocument()
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.cxx | 328 uno::Sequence<beans::PropertyValue> propertyValues; in execute() local 330 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute() 335 uno::Sequence< uno::Any > ret(propertyValues.getLength()); in execute() 341 if(props[j].Name == propertyValues[i].Name) { in execute()
|
/aoo4110/main/qadevOOo/tests/java/ifc/style/ |
H A D | _ParagraphProperties.java | 367 PropertyValue[] propertyValues = null; in _NumberingRules() local 382 propertyValues = (PropertyValue[]) NumberingRules.getByIndex(0); in _NumberingRules() 392 _NumberingLevel numb = new _NumberingLevel((LogWriter)log, tParam, propertyValues); in _NumberingRules()
|
/aoo4110/main/qadevOOo/tests/java/ifc/text/ |
H A D | _NumberingLevel.java | 82 public _NumberingLevel(LogWriter log, TestParameters tParam, PropertyValue[] propertyValues){ in _NumberingLevel() argument 85 this.PropertyArray = propertyValues; in _NumberingLevel()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 534 final ArrayList propertyValues) in queryStyleByProperties() argument 555 final Object value = propertyValues.get(j); in queryStyleByProperties() 560 if (!propertyValues.get(j).equals(obj)) in queryStyleByProperties()
|
/aoo4110/main/odk/examples/DevelopersGuide/UCB/ |
H A D | PropertiesComposer.java | 83 Vector propertyValues = getPropertyValues(); in setProperties() local 84 return setProperties( properties, propertyValues ); in setProperties()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 639 final ArrayList propertyValues = new ArrayList(); in startOther() local 644 propertyValues.add(ALWAYS); in startOther() 648 propertyValues.add(ALWAYS); in startOther() 653 propertyValues.add(null); in startOther() 655 …), OfficeToken.PARAGRAPH, PARAGRAPH_PROPERTIES, propertyNameSpaces, propertyNames, propertyValues); in startOther()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 445 Sequence<PropertyValue> propertyValues; in execute() local 447 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute() 456 aRet <<= setPropertyValues(propertyValues); in execute()
|
Completed in 186 milliseconds