/aoo42x/main/ |
H A D | install-sh | 54 dst="" 100 dst=$1 116 dst=$src 119 if [ -d "$dst" ]; then 139 if [ x"$dst" = x ] 150 if [ -d "$dst" ] 152 dst=$dst/`basename "$src"` 195 $doit $instcmd "$dst" && 207 dstfile=`basename "$dst"` 209 dstfile=`basename "$dst" $transformbasename | [all …]
|
/aoo42x/main/i18nutil/source/utility/ |
H A D | widthfolding.cxx | 65 sal_Unicode* dst = newStr->buffer; in decompose_ja_voiced_sound_marks() local 78 *dst ++ = first; in decompose_ja_voiced_sound_marks() 87 *dst ++ = c; in decompose_ja_voiced_sound_marks() 91 *dst = (sal_Unicode) 0; in decompose_ja_voiced_sound_marks() 93 newStr->length = sal_Int32(dst - newStr->buffer); in decompose_ja_voiced_sound_marks() 117 sal_Unicode* dst = newStr->buffer; in compose_ja_voiced_sound_marks() local 176 *dst ++ = composition_table[i][j]; in compose_ja_voiced_sound_marks() 184 *dst ++ = previousChar; in compose_ja_voiced_sound_marks() 191 *dst ++ = previousChar; in compose_ja_voiced_sound_marks() 194 *dst = (sal_Unicode) 0; in compose_ja_voiced_sound_marks() [all …]
|
/aoo42x/main/x11_extensions/inc/ |
H A D | Xrender.h | 280 Picture dst, 318 Picture dst, 332 Picture dst, 346 Picture dst, 373 Picture dst, 386 Picture dst, 417 Picture dst, 428 Picture dst, 439 Picture dst, 450 Picture dst, [all …]
|
H A D | renderproto.h | 308 Picture dst B32; 326 Picture dst B32; 347 Picture dst B32; 363 Picture dst B32; 379 Picture dst B32; 395 Picture dst B32; 459 Picture dst B32; 480 Picture dst B32;
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | xlat.cxx | 191 void TranslateString12(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString12() argument 193 aCC.convertStr( 2, src, dst, n); in TranslateString12() 196 void TranslateString13(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString13() argument 198 aCC.convertStr( 3, src, dst, n); in TranslateString13() 201 void TranslateString14(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString14() argument 203 aCC.convertStr( 4, src, dst, n); in TranslateString14() 206 void TranslateString15(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString15() argument 208 aCC.convertStr( 5, src, dst, n); in TranslateString15() 211 void TranslateString16(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString16() argument 213 aCC.convertStr( 6, src, dst, n); in TranslateString16()
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | ignoreKiKuFollowedBySa_ja_JP.cxx | 46 sal_Unicode * dst = newStr->buffer; in folding() local 74 *dst ++ = 0x30AD; // KATAKANA LETTER KI in folding() 75 *dst ++ = currentChar; in folding() 84 *dst ++ = previousChar; in folding() 91 *dst ++ = previousChar; in folding() 94 *dst = (sal_Unicode) 0; in folding() 96 newStr->length = sal_Int32(dst - newStr->buffer); in folding()
|
H A D | ignoreIandEfollowedByYa_ja_JP.cxx | 86 sal_Unicode * dst = newStr->buffer; in folding() local 117 *dst ++ = previousChar; in folding() 118 *dst ++ = 0x30A2; // KATAKANA LETTER A in folding() 127 *dst ++ = previousChar; in folding() 134 *dst ++ = previousChar; in folding() 137 *dst = (sal_Unicode) 0; in folding() 139 newStr->length = sal_Int32(dst - newStr->buffer); in folding()
|
H A D | transliteration_Ignore.cxx | 137 sal_Unicode * dst = newStr->buffer; in folding() local 166 *dst++ = m->replaceChar; in folding() 168 *dst++ = currentChar; in folding() 178 *dst ++ = previousChar; in folding() 186 *dst ++ = previousChar; in folding() 194 *dst ++ = c; in folding() 202 newStr->length = sal_Int32(dst - newStr->buffer); in folding() 205 *dst = (sal_Unicode) 0; in folding()
|
H A D | ignoreProlongedSoundMark_ja_JP.cxx | 308 sal_Unicode * dst = newStr->buffer; in folding() local 342 *dst ++ = previousChar; in folding() 349 *dst ++ = previousChar; in folding() 352 *dst = (sal_Unicode) 0; in folding() 354 newStr->length = sal_Int32(dst - newStr->buffer); in folding()
|
H A D | ignoreIterationMark_ja_JP.cxx | 101 sal_Unicode * dst = newStr->buffer; in folding() local 134 *dst ++ = previousChar; in folding() 141 *dst ++ = previousChar; in folding() 144 *dst = (sal_Unicode) 0; in folding() 146 newStr->length = sal_Int32(dst - newStr->buffer); in folding()
|
H A D | transliteration_OneToOne.cxx | 73 sal_Unicode * dst = newStr->buffer; in transliterate() local 88 *dst ++ = func ? func( c) : (*table)[ c ]; in transliterate() 92 *dst = (sal_Unicode) 0; in transliterate()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | GraphicsUtil.java | 189 BufferedImage dst = new BufferedImage(src.getWidth(), src.getHeight(), in findRectangle() local 192 for (int x = 0; x < dst.getWidth(); x++) { in findRectangle() 193 for (int y = 0; y < dst.getHeight(); y++) { in findRectangle() 194 dst.setRGB(x, y, 0xFFFFFFFF); in findRectangle() 198 Graphics g = dst.getGraphics(); in findRectangle() 221 if (!(detect(src, color, dst, 0xff000000, errMax) && detect(dst, 0xff000000, in findRectangle() 233 BufferedImage dst, int colorDst, double errMax) { in detect() argument 239 int rgbDst = dst.getRGB(x, y); in detect()
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | rtl_String_Utils.cxx | 78 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ) in cpystr() argument 81 sal_Char* pdst = dst; in cpystr() 84 return ( dst ); in cpystr() 87 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ) in cpynstr() argument 91 sal_Char* pdst = dst; in cpynstr() 97 return( cpystr( dst, src ) ); in cpynstr() 105 return ( dst ); in cpynstr() 158 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument 160 sal_Char* pdst = dst; in createName()
|
H A D | rtl_String_Utils.hxx | 55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ); 56 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ); 62 sal_Char* createName( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt );
|
H A D | rtl_OString.cxx | 1402 OString dst; in test_rtl_OString_copy_001() local 1405 dst = src.copy(arrTestCase[i].beginIndex); in test_rtl_OString_copy_001() 1411 lastRes= (dst== arrTestCase[i].arrExpStr); in test_rtl_OString_copy_001() 1468 OString dst; in test_rtl_OString_copy_002() local 1469 dst = src.copy(arrTestCase[i].beginIndex, arrTestCase[i].count); in test_rtl_OString_copy_002() 1509 OString dst(kTestStr2); in test_rtl_OString_copy_003() local 1511 dst = src.copy(0); in test_rtl_OString_copy_003() 1514 sal_Bool lastRes =(dst==src); in test_rtl_OString_copy_003() 1536 OString dst(kTestStr1); in test_rtl_OString_copy_004() local 1538 dst = src.copy(0); in test_rtl_OString_copy_004() [all …]
|
/aoo42x/main/sal/qa/OStringBuffer/ |
H A D | rtl_String_Utils.cxx | 82 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ) in cpystr() argument 85 sal_Char* pdst = dst; in cpystr() 88 return ( dst ); in cpystr() 91 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ) in cpynstr() argument 95 sal_Char* pdst = dst; in cpynstr() 101 return( cpystr( dst, src ) ); in cpynstr() 109 return ( dst ); in cpynstr() 180 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument 182 sal_Char* pdst = dst; in createName()
|
H A D | rtl_String_Utils.hxx | 55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ); 56 sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ); 63 sal_Char* createName( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt );
|
/aoo42x/main/i18npool/source/nativenumber/ |
H A D | nativenumbersupplier.cxx | 110 dst[count] = numberChar[str[begin] - NUMBER_ZERO]; in AsciiToNative_numberMaker() 118 dst[count] = multiChar; in AsciiToNative_numberMaker() 126 dst[count] = numberChar[str[begin] - NUMBER_ZERO]; in AsciiToNative_numberMaker() 132 dst[count] = multiChar; in AsciiToNative_numberMaker() 138 dst[count] = numberChar[0]; in AsciiToNative_numberMaker() 158 dst[count-1] == numberChar[0]) in AsciiToNative_numberMaker() 161 dst[count] = multiChar; in AsciiToNative_numberMaker() 277 dst[count] = NUMBER_ZERO + (end == prev ? num : 0); in NativeToAscii_numberMaker() 285 dst[count] = dst[count + curr]; in NativeToAscii_numberMaker() 291 NativeToAscii_numberMaker(max, curr, str, i, nCount, dst, in NativeToAscii_numberMaker() [all …]
|
/aoo42x/main/solenv/bin/ |
H A D | hicontrast-to-theme.pl | 35 ( $src, $dst ) = @ARGV; 37 if ( $src eq "" || $dst eq "" ) { 43 $dst = File::Spec->rel2abs( $dst ); 99 my $dir = File::Spec->catdir( $dst, $File::Find::dir );
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/ |
H A D | CompHelper.java | 44 public static void copyProperties(final XPropertySet src, final XPropertySet dst) { in copyProperties() argument 45 if (src == null || dst == null) { in copyProperties() 50 XPropertySetInfo dstPropertySetInfo = dst.getPropertySetInfo(); in copyProperties() 59 dst.setPropertyValue(srcProperty.Name, value); in copyProperties() 65 XServiceInfo serviceInfo = UnoRuntime.queryInterface(XServiceInfo.class, dst); in copyProperties()
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | scaleimage.hxx | 181 vigra::triple<DestIter,DestIter,DestAcc> const& dst, in scaleImage() argument 185 dst.first,dst.second,dst.third, in scaleImage()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 290 int src, dst; in attributesEqual() local 297 dst = 1; in attributesEqual() 300 dst = 0; in attributesEqual() 314 Node dstAttr = attrNode[dst].getNamedItem(srcAttrName); in attributesEqual()
|
/aoo42x/main/sc/addin/inc/ |
H A D | addin.h | 53 #define SO_StringCopy( dst, src ) \ argument 54 (strncpy( dst, src, SO_CHARSTRING_MAX ), dst[SO_CHARSTRING_MAX-1] = '\0')
|
/aoo42x/main/qadevOOo/tests/java/mod/_defreg/ |
H A D | NestedRegistry.java | 88 protected void copyFile(String src, String dst, PrintWriter log) in copyFile() argument 90 log.println("Copy File "+src+" to "+dst); in copyFile() 92 File dstF = new File(dst) ; in copyFile()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | FileTools.java | 87 public static void copyFile(File src, File dst) throws java.io.IOException { in copyFile() argument 89 OutputStream out = new FileOutputStream(dst); in copyFile()
|