Home
last modified time | relevance | path

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

12345678910>>...322

/trunk/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 …]
/trunk/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 …]
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl9 * with the License. You may obtain a copy of the License at
36 …<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), w…
37 …accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab…
38 each page representing a single <em>step</em>.</p>
40 …<p>Sequential navigation in a wizard is done via a <em>Next</em> and a <em>Back</em> button. Non-s…
45 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
92 /** enables or disables a certain button in the wizard
106 /** sets a button in the wizard as default button
154 …<p>You usually call this method from within a wizard page whose state changed in a way that it aff…
174 /** activates a path
[all …]
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 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 …]
/trunk/main/tools/inc/tools/
H A Dsolar.h181 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
184 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
193 template<typename T> inline T Min(T a, T b) { return (a<b?a:b); } in Min() argument
194 template<typename T> inline T Max(T a, T b) { return (a>b?a:b); } in Max() argument
195 template<typename T> inline T Abs(T a) { return (a>=0?a:-a); } in Abs() argument
/trunk/main/udkapi/com/sun/star/loader/
H A DXImplementationLoader.idl9 * with the License. You may obtain a copy of the License at
48 /** handles activation (loading) of a UNO component.
55 /** activates a concrete implementation within a component.
59 writes a list of implementation names hosted by this component.
63 the component (for instance a .jar-file or a shared library).
68 that it is a relative file url. <p>Special loaders may define
77 the concrete implementation. In general, the object supports a
90 /** writes a list of all implementations hosted by this component into a registry key.
91 <p>This method is called during registering a component.
98 the component (for instance a .jar-file or a shared library).
[all …]
/trunk/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 …]
/trunk/main/offapi/com/sun/star/sdbc/
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 …]
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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx61 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition() local
63 …aRetval[a] = Primitive2DReference(new PolygonHairlinePrimitive2D(aPolyPolygon.getB2DPolygon(a), ge… in create2DDecomposition()
121 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition() local
123 aRetval[a] = Primitive2DReference( in create2DDecomposition()
125 aPolyPolygon.getB2DPolygon(a), in create2DDecomposition()
194 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition() local
196 aRetval[a] = Primitive2DReference( in create2DDecomposition()
279 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition() local
281 const basegfx::B2DPolygon aPolygon(aPolyPolygon.getB2DPolygon(a)); in create2DDecomposition()
286 aRetval[a] = Primitive2DReference( in create2DDecomposition()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationNodeType.idl32 /** This constants defines a type for an animation node.
40 /** Defines a custom time node. */
43 /** Defines a parallel time container. */
46 /** Defines a sequence time container. */
52 /** Defines a generic attribute animation. */
55 /** Defines a simple mean of just setting the value of
56 an attribute for a specified duration. */
59 /** Defines a move animation along a path. */
62 /** Defines an animation of a color attribute. */
68 /** Defines an animation of a filter behavior. */
[all …]
/trunk/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 …]
/trunk/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. Similarly, 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 …]
/trunk/extras/l10n/source/ga/
H A Dlocalize.sdf4022 …763 18 0 ga To create a numbered list, type a number followed by a period (.), followed by a spa…
8303 …re several ways to create a table in a text document. You can insert a table from a toolbar, throu…
8639 …ct.xhp 0 help par_idN1060E 0 ga You can select a table in a text document with a keyboard or wi…
16200a numbered list when you press Enter at the end of a line that starts with a number followed by a
19251a field from the field list of a table or query to a form, drag a cell into the form. In a text do…
31925 … \<emph\>Value\</emph\> is a number, a reference to a cell containing a number, or a form…
36704a text file format that you can use to exchange data from a database or a spreadsheet between appl…
38974 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 ga a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
39424 …3020204.xhp 0 help par_id3154909 2 0 ga Writes a record to a relative file or a sequence of byte…
42805 …0 help par_id3145069 2 0 ga Reads a record from a relative file, or a sequence of bytes from a b…
[all …]
/trunk/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��…
/trunk/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:
/trunk/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()
/trunk/extras/l10n/source/vi/
H A Dlocalize.sdf8903 …string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_POWER 3 0 vi Cơ số a của lũy thừa a^b. 2020041…
8905 …ring RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_POWER 5 0 vi Số mũ b của lũy thừa a^b. 20200411 …
11970 …".\"\>Gõ tựa đề của mục nhập Wiki của bạn. Đối với một bài mới, tựa đề này phải duy nhất trên Wiki…
12014 …\<emph\>Tựa đề\</emph\>: gõ tựa đề của bài của bạn. Gõ tựa đề của một trang đã có, để ghi đề lên n…
29163a ghi rõ ổ đĩa hoặc ổ đĩa là chuỗi chiều dài số không thì hàm CurDir trả về đường dẫn đến ổ đĩa hi…
31331 …_value\>tựa đa dòng trong biểu mẫu\</bookmark_value\>\<bookmark_value\>tên; tựa đa dòng\</bookmark…
38418a lưu vào bộ nhớ chính của máy tính các đồ họa nằm trong tài liệu. Có nghĩa là các thuộc tính về đ…
47194 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 vi a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
47528a widebslash b\</emph\> trong cửa sổ \<emph\>Lệnh\</emph\> để tạo ra hai kí hiệu cùng với dấu gạch…
52418 …107B5 0 vi Cột thứ năm chứa tên của hình cho hiệu ứng hoạt họa, và (tùy chọn) vài ký tự đầu tiê…
[all …]

Completed in 2627 milliseconds

12345678910>>...322