Home
last modified time | relevance | path

Searched refs:a (Results 76 – 100 of 7146) sorted by relevance

12345678910>>...286

/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile26 # All text after a hash (#) is considered a comment and will be ignored
37 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
113 # Doxygen will generate a detailed section even if there is only a brief
164 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
166 # The new default is to treat a multi-line C++ comment block as a detailed
185 # a new page for each member. If set to NO, the documentation of a member will
235 # the same type (for instance a group of public functions) to be put as a
557 # filter if there is a match. The filters are a list of the form:
634 # In case all classes in a project start with a common prefix, all
717 # controls whether a binary table of contents is generated (YES) or a
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl9 * with the License. You may obtain a copy of the License at
48 …such as a query, a table, a result set, a connection to a data source, a column within a table, an…
49 …All of these objects are usually not specified with a single property, but with a set of propertie…
83 /** specifies the database URL which locates a database driver.
93 …/** specifies additional info to use when creating a connection from a <code>ConnectionResource</c…
104 /** is a connection to use.
119 /** specifies the command to execute to retrieve a result set.
194 …how to <em>obtain</em> a result set. However, in scenarious where the provider of a DataAccessDesc…
211 /** specifies a selection to confine the records in a result set.
243 /** specifies a column name.
[all …]
H A DXSingleSelectQueryComposer.idl67 if a database access error occurs
83 if a database access error occurs.
89 /** appends a new filter condition by a
102 if a database access error occurs.
116 if a database access error occurs
130 if a database access error occurs.
143 if a database access error occurs
160 if a database access error occurs.
166 /** appends a new HAVING filter condition by a
191 if a database access error occurs
[all …]
H A DErrorCondition.idl9 * with the License. You may obtain a copy of the License at
39 such a component, caused by an error condition which is included in the
89 it would lead to a cyclic sub query.
98 /** indicates that the name of a client side database object - a query, a form,
99 or a report - contains one or more slashes, which is forbidden.
107 /** indicates that the name of a query contains quote characters.
118 /** indicates that an attempt was made to save a database object under a name
133 /** indicates an operation was attempted which needs a connection to the
147 in a Thunderbird profile named <q>MyProfile</q>, but there does not exist a profile
157 /** used to indicate that a <code>SELECT</code> operation on a table needs a filter.
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx80 sal_uInt32 stepTime(sal_uInt32 a) const { return maSteps[a].mnTime; } in stepTime()
130 for(sal_uInt16 a(0L); a < maAnimation.Count(); a++) in animatedBitmapExPreparator() local
239 for(sal_uInt32 a(0); a < aData.count(); a++) in create2DDecompositionOfGraphic() local
396 for(sal_uInt32 a(0); a < 5000; a++) in create2DDecompositionOfGraphic() local
419 for(sal_uInt32 a(0); a < 5000; a++) in create2DDecompositionOfGraphic() local
446 for(sal_uInt32 a(0); a < 20; a++) in create2DDecompositionOfGraphic() local
448 if(!(a%6)) in create2DDecompositionOfGraphic()
458 if(a%3) in create2DDecompositionOfGraphic()
541 for(sal_uInt32 a(0); a < nCount; a++) in create2DDecompositionOfGraphic() local
580 for(sal_uInt32 a(0); a < nCount; a++) in create2DDecompositionOfGraphic() local
[all …]
H A Dbaseprimitive2d.cxx126 for(sal_uInt32 a(0); a < nSize; a++) in Primitive2DVectorToPrimitive2DSequence() local
128 aRetval[bInvert ? nSize - 1 - a : a] = rSource[a]; in Primitive2DVectorToPrimitive2DSequence()
174 for(sal_Int32 a(0L); a < nCount; a++) in getB2DRangeFromPrimitive2DSequence() local
176 aRetval.expand(getB2DRangeFromPrimitive2DReference(rCandidate[a], aViewInformation)); in getB2DRangeFromPrimitive2DSequence()
235 for(sal_Int32 a(0L); a < nCount; a++) in arePrimitive2DSequencesEqual() local
237 if(!arePrimitive2DReferencesEqual(rA[a], rB[a])) in arePrimitive2DSequencesEqual()
260 for(sal_Int32 a(0L); a < nSourceCount; a++) in appendPrimitive2DSequenceToPrimitive2DSequence() local
262 if(rSource[a].is()) in appendPrimitive2DSequenceToPrimitive2DSequence()
264 rDest[nInsertPos++] = rSource[a]; in appendPrimitive2DSequenceToPrimitive2DSequence()
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx455 double* a; in NaturalSpline() local
476 a[0]=a[0]/3.0; in NaturalSpline()
479 a[0] =a[0]*h[1]/(h[0]+h[1]); in NaturalSpline()
480 a[n-2]=a[n-2]*h[n-2]/(h[n-1]+h[n-2]); in NaturalSpline()
488 a[0] =a[0]-1.5*((y[1]-y[0])/h[0]-Marg0); in NaturalSpline()
489 a[n-2]=a[n-2]-1.5*(MargN-(y[n]-y[n-1])/h[n-1]); in NaturalSpline()
494 a[0] =a[0]-h[0]*Marg0*0.5; in NaturalSpline()
495 a[n-2]=a[n-2]-h[n-1]*MargN*0.5; in NaturalSpline()
498 a[0] =a[0]+Marg0*h[0]*h[0]*0.5; in NaturalSpline()
499 a[n-2]=a[n-2]-MargN*h[n-1]*h[n-1]*0.5; in NaturalSpline()
[all …]
/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx182 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) argument
183 # define __OSL_STATFS_TYPENAME(a) ((a).f_fstypename) argument
184 # define __OSL_STATFS_ISREMOTE(a) (((a).f_type & MNT_LOCAL) == 0) argument
200 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) argument
201 # define __OSL_STATFS_IS_NFS(a) (__OSL_NFS_SUPER_MAGIC == (a).f_type) argument
202 # define __OSL_STATFS_IS_SMB(a) (__OSL_SMB_SUPER_MAGIC == (a).f_type) argument
203 # define __OSL_STATFS_ISREMOTE(a) (__OSL_STATFS_IS_NFS((a)) || __OSL_STATFS_IS_SMB((a))) argument
204 …ine __OSL_STATFS_IS_CASE_SENSITIVE_FS(a) ((__OSL_MSDOS_SUPER_MAGIC != (a).f_type) && (__OSL_NTFS_… argument
211 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_frsize)) argument
212 # define __OSL_STATFS_TYPENAME(a) ((a).f_basetype) argument
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotxtr.cxx195 for(sal_uInt16 a(0); a < aPol.GetSize(); a++) in NbcResize() local
219 if (a<4500) a=0; in NbcResize()
220 else if (a<13500) a=9000; in NbcResize()
221 else if (a<22500) a=18000; in NbcResize()
222 else if (a<31500) a=27000; in NbcResize()
223 else a=0; in NbcResize()
330 if (a<4500) a=0; in NbcMirror()
331 else if (a<13500) a=9000; in NbcMirror()
332 else if (a<22500) a=18000; in NbcMirror()
333 else if (a<31500) a=27000; in NbcMirror()
[all …]
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx77 Any a; in GetMenuItemAttributes() local
83 a >>= aMenuLabel; in GetMenuItemAttributes()
85 a >>= aCommandURL; in GetMenuItemAttributes()
87 a >>= xBitmap; in GetMenuItemAttributes()
99 a >>= aHelpURL; in GetMenuItemAttributes()
267 Any a; in CreateActionTrigger() local
273 a <<= aLabel; in CreateActionTrigger()
292 a <<= xBitmap; in CreateActionTrigger()
341 Any a; in FillActionTriggerContainerWithMenu() local
348 a <<= xPropSet; in FillActionTriggerContainerWithMenu()
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl53 of a single registry key accessible.
112 a long value if the key contains one.
125 /** sets a long value to the key.
139 a sequence of longs if the key contains a long list value.
152 /** sets a long list value to the key.
288 /** sets a binary value to the key.
300 /** opens a sub key of the key.
338 /** closes a key in the registry.
347 /** deletes a key from the registry.
362 /** opens all subkeys of the key. If a subkey is a link, the link will be
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl9 * with the License. You may obtain a copy of the License at
57 /** Creates a data source object that matches the given range
61 chart out of a previously selected range of cells in a
66 given range. The properties should be defined in a
102 A data source containing all data used in a chart.
112 /** If <TRUE/> is returned, a call to
124 of a form that may be used in the user interface.
129 if the given range does not contain a valid range
136 /** Returns a component that is able to change a given range
137 representation to another one. This usually is a
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl90 /** retrieves the current value of a property
100 /** sets the value of a property
113 /** returns the state of a property
146 /** converts a given control-compatible value to a property value
153 … <p>This method converts a control value into a property value, which subsequently can be used
177 /** converts a given property value to a control-compatible value
255 when a fixed set of property handlers is used for a variety of components to inspect,
333 /** called when a browse button belonging to a property UI represenation has been clicked
335 … <p>Property handlers can raise a dedicated UI for entering or somehow changing a property value.
336 … Usually, this will be a modal dialog, but it can also be a non-modal user interface component.</p>
[all …]
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx167 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
169 const double fPos(fStripeWidth * a); in appendTransformationsAndColors()
252 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
254 const double fPos(fStripeWidth * a); in appendTransformationsAndColors()
326 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
328 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors()
400 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
462 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
464 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors()
536 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
[all …]
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl9 * with the License. You may obtain a copy of the License at
37 …<p>The interaction handler service has a numerof of <a href="#built_in_handler">built-in handlers<…
38 … for a lot of well known interactions. Additionally, there's a configuration module which allows to
39 …<a href="#configuring_handlers">configure additional handlers</a>, responsible for arbitrary reque…
41 <a name="built_in_handler"></a>
91 carries with it a sequence of arguments, which should be
106 more meaningful to the user than the URI. For example, a
115 <code>"volume"</code> (e.g., a file system volume) and
126 only. The name of the foler in which a resource cannot be created (a
135 <a name="configuring_handlers"></a>
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl94 if a database access error occurs.
103 if a database access error occurs.
112 if a database access error occurs.
121 if a database access error occurs.
130 if a database access error occurs.
139 if a database access error occurs.
148 if a database access error occurs.
157 if a database access error occurs.
166 if a database access error occurs.
254 /** reads a BLOB from the stream.
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx319 for(sal_uInt32 a(0); a < aExtendArray.size(); a++) in createSimpleTextPrimitive() local
321 aTextArray.push_back(aExtendArray[a] + fStartX); in createSimpleTextPrimitive()
344 for(sal_uInt32 a(0); a < aTextArray.size(); a++) in createSimpleTextPrimitive() local
346 aTextArray[a] *= fFactor; in createSimpleTextPrimitive()
627 for(sal_uInt32 a(0); a < maRotate.size(); a++) in SvgTextPosition() local
629 maRotate[a] *= fFactor; in SvgTextPosition()
647 for(sal_uInt32 a(1); a < nSizeX; a++) in SvgTextPosition() local
673 for(sal_uInt32 a(1); a < nSizeDx; a++) in SvgTextPosition() local
675 … maX.push_back(rSvgTextPositions.getDx()[a].solve(rInfoProvider, xcoordinate)); in SvgTextPosition()
695 for(sal_uInt32 a(1); a < nSizeY; a++) in SvgTextPosition() local
[all …]
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx153 arRet[i++]= info.compareVersions(a) < 0; in test_constructor2()
160 arRet[i++]= info.compareVersions(a) > 0; in test_constructor2()
233 if( (a.compareVersions(a) == 0 in test_compareVersions()
234 && a.compareVersions(b) < 0 in test_compareVersions()
235 && a.compareVersions(c) < 0 in test_compareVersions()
241 (a.compareVersions(a)== 0)) in test_compareVersions()
246 (b.compareVersions(a) > 0 in test_compareVersions()
256 ( d.compareVersions(a) > 0 in test_compareVersions()
323 arRet[i++]= a.isEqual(b); in test_isEqual()
324 arRet[i++]= ! a.isEqual(c); //must fail in test_isEqual()
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A DFraction.cxx31 if (a == 0 || b == 0) in gcd()
32 return a | b; in gcd()
37 a >>= 1; in gcd()
42 while ((a & 1) == 0) in gcd()
43 a >>= 1; in gcd()
50 if (a < b) in gcd()
52 b -= a; in gcd()
57 a = b; in gcd()
65 return a << nShift; in gcd()
70 return abs(a * b) / gcd(abs(a), abs(b)); in lcm()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextPortion.idl9 * with the License. You may obtain a copy of the License at
57 /** A TextPortion is a piece of text within a paragraph that does not
83 /** gives access to a sequence of properties.
95 <dt>TextField</dt><dd>a text field</dd>
100 <dt>Footnote</dt><dd>a footnote or an endnote</dd>
101 <dt>ReferenceMark</dt><dd>a reference mark</dd>
103 <dt>Bookmark</dt><dd>a bookmark</dd>
104 <dt>Redline</dt><dd>a redline portion which is a result
107 <dt>Frame</dt><dd>a frame</dd>
108 <dt>SoftPageBreak</dt><dd>a soft page break</dd>
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl9 * with the License. You may obtain a copy of the License at
62 /** This interface provides access to a graphic device, such as a
75 share a common graphic device.
123 /** Create a line poly-polygon which can internally use
133 /** Create a bezier poly-polygon which can internally use
160 operation with them produce a
164 keep a safety copy of the content internally.
193 operation with them produce a
197 keep a safety copy of the content internally.
245 not collapse into a single point, but become a line of
[all …]
/trunk/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 …]
/trunk/main/l10ntools/source/
H A Dsrclex.l124 [a-zA-Z]+[\t ]+[^={\n]+[\t ] {
129 [a-zA-Z]+[ \t]+[^={;\n]+\n[ \t]*"#".*\n[ \t]*"{" |
130 [a-zA-Z]+[ \t]+[^={;\n]+\n?([ \t]*"//".*\n)*[ \t]*"{" {
140 [\t ]*[a-zA-Z0-9_]+[ \t]*("["[ \t]*[a-zA-Z0-9_\-]+[ \t]*"]"[ \t]*)?=[ \t]*L?\".*\".*\n? {
145 [\t ]*[a-zA-Z0-9_]+[ \t]*("["[ \t]*[a-zA-Z0-9_\-]+[ \t]*"]"[ \t]*)?(\n[ \t]*)?=([ \t]*\n)?(([a-zA-Z…
175 [a-zA-Z0-9_]+[ \t]*"="[\t ]*([ \t]*"//".*\n)*.* |
176 [a-zA-Z0-9_]+[ \t]*"=".* {
183 [a-zA-Z0-9_]+[ \t]*("["[ \t]*[a-zA-Z0-9_\-]+[ \t]*"]"[ \t]*)?"="[ \t]*(\\[ \t]*)?\n?[ \t]*"{"[ \t]*…
203 [ \t]*"#define"[ \t]+[a-zA-Z0-9_]+.*"\\" {
208 [ \t]*"#define"[ \t]+[a-zA-Z0-9_]+.+ {
[all …]
/trunk/extras/l10n/source/gd/
H A Dlocalize.sdf740 …deach bathar freagarrach sam bith eile a chaidh a stàladh roimhe a lorg air an inneal seo a chum a
7080a' phuist a-mach a' cleachdadh an aon-dearbhadh 's a tha frithealaiche a' phuist a-steach a' cleac…
17490a' Cheadachais gu lèir a chì thu gu h-àrd. Gabh ri Aonta a' Cheadachais 's a' cur a-steach "Gabh r…
18459a thaghadh airson eadar-aghaidh a' chleachdaiche. Thèid gach sreang a tha ann an-dràsta a cheangal…
20658 …LTER_NOT_INSTALLED 0 gd Cha deach a' chriathrag $(FILTER) a thagh thu a stàladh.\nA bheil thu a…
21655 …MAX 0 gd Chan eil an t-oibseact a chaidh a lorg a' cur taic ris an eadar-aghaidh air a bheil feu…
29183 …0 help par_id3145069 2 0 gd Reads a record from a relative file, or a sequence of bytes from a b…
47193 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 gd a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
53917a text file format that you can use to exchange data from a database or a spreadsheet between appl…
57760 … \<emph\>Value\</emph\> is a number, a reference to a cell containing a number, or a form…
[all …]
/trunk/extras/l10n/source/is/
H A Dlocalize.sdf16933 …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ú
16974að hjálpa þér að birta skjöl á internetinu.\n\nÞað mun umbreyta skjölum svo hægt sé að skoða þau m…
17133 …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ú
18289 … 1 is Texti frumkóða er of stór og ekki er hægt að vistþýða né vista.\nEyddu einhverjum athugasemd…
22658 …raðað töflureikninum upp á nýtt til að sýna eða fela ákveðinn gagnasvið, eða sníða reiti samkvæmt …
23833aðgerðir sem hægt er að nota í $[officename] Math. Hún inniheldur lista af öllum aðgerðum og einni…
30224 …\"text/shared/01/05230300.xhp\" name=\"Sníða - Staða og stærð - Snúa\"\>\<emph\>Sníða - Staða og …
47114 …e\text\smath\guide\align.xhp 0 help par_id3153246 7 0 is a+a+a+{} newline {}{}{}{}{}a+a+a+a 2…
50632 ….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…
59791 … \<emph\>Value\</emph\> is a number, a reference to a cell containing a number, or a form…
[all …]

Completed in 2623 milliseconds

12345678910>>...286