Home
last modified time | relevance | path

Searched refs:a (Results 101 – 125 of 6999) sorted by relevance

12345678910>>...280

/aoo41x/main/udkapi/com/sun/star/uno/
H A DXInterface.idl9 * with the License. You may obtain a copy of the License at
57 /** queries for a new interface to an existing UNO object.
62 return with a interface reference of the requested type or with a void any.
67 1) If queryInterface on a specific object has once returned a valid interface reference
68 for a given type, it must return a valid reference for any successive queryInterface
71 2) If queryInterface on a specific object has once returned a null reference
72 for a given type, it must always return a null reference for the same type.
91 a void any otherwise.
99 UNO object, it is often said, that you have a reference or a hard reference
103 It is only allowed to invoke a method on an UNO object, when you keep
[all …]
/aoo41x/main/offapi/com/sun/star/mail/
H A DXMailMessage.idl9 * with the License. You may obtain a copy of the License at
42 Represents a mail message.
56 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
62 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
70 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
80 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
90 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
117 The subject of a mail message.
124 a string. Although a transferable may support multiple
127 will be provided as a string.
[all …]
/aoo41x/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl79 a menu bar.</li>
81 a popup menu.</li>
85 a status bar.</li>
99 /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager.
116 be destroyed and the layout manager is reseted to a state after a
257 /** docks a window based user interface element to a specified docking area.
302 /** locks a window based user interface element if it's in a docked state.
314 /** unlocks a window based user interface element if it's in a docked state.
327 /** sets a new size for a window based user interface element.
344 /** sets a new position for a window based user interface element.
[all …]
H A DXFrame.idl9 * with the License. You may obtain a copy of the License at
43 /** a frame object can be considered to be an "anchor" object where a component
47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
135 The name of a frame will be used for identifying it if a frame search was started.
157 /** searches for a frame with the specified name.
190 <ul><li>(a) a special target ("_blank","_self" ...) or</li>
204 /** determines if the frame is a top frame.
207 In general a top frame is the frame which is a direct child of
208 a task frame or which does not have a parent. Possible frame searches must
234 or forward the activation to a sub-frame.
[all …]
/aoo41x/main/sal/inc/rtl/
H A Dmath.hxx254 if ( a == b ) in approxEqual()
256 double x = a - b; in approxEqual()
258 < ((a < 0.0 ? -a : a) * (1.0 / (16777216.0 * 16777216.0))); in approxEqual()
273 if ( ((a < 0.0 && b > 0.0) || (b < 0.0 && a > 0.0)) in approxAdd()
274 && approxEqual( a, -b ) ) in approxAdd()
276 return a + b; in approxAdd()
286 if ( ((a < 0.0 && b < 0.0) || (a > 0.0 && b > 0.0)) && approxEqual( a, b ) ) in approxSub()
288 return a - b; in approxSub()
295 inline double approxFloor(double a) in approxFloor() argument
304 inline double approxCeil(double a) in approxCeil() argument
[all …]
/aoo41x/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl73 <dt> <a name="SYSTEM"> DATE_SYSTEM_... </a> </dt>
82 <dt> <a name="SYS"> DATE_SYS_... </a> </dt>
88 <dt> <a name="DEF"> DATE_DEF_... </a> </dt>
170 /// 08.10.97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
172 /** 08.10.1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
176 /// 8. Oct 97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
178 /// 8. Oct 1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
182 /// 8. October 1997 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
186 /// Wed, 8. Oct 97 <br/> see also DATE_SYS_... <a href="#SYS">explanation</a>
188 /// Wed 08.Oct 97 <br/> see also DATE_DEF_... <a href="#DEF">explanation</a>
[all …]
/aoo41x/main/soltools/cpp/
H A DTest.txt45 a = x > 0 ? TRUE : FALSE // a = x > 0 ? !0 : 0
49 #define MAC(a, b) \
50 T() { a(); return b; } // T() { x(); return y; }
63 #define Test(a) a
65 a = b; // a = b;
68 a = func // a = abc(func)
71 a = func1 // a = abc(func)(abc)
76 #define ARGS(a) a
90 CAT( a ) // fix.a
93 CAT3( a, b ) // ab::ab
[all …]
/aoo41x/main/idlc/test/
H A Dtypelookup.idl30 /// idlc defines a test module
36 /// test defines a test module
45 /// a long member
47 /// a string member
49 /// a byte member
51 /// a type member
53 /// a enum member, Error in moudle idlc::test
70 /// a short member
72 /// a hyper member
74 /// a sequence<long> member
[all …]
/aoo41x/main/offapi/com/sun/star/ucb/
H A DXContentProviderManager.idl9 * with the License. You may obtain a copy of the License at
57 /** registers a content provider for a specific URL template.
64 <p>This may be <NULL/>, in which case a later
78 only be a URL scheme, but a URL template.
80 <p>A URL template is a regular expression (represented as a string) that
139 /** deregisters a content provider.
142 a content provider to deregister.
146 may not only be a URL scheme, but a URL template (see
158 a list information on content providers.
167 a content identifier (i.e., a URL).
[all …]
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx35 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
38 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
68 for(sal_uInt32 a(0); a < nEdgeCount; a++) in impAddB2DPolygonToGDIPlusGraphicsPathReal() local
70 const sal_uInt32 nNextIndex((a + 1) % nCount); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
76 const basegfx::B2DPoint aCa(rPolygon.getNextControlPoint(a)); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
90 if(a + 1 < nEdgeCount) in impAddB2DPolygonToGDIPlusGraphicsPathReal()
114 for(sal_uInt32 a(0); a < nEdgeCount; a++) in impAddB2DPolygonToGDIPlusGraphicsPathInteger() local
116 const sal_uInt32 nNextIndex((a + 1) % nCount); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
136 if(a + 1 < nEdgeCount) in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
161 for(sal_uInt32 a(0); a < nCount; a++) in drawPolyPolygon() local
[all …]
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl9 * with the License. You may obtain a copy of the License at
48 /** An interface to a control that displays a set of hierarchical data as an outline.
61 a single selection and a sequence&lt;<type>XTreeNode</type>&gt; for a multiselection.
133 the <type>XTreeNode</type> identifying a node.
148 the <type>XTreeNode</type> identifying a node
163 a <type>XTreeExpansionListener</type> that will be notified when a tree
237 <TRUE/> if the user is currently editing a node
263 the <type>XTreeNode</type> identifying a node.
271 /** Adds a <type>XTreeEditListener</type>.
275 before and after a tree node is edited.
[all …]
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1011.pem15 00:a4:e3:64:10:9f:0a:e4:35:bb:e3:e1:f0:28:86:
16 8a:f2:6e:d3:f8:44:ac:58:7b:f5:dd:1c:71:17:bf:
18 c4:9a:13:4f:7d:6c:b3:1e:ab:24:ba:1a:ff:48:96:
21 14:a8:70:60:b5:a3:62:4f:b8:bf:0a:22:0a:9c:83:
22 3a:4d:1a:47:06:97:f1:4a:38:78:95:45:10:9e:44:
23 90:fb:6e:13:ba:3a:1b:b7:4b
36 96:ee:46:fc:41:4f:55:0d:bc:46:27:5a:3c:09:7c:17:6c:e3:
37 9e:3a:85:eb:3b:e2:f7:a5:ab:b5:ae:aa:44:81:d7:b7:29:39:
38 b8:20:40:1e:36:da:a8:03:8b:3a:96:c3:2e:ba:cd:81:b9:af:
40 26:ba:85:e5:96:f0:f9:cc:28:c4:ed:83:e8:6f:30:a8:22:7a:
[all …]
/aoo41x/main/xmlsecurity/test_docs/CAs/Root_6/demoCA/newcerts/
H A D1001.pem16 f7:b4:25:55:cd:fd:fa:a4:5a:e6:4f:d0:05:dc:a3:
17 e5:bd:8d:53:77:d1:ea:95:5a:52:81:c8:b6:36:a0:
18 5f:3a:e1:85:1e:8a:48:91:7d:29:78:ff:ea:c5:e3:
19 ad:c4:27:d5:b7:8f:59:20:26:d4:45:87:6a:56:db:
20 ac:f5:f8:0a:88:82:9e:c2:00:06:fc:98:8a:fe:35:
22 a4:87:1a:3a:d9:54:0e:1c:09:3e:a0:f0:70:cd:b5:
39 55:5b:3b:6b:8a:d0:1b:d8:19:d9:96:85:4d:b4:a0:98:b1:bd:
42 67:26:7a:a3:c5:b8:9d:2a:de:b6:7c:76:0a:e9:18:9f:98:87:
43 e8:80:c8:72:99:56:74:ab:73:1b:f4:e7:b9:b1:3a:f3:7b:0d:
45 88:d7:51:3a:6a:7a:f0:54:a5:c4:89:a5:0d:0a:4e:94:59:64:
/aoo41x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/
H A Dcacert.pem16 f7:b4:25:55:cd:fd:fa:a4:5a:e6:4f:d0:05:dc:a3:
17 e5:bd:8d:53:77:d1:ea:95:5a:52:81:c8:b6:36:a0:
18 5f:3a:e1:85:1e:8a:48:91:7d:29:78:ff:ea:c5:e3:
19 ad:c4:27:d5:b7:8f:59:20:26:d4:45:87:6a:56:db:
20 ac:f5:f8:0a:88:82:9e:c2:00:06:fc:98:8a:fe:35:
22 a4:87:1a:3a:d9:54:0e:1c:09:3e:a0:f0:70:cd:b5:
39 55:5b:3b:6b:8a:d0:1b:d8:19:d9:96:85:4d:b4:a0:98:b1:bd:
42 67:26:7a:a3:c5:b8:9d:2a:de:b6:7c:76:0a:e9:18:9f:98:87:
43 e8:80:c8:72:99:56:74:ab:73:1b:f4:e7:b9:b1:3a:f3:7b:0d:
45 88:d7:51:3a:6a:7a:f0:54:a5:c4:89:a5:0d:0a:4e:94:59:64:
/aoo41x/main/ure/source/uretest/
H A DREADME9 # with the License. You may obtain a copy of the License at
32 (SDK) environment to work with a URE installation, a C++ compiler, and a JDK.
49 Points to a GCC installation (including g++) as well as a JDK installation that
66 Builds a C++ UNO component, cppmain.uno, and runs the component with the uno
71 throw a special exception that is caught by cppmain.uno.
76 (cpptest.uno) as well as a Java UNO component (javatest.uno). The test
77 completes when these components throw a special exception that is caught by
83 tries to instantiate and to call a C++ UNO component (cpptest.uno) as well as a
85 throw a special exception that is caught by javanative.jar.
88 Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,
[all …]
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXClob.idl49 is a built-in type
50 that stores a Character Large Object as a column value in a row of
51 a database table.
52 The driver implements a
54 object using a SQL
56 , which means that a
71 length of a SQL
74 for materializing a
79 object within a
93 allow a programmer to
[all …]
/aoo41x/extras/l10n/source/gd/
H A Dlocalize.sdf46a thaghadh airson eadar-aghaidh a' chleachdaiche. Thèid gach sreang a tha ann an-dràsta a cheangal…
5021 …MAX 0 gd Chan eil an t-oibseact a chaidh a lorg a' cur taic ris an eadar-aghaidh air a bheil feu…
9089a' Cheadachais gu lèir a chì thu gu h-àrd. Gabh ri Aonta a' Cheadachais 's a' cur a-steach "Gabh r…
12027 …LTER_NOT_INSTALLED 0 gd Cha deach a' chriathrag $(FILTER) a thagh thu a stàladh.\nA bheil thu a…
19944 …re several ways to create a table in a text document. You can insert a table from a toolbar, throu…
25739 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 gd a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
29216 …0 help par_id3145069 2 0 gd Reads a record from a relative file, or a sequence of bytes from a b…
37256a text file format that you can use to exchange data from a database or a spreadsheet between appl…
41248 … \<emph\>Value\</emph\> is a number, a reference to a cell containing a number, or a form…
65134a' phuist a-mach a' cleachdadh an aon-dearbhadh 's a tha frithealaiche a' phuist a-steach a' cleac…
[all …]
/aoo41x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl9 * with the License. You may obtain a copy of the License at
55 there is a need for an instance controlling the user interaction.<br/>
56 Such a <code>FormController</code> is responsible for dialog processing,
59 <p>As a form may contain one or many subforms, a <type>FormController</type> may
85 …<p>Second, the controls are examined for NULL values. If a control is bound to a database field wh…
91 a per-form and a per-database basis.<br/>
106 …<p>Below, there's a list of URLs which have a defined meaning - if an implementation supports one …
311 <a name="mode_selector"></a>
314 …data, and the latter is a special mode to enter a filter for the database form which the controlle…
321 …<p>If the form controller supports a <a href="#mode_selector">form based filter mode</a>, then it …
[all …]
H A DXFilterController.idl9 * with the License. You may obtain a copy of the License at
38 /** provides access to a form based filter for a database form
40 …<p>In a form based filter, form controls bound to a searchable database field are replaced with a
41 …which allows entering a search expression. This so-called <em>predicate expression</em> is basical…
43 have a form control bound to a table column named <code>Name</code>, then entering the string
51 …<p>The filter maintained by a filter controller is, logically, a disjunctive normal form of an SQL…
52 …class. That is, it is a disjunction of <em>m</em> terms, where each term is a conjunction of <em>n…
60 <a name="active_term"></a>
99 /** denotes the <a href="#active_term"><em>active term</em></a> of the filter controller.
106 /** sets a given <em>predicate expression</em>
[all …]
/aoo41x/main/basegfx/source/raster/
H A Drasterconvert3d.cxx41 for(sal_uInt32 a(0); a < nPointCount; a++) in addArea() local
43 addEdge(rFill, a, (a + 1) % nPointCount, pViewToEye); in addArea()
51 for(sal_uInt32 a(0); a < nPolyCount; a++) in addArea() local
53 addArea(rFill.getB3DPolygon(a), pViewToEye); in addArea()
163 B3DPoint aStart(rFill.getB3DPoint(a)); in addEdge()
174 ::std::swap(a, b); in addEdge()
189 … rEntry.setColorIndex(addColorInterpolator(rFill.getBColor(a), rFill.getBColor(b), fInvYDelta)); in addEdge()
205 rFill.getTextureCoordinate(a), in addEdge()
212 rFill.getTextureCoordinate(a), in addEdge()
340 for(sal_uInt32 a(0); a < nEdgeCount; a++) in rasterconvertB3DPolygon() local
[all …]
/aoo41x/main/openssl/
H A Dopensslmingw.patch19 …"$(CFLAGS) $(SHARED_LDFLAGS) -shared $$base -Wl,-Bsymbolic -Wl,--out-implib,lib$(LIBNAME).dll.a"; \
20 …GS) -shared $$base -Wl,-Bsymbolic -Wl,--export-all-symbols -Wl,--out-implib,lib$(LIBNAME).dll.a"; \
46 -dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -…
47 +mv out/libcrypto.a out/libcrypto_static.a
48 +mv out/libssl.a out/libssl_static.a
49 +dlltool --dllname libeay32.dll --output-lib out/libcrypto.a --input-def ms/libeay32.def
51 …p --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay…
52 …,-Map,out/libeay32.map ms/libeay32.def -o out/libeay32.dll out/libcrypto_static.a -lwsock32 -lgdi32
54 +dlltool --dllname ssleay32.dll --output-lib out/libssl.a --input-def ms/ssleay32.def
60 …c -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def -o out/ssleay32.dll out/libssl_static.a -lcrypto
[all …]
/aoo41x/main/offapi/com/sun/star/rdf/
H A DXDocumentMetadataAccess.idl9 * with the License. You may obtain a copy of the License at
163 /** add a metadata file to the manifest.
217 a base URI to resolve relative URI references
279 /** add a content or styles file to the manifest.
328 /** initialize document metadata from a storage.
338 a manifest.
351 a base URI to resolve relative URI references
373 /** store document metadata to a storage.
381 Note that to be stored correctly, a named graph must have a complete
400 /** loads document metadata from a medium.
[all …]
/aoo41x/main/offapi/com/sun/star/text/
H A DAccessibleParagraphView.idl9 * with the License. You may obtain a copy of the License at
52 /** The accessible view of a paragraph fragment.
61 of a paragraph that is displayed on a single page or a in a single
68 accessible view of a text document (in this case the
78 <em>to</em> a character within the paragraph are not
87 numbering of a text document.
89 in application's language) with a number appended.
146 are a sub set of the properties described by the service
161 /** This interface is a subset of
164 fragment's text in a read-only mode. The text contains the
[all …]
/aoo41x/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl9 * with the License. You may obtain a copy of the License at
47 are independend from a associated location or storage.
79 not handled by a previously specified
116 sponsible that the passed string is a valid comment in a Java
127 repectively with a storage (in case of a
131 This method can be used to make a copy of the current string
149 for a detailed description see <member>setComment</member>.
165 repectively with a storage (in case of a
169 This method can be used to make a copy of the current string
170 table data to a location.
[all …]
/aoo41x/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx65 for(sal_uInt32 a(0); bRetval && a < nCount; a++) in hasPreferredSize() local
67 ViewObjectContact* pCandidate = getViewObjectContact(a); in hasPreferredSize()
86 for(sal_uInt32 a(0); a < nCount; a++) in getPreferredSize() local
88 ViewObjectContact* pCandidate = getViewObjectContact(a); in getPreferredSize()
107 for(sal_uInt32 a(0); a < nCount; a++) in updateMediaItem() local
109 ViewObjectContact* pCandidate = getViewObjectContact(a); in updateMediaItem()
124 for(sal_uInt32 a(0); a < nCount; a++) in executeMediaItem() local
126 ViewObjectContact* pCandidate = getViewObjectContact(a); in executeMediaItem()

Completed in 1450 milliseconds

12345678910>>...280