Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 15 of 15) sorted by relevance

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java118 propertyValue.Name = "ParaAdjust"; in setAttributes()
134 propertyValues.add(propertyValue); in setAttributes()
143 propertyValues.add(propertyValue); in setAttributes()
152 propertyValue.Name = "CharWeight"; in setAttributes()
158 propertyValues.add(propertyValue); in setAttributes()
169 propertyValues.add(propertyValue); in setAttributes()
183 propertyValues.add(propertyValue); in setAttributes()
190 propertyValue.Name = "CharHeight"; in setAttributes()
192 propertyValues.add(propertyValue); in setAttributes()
199 propertyValue.Name = "CharColor"; in setAttributes()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java486 for (PropertyValue propertyValue : info) { in createStringPropertyArray()
487 if (!propertyValue.Name.equals("JavaDriverClass") && in createStringPropertyArray()
489 !propertyValue.Name.equals("SystemProperties") && in createStringPropertyArray()
490 !propertyValue.Name.equals("CharSet") && in createStringPropertyArray()
492 !propertyValue.Name.equals("AddIndexAppendix") && in createStringPropertyArray()
495 !propertyValue.Name.equals("EscapeDateTime") && in createStringPropertyArray()
503 !propertyValue.Name.equals("Extension") && in createStringPropertyArray()
508 !propertyValue.Name.equals("IgnoreCurrency") && in createStringPropertyArray()
514 !propertyValue.Name.equals("UseJava") && in createStringPropertyArray()
515 !propertyValue.Name.equals("Authentication") && in createStringPropertyArray()
[all …]
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentSaver.java75 com.sun.star.beans.PropertyValue[] propertyValue = in main() local
77 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
78 propertyValue[0].Name = "Hidden"; in main()
79 propertyValue[0].Value = new Boolean(true); in main()
82 sLoadUrl.toString(), "_blank", 0, propertyValue ); in main()
87 propertyValue = new com.sun.star.beans.PropertyValue[ 2 ]; in main()
88 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
89 propertyValue[0].Name = "Overwrite"; in main()
90 propertyValue[0].Value = new Boolean(true); in main()
92 propertyValue[1].Name = "FilterName"; in main()
[all …]
H A DDocumentPrinter.java73 com.sun.star.beans.PropertyValue propertyValue[] = in main() local
75 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
76 propertyValue[0].Name = "Name"; in main()
77 propertyValue[0].Value = args[ 0 ]; in main()
80 xPrintable.setPrinter( propertyValue ); in main()
84 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
85 propertyValue[0].Name = "Pages"; in main()
86 propertyValue[0].Value = args[ 2 ]; in main()
89 xPrintable.print( propertyValue ); in main()
/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java174 public XComponent loadDocument(String file, PropertyValue... propertyValue) throws Exception { in loadDocument() argument
176 return componentLoader.loadComponentFromURL(FileUtil.getUrl(file), "_blank", 0, propertyValue); in loadDocument()
184 …public XComponent loadDocumentFromURL(String url, PropertyValue... propertyValue) throws Exception… in loadDocumentFromURL() argument
186 return componentLoader.loadComponentFromURL(url, "_blank", 0, propertyValue); in loadDocumentFromURL()
200 …public void saveDocument(XComponent doc, String toPath, PropertyValue... propertyValue) throws Exc… in saveDocument() argument
203 m_xstorable.storeToURL(fileUrl, propertyValue); in saveDocument()
206 …public void saveDocumentToURL(XComponent doc, String toURL, PropertyValue... propertyValue) throws… in saveDocumentToURL() argument
208 m_xstorable.storeToURL(toURL, propertyValue); in saveDocumentToURL()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java154 private PropertyValue propertyValue(String name, Object value) { in propertyValue() method in Conversion
169 propertyValue("Hidden", true), in testConversion()
170 propertyValue("ReadOnly", true), in testConversion()
171 propertyValue("AsyncMode", false), in testConversion()
172 propertyValue("MacroExecutionMode", MacroExecMode.NEVER_EXECUTE), in testConversion()
173 propertyValue("LimitationCheckLevel", nLevelInfo)); in testConversion()
180 propertyValue( "FilterName", targetFilterName), in testConversion()
181 propertyValue( "Overwrite", true)); in testConversion()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx488 CFTypeRef propertyValue; in createHeaderForProperty() local
493 propertyValue = ABRecordCopyValue(_record,_propertyName); in createHeaderForProperty()
494 if(propertyValue == NULL && _isPropertyRequired == sal_False) in createHeaderForProperty()
500 result = createHeaderForProperty(propertyType, propertyValue, localizedPropertyName); in createHeaderForProperty()
502 if(propertyValue != NULL) in createHeaderForProperty()
503 CFRelease(propertyValue); in createHeaderForProperty()
871 CFTypeRef propertyValue; in createMacabRecord() local
884 propertyValue = ABRecordCopyValue(_abrecord,propertyName); in createMacabRecord()
885 if(propertyValue != NULL) in createMacabRecord()
889 …sertPropertyIntoMacabRecord(propertyType, macabRecord, _header, propertyNameString, propertyValue); in createMacabRecord()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx487 const NamedValue* propertyValue = aPropertyValues.getConstArray(); in translateItemsToProperties() local
488 const NamedValue* propertyValueEnd = propertyValue + aPropertyValues.getLength(); in translateItemsToProperties()
489 for ( ; propertyValue != propertyValueEnd; ++propertyValue ) in translateItemsToProperties()
490 _rxModel->setPropertyValue( propertyValue->Name, propertyValue->Value ); in translateItemsToProperties()
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java218 Object propertyValue = xStyleProps.getPropertyValue(propertyName.toString()); in getDefaultPageStyleProperty() local
219 return propertyValue; in getDefaultPageStyleProperty()
229 …tPageStyleProperty(XComponent xComponent, String propertyName, Object propertyValue) throws Except… in setDefaultPageStyleProperty() argument
237 xStyleProps.setPropertyValue (propertyName.toString(), propertyValue); in setDefaultPageStyleProperty() local
/trunk/main/connectivity/qa/connectivity/tools/
H A DDataSource.java135 Object propertyValue = null; in impl_getPropertyValue() local
139 propertyValue = dataSourceProps.getPropertyValue( i_propertyName ); in impl_getPropertyValue()
145 return propertyValue; in impl_getPropertyValue()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java123 Object propertyValue = values.getObject( index, null ); in getPropertyValues() local
124 if ( !values.wasNull() && !(propertyValue instanceof com.sun.star.uno.Any )) in getPropertyValues()
125 m_propValues.add( propertyValue ); in getPropertyValues()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java203 for (PropertyValue propertyValue : info) { in isDataSourcePropertyEnabled()
204 if (propertyValue.Name.equals(property)) { in isDataSourcePropertyEnabled()
205 enabled = AnyConverter.toBoolean(propertyValue.Value); in isDataSourcePropertyEnabled()
/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/
H A DImageShrink.java102 public boolean filter(com.sun.star.beans.PropertyValue[] propertyValue) { in filter() argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunnerService.java334 public void setPropertyValues(PropertyValue[] propertyValue) in setPropertyValues() argument
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java164 com.sun.star.beans.PropertyValue[] propertyValue ) in dispatch() argument

Completed in 124 milliseconds