Home
last modified time | relevance | path

Searched refs:a (Results 451 – 475 of 8552) sorted by relevance

1...<<11121314151617181920>>...343

/trunk/main/offapi/com/sun/star/chart/
H A DChartDataPointProperties.idl9 * with the License. You may obtain a copy of the License at
57 a data point (e.g., a single bar in a bar chart).
60 point. There is a similar service for a group of graphic elements
112 /** specifies a string that is used to separate the parts of a data label (caption)
118 /** specifies a number format for the display of the value in the data label
124 /** specifies a number format for the display of the percentage value in the data label
130 /** specifies a relative position for the data label
148 any valid URL that points to a graphic file. This graphic is
158 /** the offset by which pie segments in a <type>PieDiagram</type>
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXTabBar.idl9 * with the License. You may obtain a copy of the License at
39 /** UI control for the selection of views in a pane.
40 <p>Every tab of a tab bar has, besides its localized title and help
41 text, the URL of a view. A possible alternative would be to use a
43 <p>In the current Impress implementation a tab bar is only used for the
49 resource URL that really identifies a button. There can not be two
58 /** Add a tab bar button to the right of another one.
70 /** Add a tab bar button at the right most position.
76 /** Remove a tab bar button.
91 /** Return a sequence of all the tab bar buttons.
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl9 * with the License. You may obtain a copy of the License at
45 <p>The user-visible name of a function is the name shown to the
54 the user-visible name of a function.
72 is the exact name of a method within its interface.
81 /** returns the description of a function.
87 is the exact name of a method within its interface.
99 arguments. It should be a single word and may be translated
103 is the exact name of a method within its interface.
124 is the exact name of a method within its interface.
184 is the exact name of a method within its interface.
[all …]
/trunk/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl9 * with the License. You may obtain a copy of the License at
53 /** The accessible view of a table in a text document or in the page preview
54 of a spreadsheet document. See
56 tables in the edit view of a spreadsheet.
62 a table fragment that is at least partially visible. A table fragment
63 is the part of a table that is displayed at a single page.
69 is the accessible text document view, a page of the accessible
97 <li>In a spreadsheet page preview there are relations between the
99 on this table (not with an anchor on a cell in this table).</li>
105 false if the table was showed in a page preview and the
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl9 * with the License. You may obtain a copy of the License at
39 /** makes it possible to release any objects in a ordered manner by using
40 a two-step mechanism
48 First version gives the object no chance to disagree with that (e.g. if a
58 <li>can get a notification about closing of it</li>
59 <li>or can have a veto to break that.</li>
82 must be notified. Any of them can disagree with a <type>CloseVetoException</type> too.
88 …If somewhere disagree with a CloseVetoException it will not clear who has to close the object again
91 … Then it's not allowed to call close() from any other place (may a registered XCloseListener).
103a <type scope="com::sun::star::lang">DisposedException</type> for already disposed or closed objec…
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java80 private int a; field in FormControlArranger
191 private void checkJustifiedPosition(int a) in checkJustifiedPosition() argument
205 StartA = a + 1; in checkJustifiedPosition()
230 StartA = a; in checkJustifiedPosition()
403 a = 0; in initializeControlColumn()
427 ++a; in resetPosSizes()
450 ++a; in resetPosSizes()
466 checkJustifiedPosition(a); in resetPosSizes()
473 if (a == FieldColumns.length - 1) in resetPosSizes()
475 checkJustifiedPosition(a); in resetPosSizes()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl9 * with the License. You may obtain a copy of the License at
40 administrative puposes and serves as a factory for objects that
45 store multiple layers of defaults may be combined with a user-specific layer
53 <p>On the other hand, in the simplest model there is only a single layer of
56 <p>An implementation is usually obtained from a
72 for most contexts a <type>AdministrationProvider</type> can be used as
73 a drop-in replacement.
102 the implementation may either raise an exception or return a (read-only)
114 or a <type scope="com::sun::star::beans">NamedValue</type>,
129 can be used to influence as global a scope as possible.
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl9 * with the License. You may obtain a copy of the License at
58 this tag is used as a uniqued identified of an entry.
71 in case there is a problem reading the relations info
91 in case there is a problem reading the relations info
112 in case there is a problem reading the relations info
136 in case there is a problem reading the relations info
162 in case there is a problem reading the relations info
181 in case there is a problem reading the relations info
194 a sequence, each element of the sequence represents tag,
206 in case there is a problem reading/writing the relations info
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl9 * with the License. You may obtain a copy of the License at
47 LOASCALPHA=[a-z]
143 Parse a string for a token starting at position <em>nPos</em>.
160 <p> If a token may represent either a numeric value or a
179 allowed characters a name or identifier may start with.
182 A set of additionally allowed characters a name or
187 allowed characters a name or identifier may continue with.
190 A set of additionally allowed characters a name or
233 Parse a string for a token of type <em>nTokenType</em> starting
238 match the passed <em>nTokenType</em> a
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DSimpleFileSemaphore.java156 private static void testSemaphoreFile(SimpleFileSemaphore a, boolean _bShouldFileExists) in testSemaphoreFile() argument
159 File aSemaphoreFile = a.getSemaphoreFile(); in testSemaphoreFile()
173 SimpleFileSemaphore a = new SimpleFileSemaphore(); in main() local
175 testSemaphoreFile(a, SEMAPHORE_SHOULD_NOT_EXIST); in main()
177 a.P(a.getSemaphoreFile()); in main()
179 testSemaphoreFile(a, SEMAPHORE_SHOULD_EXIST); in main()
181 a.V(a.getSemaphoreFile()); in main()
183 testSemaphoreFile(a, SEMAPHORE_SHOULD_NOT_EXIST); in main()
/trunk/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl9 * with the License. You may obtain a copy of the License at
95 /** identifies a <type>XReportComponent</type> as being a (sub-) report.
112 /** offers a simple way to initialize a component.
120 /** allows to initialize the document with a storage.
124 /** gives access to some properties describing all open views to a document.
146 /** a storable document should provide information about his modify state
165 a document event occurs.
174 /** returns a sequence of the currently supported output formats.
193 /** Specifies whether groups in a multi column report are kept together.
275 /** is the name of the datasource to use, this could be a named datasource
[all …]
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl9 * with the License. You may obtain a copy of the License at
61 /** encapsulates operations on a database form.
66 <p>As an example, imagine you have a database form, displayed in some user
106 <p>Note that it is possible to operate on a user interface form without
116 For instance, you could imagine a toolbar button which is associated with a given feature.
125 indicating <em>disabled</em> with a <NULL/> state.</p>
131 /** determines whether a feature is currently enabled.
156 if a database access erorr occurs
189 if a database access erorr occurs
215 if a database access erorr occurs
[all …]
/trunk/main/sal/inc/sal/
H A Dmacros.h28 # define SAL_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
31 # define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
43 # define SAL_SWAP(a,b) ((a) ^= (b) ^= (a) ^= (b)) argument
/trunk/
H A DLICENSE31 transformation or translation of a Source form, including but
36 Object form, made available under the License, as indicated by a
67 this License, each Contributor hereby grants to You a perpetual,
82 institute patent litigation against any entity (including a
94 (a) You must give any other recipients of the Work or
95 Derivative Works a copy of this License; and
106 (d) If the Work includes a "NOTICE" text file as part of its
114 within a display generated by the Derivative Works, if and
126 for any such Derivative Works as a whole, provided Your use,
184 comment syntax for the file format. We also recommend that a
[all …]
/trunk/main/helpauthoring/license/
H A DLICENSE32 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
68 this License, each Contributor hereby grants to You a perpetual,
83 institute patent litigation against any entity (including a
95 (a) You must give any other recipients of the Work or
96 Derivative Works a copy of this License; and
107 (d) If the Work includes a "NOTICE" text file as part of its
115 within a display generated by the Derivative Works, if and
127 for any such Derivative Works as a whole, provided Your use,
185 comment syntax for the file format. We also recommend that a
[all …]
/trunk/main/
H A DLICENSE_ALv232 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
68 this License, each Contributor hereby grants to You a perpetual,
83 institute patent litigation against any entity (including a
95 (a) You must give any other recipients of the Work or
96 Derivative Works a copy of this License; and
107 (d) If the Work includes a "NOTICE" text file as part of its
115 within a display generated by the Derivative Works, if and
127 for any such Derivative Works as a whole, provided Your use,
185 comment syntax for the file format. We also recommend that a
[all …]
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx128 for(sal_uInt32 a(0);a < mnCount;a++) in Impl3DMirrorConstructOverlay() local
147 for(sal_uInt32 a(0); a < mnCount; a++) in Impl3DMirrorConstructOverlay() local
173 for(sal_uInt32 a(0); a < mrView.PaintWindowCount(); a++) in SetMirrorAxis() local
175 SdrPaintWindow* pCandidate = mrView.GetPaintWindow(a); in SetMirrorAxis()
648 for(sal_uInt32 a=0;!bAny3D && a<GetMarkedObjectCount();a++) in IsConvertTo3DObjPossible() local
650 SdrObject *pObj = GetMarkedObjectByIndex(a); in IsConvertTo3DObjPossible()
951 for(sal_uInt32 a=0;a<GetMarkedObjectCount();a++) in ConvertMarkedObjTo3D() local
953 SdrMark* pMark = GetSdrMarkByIndex(a); in ConvertMarkedObjTo3D()
991 for(sal_uInt32 a=0;a<GetMarkedObjectCount();a++) in ConvertMarkedObjTo3D() local
993 SdrMark* pMark = GetSdrMarkByIndex(a); in ConvertMarkedObjTo3D()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx111 for(sal_uInt32 a(0L); a < aHairLinePolyPolygon.count(); a++) in create3DDecomposition() local
116 aHairLinePolyPolygon.getB3DPolygon(a), in create3DDecomposition()
121 aRetval[a] = xRef; in create3DDecomposition()
127 for(sal_uInt32 a(0L); a < aHairLinePolyPolygon.count(); a++) in create3DDecomposition() local
129 const basegfx::B3DPolygon aCandidate = aHairLinePolyPolygon.getB3DPolygon(a); in create3DDecomposition()
131 aRetval[a] = xRef; in create3DDecomposition()
/trunk/ext_libraries/coinmp/
H A Dcoinmp-1.6.0-os2.patch64a ../../Cbc/src/.libs/Cbc.a ../../Cgl/src/.libs/Cgl.a ../../Clp/src/OsiClp/.libs/OsiClp.a ../../Cl…
79 # Otherwise a system limit (for SysV at least) may be exceeded.
83 + cp .libs/$(OS2_LA_NAME).a .libs/$(OS2_LA_NAME)_s.a
89 + emximp -o .libs/$(OS2_LA_NAME).a $(OS2_DLL_NAME).def
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1009.pem16 03:3c:0e:c9:57:15:8e:73:2a:48:83:18:59:ce:b4:
18 4c:81:07:90:97:3b:d7:3a:ab:a6:92:5a:9f:5a:1f:
19 fe:14:ac:4d:b5:5e:6a:a6:0f:98:55:08:07:09:07:
21 b5:f1:1c:91:3a:d4:49:8a:60:1e:a7:01:2f:bc:d9:
36 98:f3:ac:db:7b:a0:00:d2:58:be:74:21:ff:09:29:4c:0c:1a:
37 7a:1f:dd:e2:f3:f4:9a:52:5d:da:ac:10:30:f9:b8:93:10:60:
55 4h2+gYgm2woGMB8GA1UdIwQYMBaAFOhqu8KQ6mxwIj729kgbA+a+t6ZVMCYGA1Ud
H A D1012.pem15 00:e9:8c:31:90:52:8d:ef:c6:6a:10:17:7d:37:a3:
16 ef:00:34:19:dd:a4:1a:f6:cc:37:b0:19:c8:9d:f6:
17 9f:f8:3d:15:c9:cf:73:ab:0a:42:f2:54:5b:cc:12:
21 15:62:84:0c:7a:a2:f3:07:9c:5c:8f:7a:22:3d:ba:
36 06:5b:fb:65:55:34:ca:2c:1a:c2:2d:2a:97:1b:a1:68:f6:0c:
39 e7:07:96:60:e9:8a:24:78:cb:9c:f3:35:15:c9:d9:0c:2e:68:
41 a9:6a:27:93:60:27:5f:42:76:9c:e0:aa:74:6c:b9:aa:de:fe:
42 86:98:5a:3d:73:c5:15:38:c8:ff:09:8e:ed:da:06:74:fb:67:
56 MB8GA1UdIwQYMBaAFOhqu8KQ6mxwIj729kgbA+a+t6ZVMCcGA1UdEQQgMB6kHDAa
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/
H A D1001.pem17 cf:21:46:53:bf:e8:5e:de:17:3a:9d:f7:e8:ef:3e:
18 9c:b4:29:37:4c:31:35:15:dc:98:e0:93:9c:ce:6a:
21 07:7f:32:8a:3a:90:73:71:d5:da:f1:79:39:14:ed:
22 1b:f1:8a:3e:be:48:bc:07:ec:f9:7c:03:14:fc:e7:
38 0c:a1:8a:ac:c6:cf:f2:03:cd:a0:30:ae:d3:a9:41:07:c9:b1:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
40 ab:f6:06:c4:32:08:25:6e:e8:e7:36:9c:1a:f7:42:73:f8:b0:
41 d8:42:3e:85:c2:11:23:10:d6:6a:e4:8f:53:cb:8b:8b:1b:5a:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/demoCA/newcerts/
H A D1000.pem17 08:a5:a9:4c:09:2f:1a:a0:fe:87:89:41:4a:aa:b6:
22 29:c0:7b:92:db:68:06:74:ca:27:ac:0b:61:3a:ac:
37 6e:da:66:d2:3b:00:d6:0b:5a:9f:21:28:de:e1:10:fe:fd:26:
39 bf:71:9a:23:db:2d:79:27:a2:80:2e:12:a4:5f:13:0c:73:53:
40 1e:5c:33:6a:e9:31:be:e2:ae:4f:55:b0:e8:0a:0f:54:f0:3a:
41 7e:14:41:d7:34:18:58:90:26:63:7d:2c:1a:ab:93:7f:4a:3d:
42 5e:cf:f1:9d:c3:76:ee:a4:76:1c:d8:f9:d0:ac:53:3c:1a:4d:
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/demoCA/
H A Dcacert.pem17 cf:21:46:53:bf:e8:5e:de:17:3a:9d:f7:e8:ef:3e:
18 9c:b4:29:37:4c:31:35:15:dc:98:e0:93:9c:ce:6a:
21 07:7f:32:8a:3a:90:73:71:d5:da:f1:79:39:14:ed:
22 1b:f1:8a:3e:be:48:bc:07:ec:f9:7c:03:14:fc:e7:
38 0c:a1:8a:ac:c6:cf:f2:03:cd:a0:30:ae:d3:a9:41:07:c9:b1:
39 be:4b:e0:fc:a2:76:09:07:75:6a:fa:e4:2f:a3:3a:cd:81:68:
40 ab:f6:06:c4:32:08:25:6e:e8:e7:36:9c:1a:f7:42:73:f8:b0:
41 d8:42:3e:85:c2:11:23:10:d6:6a:e4:8f:53:cb:8b:8b:1b:5a:
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DDatabase.idl9 * with the License. You may obtain a copy of the License at
35 /** specifies service of a Database field master.
53 can be the name of a data base table, a data query or a statement.
59 can be the name of a data base table, a data query or a statement.
68 /** indicates the URL of a database file.
74 /** indicates a connection URL, which locates a database driver.

Completed in 992 milliseconds

1...<<11121314151617181920>>...343