Searched defs:propertyValue (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleEditableTextImpl.java | 117 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 140 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 151 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 166 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 175 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 189 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 198 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 209 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 223 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local 232 com.sun.star.beans.PropertyValue propertyValue = new com.sun.star.beans.PropertyValue(); in setAttributes() local [all …]
|
/aoo42x/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentSaver.java | 75 com.sun.star.beans.PropertyValue[] propertyValue = in main() local 94 xStorable.storeAsURL( sSaveUrl.toString(), propertyValue ); in main() local
|
H A D | DocumentPrinter.java | 73 com.sun.star.beans.PropertyValue propertyValue[] = in main() local
|
/aoo42x/test/testuno/source/org/openoffice/test/uno/ |
H A D | UnoApp.java | 178 public XComponent loadDocument(String file, PropertyValue... propertyValue) throws Exception { in loadDocument() 188 …public XComponent loadDocumentFromURL(String url, PropertyValue... propertyValue) throws Exception… in loadDocumentFromURL() 204 …public void saveDocument(XComponent doc, String toPath, PropertyValue... propertyValue) throws Exc… in saveDocument() 210 …public void saveDocumentToURL(XComponent doc, String toURL, PropertyValue... propertyValue) throws… in saveDocumentToURL()
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 218 Object propertyValue = xStyleProps.getPropertyValue(propertyName.toString()); in getDefaultPageStyleProperty() local 229 …aultPageStyleProperty(XComponent xComponent, String propertyName, Object propertyValue) throws Exc… in setDefaultPageStyleProperty() 237 xStyleProps.setPropertyValue (propertyName.toString(), propertyValue); in setDefaultPageStyleProperty() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ |
H A D | ImageShrink.java | 102 public boolean filter(com.sun.star.beans.PropertyValue[] propertyValue) { in filter()
|
/aoo42x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | PropertiesRetriever.java | 123 Object propertyValue = values.getObject( index, null ); in getPropertyValues() local
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | DataSource.java | 135 Object propertyValue = null; in impl_getPropertyValue() local
|
/aoo42x/test/testuno/source/pvt/uno/ |
H A D | Conversion.java | 154 private PropertyValue propertyValue(String name, Object value) { in propertyValue() method in Conversion
|
/aoo42x/main/qadevOOo/runner/org/openoffice/ |
H A D | RunnerService.java | 334 public void setPropertyValues(PropertyValue[] propertyValue) in setPropertyValues()
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabRecords.cxx | 488 CFTypeRef propertyValue; in createHeaderForProperty() local 871 CFTypeRef propertyValue; in createMacabRecord() local
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiEditorImpl.java | 164 com.sun.star.beans.PropertyValue[] propertyValue ) in dispatch()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 487 const NamedValue* propertyValue = aPropertyValues.getConstArray(); in translateItemsToProperties() local
|
Completed in 45 milliseconds