Home
last modified time | relevance | path

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

12345678910>>...28

/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/main/svx/ !
H A DLibrary_svxcore.mk277 svx/source/sdr/properties/pageproperties \
278 svx/source/sdr/properties/e3dsceneproperties \
279 svx/source/sdr/properties/itemsettools \
280 svx/source/sdr/properties/captionproperties \
281 svx/source/sdr/properties/e3dextrudeproperties \
282 svx/source/sdr/properties/e3dproperties \
283 svx/source/sdr/properties/measureproperties \
284 svx/source/sdr/properties/customshapeproperties \
285 svx/source/sdr/properties/rectangleproperties \
286 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 …]
/AOO41X/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 …]
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()
/AOO41X/main/oox/source/token/ !
H A Dmakefile.mk52 …xt $(GENHEADERPATH)$/namespaces.hxx $(INCCOM)$/propertynames.inc $(GENHEADERPATH)$/properties.hxx :
72 $(SLO)$/propertynames.obj : $(INCCOM)$/propertynames.inc $(GENHEADERPATH)$/properties.hxx $(MISC)$/…
74 …(do_phony) : properties.txt properties.pl properties.hxx.head properties.hxx.tail $(INCCOM)$/prope…
77properties.pl properties.txt $(MISC)$/propertyids.inc $(INCCOM)$/propertynames.inc && $(TYPE) prop…
/AOO41X/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 …]
/AOO41X/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 occured. 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 successfull 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 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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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.
/AOO41X/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 …]
/AOO41X/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,
/AOO41X/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();
/AOO41X/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()
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()
/AOO41X/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 …]
/AOO41X/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

12345678910>>...28