Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 270) sorted by relevance

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetOutline.java41 CellRangeAddress address = null; field in _XSheetOutline
47 if (address == null) in before()
56 oObj.autoOutline(address); in _autoOutline()
59 oObj.hideDetail(address); in _autoOutline()
70 oObj.hideDetail(address); in _clearOutline()
77 oObj.group(address, TableOrientation.ROWS); in _group()
85 oObj.hideDetail(address); in _ungroup()
91 oObj.hideDetail(address); in _hideDetail()
97 oObj.showDetail(address); in _showDetail()
106 result = isCellShown(address); in _showLevel()
[all …]
H A D_XPrintAreas.java37 CellRangeAddress address = null; field in _XPrintAreas
45 if (address == null) in before()
95 setValue = new CellRangeAddress[]{address}; in _setPrintAreas()
129 titleColumns.Sheet = address.Sheet; in _setTitleColumns()
131 titleColumns.StartRow = address.StartRow; in _setTitleColumns()
132 titleColumns.EndColumn = address.EndColumn; in _setTitleColumns()
133 titleColumns.EndRow = address.StartRow; in _setTitleColumns()
145 titleRows.Sheet = address.Sheet; in _setTitleRows()
147 titleRows.StartRow = address.StartRow; in _setTitleRows()
148 titleRows.EndColumn = address.StartColumn; in _setTitleRows()
[all …]
H A D_XSheetAuditing.java45 CellAddress address = null; field in _XSheetAuditing
55 address = (CellAddress)tEnv.getObjRelation("XSheetAuditing.CellAddress"); in before()
58 if (address == null || precedentAddress == null || dependentAddress == null) { in before()
83 xAddress = xSheet.getCellByPosition(address.Column, address.Row); in before()
95 oObj.showDependents(address); in _clearArrows()
96 oObj.showPrecedents(address); in _clearArrows()
105 oObj.hideDependents(address); in _hideDependents()
112 oObj.hidePrecedents(address); in _hidePrecedents()
118 oObj.showDependents(address); in _showDependents()
171 oObj.showPrecedents(address); in _showPrecedents()
/trunk/main/i18npool/source/textconversion/
H A Dgenconv_dict.cxx94 sal_Int32 count, address, i, j, k; in make_hhc_char() local
106 address = 0; in make_hhc_char()
121 if (address++ % 16 == 0) in make_hhc_char()
138 address=0; in make_hhc_char()
149 k < 0x100 ? (address++)*0x100 : 0xFFFF)); in make_hhc_char()
184 sal_Int32 address, i, j, k; in make_stc_char() local
214 address=0; in make_stc_char()
225 k < 0x100 ? (address++)*0x100 : 0xFFFF)); in make_stc_char()
251 address=0; in make_stc_char()
288 address=0; in make_stc_char()
[all …]
H A Dtextconversion_ko.cxx147 const sal_Unicode *ptr = getHangul2HanjaData() + Hangul_ko[current].address; in getCharConversions()
161 sal_Unicode address = getHanja2HangulIndex()[ch>>8]; in getCharConversions() local
162 if (address != 0xFFFF) in getCharConversions()
163 address = getHanja2HangulData()[address + (ch & 0xFF)]; in getCharConversions()
165 if (address != 0xFFFF) in getCharConversions()
166 newStr->buffer[count++] = address; in getCharConversions()
H A Dtextconversion_zh.cxx57 sal_Unicode address = Index[ch>>8]; in getOneCharConversion() local
58 if (address != 0xFFFF) in getOneCharConversion()
59 address = Data[address + (ch & 0xFF)]; in getOneCharConversion()
60 return (address != 0xFFFF) ? address : ch; in getOneCharConversion()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_asian.cxx74 sal_uInt16 address=idx[0][ch >> 8]; in getIndexCharacter() local
75 if (address != 0xFFFF) { in getIndexCharacter()
76 address=idx[1][address+(ch & 0xFF)]; in getIndexCharacter()
77 return idx[2] ? OUString(&idx[2][address]) : OUString(address); in getIndexCharacter()
132 sal_uInt16 address = idx[0][ch>>8]; in getPhoneticCandidate() local
133 if (address != 0xFFFF) { in getPhoneticCandidate()
134 address = idx[1][address + (ch & 0xFF)]; in getPhoneticCandidate()
138 candidate.append(&idx[2][address]); in getPhoneticCandidate()
140 candidate.append(address); in getPhoneticCandidate()
H A Dgenindex_data.cxx55 sal_Int32 address[MAX_ADDRESS]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
56 for (i=0; i<MAX_ADDRESS; i++) address[i]=-1; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
85 address[nChar]=idx; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
87 address[nChar]=result.getLength(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
112 if (address[i*0x100+j] >=0) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
135 sal_Int32 ad=address[i*0x100+j]; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/offapi/com/sun/star/mail/
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 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>.
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx74 char * address(std::vector< char > & blob) { in address() function
129 std::size_t align(std::size_t address, std::size_t alignment) { in align() argument
131 return (address + (alignment - 1)) & ~(alignment - 1); in align()
141 return address(blob) + n; in align()
208 *buffer = address(*blob); in marshalString()
342 add(blob, address(*blob2), 4, offset); in marshal()
352 void * p = address(*blob2); in marshal()
369 void * p = address(*blob2); in marshal()
506 DllMgr_call32(proc.proc, address(stack), stack.size()); in call()
525 DllMgr_callFp(proc.proc, address(stack), stack.size())); in call()
[all …]
/trunk/main/extensions/source/abpilot/
H A Dabspilot.src80 …lets you access address data already present in your system. To do this, a %PRODUCTNAME data sourc…
88 Text [ en-US ] = "Please select the type of your external address book:" ;
125 Text [ en-US ] = "KDE address book" ;
131 Text [ en-US ] = "Mac OS X address book" ;
137 Text [ en-US ] = "LDAP address data" ;
143 Text [ en-US ] = "Outlook address book" ;
149 Text [ en-US ] = "Windows system address book" ;
208 …Text [ en-US ] = "The external data source you have chosen contains more than one address book.\nP…
312 Text [ en-US ] = "Make this address book available to all modules in %PRODUCTNAME." ;
348 Message [ en-US ] = "Please select a type of address book." ;
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java115 CellRangeAddress address = xCellRangeAddr.getRangeAddress(); in testInsertCells() local
118 xCellRangeMovement.insertCells(address, CellInsertMode.DOWN); in testInsertCells()
137 xCellRangeMovement.insertCells(address, CellInsertMode.RIGHT); in testInsertCells()
160 xCellRangeMovement.insertCells(address, CellInsertMode.ROWS); in testInsertCells()
179 xCellRangeMovement.insertCells(address, CellInsertMode.COLUMNS); in testInsertCells()
245 CellRangeAddress address = xCellRangeAddr.getRangeAddress(); in testDeleteCells() local
248 xCellRangeMovement.removeRange(address,CellDeleteMode.UP); in testDeleteCells()
267 xCellRangeMovement.removeRange(address,CellDeleteMode.LEFT); in testDeleteCells()
286 xCellRangeMovement.removeRange(address,CellDeleteMode.ROWS); in testDeleteCells()
305 xCellRangeMovement.removeRange(address,CellDeleteMode.COLUMNS); in testDeleteCells()
/trunk/main/i18nutil/source/utility/
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()
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()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src44 Text [ en-US ] = "Insert address block";
58 …ext[ en-US ] = "Select the address list containing the address data you want to use. This data is …
76 Text[ en-US ] = "Current address list: %1";
94 Text[ en-US ] = "~This document shall contain an address block";
157 Text[ en-US ] = "Check if the address data matches correctly.";
210 Text[ en-US ] = "~Select your preferred address block";
354 QuickHelpText[ en-US ] = "Add to address";
366 QuickHelpText[ en-US ] = "Remove from address";
376 Text[ en-US ] = "1. Drag address elements here" ;
551 Text[ en-US ] = "Assign the fields from your data source to match the address elements." ;
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx87 static BOOL rebaseImage( const std::string& filePath, LPVOID address ) in rebaseImage() argument
92 ULONG_PTR lpNewImageBase = reinterpret_cast<ULONG_PTR>(address); in rebaseImage()
110 static BOOL rebaseImage( MSIHANDLE /*handle*/, const std::string& sFilePath, LPVOID address ) in rebaseImage() argument
115 BOOL bResult = rebaseImage( sFilePath, address ); in rebaseImage()
125 static BOOL rebaseImagesInFolder( MSIHANDLE handle, const std::string& sPath, LPVOID address, Exclu… in rebaseImagesInFolder() argument
143 rebaseImage( handle, sLibFile, address ); in rebaseImagesInFolder()
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotTable2.idl68 /** When the address of a cell within the result area is given,
73 @param aAddr cell address within the result area of a DataPilot table.
81 /** Given a cell address, it returns the information about that cell. The
85 @param aAddr address of the cell whose information is to be returned.
105 @param aAddr address of a result cell
H A DXLabelRange.idl52 /** returns the cell range address that contains the labels.
58 /** sets the cell range address that contains the labels.
65 /** returns the cell range address for which the labels are valid.
71 /** sets the cell range address for which the labels are valid.
H A DXSheetAuditing.idl54 the address of the formula cell.
66 the address of the formula cell.
78 the address of the formula cell.
90 the address of the formula cell.
/trunk/main/crashrep/source/unx/
H A Dmain.cxx327 struct sockaddr_in address; in SendHTTPRequest() local
329 memcpy(&(address.sin_addr.s_addr), *(hp->h_addr_list),sizeof(struct in_addr)); in SendHTTPRequest()
330 address.sin_family = AF_INET; in SendHTTPRequest()
333 address.sin_port = ntohs( uProxyPort ); in SendHTTPRequest()
335 address.sin_port = ntohs( uPort ); in SendHTTPRequest()
337 if ( 0 == connect( s, (struct sockaddr *)&address, sizeof(struct sockaddr_in)) ) in SendHTTPRequest()
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java485 CellAddress address = new CellAddress(); in bindToCell() local
486 address.Column = column; in bindToCell()
487 address.Row = row; in bindToCell()
488 address.Sheet = 0; in bindToCell()
492 parameters[0].Value = address; in bindToCell()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx123 rtl_arena_type *, void * address, sal_Size size) in freeExec() argument
126 munmap(static_cast< char * >(address), size); in freeExec()
129 VirtualFree(address, 0, MEM_RELEASE); in freeExec()
131 (void) DosFreeMem( address); in freeExec()
/trunk/main/i18npool/source/transliteration/
H A DtextToPronounce_zh.cxx50 sal_uInt16 address = idx[0][ch>>8]; in getPronounce() local
51 if (address != 0xFFFF) in getPronounce()
52 return &idx[2][idx[1][address + (ch & 0xFF)]]; in getPronounce()
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src61 Text [ en-US ] = "Creating tables is not supported for this kind of address books." ;
66 Text [ en-US ] = "Cannot create new address books while Mozilla is running." ;
71 Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred." ;
76 …Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred…
91 Text [ en-US ] = "You can't make any changes to Mozilla address book when Mozilla is running." ;
131 Text [ en-US ] = "Could not create a new address book. Mozilla error code is $1$." ;
474 Text [ en-US ] = "Cannot open Evolution address book." ;

Completed in 143 milliseconds

1234567891011