Home
last modified time | relevance | path

Searched refs:address (Results 176 – 200 of 270) sorted by last modified time

1234567891011

/trunk/main/offapi/com/sun/star/sheet/
H A DSheetCellRange.idl265 /** provides access to the cell range address of this range.
420 /** Returns the absolute address of the range as string, e.g. "$Sheet1.$B$2:$D$5".
H A DSheetCellRanges.idl243 /** Returns the absolute address of the ranges as string, e.g. "$Sheet1.$B$2:$D$5".
H A DSolverConstraint.idl45 /// The address of the cell that is constrained.
H A DXAreaLink.idl51 <p>This can be the address of a cell or range in the form
60 <p>This can be the address of a cell or range in the form
H A DXAreaLinks.idl54 the address of the first cell of the range inside the current
63 <p>This can be the address of a cell or range in the form
H A DFormulaParser.idl68 /** specifies which address reference style convention to use when
H A DAddressConvention.idl33 /** These constants specify which address convention to use in the formula
34 parser. Each variation specifies a different cell and cell range address
/trunk/main/offapi/com/sun/star/security/
H A DExtAltNameType.idl76 * The entry contains a ip address.
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl139 // = section AB - address book access related error conditions
143 …/** used by the component implementing address book access to indicate that a requested address bo…
146 <p>For instance, this error code is used when you try to access the address book
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl130 ID to address the string inside the resource for the current locale.
157 ID to address the string inside the resource.
/trunk/main/offapi/com/sun/star/mail/
H A DMailMessage.idl52 [in] the e-mail address of the recipient.
53 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
56 [in] the e-mail address of the sender of this mail message.
57 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
78 [in] the e-mail address of the recipient.
79 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
82 [in] the e-mail address of the sender of this mail message.
83 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
H A DXMailMessage.idl55 The e-mail address of the sender of this mail message.
56 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
61 The e-mail address where replies on this mail message should be sent to.
62 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
69 Add an recipients e-mail address to the list of recipients of this mail message.
70 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
74 [in] the e-mail address of the recipient.
79 Add an Cc recipients e-mail address to the list of recipients of this mail message.
84 [in] the e-mail address of the Cc recipient.
89 Add an Bcc recipients e-mail address to the list of recipients of this mail message.
[all …]
H A DXMailServer.idl185 usually if the IP address of the mail server could not be
198 because the mail server is not listening on the remote address/port.
H A DXMailService.idl178 usually if the IP address of the mail server could not be
191 because the mail server is not listening on the remote address/port.
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicObject.idl54 …d that can be used to form the <code>vnd.sun.star.GraphicObject</code> url to address this object.
/trunk/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl96 <td>address direct parent of frame</td>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl43 /** the range address string spanning all data.
45 <p>The range address string must be interpretable by the
/trunk/main/offapi/com/sun/star/chart/
H A DChartSeriesAddress.idl40 /** contains the cell range address of the data for this series.
46 /** contains the cell address of label (i.e. name) of this series.
H A DChartTableAddressSupplier.idl44 /** contains the address to the cells containing
60 /** contains the address to the main title.
65 /** contains the address to the sub title.
/trunk/main/offapi/com/sun/star/awt/
H A DXSimpleTabController.idl55 which can be used further to address this tab by using other methods
/trunk/main/odk/examples/java/ConverterServlet/
H A DREADME8 Replace the existing IP address (localhost) with your intended IP address.
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java85 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding() local
86 Object[] initParam = new Object[] { new NamedValue( "BoundCell", address ) }; in createCellBinding()
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1580 +/* Define to the address where bug reports for this package should be sent. */
/trunk/main/i18nutil/source/utility/
H A Dunicode.cxx340 sal_Int16 address = UnicodeTypeIndex[ch >> 8]; in getUnicodeType() local
341 return r = (sal_Int16)((address < UnicodeTypeNumberBlock) ? UnicodeTypeBlockValue[address] : in getUnicodeType()
342 UnicodeTypeValue[((address - UnicodeTypeNumberBlock) << 8) + (ch & 0xff)]); in getUnicodeType()
353 sal_Int16 address = UnicodeDirectionIndex[ch >> 8]; in getUnicodeDirection() local
354 return r = ((address < UnicodeDirectionNumberBlock) ? UnicodeDirectionBlockValue[address] : in getUnicodeDirection()
355 UnicodeDirectionValue[((address - UnicodeDirectionNumberBlock) << 8) + (ch & 0xff)]); in getUnicodeDirection()
H A Dcasefolding.cxx87 sal_Int16 address = CaseMappingIndex[str[pos] >> 8] << 8; in getValue() local
91 if (address >= 0 && (CaseMappingValue[address += (str[pos] & 0xFF)].type & nMappingType)) { in getValue()
92 sal_uInt8 type = CaseMappingValue[address].type; in getValue()
94 if (CaseMappingValue[address].value == 0) in getValue()
97 for (int map = CaseMappingValue[address].value; in getValue()
98 map < CaseMappingValue[address].value + MaxCaseMappingExtras; map++) { in getValue()
110 dummy.map[0] = CaseMappingValue[address].value; in getValue()

Completed in 98 milliseconds

1234567891011