Home
last modified time | relevance | path

Searched refs:properties (Results 51 – 75 of 724) sorted by relevance

12345678910>>...29

/aoo42x/main/offapi/com/sun/star/chart/
H A DXAxisXSupplier.idl66 the properties of the <i>x</i>-axis of the diagram.
68 <p>The returned property set contains scaling properties as
69 well as formatting properties.</p>
78 the properties of the main grid (major grid) of the
88 the properties of the help grid (minor grid) of the
H A DXAxisYSupplier.idl66 the properties of the <i>y</i>-axis of the diagram.
68 <p>The returned property set contains scaling properties as
69 well as formatting properties.</p>
78 the properties of the help grid (minor grid) of the
88 the properties of the main grid (major grid) of the
H A DXAxisZSupplier.idl63 the properties of the main grid (major grid) of the
73 the properties of the help grid (minor grid) of the
83 the properties of the <i>z</i>-axis of the diagram.
85 <p>The returned property set contains scaling properties as
86 well as formatting properties.</p>
H A DX3DDisplay.idl50 the properties of the diagram wall(s).
52 <p>This specifies the properties of the two side walls of the
56 diagrams. There the properties returned here affect the
66 the properties of the floor.
/aoo42x/main/offapi/com/sun/star/animations/
H A DXTargetPropertiesCreator.idl39 /** Factory interface to generate properties for all animated targets.<p>
42 targets can have global properties different from the target's
49 properties for all targets referenced in a given SMIL animation
54 /** Determine a sequence of global target properties.<p>
57 before the given SMIL animations start. These properties
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dmakefile.mk69 PROPERTYFILES := $(CLASSDIR)$/$(PACKAGE)$/configuration.properties \
70 $(CLASSDIR)$/$(PACKAGE)$/module.properties \
71 $(CLASSDIR)$/$(PACKAGE)$/parser$/selectors.properties
129 $(CLASSDIR)$/$(PACKAGE)$/%.properties : %.properties
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDriver.java121 ArrayList<PropertyValue> properties = new ArrayList<>(); in connect() local
127 properties.add(property); in connect()
133 properties.add(javaClassProperty); in connect()
135 PropertyValue[] jdbcInfo = properties.toArray(new PropertyValue[properties.size()]); in connect()
/aoo42x/main/qadevOOo/tests/java/ifc/form/validation/
H A D_XValidatableFormComponent.java110 Property[] properties = propertySetInfo.getProperties(); in changeAllProperties() local
111 getPropsToTest(properties); in changeAllProperties()
162 private void getPropsToTest(Property[] properties) in getPropsToTest() argument
166 for (int i = 0; i < properties.length; i++) in getPropsToTest()
168 Property property = properties[i]; in getPropsToTest()
/aoo42x/main/offapi/com/sun/star/util/
H A DXPropertyReplace.idl49 /** makes it possible to search and replace properties.
55 searched, or just the existence of the specified properties.
61 or just the existence of the specified properties.
72 /** sets the properties to search for.
85 /** sets the properties to replace the found occurrences.
/aoo42x/main/offapi/com/sun/star/awt/
H A DXSimpleTabController.idl76 /** change some properties of the specified tab.
78 @descr Such properties can be:
97 @attention Not all properties must be supported by all implementations of this interface.
112 /** retrieve the set of properties for the specified tab.
148 /** register listener for inserting/removing tab's and changing her properties.
156 /** deregister listener for inserting/removing tab's and changing her properties.
/aoo42x/main/offapi/com/sun/star/text/
H A DParagraph.idl79 attributes (technically, properties).
110 /** This interface gives access to the properties of the paragraph
114 own style properties set.
121 in these properties. So, it is possible to determine if a specific
122 properties value is defined in the paragraph or its style sheet.
140 /** gives access to a sequence of properties.
/aoo42x/main/javainstaller2/src/Properties/
H A Dmakefile.mk42 ALLTAR: $(MISC)$/setupstrings.properties
44 …strings.properties : create_property.pl $(COMMONMISC)$/$(INPUT)$/setupstrings.jlf setupstrings_tem…
/aoo42x/main/offapi/com/sun/star/resource/
H A DStringResourceWithStorage.idl61 The locale data is stored in Java properties files also following
63 "[BaseName]_[Language]_[Country].properties",
64 e.g. "MyBaseName_en_US.properties"
69 Comment stored first in each properties file followed by a line
73 properties file, e.g. "# My strings". The string may be empty.
H A DStringResourceWithLocation.idl61 The locale data is stored in Java properties files also following
63 "[BaseName]_[Language]_[Country].properties",
64 e.g. "MyBaseName_en_US.properties"
69 Comment stored first in each properties file followed by a line
73 properties file, e.g. "# My strings". The string may be empty.
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSheetCellRanges.idl104 /** contributes common cell formatting properties.
110 /** contributes properties for character formatting of Western text.
116 /** contributes properties for character formatting of Asian text.
122 /** contributes properties for character formatting of Complex text.
128 /** contributes properties for paragraph formatting.
134 /** provides interfaces to find cells with specific properties.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl89 /** This is a set of properties to describe the style for rendering the
94 /** The properties in this service set default formats for text
101 /** The properties in this service set default formats for asian text
108 /** The properties in this service set default formats for complex text
115 /** The properties in this service set default formats for text
122 /** The properties in this service set default formats for asian text
129 /** The properties in this service set default formats for complex text
/aoo42x/main/writerfilter/documentation/
H A DtablesInDoc.txt53 // return properties of row
59 void endRow(properties)
60 // end current row and save properties for that row, begin new row
136 stack.top().endRow(properties)
141 save properties
/aoo42x/main/udkapi/com/sun/star/container/
H A DXContainerQuery.idl78 /** creates a sub set of container items which supports searched properties as minimum
82 You can match by properties only. Enumerated elements must provide queried
83 properties as minimum. Not specified properties willn't be used for searching.
86 @param Properties items of sub set must support given properties as minimum<br>
/aoo42x/main/svx/inc/svx/
H A Dsvdotext.hxx50 namespace sdr { namespace properties { namespace
118 namespace properties namespace
139 friend class sdr::properties::CustomShapeProperties;
142 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
160 friend class sdr::properties::TextProperties;
161 friend class sdr::properties::CellProperties;
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXIntrospection.idl42 /** allows the inspection of an object's properties and methods.
59 <p>It identifies all properties supported by the object
65 interface, all its properties are adopted.
69 <dd>All of an object's attributes are considered as properties
86 the items that can be accessed are not considered as properties
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java189 private Hashtable properties = new Hashtable(3);
235 properties.put(name, value);
302 if (properties.size() != 0) {
303 Enumeration enumer = properties.keys();
307 String value = (String)properties.get(name);
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXDataAccessDescriptorFactory.idl39 <p>Data access descriptors are finally only bags of properties with a defined
41 properties are needed or unneeded.<br/>
43 all properties potentially needed at a descriptor.</p>
47 /** creates a <type>DataAccessDescriptor</type> which supports all properties
H A DDataAccessDescriptor.idl49 …ese objects are usually not specified with a single property, but with a set of properties, and for
50 various objects, various (but not always different) properties are needed.<br/>
51 The <code>DataAccessDescriptor</code> describes the super set of the properties for the most common
55 is urged to specify which properties are mandatory, and which ones optional. Additionally,
56 it's free to specify any additional requirements about the relations of properties.</p>
185 …<member>CommandType</member> properties, and is evaluated if and only if <member>CommandType</memb…
192 <p>Usually, you use the properties <member>DataSourceName</member> (alternatively
246 <member>CommandType</member> properties.</p>
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyAccess.java75 PropertyValue[] properties = oObj.getPropertyValues(); in _getPropertyValues() local
79 if (properties != null){ in _getPropertyValues()
82 for (int i=0; i < properties.length; i++){ in _getPropertyValues()
83 if (properties[i].Name.equals(propertyToChange.Name)) found = true; in _getPropertyValues()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DXPropertyMatcher.idl43 /** Checks whether a set of properties matches a set of search criteria.
50 /** Checks whether a set of properties matches the given search criteria.
53 A Command Processor through which the set of properties is accessible.
60 <TRUE/> if the properties match, <FALSE/> otherwise.

Completed in 54 milliseconds

12345678910>>...29