Home
last modified time | relevance | path

Searched refs:properties (Results 126 – 150 of 724) sorted by relevance

12345678910>>...29

/aoo42x/main/offapi/com/sun/star/sdbc/
H A DFLATConnectionProperties.idl32 /** represents the properties for a FLAT connection (session) with a specific
33 database. These properties can be used when calling the method
38 …The properties for a connection contain additional information about how to connect to a database …
H A DODBCConnectionProperties.idl32 /** represents the properties for a ODBC connection (session) with a specific
33 database. These properties can be used when calling the method
38 …The properties for a connection contain additional information about how to connect to a database …
/aoo42x/main/offapi/com/sun/star/awt/
H A DXTabListener.idl45 an XSimpleTabController instance or if the properties of a tab was changed.
66 /** a tab was changed within it's properties.
72 the current set of properties for this tab.
H A DXPrinter.idl51 <p>All properties are vetoable properties.
52 If you change the properties between a call to
/aoo42x/main/offapi/com/sun/star/table/
H A DTableSortDescriptor.idl45 /** contains properties which describe sorting of rows or columns in a table.
49 table-specific properties.</p>
57 /** contains common sorting properties.
/aoo42x/main/udkapi/com/sun/star/script/
H A DInvocationInfo.idl42 (methods or properties) accessed via XInvocation, such as names,
75 /** Types method parameters, for properties this sequence is empty
80 for properties this sequence is empty.
/aoo42x/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java137 Property[] properties = m_xPropSet.getPropertySetInfo().getProperties(); in getBoundPropsToTest() local
142 for (int i = 0; i < properties.length; i++) in getBoundPropsToTest()
145 Property property = properties[i]; in getBoundPropsToTest()
/aoo42x/main/offapi/com/sun/star/chart/
H A DXStatisticDisplay.idl54 the properties of the up bars of a stock chart which has
68 the properties of the down bars of a stock chart which has
82 the properties of the lines that are drawn between the
/aoo42x/main/offapi/com/sun/star/form/inspection/
H A DEditPropertyHandler.idl38 which provides convinience wrappers for some properties existing at a form component
41 …<p>First, the handler supersedes the HScroll and the VScroll properties of a <type scope="com::sun…
47 …and the <member scope="com::sun::star::awt">UnoControlEditModel::MultiLine</member> properties wit…
H A DXMLFormsPropertyHandler.idl38 which provides properties related to binding form control models to XForm bindings.
40 …<p>The handler introduces new properties to choose an <type scope="com::sun::star::xforms">XModel<…
42 it introduces properties which reflect the different facets of the binding (e.g.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDataSeries.idl72 /** the property interface by which the properties of all
77 /** these properties serve as default for data points.
143 properties that differ from the default.
145 <p>The default values are determined by the properties set at
/aoo42x/main/offapi/com/sun/star/document/
H A DDocumentInfo.idl84 These fields are additional to normal properties.
91 /** necessary to support normal properties
96 /** supports faster access on well known properties by using index
105 These fields are additional to normal properties (see below) and
H A DXOOXMLDocumentPropertiesImporter.idl51 /** allows to import the document properties from OOXML fomat
56 /** allows to import the document properties from OOXML format
59 The implementation should parse the document properties from OOXML
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXPropertyAccess.idl66 if property value restrictions depend on the value of other properties.</p>
79 /** sets the values of given properties.
81 <p>All properties which are not contained in the sequence
/aoo42x/main/qadevOOo/runner/lib/
H A DParameters.java210 Property[] properties = setInfo.getProperties();
212 for (int i = 0; i < properties.length; i++) {
213 String name = properties[i].Name;
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDumper.java185 Properties properties = System.getProperties(); in dumpAllProperties() local
187 int size = properties.size(); in dumpAllProperties()
188 Iterator m = properties.entrySet().iterator(); in dumpAllProperties()
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXControlAccess.idl44 properties and the appropriate values are documented in the
62 The control property to manipulate. Common control properties
83 The requested control property. Common control properties
H A DXControlInformation.idl40 /** Interface to query for controls and control properties supported by the
69 /** Returns a sequence with properties supported by the specified
77 a sequence of control properties supported by the specified control.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DDocumentSettings.idl40 /** describes properties that apply to the whole drawing document.
53 /** provides access to the properties.
72 // Note: the following properties exist also in
/aoo42x/main/oox/source/token/
H A Dnamespaces.txt30 packageMetaCorePr http://schemas.openxmlformats.org/package/2006/metadata/core-properties
35 officeCustomPr http://schemas.openxmlformats.org/officeDocument/2006/custom-properties
37 officeExtPr http://schemas.openxmlformats.org/officeDocument/2006/extended-properties
/aoo42x/main/extensions/test/ole/VisualBasic/
H A DModule1.vb65 Dim properties(2) As Object
74 properties(0) = aToolbarItemProp1
75 properties(1) = aToolbarItemProp2
76 properties(2) = aToolbarItemProp3
98 Call aany.Set("[]com.sun.star.beans.PropertyValue", properties)
/aoo42x/main/svx/inc/svx/
H A Dscene3d.hxx33 namespace sdr { namespace properties { namespace
69 friend class sdr::properties::E3dSceneProperties;
72 virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
/aoo42x/main/offapi/com/sun/star/text/
H A DCell.idl56 /** contains the properties of the text table cell.
61 /** contains properties from table cells.
63 <p>All of these properties are either already availbale in the
/aoo42x/main/offapi/com/sun/star/ucb/
H A DContentInfo.idl68 /** This field contains a list with the properties which must be set at
73 <p>If one of the properties is missing, the insert command will fail.
79 <p><b>Important:</b> The required properties must have one of the
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DMalformedDataException.idl59 <dd>for properties having the wrong or an invalid type.</dd>
62 <dd>for duplicate properties.</dd>
65 <dd>for properties that are not in the schema.</dd>

Completed in 67 milliseconds

12345678910>>...29