Home
last modified time | relevance | path

Searched refs:propertyValues (Results 1 – 11 of 11) sorted by relevance

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java134 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 DAccessibleTextImpl.java126 com.sun.star.beans.PropertyValue[] propertyValues = in getLocale() local
129 if (null != propertyValues) { in getLocale()
130 for (int i = 0; i < propertyValues.length; i++) { in getLocale()
132 AnyConverter.toObject(UnoLocaleType, propertyValues[i]); in getLocale()
452 com.sun.star.beans.PropertyValue[] propertyValues = unoObject.getCharacterAttributes(index, in getCharacterAttribute() local
456 if (null != propertyValues) { in getCharacterAttribute()
457 for (int i = 0; i < propertyValues.length; i++) { in getCharacterAttribute()
458 setAttribute(attributeSet, propertyValues[i]); in getCharacterAttribute()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java92 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 …]
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx159 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()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx328 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java367 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_NumberingLevel.java82 public _NumberingLevel(LogWriter log, TestParameters tParam, PropertyValue[] propertyValues){ in _NumberingLevel() argument
85 this.PropertyArray = propertyValues; in _NumberingLevel()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java534 final ArrayList propertyValues) in queryStyleByProperties() argument
555 final Object value = propertyValues.get(j); in queryStyleByProperties()
560 if (!propertyValues.get(j).equals(obj)) in queryStyleByProperties()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesComposer.java83 Vector propertyValues = getPropertyValues(); in setProperties() local
84 return setProperties( properties, propertyValues ); in setProperties()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java639 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()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx445 Sequence<PropertyValue> propertyValues; in execute() local
447 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute()
456 aRet <<= setPropertyValues(propertyValues); in execute()

Completed in 245 milliseconds