Home
last modified time | relevance | path

Searched refs:tmp (Results 176 – 200 of 254) sorted by last modified time

1234567891011

/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXOutputStreamToOutputStreamAdapter.java83 byte[] tmp = new byte[len]; in write()
87 System.arraycopy(b, off, tmp, 0, len); in write()
90 xout.writeBytes(tmp); in write()
/trunk/main/io/test/
H A Dtestconnection.cxx99 OString tmp= OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ); in run() local
100 printf( "Exception was thrown by acceptor thread: %s\n", tmp.getStr() ); in run()
/trunk/main/idlc/source/
H A Daststack.cxx71 AstScope *tmp, *retval; in nextToTop() local
76 tmp = top(); // Save top in nextToTop()
79 (void) push(tmp); // Push top back in nextToTop()
95 AstScope **tmp; in push() local
105 tmp = (AstScope**)rtl_allocateZeroMemory(sizeof(AstScope*) * newSize); in push()
108 tmp[i] = m_stack[i]; in push()
111 m_stack = tmp; in push()
H A Dfehelper.cxx46 OString tmp(m_name); in checkType() local
49 tmp = m_name.copy( count+1 ); in checkType()
51 if (tmp == type->getLocalName()) in checkType()
H A Didlccompile.cxx112 OString tmp = convertToAbsoluteSystemPath(fileName); in convertToFileUrl() local
113 OUString uFileName(tmp.getStr(), tmp.getLength(), osl_getThreadTextEncoding()); in convertToFileUrl()
/trunk/main/icu/
H A Dicu-mp.patch12 # relative lib links from pkgdata are the same as for tmp
H A Dicu4c-4_0_1-src.patch187 sprintf(tmp, "# List file for gencmn:\n"
196 T_FileStream_writeLine(makefile, tmp);
201 sprintf(tmp, "# List file for gencmn:\n"
209 T_FileStream_writeLine(makefile, tmp);
245 uprv_strcpy(tmp, o->srcDir);
247 + uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1]==U_FILE_SEP_CHAR?"":U_FILE_AL…
249 … uprv_strcat(tmp, o->srcDir[uprv_strlen(o->srcDir)-1]==U_FILE_SEP_CHAR?"":U_FILE_SEP_STRING);
251 uprv_strcat(tmp, s);
252 o->filePaths = pkg_appendToList(o->filePaths, &tail2, uprv_strdup(tmp));
257 sprintf(tmp, "# List file for gencmn:\n"
[all …]
/trunk/main/icc/
H A DSampleICC-1.3.2.patch321 - char* tmp = strdup(s);
323 - if (tmp[strlen(tmp) - 1] == '/')
324 - tmp[strlen(tmp) - 1] = 0;
325 - if (strlen(tmp) == 0)
329 - char* idx = strrchr(tmp, '/');
333 - return tmp;
650 + char* tmp = strdup(s);
652 + if (tmp[strlen(tmp) - 1] == '/')
653 + tmp[strlen(tmp) - 1] = 0;
654 + if (strlen(tmp) == 0)
[all …]
/trunk/main/i18npool/source/transliteration/
H A DfullwidthToHalfwidth.cxx64 …const OUString &tmp = transliteration_OneToOne::transliterate( newStr, 0, newStr.getLength(), offs… in transliterate() local
66 return tmp; in transliterate()
99 …const OUString &tmp = transliteration_OneToOne::transliterate( newStr, 0, newStr.getLength(), offs… in transliterate() local
101 return tmp; in transliterate()
134 …const OUString &tmp = transliteration_OneToOne::transliterate( newStr, 0, newStr.getLength(), offs… in transliterate() local
137 return tmp; in transliterate()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx78 sal_Int32 tmp = xCD->getMaxCharCount(ConversionDirection_FROM_LEFT); in TextConversion_ko() local
79 if (tmp > maxLeftLength) in TextConversion_ko()
80 maxLeftLength = tmp; in TextConversion_ko()
81 tmp = xCD->getMaxCharCount(ConversionDirection_FROM_RIGHT); in TextConversion_ko()
82 if (tmp > maxRightLength) in TextConversion_ko()
83 maxRightLength = tmp; in TextConversion_ko()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx148 … sal_Int32 tmp = len - (i == number->exponentCount ? 0 : number->multiplierExponent[i]); in AsciiToNative_numberMaker() local
149 if (tmp > 0) { in AsciiToNative_numberMaker()
150 printPower |= AsciiToNative_numberMaker(str, begin, tmp, dst, count, in AsciiToNative_numberMaker()
152 begin += tmp; in AsciiToNative_numberMaker()
153 len -= tmp; in AsciiToNative_numberMaker()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1245 OUString tmp( pAttribute[k] ); in getOutlineNumberingLevels() local
1248 case 0: level[j].sPrefix = tmp; break; in getOutlineNumberingLevels()
1249 … case 1: level[j].nNumType = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1250 case 2: level[j].sSuffix = tmp; break; in getOutlineNumberingLevels()
1253 case 4: level[j].sBulletFontName = U2C( tmp ); break; in getOutlineNumberingLevels()
1254 … case 5: level[j].nParentNumbering = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1255 case 6: level[j].nLeftMargin = tmp.toInt32(); break; in getOutlineNumberingLevels()
1256 case 7: level[j].nSymbolTextDistance = tmp.toInt32(); break; in getOutlineNumberingLevels()
1257 case 8: level[j].nFirstLineOffset = tmp.toInt32(); break; in getOutlineNumberingLevels()
1263 case 10: level[j].sTransliteration = tmp; break; in getOutlineNumberingLevels()
[all …]
/trunk/main/i18npool/source/localedata/data/
H A Dlist-locales.awk86 tmp = file
87 gsub( /.*\//, "", tmp )
88 gsub( /\.xml/, "", tmp )
89 split( tmp, iso, /_/ )
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx462 const OUString &tmp = OUString::valueOf( number ); in makeNumberingString() local
467 result += translit->transliterateString2String(tmp, 0, tmp.getLength()); in makeNumberingString()
/trunk/main/i18npool/source/breakiterator/
H A Dmakefile.mk99 …echo $(GENCMN) -n OpenOffice -t tmp -S -d $(MISC) O $(mktmp $(subst,$(MISC)$/, $(MY_BRK_BRKFILES:t…
101 …$(WRAPCMD) $(GENCMN) -n OpenOffice -t tmp -S -d $(MISC) O $(mktmp $(subst,$(MISC)$/, $(MY_BRK_BRKF…
H A DbreakiteratorImpl.cxx200 sal_Int32 tmp = skipSpace(Text, nPos, len, rWordType, sal_True); in isBeginWord() local
202 if (tmp != nPos) return sal_False; in isBeginWord()
216 sal_Int32 tmp = skipSpace(Text, nPos, len, rWordType, sal_False); in isEndWord() local
218 if (tmp != nPos) return sal_False; in isEndWord()
/trunk/main/i18npool/
H A DLibrary_i18npool.mk187 …&& $(GENCMN) -n OpenOffice -t tmp -S -d $(call gb_Helper_convert_native,$(dir $@)) O $(call gb_Hel…
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx438 UniString tmp; in Open() local
445 while ( pStp->ReadByteStringLine( tmp, meCharSet ) ) in Open()
447 xub_StrLen index = tmp.Search( '=' ); in Open()
450 String key = tmp.Copy( 0, index ); in Open()
451 String value = tmp.Copy( index + 1 ); in Open()
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb622 Dim tmp As Object
625 seq(countvar).disposing(CObj(tmp))
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1121 m_int8 = tmp; in testinout_methodByte()
1127 m_float = tmp; in testinout_methodFloat()
1132 double tmp = rOut; in testinout_methodDouble() local
1134 m_double = tmp; in testinout_methodDouble()
1140 m_bool = tmp; in testinout_methodBool()
1146 m_int16 = tmp; in testinout_methodShort()
1158 m_int32 = tmp; in testinout_methodLong()
1170 m_int64 = tmp; in testinout_methodHyper()
1190 m_char = tmp; in testinout_methodChar()
1196 m_any = tmp; in testinout_methodAny()
[all …]
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp543 char tmp[1024]; in printArray() local
1042 CY tmp = *val; in inoutCurrency() local
1044 m_cy = tmp; in inoutCurrency()
1062 DATE tmp = *val; in inoutDate() local
1064 m_date = tmp; in inoutDate()
1107 DECIMAL tmp; in inoutDecimal() local
1108 tmp = * val; in inoutDecimal()
1110 m_decimal = tmp; in inoutDecimal()
1140 SCODE tmp = *val; in inoutSCode() local
1142 m_scode = tmp; in inoutSCode()
[all …]
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx193 UINT tmp = rp->left; in NormalizeRect() local
195 rp->right = tmp; in NormalizeRect()
199 UINT tmp = rp->top; in NormalizeRect() local
201 rp->bottom = tmp; in NormalizeRect()
H A Ddocholder.cxx428 sal_Int32 tmp; in InPlaceActivate() local
429 if( aAny >>= tmp ) in InPlaceActivate()
430 m_nMenuHandle = HMENU(tmp); in InPlaceActivate()
636 sal_Int32 tmp; in InPlaceMenuCreate() local
637 aAny >>= tmp; in InPlaceMenuCreate()
638 HWND aHwnd = (HWND) tmp; in InPlaceMenuCreate()
1418 sal_Int32 tmp; in getContainerWindow() local
1419 if( aAny >>= tmp ) in getContainerWindow()
1420 SetContainerWindowHandle((HWND) tmp); in getContainerWindow()
/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.cxx332 FILE* tmp = fopen( fileName, "wb"); in render() local
333 if (tmp) { in render()
334 fwrite( text.getStr(), 1, text.getLength(), tmp); in render()
335 fclose( tmp); in render()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx278 char tmp[] = ".tmp"; in deleteUnusedFolders() local
289 if (title.endsWithAsciiL(tmp, sizeof(tmp) - 1) in deleteUnusedFolders()

Completed in 169 milliseconds

1234567891011