/trunk/main/sal/textenc/generate/ |
H A D | big5hkscs2001.tab | 166 64 | (170 << 8), /* first, last */ 180 64 | (254 << 8), /* first, last */ 202 64 | (254 << 8), /* first, last */ 224 64 | (253 << 8), /* first, last */ 246 64 | (220 << 8), /* first, last */ 265 96 | (254 << 8), /* first, last */ 284 64 | (254 << 8), /* first, last */ 306 64 | (254 << 8), /* first, last */ 328 64 | (254 << 8), /* first, last */ 350 64 | (254 << 8), /* first, last */ [all …]
|
H A D | cns116431992.tab | 30 1 | (94 << 8), /* first, last */ 42 1 | (94 << 8), /* first, last */ 54 1 | (46 << 8), /* first, last */ 61 1 | (94 << 8), /* first, last */ 12581 19, 62, /* first, last */ 12589 3, 153, /* first, last */ 12636 0, 125, /* first, last */ 12654 0, 229, /* first, last */ 12685 5, 66, /* first, last */ 12739 5, 41, /* first, last */ [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.cxx | 921 int last = 0; in InputStreamTransformer() local 923 parString[last++] = "Program"; in InputStreamTransformer() 926 parString[last++] = "Database"; in InputStreamTransformer() 928 parString[last++] = "Id"; in InputStreamTransformer() 930 parString[last++] = "Path"; in InputStreamTransformer() 935 parString[last++] = "Language"; in InputStreamTransformer() 937 parString[last++] = "System"; in InputStreamTransformer() 939 parString[last++] = "productname"; in InputStreamTransformer() 952 parString[last++] = "hp"; in InputStreamTransformer() 1039 for( int i = 0; i < last; ++i ) in InputStreamTransformer() [all …]
|
/trunk/main/solenv/bin/modules/installer/ |
H A D | converter.pm | 86 $last = $2; 91 $last =~ s/\"//g; 92 push(@newarray, $last); 113 $last = $2; 119 push(@newarray, "$last\n"); 140 $last = $2; 144 push(@newarray, "$last"); 165 $last = $2; 169 $newhash{$last} = 1; 190 $last = $2; [all …]
|
/trunk/main/solenv/bin/modules/par2script/ |
H A D | converter.pm | 79 my $last = ""; 81 $last = $input; 83 while ( $last =~ /^\s*(.+?)\s*\Q$separator\E\s*(.+)\s*$/) # "$" for minimal matching 86 $last = $2; 91 par2script::remover::remove_leading_and_ending_whitespaces(\$last); 92 if ( $last ) { push(@newarray, $last); } 102 my ($first, $last); 104 $last = ${$includestringref}; 109 $last = $2; 114 par2script::remover::remove_leading_and_ending_whitespaces(\$last); [all …]
|
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | sntprintf.c | 73 _TCHAR *last = NULL; in GetLastBufferChar() local 78 last = cur; in GetLastBufferChar() 80 if ( !*last ) in GetLastBufferChar() 83 cur = _tcsinc(last); in GetLastBufferChar() 86 return last; in GetLastBufferChar() 105 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf() local 106 if (last ) in vsntprintf() 107 *last = 0; in vsntprintf() 119 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf() local 120 if (last ) in vsntprintf() [all …]
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Cache.java | 53 last = e; in add() 58 } else if (last != null) { in add() 60 map.remove(last.content); in add() 61 e = last; in add() 63 if (first != last) { in add() 65 last = last.prev; in add() 66 last.next = null; in add() 81 last = e.prev; in add() 115 private Entry last = null; field in Cache
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSet.idl | 88 /** indicates whether the cursor is after the last row in the result 107 /** indicates whether the cursor is on the last row of the result set. 152 /** moves the cursor to the last row in the result set. 158 boolean last() raises (SQLException); 186 cursor on the last row, 188 indicates the next-to-last row, and so on. 191 An attempt to position the cursor beyond the first/last row in 192 the result set leaves the cursor before/after the first/last 213 Attempting to move beyond the first/last row in the result set 215 the first/last row. Calling [all …]
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 288 rtl::OString iteratorToString( iteratorT first, iteratorT last ) const in iteratorToString() 291 while( first != last ) in iteratorToString() 314 void pushComment( iteratorT first, iteratorT last ) in pushComment() argument 318 new PDFComment(iteratorToString(first,last)); in pushComment() 381 void pushName( iteratorT first, iteratorT last ) in pushName() argument 383 insertNewValue( new PDFName(iteratorToString(first,last)), first ); in pushName() 391 void pushString( iteratorT first, iteratorT last ) in pushString() argument 393 insertNewValue( new PDFString(iteratorToString(first,last)), first ); in pushString() 396 void pushBool( iteratorT first, iteratorT last ) in pushBool() argument 398 insertNewValue( new PDFBool( (last-first == 4) ), first ); in pushBool() [all …]
|
/trunk/main/idlc/source/ |
H A D | astservice.cxx | 35 AstOperation const * last = static_cast< AstOperation const * >(getLast()); in checkLastConstructor() local 39 if (*i != last && (*i)->getNodeType() == NT_operation) { in checkLastConstructor() 41 if (ctor->isVariadic() && last->isVariadic()) { in checkLastConstructor() 45 if (n == last->nMembers()) { in checkLastConstructor() 47 i2(last->getIteratorBegin()); in checkLastConstructor()
|
H A D | options.cxx | 231 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions() local 232 for (; first != last; ++first) in initOptions() 251 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions() 261 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions() 299 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions()
|
/trunk/main/offapi/com/sun/star/form/ |
H A D | TabulatorCycle.idl | 35 <p>If the last control of a form is focused, and the user pressed the TAB key, there are 41 <em>last</em> control.</p> 43 <p><em>First</em> and <em>last</em> refers to the tabbing order of controls.</p> 52 /** pressing the TAB key from the last control moves the focus to 59 /** pressing the TAB key from the last control moves the focus to 66 /** pressing the TAB key from the last control of a form moves
|
/trunk/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 141 #define AUTOFORMAT_COLOR( first, last, themed_style, color_token ) \ argument 142 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, 100, 0, false } 152 #define AUTOFORMAT_COLORMOD( first, last, themed_style, color_token, mod_token, mod_value ) \ argument 153 { first, last, themed_style, color_token, mod_token, mod_value, 100, 0, false } 163 #define AUTOFORMAT_PATTERN( first, last, themed_style, line_width, pattern ) \ argument 164 … { first, last, themed_style, XML_TOKEN_INVALID, XML_TOKEN_INVALID, 0, line_width, pattern, false } 166 #define AUTOFORMAT_FADED( first, last, themed_style, color_token, line_width ) \ argument 167 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, line_width, 0, true } 177 #define AUTOFORMAT_INVISIBLE( first, last ) \ argument 178 AUTOFORMAT_COLOR( first, last, -1, XML_TOKEN_INVALID ) [all …]
|
/trunk/main/libxmlsec/ |
H A D | xmlsec1-nssmangleciphers.patch | 564 - /* we want to have the last block in the input buffer 716 - /* process last block */ 719 + /* process the last block */ 811 - int last, 967 + * @last: the flag: if set to 1 then it's the last data chunk. 976 + int last , 1029 -xmlSecNssBlockCipherExecute(xmlSecTransformPtr transform, int last, xmlSecTransformCtxPtr transfor… 1072 - if((ctx->ctxInitialized == 0) && (last != 0)) { 1073 + if( context->cipherCtx == NULL && last != 0 ) { 1101 if(last) { [all …]
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | NumberFormatIndex.idl | 112 /// End of simple numerical formats (last format) 122 /// End of Scientific formats (last format) 132 /// End of Percent formats (last format) 142 /// End of Fraction formats (last format) 160 /// End of Currency formats (last format) 210 /// End of Date formats (last format) 230 /// End of Time formats (last format) 242 /// End of DateTime formats (last format)
|
/trunk/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 53 //Indicates that we read an odd number of bytes. That is, we only read half of the last 66 //If the previous ReadFile call read an odd number of bytes, then the last one was 77 //The last byte, which is the incomplete wchar_t (half of it), will not be written. 81 //Move the last byte to the front of the buffer, so that it is the start of the 91 { //We have read an even number of bytes. Therefore, we do not put the last incomplete 169 //characters of one, two, and more bytes. If the last character is not 203 //Therefor we check if last character is a new line. 209 //The buffer was completely filled and the last byte(s) are no
|
/trunk/main/registry/tools/ |
H A D | checksingleton.cxx | 102 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl() local 103 for (; first != last; ++first) in initOptions_Impl() 115 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 125 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 135 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl()
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | SheetObjects.idl | 60 @param X2 Position of the last X coordinate in points (1/72 inch). 61 @param Y2 Position of the last Y coordinate in points (1/72 inch). 81 @param X2 Position of the last X coordinate in points (1/72 inch). 82 @param Y2 Position of the last Y coordinate in points (1/72 inch). 83 @param Closed True = outline closed (last and first point connected).
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XCurrencyField.java | 61 private double last = 0; field in _XCurrencyField 193 oObj.setLast(last + 1.1); in _setLast() 196 result = ret == last + 1.1; in _setLast() 208 last = oObj.getLast(); in _getLast()
|
H A D | _XNumericField.java | 62 private double last = 0 ; field in _XNumericField 194 oObj.setLast(last + 1.1) ; in _setLast() 197 result = ret == last + 1.1 ; in _setLast() 209 last = oObj.getLast() ; in _getLast()
|
/trunk/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 247 StgAvlNode* last = pCur; in Rem() local 250 l->pRight; last = l, l = l->pRight ) {} in Rem() 252 if( l == last->pRight ) in Rem() 253 last->pRight = l->pLeft; in Rem() 255 last->pLeft = l->pLeft; in Rem()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/ |
H A D | _XCachedDynamicResultSetStubFactory.java | 95 resSetStubS.last() ; in _createCachedDynamicResultSetStub() 98 resSetS.last() ; in _createCachedDynamicResultSetStub() 163 statRmtSet.last() ; in _connectToCache() 166 statResSet.last() ; in _connectToCache()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | exceptions.cxx | 378 __Crun::class_base_descr last; in get_() local 379 last.type_hash[0] = data.info->type_hash[0]; in get_() 380 last.type_hash[1] = data.info->type_hash[1]; in get_() 381 last.type_hash[2] = data.info->type_hash[2]; in get_() 382 last.type_hash[3] = data.info->type_hash[3]; in get_() 383 last.offset = 0x8000000000000000; in get_() 384 data.bases.push_back(last); in get_()
|
/trunk/main/solenv/bin/modules/packager/ |
H A D | work.pm | 56 my $last = ${$includestringref}; 58 while ( $last =~ /^\s*(.+?)\Q$listseparator\E(.+)\s*$/) # "$" for minimal matching 61 $last = $2; 65 push(@newarray, "$last");
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | AnimationEndSync.idl | 43 /** The par, excl, or media element's implicit duration ends with the last active 44 end of the child elements. This does not refer to the lexical last child, or 45 to the last child to start, but rather refers to the last active end of all
|