Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/AOO42X/main/ucb/source/ucp/file/
H A Dshell.cxx74 : properties( 0 ), in UnqPathData()
85 : properties( a.properties ), in UnqPathData()
96 properties = a.properties; in operator =()
101 a.properties = 0; in operator =()
111 if( properties ) in ~UnqPathData()
112 delete properties; in ~UnqPathData()
510 PropertySet& properties = *(it->second.properties); in associate() local
511 it1 = properties.find( newProperty ); in associate()
512 if( it1 != properties.end() ) in associate()
516 properties.insert( newProperty ); in associate()
[all …]
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties24 # <style:section-properties fo:background-color="#ffffff"/>
59 # The following properties map the OpenOffice-generic font names
86 attr.style.graphic-properties.draw.textarea-vertical-align=com.sun.star.report.pentaho.parser.style…
87 attr.style.section-properties.fo.background-color=com.sun.star.report.pentaho.parser.stylemapper.fo…
88 attr.style.paragraph-properties.fo.text-align=com.sun.star.report.pentaho.parser.stylemapper.fo.Tex…
89 attr.style.paragraph-properties.style.vertical-align=com.sun.star.report.pentaho.parser.stylemapper…
90 attr.style.text-properties.fo.color=com.sun.star.report.pentaho.parser.stylemapper.fo.ColorMapper
91 attr.style.text-properties.style.font-name=com.sun.star.report.pentaho.parser.stylemapper.style.Fon…
92 attr.style.text-properties.fo.font-family=com.sun.star.report.pentaho.parser.stylemapper.style.Font…
93 attr.style.table-properties.fo.background-color=com.sun.star.report.pentaho.parser.stylemapper.fo.B…
[all …]
/AOO42X/main/svx/
H A DLibrary_svxcore.mk283 svx/source/sdr/properties/pageproperties \
284 svx/source/sdr/properties/e3dsceneproperties \
285 svx/source/sdr/properties/itemsettools \
286 svx/source/sdr/properties/captionproperties \
287 svx/source/sdr/properties/e3dextrudeproperties \
288 svx/source/sdr/properties/e3dproperties \
289 svx/source/sdr/properties/measureproperties \
290 svx/source/sdr/properties/customshapeproperties \
291 svx/source/sdr/properties/rectangleproperties \
292 svx/source/sdr/properties/groupproperties \
[all …]
H A DPackage_inc.mk292 …al $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/attributeproperties.hxx,svx/sdr/prope…
293 …val $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/captionproperties.hxx,svx/sdr/proper…
294 …val $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/circleproperties.hxx,svx/sdr/propert…
295 …al $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/connectorproperties.hxx,svx/sdr/prope…
296 …l $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/customshapeproperties.hxx,svx/sdr/prop…
297 …val $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/defaultproperties.hxx,svx/sdr/proper…
298 …l $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/e3dcompoundproperties.hxx,svx/sdr/prop…
299 …l $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/e3dextrudeproperties.hxx,svx/sdr/prope…
300 …al $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/e3dlatheproperties.hxx,svx/sdr/proper…
301 …(eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/e3dproperties.hxx,svx/sdr/properti…
[all …]
/AOO42X/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultReportJobDefinition.java40 private final DefaultJobProperties properties; field in DefaultReportJobDefinition
45 this.properties = new DefaultJobProperties(metaData); in DefaultReportJobDefinition()
51 …this.properties.setProperty(ReportEngineParameterNames.INPUT_DATASOURCE_FACTORY, dataSourceFactory… in setDataSourceFactory()
56 …return (DataSourceFactory) this.properties.getProperty(ReportEngineParameterNames.INPUT_DATASOURCE… in getDataSourceFactory()
61 … return (InputRepository) this.properties.getProperty(ReportEngineParameterNames.INPUT_REPOSITORY); in getInputRepository()
67 this.properties.setProperty(ReportEngineParameterNames.INPUT_REPOSITORY, inputRepository); in setInputRepository()
72 …return (OutputRepository) this.properties.getProperty(ReportEngineParameterNames.OUTPUT_REPOSITORY… in getOutputRepository()
78 this.properties.setProperty(ReportEngineParameterNames.OUTPUT_REPOSITORY, outputRepository); in setOutputRepository()
95 this.properties.setProperty(ReportEngineParameterNames.INPUT_NAME, reportDefinitionName); in setReportDefinitionName()
105 return (String) this.properties.getProperty(ReportEngineParameterNames.INPUT_NAME); in getReportDefinitionName()
[all …]
/AOO42X/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java81 Vector properties = getProperties(); in getPropertyValues() local
82 return getPropertyValues ( properties ); in getPropertyValues()
93 public Vector getPropertyValues( Vector properties ) in getPropertyValues() argument
96 if ( m_content != null && properties != null && !properties.isEmpty() ) { in getPropertyValues()
98 int size = properties.size(); in getPropertyValues()
106 prop.Name = ( String )properties.get( index ); in getPropertyValues()
214 Vector properties = obtProperty.getProperties(); in main() local
215 Vector propertiesValues = obtProperty.getPropertyValues( properties ); in main()
226 if ( properties != null && propertiesValues != null ) { in main()
227 size = properties.size(); in main()
[all …]
H A DPropertiesComposer.java82 Vector properties = getProperties(); in setProperties() local
84 return setProperties( properties, propertyValues ); in setProperties()
97 public Object[] setProperties( Vector properties, Vector propertiesValues ) in setProperties() argument
101 if ( m_content != null && !properties.isEmpty() && in setProperties()
103 properties.size() == propertiesValues.size() ) { in setProperties()
117 int size = properties.size(); in setProperties()
120 String propName = ( String )properties.get( index ); in setProperties()
256 Vector properties = setProp.getProperties(); in main() local
258 Object[] result = setProp.setProperties( properties, propertiesValues ); in main()
273 "Setting property " + properties.get( index ) + " succeeded." ); in main()
[all …]
/AOO42X/main/udkapi/com/sun/star/beans/
H A DXMultiPropertySet.idl57 /** provides access to multiple properties with a single call.
65 all properties of the object to which this interface belongs.
67 not provide information about the properties.
75 /** sets the values to the properties with the specified names.
77 <p>The values of the properties must change before the bound
78 events are fired. The values of the constrained properties
80 exception occurred. Unknown properties are ignored. </p>
83 specifies the names of the properties. All names must be unique.
87 contains the new values of the properties. The order is the same
107 a sequence of all values of the properties which are specified by their names.
[all …]
H A DXMultiHierarchicalPropertySet.idl52 /** provides access to multiple properties which form a hierarchy.
60 /** retrieve information about the hierarchy of properties
69 not provide information about the properties; otherwise the
78 /** sets the values of the properties with the specified nested names.
80 <p> The values of the properties must change before bound
81 events are fired. The values of constrained properties
85 <p> Unknown properties are ignored. </p>
88 This parameter specifies the names of the properties.
91 This parameter specifies the new values for the properties.
94 if one of the properties is constrained and the change is
[all …]
H A DXTolerantMultiPropertySet.idl55 a set of properties with a single call.
72 /** sets the values to the properties with the specified names.
75 specifies the names of the properties.
82 specifies the values of the properties.
88 An empty sequence if all properties are successful set.
94 The order of the properties is also alphabetically ascending.
107 /** retrieve the values of the specified properties
113 specifies the names of the properties.
122 for each of the properties listed in <var>aPropertyNames</var>.
130 /** retrieve only those values of the specified properties which
[all …]
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.
108 the default values of the properties with the specified names.
115 specifies the names of the properties. All names must be unique.
119 if one of the properties does not exist.
H A DXPropertySet.idl66 properties from an implementation.
68 <p>There are three types of properties: </p>
71 <li>bound properties </li>
72 <li>constrained properties </li>
73 <li>free properties </li>
76 <p>You can listen to changes of bound properties with the
78 of constrained properties with the <type>XVetoableChangeListener</type>. </p>
91 describes all properties of the object which supplies this
96 not provide information about the properties; otherwise the
147 properties. If the property is not bound, the behavior is
[all …]
/AOO42X/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx263 const AttributeInfo& properties, in registerProperties() argument
266 if (!properties.empty()) { in registerProperties()
269 for (AttributeInfo::const_iterator i(properties.begin()); in registerProperties()
270 i != properties.end(); ++i) in registerProperties()
742 const AttributeInfo& properties, in generateClassDefinition() argument
798 if (!properties.empty()) { in generateClassDefinition()
800 properties.begin(); in generateClassDefinition()
802 while (iter != properties.end()) { in generateClassDefinition()
834 registerProperties(o, manager, properties, " "); in generateClassDefinition()
864 AttributeInfo properties; in generateSkeleton() local
[all …]
H A Dcppcompskeleton.cxx634 AttributeInfo const & properties, in generateClassDefinition() argument
769 generateMemberDeclaration(o, options, manager, properties); in generateClassDefinition()
847 generateMemberInitialization(o, options, manager, properties); in generateClassDefinition()
980 AttributeInfo properties; in generateSkeleton() local
988 checkType(manager, *iter, interfaces, services, properties); in generateSkeleton()
998 interfaces, services, properties); in generateSkeleton()
1000 interfaces, services, properties); in generateSkeleton()
1031 generateIncludes(*pofs, interfaces, properties, propertyhelper, in generateSkeleton()
1060 options, manager, classname, interfaces, properties, in generateSkeleton()
1113 AttributeInfo properties; in generateCalcAddin() local
[all …]
/AOO42X/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl150 type for different properties, and in particular, for properties of different type,
181 type for different properties, and in particular, for properties of different type,
251 /** returns the properties which the handler can handle
254 the given introspectee, no properties handling can be provided. This might happen
264 /** returns the properties which are to be superseded by this handler
266 <p>Besides defining an own set of properties (see <member>getSupportedProperties</member>),
267 a property handler can also declare that foreign properties (which it is
268 <em>not</em> responsible for) are superseded by its own properties.</p>
271 should continue to be responsible for all properties, except a few which your
274 <p>In such a case, simply return those properties here.</p>
[all …]
/AOO42X/main/oox/source/token/
H A DMakefile89 $(WORKDIR_TOKEN)/properties.hxx : $(SRCDIR_TOKEN)/properties.hxx.head $(WORKDIR_TOKEN)/propertyids.…
93 $(WORKDIR_TOKEN)/propertyids.inc : $(SRCDIR_TOKEN)/properties.txt $(SRCDIR_TOKEN)/properties.pl
96 mkdir -p $(dir $@) && $(PERL) $(SRCDIR_TOKEN)/properties.pl 1 < $< > $@ \
99 $(WORKDIR_TOKEN)/propertynames.inc : $(SRCDIR_TOKEN)/properties.txt $(SRCDIR_TOKEN)/properties.pl
102 mkdir -p $(dir $@) && $(PERL) $(SRCDIR_TOKEN)/properties.pl 2 < $< > $@ \
117 properties.hxx \
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java97 Property[] properties = new Property[propertiesByName.size()]; in getProperties() local
100 properties[next++] = entry.getValue().property; in getProperties()
102 Arrays.sort(properties, propertyNameComparator); in getProperties()
103 return properties; in getProperties()
306 Property[] properties = new Property[] { propertyData.property }; in setPropertyValue() local
308 fire(properties, currentValue, futureValue, false); in setPropertyValue()
312 fire(properties, currentValue, futureValue, true); in setPropertyValue()
364 …private void fire(Property[] properties, Object[] oldValues, Object[] newValues, boolean hasChange… in fire() argument
365 PropertyChangeEvent[] events = new PropertyChangeEvent[properties.length]; in fire()
367 for (int i = 0; i < properties.length; i++) { in fire()
[all …]
/AOO42X/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl51 viewed either as properties or as contained elements.
80 a view of the tree as a hierarchy of properties and subproperties.
83 Objects' properties may change, but not which properties they have.
88 <p>If such elements occur as properties or subproperties of an implementation,
101 all properties and subproperties will be reported as having attribute
111 for simple (non-object) properties and the group contains such properties.
114 <p>For properties that are objects themselves, the semantic documented for
124 for simple (non-object) properties and the group contains such properties.
127 <p>For properties that are objects themselves, the semantic documented for
H A DPropertyHierarchy.idl47 /** provides access to and information about properties and subproperties
51 properties themselves (and so on recursively), thereby forming a hierarchy
52 of properties. This service describes such a hierarchy, and allows
60 If such objects have properties of their own, they should fully implement
65 /** provides access to and information about the immediate properties of an implementation.
69 /** provides access to and information about the immediate properties
72 <p>This interface allows retrieving or setting multiple properties at once.
80 of properties and subproperties of an implementation.
85 of properties and subproperties of an implementation.
87 <p>This interface allows retrieving or setting multiple properties at once.
/AOO42X/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java379 Properties properties = createStringPropertyArray(info); in construct() local
381 connection = driverObject.connect(url, properties); in construct()
422 …roperties(String driverClassName, String driverClassPath, NamedValue[] properties) throws SQLExcep… in loadDriverFromProperties() argument
427 setSystemProperties(properties); in loadDriverFromProperties()
460 private void setSystemProperties(NamedValue[] properties) { in setSystemProperties() argument
461 for (NamedValue namedValue : properties) { in setSystemProperties()
485 Properties properties = new Properties(); in createStringPropertyArray() local
519properties.setProperty(propertyValue.Name, AnyConverter.toString(propertyValue.Value)); in createStringPropertyArray()
522 return properties; in createStringPropertyArray()
526 PropertyValue[] properties = new PropertyValue[1]; in transformPreparedStatement() local
[all …]
H A DTools.java77 …public static String getOrDefault(PropertyValue[] properties, String name, String defaultValue) th… in getOrDefault() argument
79 for (PropertyValue property : properties) { in getOrDefault()
88 …public static boolean getOrDefault(PropertyValue[] properties, String name, boolean defaultValue) … in getOrDefault() argument
90 for (PropertyValue property : properties) { in getOrDefault()
99 …public static Object getOrDefault(PropertyValue[] properties, String name, Object defaultValue) th… in getOrDefault() argument
101 for (PropertyValue property : properties) { in getOrDefault()
110 …public static NamedValue[] getOrDefault(PropertyValue[] properties, String name, NamedValue[] defa… in getOrDefault() argument
112 for (PropertyValue property : properties) { in getOrDefault()
/AOO42X/main/offapi/com/sun/star/text/
H A DMailMerge.idl63 method of the interface accepts exactly the same properties
66 <p>The default values for the properties to be used in the method
74 /** interface to access the services properties.
84 /* database properties */
89 <p>This service describe the interaction between all data access related properties,
98 <p>For the interaction of this property with other data access relevant properties, see
108 <p>For the interaction of this property with other data access relevant properties, see
117 <p>For the interaction of this property with other data access relevant properties, see
135 <p>For the interaction of this property with other data access relevant properties, see
144 <p>For the interaction of this property with other data access relevant properties, see
[all …]
/AOO42X/main/offapi/com/sun/star/form/
H A DFormComponent.idl74 /** gives access to the properties.
83 /** allows to associate arbitrary properties with the form component
86 the <code>FormComponent</code> service - has a set of properties which
88 properties</em>.</p>
90 <p>Additionally, you can add more properties to the component as needed,
92 Those properties are called <em>dynamic properties</em>.</p>
94 <p>Dynamic properties are not evaluated by the component itself,
98 <p>Note that dynamic properties added to a form component are, by definition,
/AOO42X/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyState.java61 private Property[] properties = null ; field in _XPropertyState
87 properties = propertySetInfo.getProperties(); in before()
89 for (int i=0;i<properties.length;i++) { in before()
92 (properties[i].Name); in before()
101 pName = properties[i].Name; in before()
107 pName = properties[i].Name; in before()
111 log.println("Skipping property '" + properties[i].Name + in before()
236 if ((properties[0].Attributes & in _setPropertyToDefault()
/AOO42X/main/svx/inc/svx/
H A Dobj3d.hxx53 namespace sdr { namespace properties { namespace
107 friend class sdr::properties::E3dProperties;
114 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
222 friend class sdr::properties::E3dCompoundProperties;
223 friend class sdr::properties::E3dExtrudeProperties;
224 friend class sdr::properties::E3dLatheProperties;
225 friend class sdr::properties::E3dSphereProperties;
228 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();

12345678910>>...29