Home
last modified time | relevance | path

Searched refs:properties (Results 76 – 100 of 724) sorted by relevance

12345678910>>...29

/aoo42x/main/udkapi/com/sun/star/beans/
H A DProperty.idl39 <dl>There are three types of properties:
40 <dt>- bound properties</dt>
41 <dt>- constrained properties</dt>
42 <dt>- free properties</dt>
/aoo42x/main/offapi/com/sun/star/graphic/
H A DGraphicRendererVCL.idl34 /** Service that describes the necessary interfaces and properties
38 instance of this service, set the appropriate properties and use
48 /** The property interface by which the properties of all
68 /** Additional properties for rendering, unspecified at the moment
/aoo42x/main/toolkit/doc/layout/
H A Doldnotes.txt153 + but no information on what properties are
163 some derived properties: EchoChar (etc.)
176 + count number of properties ...
226 + how will child widget properties work ?
232 + propose new syntax: [ with child properties a-la glade ]:
241 + if 'child' element omitted - default properties used ...
/aoo42x/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl102 <p>In the user interface of an ObjectInspector, single properties are represented by
106 have the same relative ordering as the "order indexes" of their properties.</p>
113 <p>If for two different properties the same order index is returned, the
114 <type>ObjectInspector</type> will assume the order in which those properties
117 If two such properties originate from different handlers, they will be ordered according
169 <p>In this case, the user is able to browse through all properties, but cannot
/aoo42x/main/unoxml/source/dom/
H A Dattributesmap.cxx52 xmlAttrPtr cur = pNode->properties; in getLength()
76 xmlAttrPtr cur = pNode->properties; in getNamedItem()
112 xmlAttrPtr cur = pNode->properties; in getNamedItemNS()
141 xmlAttrPtr cur = pNode->properties; in item()
/aoo42x/main/offapi/com/sun/star/text/
H A DXParagraphAppend.idl59 <p>The properties are applied to the new paragraph.
63 CharacterAndParagraphProperties can contain all the properties defined by the service
72 … <p>The properties are applied to the last paragraph before the new pargraph is inserted.
76 CharacterAndParagraphProperties can contain all the properties defined by the service
H A DAccessibleParagraphView.idl143 <p>The attributes (or properties) returned by
146 are a sub set of the properties described by the service
148 properties that have asian and complex counterparts, the value that
170 <p>The attributes (or properties) returned by
172 >XAccessibleText::getCharacterAttributes</method> are a sub set of the properties
175 properties that have asian and complex counterparts, the value that
H A DXTextConvert.idl68 <p>FrameProperties contains the properties of the to-be-created text frame.</p>
92 @param CellProperties contains the properties of each cell.
93 @param RowProperties contains the properties of each table row.
94 @param TableProperties contains the properties of the table.
/aoo42x/main/offapi/com/sun/star/awt/
H A DXPrinterPropertySet.idl45 /** represents an extended property set for printer properties.
47 <p>All properties are vetoable properties. If you change the properties
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertySet.java370 Property[] properties = oObj.getPropertySetInfo().getProperties(); in _getPropertyValue() local
371 if( properties.length > 0 ) { in _getPropertyValue()
372 String propertyName = properties[0].Name; in _getPropertyValue()
554 Property[] properties = xPSI.getProperties(); in getPropsToTest() local
558 for (int i = 0; i < properties.length; i++) { in getPropsToTest()
560 Property property = properties[i]; in getPropsToTest()
H A D_XFastPropertySet.java163 Property[] properties = xPSI.getProperties(); in getPropsToTest() local
165 for (int i = 0; i < properties.length; i++) { in getPropsToTest()
166 if (exclude.contains(properties[i].Name)) continue ; in getPropsToTest()
167 Property property = properties[i]; in getPropsToTest()
H A D_XPropertySetInfo.java54 Property[] properties = oObj.getProperties(); in _getProperties() local
55 IsThere = properties[0]; in _getProperties()
56 tRes.tested("getProperties()", ( properties != null )); in _getProperties()
/aoo42x/main/offapi/com/sun/star/presentation/
H A DDocumentSettings.idl40 /** describes properties that apply to the whole presentation document.
44 /** This service documents the common properties of an office document
56 /** provides access to the properties.
83 // Note: the following properties exist also in
/aoo42x/main/reportbuilder/java/
H A Dmakefile.mk32 $(CLASSDIR)$/jfreereport.properties \
33 $(CLASSDIR)$/libformula.properties \
34 $(CLASSDIR)$/loader.properties
/aoo42x/main/extensions/qa/integration/extensions/
H A DMethodHandler.java161 Property[] properties = new Property[] { }; in getSupportedProperties() local
164 properties = new Property[ m_methods.length ]; in getSupportedProperties()
167properties[i] = new Property( m_methods[i].getName(), 0, new Type( String.class ), (short)0 ); in getSupportedProperties()
171 return properties; in getSupportedProperties()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl95 Normally at least "user" and "password" properties should be
136 /** gets information about the possible properties for this driver.
138 discover what properties it should prompt a human for in order to get
150 properties. This array may be an empty array if no properties
H A DJDBCConnectionProperties.idl35 /** represents the properties for a JDBC connection (session) with a specific
36 database. These properties can be used when calling the method
41 …The properties for a connection contain additional information about how to connect to a database …
76 /** specifies a set of properties to pass to <code>java.lang.System.setProperty</code> before
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSheetCellRange.idl174 formatting properties.
180 /** contributes properties for character formatting of Western text.
186 /** contributes properties for character formatting of Asian text.
192 /** contributes properties for character formatting of Complex text.
198 /** contributes properties for paragraph formatting.
204 /** provides interfaces to find cells with specific properties.
/aoo42x/main/toolkit/source/layout/core/
H A Dhelper.cxx127 …Toolkit> xToolkit, uno::Reference <uno::XInterface> xParent, OUString const& name, long properties) in toolkitCreateWidget() argument
175 desc.WindowAttributes = properties; in toolkitCreateWidget()
211 …olkit > xToolkit, uno::Reference< uno::XInterface > xParent, OUString const& name, long properties) in createWidget() argument
219 xPeer = implCreateWidget (xParent, name, properties); in createWidget()
229 xPeer = toolkitCreateWidget (xToolkit, xParent, tName, properties); in createWidget()
231 xPeer = toolkitCreateWidget (xToolkit, xParent, name, properties); in createWidget()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java297 final Object properties[][] = in createStandardBag() local
304 for ( int i=0; i<properties.length; ++i ) in createStandardBag()
307 (String)properties[i][0], in createStandardBag()
309 properties[i][1] in createStandardBag()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeGeometry.idl83 /** This property sequence is including the extrusion description, the properties
88 /** This property sequence is including the path description, the properties
93 /** This property sequence is including the textpath description, the properties
105 …is having the same properties as they are specified in the service com::sun::star:drawing::Enhance…
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java873 Property[] properties, in fire() argument
879 int nNumProps= properties.length; in fire()
887 if ((bVetoable && (properties[i].Attributes & PropertyAttribute.CONSTRAINED) > 0) in fire()
888 || (!bVetoable && (properties[i].Attributes & PropertyAttribute.BOUND) > 0)) in fire()
890 arEvts[i]= new PropertyChangeEvent(this, properties[i].Name, false, in fire()
891 properties[i].Handle, oldValues[i], newValues[i]); in fire()
/aoo42x/main/offapi/com/sun/star/ucb/
H A DListActionType.idl73 this is not required. For example, it could contain the properties of
126 /** The properties of one or more rows have changed.
132 rows, whose properties have changed. If the count is greater than one, the
133 rows with modified properties have to be one after the other.
136 this is not required. For example, it could contain the new properties
/aoo42x/main/solenv/inc/
H A Dant.mk52 $(CLASSDIR)/solar.properties : $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg $(SOL…
61 @cat $(DMAKEROOT)/../ant.properties >> $@
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java304 private Properties properties = new Properties(); field in VclHookException
343 properties.put(key, value); in parse()
346 String resId = properties.getProperty("ResId"); in parse()
358 String rep = properties.getProperty(matcher.group(1), matcher.group()).replace("$", "\\$"); in parse()

Completed in 80 milliseconds

12345678910>>...29