Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/
H A Dinstall-sh54 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 …]
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx65 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 …]
/trunk/main/x11_extensions/inc/
H A DXrender.h280 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 Drenderproto.h308 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;
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx191 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()
/trunk/main/i18npool/source/transliteration/
H A DignoreKiKuFollowedBySa_ja_JP.cxx46 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 DignoreIandEfollowedByYa_ja_JP.cxx86 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 Dtransliteration_Ignore.cxx137 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 DignoreProlongedSoundMark_ja_JP.cxx308 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 DignoreIterationMark_ja_JP.cxx101 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 Dtransliteration_OneToOne.cxx73 sal_Unicode * dst = newStr->buffer; in transliterate() local
88 *dst ++ = func ? func( c) : (*table)[ c ]; in transliterate()
92 *dst = (sal_Unicode) 0; in transliterate()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java189 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()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx78 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 Drtl_String_Utils.hxx55 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 Drtl_OString.cxx1402 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 …]
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx82 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 Drtl_String_Utils.hxx55 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 );
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx110 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 …]
/trunk/main/solenv/bin/
H A Dhicontrast-to-theme.pl35 ( $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 );
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DCompHelper.java44 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()
/trunk/main/basebmp/inc/basebmp/
H A Dscaleimage.hxx181 vigra::triple<DestIter,DestIter,DestAcc> const& dst, in scaleImage() argument
185 dst.first,dst.second,dst.third, in scaleImage()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java290 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()
/trunk/main/sc/addin/inc/
H A Daddin.h53 #define SO_StringCopy( dst, src ) \ argument
54 (strncpy( dst, src, SO_CHARSTRING_MAX ), dst[SO_CHARSTRING_MAX-1] = '\0')
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_defreg/
H A DNestedRegistry.java88 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DFileTools.java87 public static void copyFile(File src, File dst) throws java.io.IOException { in copyFile() argument
89 OutputStream out = new FileOutputStream(dst); in copyFile()

Completed in 208 milliseconds

12