/aoo41x/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 74 : 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 …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | selectors.properties | 24 # <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 …]
|
/aoo41x/main/svx/ |
H A D | Library_svxcore.mk | 277 svx/source/sdr/properties/pageproperties \ 279 svx/source/sdr/properties/itemsettools \ 280 svx/source/sdr/properties/captionproperties \ 282 svx/source/sdr/properties/e3dproperties \ 283 svx/source/sdr/properties/measureproperties \ 286 svx/source/sdr/properties/groupproperties \ 287 svx/source/sdr/properties/properties \ 290 svx/source/sdr/properties/circleproperties \ 291 svx/source/sdr/properties/emptyproperties \ 294 svx/source/sdr/properties/textproperties \ [all …]
|
H A D | Package_inc.mk | 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… 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 …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/util/ |
H A D | DefaultReportJobDefinition.java | 40 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 D | DefaultJobProperties.java | 37 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 D | makefile.mk | 52 …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… 77 …properties.pl properties.txt $(MISC)$/propertyids.inc $(INCCOM)$/propertynames.inc && $(TYPE) prop…
|
/aoo41x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | PropertiesRetriever.java | 81 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 D | PropertiesComposer.java | 82 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 D | XMultiPropertySet.idl | 57 /** 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 occured. 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 D | XMultiHierarchicalPropertySet.idl | 52 /** 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 D | XTolerantMultiPropertySet.idl | 55 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. 130 /** retrieve only those values of the specified properties which 138 specifies the names of the properties. [all …]
|
H A D | XPropertySet.idl | 66 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 D | javacompskeleton.cxx | 263 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 D | cppcompskeleton.cxx | 634 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 …]
|
/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XPropertyHandler.idl | 150 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 …]
|
/aoo41x/main/offapi/com/sun/star/configuration/ |
H A D | GroupAccess.idl | 51 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 D | PropertyHierarchy.idl | 47 /** 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 D | MailMerge.idl | 63 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 …]
|
/aoo41x/main/offapi/com/sun/star/form/ |
H A D | FormComponent.idl | 74 /** 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 D | obj3d.hxx | 53 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.java | 61 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.java | 144 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 D | DataSource.idl | 160 …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 D | makefile.mk | 48 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
|