Lines Matching refs:Copy
1341 aResultStr = aArgStr.Copy( nStartPos, nLen ); in RTLFUNC()
1451 rPar.Get(0)->PutString( aExpStr.Copy( static_cast<sal_uInt16>(lStartPos - 1) ) ); in RTLFUNC()
1479 String aResultStr = rStr.Copy( nStrLen-nResultLen ); in RTLFUNC()
1920 String aYearStr = aStr.Copy( 0, iMonthStart ); in RTLFUNC()
1921 String aMonthStr = aStr.Copy( iMonthStart, 2 ); in RTLFUNC()
1922 String aDayStr = aStr.Copy( iMonthStart+2, 2 ); in RTLFUNC()
2576 aPureFileName = aFileParam.Copy( nLastDelim + 1 ); in implSetupWildcard()
2577 aFileParam = aFileParam.Copy( 0, nLastDelim ); in implSetupWildcard()
3439 aToken = aCmdLine.Copy( i, STRING_LEN ); in RTLFUNC()
3444 aToken = aCmdLine.Copy( i + 1, (iFoundPos - i - 1) ); in RTLFUNC()
3457 aToken = aCmdLine.Copy( i, STRING_LEN ); in RTLFUNC()
3462 aToken = aCmdLine.Copy( i, (iFoundPos - i) ); in RTLFUNC()