Home
last modified time | relevance | path

Searched refs:a (Results 201 – 225 of 8151) sorted by relevance

12345678910>>...327

/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DXSchema.idl9 * with the License. You may obtain a copy of the License at
53 Handles access to the elements of a component schema,
63 Describes the full schema (templates + component) to a
72 if a <NULL/> handler is passed.
75 if a subsequent call to any of the <type>XSchema</type>methods is made.
76 The elements of a component schema are only parsed once,a repeat call
98 if a <NULL/> handler is passed.
102 The elements of a component schema are only parsed once,a repeat call
116 Describes the component templates to a <type>XSchemaHandler</type>.
123 if a <NULL/> handler is passed.
[all …]
H A DXMultiLayerStratum.idl9 * with the License. You may obtain a copy of the License at
57 Handles access to a stratum consisting of multiple layers
58 in a single configuration data repository
77 merged to determine data of a component for an entity
117 to update data of a component on behalf of an entity.
156 retrieves a layer associated to a layer id, if newer than indicated.
171 a timestamp for the layer.
226 a list of <type>Layer</type> objects
281 a list of <type>Layer</type> objects
309 retrieves a writable representation of the layer
[all …]
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl47 if a database access error occurs.
55 if a database access error occurs.
63 if a database access error occurs.
68 /** cancels the updates made to a row.
82 if a database access error occurs.
93 result set. It is essentially a buffer where a new row may
109 a result set must be given a value each time this method is
114 must be called before a
116 method can be called on a column value.
119 if a database access error occurs.
[all …]
H A DXStatement.idl9 * with the License. You may obtain a copy of the License at
52 close a statement's current ResultSet if an open one exists.
58 /** executes a SQL statement that returns a single ResultSet.
64 if a database access error occurs.
74 a SQL INSERT, UPDATE or DELETE statement or a SQL statement that returns nothing
78 if a database access error occurs.
83 /** executes a SQL statement that may return multiple results.
87 Under some (uncommon) situations a single SQL statement may return
97 method executes a SQL statement and indicates
112 if a database access error occurs.
[all …]
/aoo41x/main/offapi/com/sun/star/ui/
H A DModuleUIConfigurationManager.idl9 * with the License. You may obtain a copy of the License at
49 configuration data of a module.
67 /** provides a function to initialize a module user interface configuration manager instance.
73 …<li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type>…
75 …<li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> th…
78 …<li><b>UserRootCommit</b>a reference to a <type scope="com::sun::star::embed">XTransactedObject</t…
83 as a read-only container.
89 settings from/to a module storage.
94 from a module user interface configuration manager.
98 /** provides access to the default layer of a module based ui configuration
[all …]
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DFilePicker.idl9 * with the License. You may obtain a copy of the License at
56 It is <strong>NOT</strong> recommended to cache a reference to a file
59 s recommended to create a new instance on demand.
74 /** Allows to associate a help URL with the file picker instance.
90 filters and set a current filter
95 /** Provides the ability to show a preview of a selected file
102 common controls that a FilePicker usually supports.
120 dialog doesn't support custom templates. In this case a createInstance
127 The implementation of a FileSave dialog should automatically check
128 for existens of a file and issue a warning if a file with the same
[all …]
H A DXWizard.idl9 * with the License. You may obtain a copy of the License at
41 …<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), w…
42 …accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab…
43 each page representing a single <em>step</em>.</p>
45 …<p>Sequential navigation in a wizard is done via a <em>Next</em> and a <em>Back</em> button. Non-s…
50 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
95 /** enables or disables a certain button in the wizard
109 /** sets a button in the wizard as default button
157 …<p>You usually call this method from within a wizard page whose state changed in a way that it aff…
177 /** activates a path
[all …]
H A DXFilePicker.idl9 * with the License. You may obtain a copy of the License at
43 /** Specifies an interface for a FilePicker
62 /** Sets the default string that appears in the file name box of a FilePicker.
67 have to check for a valid file name or if the file really exists.
77 conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>).
80 …if the URL is invalid (doesn't conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc17…
91 … directory in URL format, must be conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rf…
96 /** Returns a sequence of the selected files including path information in
97 URL format, conform to <a href="http://www.w3.org/Addressing/rfc1738.txt">Rfc1738</a>.
102 <p>If the dialog is in execution mode and a single file is selected
[all …]
/aoo41x/main/qadevOOo/runner/graphical/
H A DPostscriptCreator.java61 a.startTime(PerformanceContainer.AllTime); in checkOneFile()
64 a.startTime(PerformanceContainer.OfficeStart); in checkOneFile()
66 a.stopTime(PerformanceContainer.OfficeStart); in checkOneFile()
73 a.startTime(PerformanceContainer.Load); in checkOneFile()
75 a.stopTime(PerformanceContainer.Load); in checkOneFile()
77 a.startTime(PerformanceContainer.Print); in checkOneFile()
79 a.stopTime(PerformanceContainer.Print); in checkOneFile()
83 a.startTime(PerformanceContainer.OfficeStop); in checkOneFile()
85 a.stopTime(PerformanceContainer.OfficeStop); in checkOneFile()
87 a.stopTime(PerformanceContainer.AllTime); in checkOneFile()
[all …]
/aoo41x/main/cppuhelper/test/
H A Dtestproptyphlp.cxx35 Any a; in testPropertyTypeHelper() local
37 a <<= ( sal_Int8 ) 25; in testPropertyTypeHelper()
40 convertPropertyValue( i , a ); in testPropertyTypeHelper()
44 convertPropertyValue( i16 , a ); in testPropertyTypeHelper()
48 convertPropertyValue( i8 , a ); in testPropertyTypeHelper()
52 convertPropertyValue( i32 , a ); in testPropertyTypeHelper()
56 convertPropertyValue( d , a ); in testPropertyTypeHelper()
60 convertPropertyValue( f , a ); in testPropertyTypeHelper()
69 a <<= prop; in testPropertyTypeHelper()
77 a <<= prop.Name; in testPropertyTypeHelper()
[all …]
/aoo41x/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl9 * with the License. You may obtain a copy of the License at
74 <p>If between two paragraphs, two tables, or a paragraph and a
86 also be effective at the beginning of a page or column if the
88 document. The same applies for a page break.</p>
95 tabs are formatted as a whole in the center or aligned to the
108 <p><em>Note</em>: This name is a bit misleading, it should be
125 <p>This property controls how a set line spacing at a paragraph
135 a proportional line spacing is only applied below a text line and
165 applied. This means, that the top of a paragraph, at which a
169 the top of a paragraph, at which a floating screen object orients
[all …]
H A DReferenceFieldPart.idl9 * with the License. You may obtain a copy of the License at
50 <p>If the source of the reference is a sequence field, then the complete text
66 /** The category and the number of a caption is displayed.
67 <p>This option is only valid if the source of the reference is a sequence field.</p>
71 /** The caption text of a caption is displayed.
72 <p>This option is only valid if the source of the reference is a sequence field.</p>
76 /** The number of a sequence field is displayed.
77 <p>This option is only valid if the source of the reference is a sequence field.</p>
84 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
103 … <p>This option is only valid, if the source of the reference is a bookmark or a set reference.</p>
[all …]
/aoo41x/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl9 * with the License. You may obtain a copy of the License at
40 /** encapsulates functionality which you might find useful when writing a
48 the characters allowed in the object names of a connection. Also, it
49 relieves you from caring whether a database supports queries in a <code>SELECT</code>
51 databases, query and table names share a common namespace, thus they must be
54 <p>All of the functionality present in this interface depends on a connection,
71 /** suggests a (unique) table or query name
79 another process or thread created a query or table with this name.</p>
100 /** converts the given object name to a name which is valid in the database.
140 /** checks whether a given name is valid as table or query name
[all …]
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/
H A D1002.pem17 60:1e:e6:52:39:4c:84:9e:93:6c:d2:b4:2d:34:1a:
18 e7:42:b6:bf:34:bd:ca:44:31:fb:06:5e:20:0a:a1:
20 18:6c:2d:9e:70:7a:21:2a:fd:0c:f8:03:00:32:60:
22 76:02:e1:85:87:63:4b:5b:cd:c9:1f:ca:85:7a:8c:
23 3a:fd:a9:83:94:b9:6d:f6:95
37 5f:6a:81:3b:56:e8:6d:33:0e:1e:6a:73:b1:e8:69:b7:3f:83:
39 a5:9c:e3:8e:ed:27:d2:da:53:41:80:2a:d4:c3:92:5d:b5:b4:
40 5a:d6:17:f7:74:9d:83:13:06:7f:20:8e:50:5f:60:5b:3a:9a:
42 8f:93:ce:5a:b3:17:ba:73:93:20:64:b9:b2:ad:6e:89:63:c5:
43 08:e1:a0:6a:b2:9d:1e:33:31:83:98:d1:05:7d:ec:48:72:1f:
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx153 for(sal_Int32 a(0L); a < nCount; a++) in getB3DRangeFromPrimitive3DSequence() local
155 aRetval.expand(getB3DRangeFromPrimitive3DReference(rCandidate[a], aViewInformation)); in getB3DRangeFromPrimitive3DSequence()
214 for(sal_Int32 a(0L); a < nCount; a++) in arePrimitive3DSequencesEqual() local
216 if(!arePrimitive3DReferencesEqual(rA[a], rB[a])) in arePrimitive3DSequencesEqual()
239 for(sal_Int32 a(0L); a < nSourceCount; a++) in appendPrimitive3DSequenceToPrimitive3DSequence() local
241 if(rSource[a].is()) in appendPrimitive3DSequenceToPrimitive3DSequence()
243 rDest[nInsertPos++] = rSource[a]; in appendPrimitive3DSequenceToPrimitive3DSequence()
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl9 * with the License. You may obtain a copy of the License at
60 Returns a NodeList of all descendant Elements with a given tag name,
62 encountered in a preorder traversal of this Element tree.
67 Returns a NodeList of all the descendant Elements with a given local
69 a preorder traversal of this Element tree.
80 element or has a default value, false otherwise.
85 Returns true when an attribute with a given local name and namespace
113 Adds a new attribute.
121 Adds a new attribute node.
130 Adds a new attribute.
[all …]
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx349 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonHairlinePrimitive2D() local
1062 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1077 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1079 … basegfx::B2DPolygon aCandidate(aHairlinePolyPolygon.getB2DPolygon(a)); in RenderPolygonStrokePrimitive2D()
1111 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1150 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1161 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1201 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D() local
1204 aHairlinePolyPolygon.getB2DPolygon(a), in RenderPolygonStrokePrimitive2D()
1300 for(sal_uInt32 a(0); a < nSteps; a++, fUnitScale += fUnitStep) in RenderSvgLinearAtomPrimitive2D() local
[all …]
/aoo41x/main/comphelper/inc/comphelper/
H A DInlineContainer.hxx47 explicit MakeSequence(const T &a) in MakeSequence() argument
50 this->operator[](0) = a; in MakeSequence()
52 MakeSequence& operator()(const T &a) in operator ()() argument
72 explicit MakeVector(const T &a) in MakeVector() argument
73 : ::std::vector< T >(1, a) in MakeVector()
76 MakeVector &operator()(const T &a) in operator ()() argument
78 this->push_back(a); in operator ()()
95 explicit MakeSet(const T &a) in MakeSet() argument
98 this->insert(this->end(), a); in MakeSet()
100 MakeSet &operator()(const T &a) in operator ()() argument
[all …]
/aoo41x/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib4 ���"�'��V�W��X�0�Z�[�\]NSDestinationWNSLabelXNSSource���� ��^�_�`�a�b�c�d��e�f�g�h�i�j�k�lVN…
5a�n��o�p�q�r�sVNSName[NSMenuItems�6�9�-�7_Quit NewApplicationQq��w��2�x�y�z^NSResourceName��…
/aoo41x/main/offapi/com/sun/star/configuration/
H A DSetElement.idl9 * with the License. You may obtain a copy of the License at
47 /** provides information about a dynamic element that can be inserted into a
48 homogeneous set of elements within a hierarchy.
64 contained in a set object and have no meaningful name.
67 <p>While an instance is not contained in a set object, it is owned by
74 <p>When the instance is inserted into a set (this includes replacing an
88 into a container, if it was obtained from the same hierarchy.
108 A complementary service for the root element of a hierarchy.
141 the object is currently not contained in a container (
154 <p>Set elements have a predetermined structure (their <em>type</em>),
[all …]
/aoo41x/extras/l10n/source/is/
H A Dlocalize.sdf2634 …raðað töflureikninum upp á nýtt til að sýna eða fela ákveðinn gagnasvið, eða sníða reiti samkvæmt …
3058aðgerðir sem hægt er að nota í $[officename] Math. Hún inniheldur lista af öllum aðgerðum og einni…
12626 ….xhp 0 help hd_id3153625 40 0 is Bilslá eða hægri ör eða niður ör eða Page Down eða Enter eða R…
13528að breyta honum eða til að sníða eiginleika hans, svo sem leturstærð eða lit. Smelltu á jaðar text…
17256 …154490 16 0 is Það er ekki hægt að bæta þemum við og ekki hægt að breyta þeim. En það er hægt að…
18203 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 is a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
26149 …tta leiðsagnarforrit aðstoðar við að búa til faxsniðmát. Sniðmátið er síðan hægt að nota til að bú
26190að hjálpa þér að birta skjöl á internetinu.\n\nÞað mun umbreyta skjölum svo hægt sé að skoða þau m…
26349 …eiðsagnarforrit aðstoðar við að búa til dagskrársniðmát. Sniðmátið er síðan hægt að nota til að bú
47934 … 0 is Texti frumkóða er of stór og ekki er hægt að vistþýða né vista.\nEyddu einhverjum athugasemd…
[all …]
/aoo41x/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl9 * with the License. You may obtain a copy of the License at
57 Interface to manage a resource string table containing a set of
66 e.g. from a string table editor or from a Dialog Editor designing
111 If this locale is not available a
124 Associates a String to a Resource ID for the current locale.
126 associated with it will be overwritten, otherwise a new
147 Associates a String to a Resource ID for a specific locale.
149 associated with it will be overwritten, otherwise a new
225 Creates a new locale.
289 until this number is really used at the beginning of a new
[all …]
/aoo41x/main/desktop/test/deployment/options/
H A Dreadme.txt8 leaf1.oxt: Defines a leaf under the node WriterNode
11 leaf1mod.oxt: Defines a leaf under the node WriterNode
16 leaf2.oxt: Defines a leaf under a node that has a name which requires special
18 to a Module and the Node/AllModules property is not true. This is a typical
19 scenario when a Node had been added to an existing Module and later the Module
20 was removed. This is a situation which actually should not occur. In this case
22 for a particular module and in this case the Module for the Node is unknown.
46 If a german office is used then the strings contain "de" instead of "en-US".
122 nodes5.oxt: Defines a node which in turn defines 3 leaves. The Node
124 default).This may happen when a node
[all …]
/aoo41x/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl9 * with the License. You may obtain a copy of the License at
41 /** is a specialization of the <type scope="com::sun::star::form">DataAwareControlModel</type>
48 service. Similarily, a <type scope="com::sun::star::form::component">CheckBox</type> has
53 a column of a <type scope="com::sun::star::form::component">DataForm</type>, and exchange
54 their content with such a column.<br/>
56 is moved to a different record, then the bound control model is updated with the value of
59 data in a control associated with the control model) is committed
67 support a specialized, hard-coded value binding (namely the binding to a
80 An external value binding becomes effective as soon as it is set. This is a
87 in the external binding. This is a difference to SQL bindings of most
[all …]
/aoo41x/main/svx/inc/svx/
H A Dsvdsob.hxx63 void Set(sal_uInt8 a) in Set() argument
65 aData[a/8] |= 1<<a%8; in Set()
68 void Clear(sal_uInt8 a) in Clear() argument
70 aData[a/8] &= ~(1<<a%8); in Clear()
73 void Set(sal_uInt8 a, sal_Bool b) in Set() argument
76 Set(a); in Set()
78 Clear(a); in Set()
81 sal_Bool IsSet(sal_uInt8 a) const in IsSet()
83 return (aData[a/8] & 1<<a%8) != 0; in IsSet()

Completed in 976 milliseconds

12345678910>>...327