Home
last modified time | relevance | path

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

12345678910>>...29

/trunk/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()
510 PropertySet& properties = *(it->second.properties); in associate() local
544 PropertySet& properties = *(it->second.properties); in deassociate() local
834 PropertySet& properties = *( it->second.properties ); in setv() local
1946 PropertySet& properties = *(it->second.properties); in insertDefaultProperties() local
2233 PropertySet& properties = *(it->second.properties); in load() local
[all …]
/trunk/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
88 attr.style.paragraph-properties.fo.text-align=com.sun.star.report.pentaho.parser.stylemapper.fo.Tex…
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…
94 #attr.style.text-properties.style.font-style-name=
96 attr.style.text-properties.style.font-pitch=com.sun.star.report.pentaho.parser.stylemapper.style.Fo…
97 attr.style.text-properties.fo.font-size=com.sun.star.report.pentaho.parser.stylemapper.fo.FontSizeM…
98 attr.style.text-properties.fo.font-style=com.sun.star.report.pentaho.parser.stylemapper.fo.FontStyl…
[all …]
/trunk/main/svx/
H A DLibrary_svxcore.mk283 svx/source/sdr/properties/pageproperties \
285 svx/source/sdr/properties/itemsettools \
286 svx/source/sdr/properties/captionproperties \
288 svx/source/sdr/properties/e3dproperties \
289 svx/source/sdr/properties/measureproperties \
292 svx/source/sdr/properties/groupproperties \
293 svx/source/sdr/properties/properties \
296 svx/source/sdr/properties/circleproperties \
297 svx/source/sdr/properties/emptyproperties \
300 svx/source/sdr/properties/textproperties \
[all …]
H A DPackage_inc.mk293 …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…
297 …val $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/defaultproperties.hxx,svx/sdr/proper…
301 …(eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/e3dproperties.hxx,svx/sdr/properti…
304 …eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/emptyproperties.hxx,svx/sdr/propert…
306 …eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/groupproperties.hxx,svx/sdr/propert…
307 …(eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/itemsettools.hxx,svx/sdr/propertie…
309 …(eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/oleproperties.hxx,svx/sdr/properti…
310 …eval $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/pageproperties.hxx,svx/sdr/properti…
311 …l $(call gb_Package_add_file,svx_inc,inc/svx/sdr/properties/properties.hxx,svx/sdr/properties/prop…
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiPropertySet.idl57 /** provides access to multiple properties with a single call.
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>
113 specifies the names of the properties.
123 <p>The implementation can ignore the names of the properties
124 and fire the event on all properties. </p>
130 specifies the names of the properties.
[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.
130 /** retrieve only those values of the specified properties which
138 specifies the names of the properties.
[all …]
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 …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx263 const AttributeInfo& properties, in registerProperties() argument
266 if (!properties.empty()) { 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()
864 AttributeInfo properties; in generateSkeleton() local
882 interfaces, services, properties); in generateSkeleton()
884 interfaces, services, properties); in generateSkeleton()
[all …]
H A Dcppcompskeleton.cxx634 AttributeInfo const & properties, in generateClassDefinition() argument
769 generateMemberDeclaration(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()
1060 options, manager, classname, interfaces, properties, in generateSkeleton()
1113 AttributeInfo properties; in generateCalcAddin() local
1122 checkType(manager, *iter, interfaces, services, properties); in generateCalcAddin()
1148 interfaces, services, properties); in generateCalcAddin()
[all …]
/trunk/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
264 /** returns the properties which are to be superseded by this handler
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>
274 <p>In such a case, simply return those properties here.</p>
300 /** retrieve the actuating properties which this handler is interested in
306 of the depending properties of certain actuating properties.</p>
309 their interest in this particular actuating properties are called with their
[all …]
/trunk/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 \
/trunk/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()
365 PropertyChangeEvent[] events = new PropertyChangeEvent[properties.length]; in fire()
367 for (int i = 0; i < properties.length; i++) { in fire()
369 (hasChanged && (properties[i].Attributes & PropertyAttribute.BOUND) != 0)) { in fire()
[all …]
/trunk/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.
/trunk/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()
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
522 return properties; in createStringPropertyArray()
526 PropertyValue[] properties = new PropertyValue[1]; in transformPreparedStatement() local
527 properties[0] = new PropertyValue(); in transformPreparedStatement()
528 properties[0].Name = "ActiveConnection"; in transformPreparedStatement()
[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()
/trunk/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
187 /* input properties */
208 /* output properties */
[all …]
/trunk/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,
/trunk/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();
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/main/offapi/com/sun/star/sdb/
H A DDataSource.idl160 …p>You should use the <member>Setting</member> property if you need to access a few properties only,
164 service. That is, you can at runtime add arbitrary new properties to the bag.</p>
166 <p>Additionally, the property bag supports default values of properties, and thus the
171 …ectively, the property bag represented by <code>Settings</code> contains two classes of properties:
174 …<p><em>Pre-defined</em> properties are properties which are potentially used by the data source, t…
176 …a large set of such properties, no all of them are effectively used for a concrete data source, no…
178 Such properties are not removeable from the bag, that is, their
180 Usually, you'll find that all of this properties have the
183 …<p><em>User-defined</em> properties are the ones which are added at runtime by any instance. They …
190 …<p>When a data source is made persistent, then properties which are not removeable (which are assu…
[all …]

Completed in 136 milliseconds

12345678910>>...29