Home
last modified time | relevance | path

Searched refs:properties (Results 26 – 50 of 724) sorted by relevance

12345678910>>...29

/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java144 Property[] properties = propertySetInfo.getProperties(); in _getPropertyValues() local
145 String[] allnames = new String[properties.length]; in _getPropertyValues()
146 for (int i = 0; i < properties.length; i++) { in _getPropertyValues()
147 allnames[i] = properties[i].Name; in _getPropertyValues()
155 getPropsToTest(properties); in _getPropertyValues()
313 private void getPropsToTest(Property[] properties) { in getPropsToTest() argument
317 for (int i = 0; i < properties.length; i++) { in getPropsToTest()
319 Property property = properties[i]; in getPropsToTest()
H A D_XTolerantMultiPropertySet.java52 protected Property[] properties = null; field in _XTolerantMultiPropertySet
81 properties = PS.getPropertySetInfo().getProperties(); in before()
92 namesOfDirectProperties = getDirectProperties(properties); in _getDirectPropertyValuesTolerant()
278 for (int i = 0; i < properties.length; i++) { in getProperties()
279 String pName = properties[i].Name; in getProperties()
317 for (int i = 0; i < properties.length; i++) { in getCountOfReadOnlyProperties()
318 Property property = properties[i]; in getCountOfReadOnlyProperties()
/aoo42x/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl57 in a single file following the format of Java properties files.
113 Comment stored first in each properties file followed by a line
117 properties file, e.g. "# My strings". The string may be empty.
140 The locale data is stored in Java properties files also following
142 "[BaseName]_[Language]_[Country].properties",
143 e.g. "MyBaseName_en_US.properties"
148 Comment stored first in each properties file,
177 The locale data is stored in Java properties files also following
179 "[BaseName]_[Language]_[Country].properties",
180 e.g. "MyBaseName_en_US.properties"
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java37 private final Map properties; field in DefaultJobProperties
45 this.properties = new HashMap(); in DefaultJobProperties()
51 return properties.get(key); in getProperty()
67 this.properties.put(key, value); in setProperty()
73 props.properties.putAll(properties); in copy()
/aoo42x/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A Dmakefile.mk48 COPYFILES := $(CLASSDIR)$/$(PACKAGE)$/category.properties \
49 $(CLASSDIR)$/$(PACKAGE)$/Title-Function.properties\
50 $(CLASSDIR)$/$(PACKAGE)$/category_en_US.properties \
51 $(CLASSDIR)$/$(PACKAGE)$/Author-Function.properties \
52 $(CLASSDIR)$/$(PACKAGE)$/Author-Function_en_US.properties \
53 $(CLASSDIR)$/$(PACKAGE)$/Title-Function_en_US.properties
/aoo42x/main/offapi/com/sun/star/sheet/
H A DTableCellStyle.idl57 /** contains the properties of a table cell style.
61 specific properties.</p>
67 /** contributes cell specific properties.
79 /** contributes properties for character formatting of Western text.
85 /** contributes properties for character formatting of Asian text.
91 /** contributes properties for character formatting of Complex text.
97 /** contributes properties for paragraph formatting.
H A DSheetCell.idl131 formatting properties.
143 /** contributes properties for character formatting of Western text.
149 /** contributes properties for character formatting of Asian text.
155 /** contributes properties for character formatting of Complex text.
161 /** contributes properties for paragraph formatting.
167 /** contributes properties for paragraph formatting of Asian text.
173 /** contributes properties for paragraph formatting of Complex text.
179 /** provides interfaces to find cells with specific properties.
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java155 properties = map; in PropertySetMixin()
339 return new Info(properties); in getPropertySetInfo()
724 PropertyData p = (PropertyData) properties.get(name); in setProperty()
796 PropertyData p = (PropertyData) properties.get(name); in getProperty()
1020 PropertyData p = (PropertyData) properties.get(propertyName); in get()
1047 public Info(Map properties) { in Info() argument
1048 this.properties = properties; in Info()
1052 ArrayList al = new ArrayList(properties.size()); in getProperties()
1069 PropertyData p = (PropertyData) properties.get(name); in hasPropertyByName()
1073 private final Map properties; // from String to Property field in PropertySetMixin.Info
[all …]
/aoo42x/main/oox/
H A DPackage_generated.mk39 oox/source/token/properties.hxx.head \
40 oox/source/token/properties.hxx.tail \
41 oox/source/token/properties.txt \
42 oox/source/token/properties.pl \
47 $(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/properties.hxx,properties.hxx))
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXMultiPropertyStates.idl53 one or more properties.
63 a sequence of the states of the properties which are specified
70 specifies the names of the properties. All names must be unique.
78 /** sets all properties to their default values.
89 /** sets the specified properties to their default values.
97 specifies the names of the properties. All names must be unique.
101 if one of the properties does not exist.
115 specifies the names of the properties. All names must be unique.
H A DXPropertySetInfo.idl45 /** specifies a set of properties.
47 <p>There are three kinds of properties:
49 <li>bound properties</li>
50 <li>constrained properties</li>
51 <li>free properties</li>
54 <p>The specification only describes the properties, it does not contain
H A DPropertyConcept.idl33 introspection which apply to properties and to the
46 /** This value is used to query for all properties.
62 /** specifies all properties which are reachable by
70 /** specifies all properties which are actually attributes of interfaces.
76 /** specifies all properties which are represented by getter or setter methods.
/aoo42x/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl23 <an:page-layout-properties
28 </an:page-layout-properties>
30 <xsl:template name="page-layout-properties">
107 <xsl:call-template name="column-properties"/>
111 <an:column-properties
115 </an:column-properties>
116 <xsl:template name="column-properties">
155 <an:text-properties
157 context-node-output="style:text-properties">
158 </an:text-properties >
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java86 Vector properties = getProperties(); in getChildren() local
87 return getChildren ( properties ); in getChildren()
99 public Vector getChildren( Vector properties ) in getChildren() argument
105 if ( properties != null && !properties.isEmpty()) { in getChildren()
106 size = properties.size(); in getChildren()
114 prop.Name = ( String )properties.get( index ); in getChildren()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java185 Properties properties = loadProperties(file); in updateProperty() local
186 properties.putAll(props); in updateProperty()
187 storeProperties(file, properties); in updateProperty()
205 Properties properties = new Properties(); in loadProperties() local
209 properties.load(fis); in loadProperties()
222 return properties; in loadProperties()
230 public static void storeProperties(String file, Properties properties) { in storeProperties() argument
234 properties.store(fos, "Generated By PropertyFileUtils"); in storeProperties()
256 Properties properties = loadProperties(file); in deleteProperty() local
257 properties.remove(key); in deleteProperty()
[all …]
/aoo42x/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh39 // We can now query for the model of the button and get its properties
79 // Gets a XPropertyReplace object for altering the properties
94 // Apply the properties
106 System.err.println("Error setting up search properties");
110 System.err.println("Error setting up search properties");
114 System.err.println("Error setting up search properties");
118 // Replaces all instances of searchKey with new Text properties
/aoo42x/main/offapi/com/sun/star/chart/
H A DChartDataRowProperties.idl48 /** specifies the properties for a group of graphic elements which
51 <p>For this service, the properties supported by
61 /** Statistical properties are not available for all types of
90 /** holds the properties of the regression line, if such one is
100 /** holds the properties of the error markers, if those are
110 /** holds the properties of the average line, if such one is
/aoo42x/main/offapi/type_reference/
H A Dtypelibrary_history.txt48 adjust ChainedTextFrame service. Remove XChainable interface and insert properties.
49 Interface was never implemented and the functionality was supported by properties.
75 ..style.CharacterPropertiesAsian -> remove 3 wrong paragraph properties
76 ..style.PageProperties -> for 93 properties related to footer and header
138 removed deprecated and unsupported properties; added long supported but
139 never documented properties.
146 remove two never implemented properties 'TopMargin' and 'ButtomMargin' from
161 changed old and not longer used properties in css.linguistic2.LinguProperties
170 fix read-only status of properties of css.text.TextPortion
/aoo42x/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl72 This interface manages access to document meta-data properties.
73 Such properties may be set from the outside via the setter methods
75 document properties), or imported from an ODF package via the methods
77 The properties may also be stored via the methods
291 Clears the document properties, such that it apperars the document
314 /** provides access to a container for user-defined properties.
319 @returns a container that provides access to user-defined properties
325 /** loads document properties from an ODF package.
361 /** loads document properties from an ODF package or an OLE container.
390 /** stores document properties to an ODF package.
[all …]
/aoo42x/main/ucb/source/ucp/file/
H A Dfilprp.cxx49 shell::PropertySet& properties = *(it->second.properties); in XPropertySetInfo_impl() local
50 shell::PropertySet::iterator it1 = properties.begin(); in XPropertySetInfo_impl()
52 m_seq.realloc( properties.size() ); in XPropertySetInfo_impl()
54 while( it1 != properties.end() ) in XPropertySetInfo_impl()
/aoo42x/main/offapi/com/sun/star/util/
H A DXSortable.idl43 <p>The available properties describing the sort criteria are
62 When calling the sort method however properties from different
69 a sequence of properties which allows to specify/modify the
72 <p>The set of properties is specific to the type of object that
88 properties.
90 <p>The specified properties are usually the same or a subset of
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContent.idl79 commands and properties. Also there is a set of predefined optionally
81 properties. </p>
111 information on properties supported by a content.
467 Adds a new properties to the content.
510 <td>Removes the properties from the content.
525 <h4>Mandatory properties</h4>
571 <h4>Optional properties</h4>
903 those properties.
910 /** can be used to add new properties to the content and to remove
911 properties from the content dynamically.
[all …]
/aoo42x/main/cppuhelper/source/
H A Dpropertysetmixin.cxx133 PropertyMap properties; member
166 PropertyMap::const_iterator i(properties.find(name)); in get()
167 if (i == properties.end() || !i->second.present) { in get()
300 if (!properties.insert( in initProperties()
364 i != m_data->properties.end(); ++i) in getProperties()
390 return i != m_data->properties.end() && i->second.present; in hasPropertyByName()
547 PropertyMap::const_iterator i(properties.find(name)); in setProperty()
548 if (i == properties.end()) { in setProperty()
644 PropertyMap::const_iterator i(properties.find(name)); in getProperty()
645 if (i == properties.end()) { in getProperty()
[all …]
/aoo42x/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl41 /** called to get a list of bridge internal properties. Which properties can be retrieved,
44 <p> The properties MUST NOT change between a requestChange and a commit change call.</p>
76 has been called previously and the return value was true. The new properties are
81 <p>All properties not mentioned in the list are unchanged.
87 when the remote counterpart could not change at least one of the properties.
/aoo42x/main/offapi/com/sun/star/text/
H A DText.idl97 /** contains the properties of a redline at the start of the document.<br>
98 The sequence contains the following properties
110 (contains the same properties except for the RedlineSuccessorData</P></LI>
118 /** contains the properties of a redline at the start of the document.
119 The sequence contains the following properties
131 (contains the same properties except for the RedlineSuccessorData</P></LI>

Completed in 208 milliseconds

12345678910>>...29