| /trunk/main/saxon/ |
| H A D | saxon-9.0.0.7-bj.patch | 232 + <copy todir="${temp-src-j.dir}"> 246 + </copy> 257 + <copy todir="${temp-src-nj.dir}"> 283 + </copy> 295 + <copy todir="${temp-src-nc.dir}/api"> 299 + </copy> 301 + <copy todir="${temp-src-nc.dir}/cmd"> 311 + </copy> 312 + <copy todir="${temp-src-nc.dir}/samples"> 334 + </copy> [all …]
|
| /trunk/main/comphelper/source/misc/ |
| H A D | accessibletexthelper.cxx | 335 return sText.copy( nMinIndex, nMaxIndex - nMinIndex ); in getTextRange() 359 aResult.SegmentText = sText.copy( nIndex, 1 ); in getTextAtIndex() 371 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 383 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 395 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 407 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 419 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 464 aResult.SegmentText = sText.copy( nIndex - 1, 1 ); in getTextBeforeIndex() 480 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() 497 … aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() [all …]
|
| /trunk/main/cppuhelper/source/ |
| H A D | typeprovider.cxx | 58 static inline void copy( Sequence< Type > & rDest, const Sequence< Type > & rSource, sal_Int32 nOff… in copy() function 76 copy( _aTypes, rAddTypes, 1 ); in OTypeCollection() 88 copy( _aTypes, rAddTypes, 2 ); in OTypeCollection() 102 copy( _aTypes, rAddTypes, 3 ); in OTypeCollection() 118 copy( _aTypes, rAddTypes, 4 ); in OTypeCollection() 136 copy( _aTypes, rAddTypes, 5 ); in OTypeCollection() 156 copy( _aTypes, rAddTypes, 6 ); in OTypeCollection() 178 copy( _aTypes, rAddTypes, 7 ); in OTypeCollection() 202 copy( _aTypes, rAddTypes, 8 ); in OTypeCollection() 228 copy( _aTypes, rAddTypes, 9 ); in OTypeCollection() [all …]
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkguri.cxx | 62 OUString aTmp = rURL.copy( nPos + 1, 2 ); in normalize() 108 m_aParam = m_aUri.copy( nParam ); in init() 109 aPureUri = m_aUri.copy( 0, nParam ); in init() 115 m_aScheme = aPureUri.copy( in init() 159 aPureUri = aPureUri.copy( 0, nEnd ); in init() 168 OUString aNormPackage = aPureUri.copy( nStart ); in init() 184 m_aPackage.copy( nLastSlash + 1 ) ); in init() 191 m_aPath = aPureUri.copy( nEnd + 1 ); in init() 209 OUString aNormPackage = aPureUri.copy( nStart, nEnd - nStart ); in init() 230 m_aParentUri = aPureUri.copy( 0, nLastSlash ); in init() [all …]
|
| /trunk/main/solenv/bin/ |
| H A D | hicontrast-to-theme.pl | 105 ( my $copy = $file ) =~ s/$from/$to/; 106 $copy = File::Spec->catfile( $dir, $copy ); 109 @to_stat = stat($copy); 112 $rc = unlink($copy); 114 copy( $file, $copy ) || die $!; 115 utime( $from_stat[9], $from_stat[9], $copy );
|
| /trunk/main/desktop/source/deployment/misc/ |
| H A D | dp_ucb.cxx | 123 &parentContent, url.copy( 0, slash ), xCmdEnv, throw_exc )) in create_folder() 125 const Any title( ::rtl::Uri::decode( url.copy( slash + 1 ), in create_folder() 233 buf.append( file.copy( start ) ); in readLine() 240 buf.append( file.copy( start, pos - start - 1 ) ); in readLine() 244 buf.append( file.copy( start, pos - start ) ); in readLine() 288 buf.append( file.copy( start ) ); in readProperties() 295 buf.append( file.copy( start, pos - start - 1 ) ); in readProperties() 297 buf.append( file.copy( start, pos - start ) ); in readProperties() 305 OUString name = aLine.copy(0, posEqual); in readProperties() 306 OUString value = aLine.copy(posEqual + 1); in readProperties()
|
| /trunk/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_uri.cxx | 64 = m_aUri.copy( 0, TDOC_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init() 89 m_aPath = m_aUri.copy( TDOC_URL_SCHEME_LENGTH + 1 ); in init() 103 m_aParentUri = m_aUri.copy( 0, nLastSlash + 1 ); in init() 106 m_aName = m_aUri.copy( nLastSlash + 1, in init() 109 m_aName = m_aUri.copy( nLastSlash + 1 ); in init() 115 m_aDocId = m_aPath.copy( 1 ); in init() 117 m_aDocId = m_aPath.copy( 1, nSlash - 1 ); in init() 124 m_aInternalPath = m_aPath.copy( nSlash ); in init()
|
| /trunk/main/offapi/com/sun/star/sdb/application/ |
| H A D | CopyTableWizard.idl | 9 * with the License. You may obtain a copy of the License at 52 /** describes a wizard which can be used to copy table like data from one 61 <li>fulfilling parameter requests. This might become necessary if the copy source 63 <li>user interaction in case copying a row fails. If no copy table listener is 74 handler associated with the copy target, i.e. the interaction handler specified when loading 75 the document which the copy target refers to. If the copy target cannot be associated with 77 not obtained from a data source), or if the copy target's database document cannot provide 80 <p>There's one exception to the above, however: Upon creating the copy table wizard, 81 the copy source and the copy target descriptors are used to create a Connection. For any 114 data to copy. [all …]
|
| /trunk/main/reportdesign/source/core/misc/ |
| H A D | conditionalexpression.cxx | 115 const ::rtl::OUString sExprPart1( _rExpression.copy( 0, nLHSIndex ) ); in matchExpression() 116 const ::rtl::OUString sMatchExprPart1( sMatchExpression.copy( 0, nLHSIndex ) ); in matchExpression() 125 const ::rtl::OUString sMatchExprPart3( sMatchExpression.copy( nRightMostIndex + 2 ) ); in matchExpression() 129 …const ::rtl::OUString sExprPart3( _rExpression.copy( _rExpression.getLength() - sMatchExprPart3.ge… in matchExpression() 137 …_out_rLHS = _rExpression.copy( sExprPart1.getLength(), _rExpression.getLength() - sExprPart1.getLe… in matchExpression() 143 ::rtl::OUString sMatchExprPart2 = sMatchExpression.copy( in matchExpression() 148 const ::rtl::OUString sExpression( _rExpression.copy( in matchExpression() 172 _out_rLHS = sExpression.copy( 0, nPart2Index ); in matchExpression() 173 _out_rRHS = sExpression.copy( nPart2Index + sMatchExprPart2.getLength() ); in matchExpression()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 55 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in CorbaType() 71 OString outerTypeName(type.copy(0, i)); in isNestedTypeByName() 102 typeName = typeName.copy(index + 1); in dumpDependedTypes() 283 nTypeName = checkRealBaseType(nTypeName.copy(5)); in dumpInclude() 328 relType = relType.copy(index+1); in dumpDepIncludes() 390 typeName = typeName.copy( 0, typeName.lastIndexOf( '/' ) ); in dumpNameSpace() 413 o << " // " << typeName.copy( nPos+1 ) << "\n"; in dumpNameSpace() 415 typeName = typeName.copy( 0, nPos ); in dumpNameSpace() 576 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType() 641 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaType() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/web/ |
| H A D | Process.java | 294 …public static void copyMedia(UCB copy, CGSettings settings, String targetDir, Task task) throws Ex… in copyMedia() argument 300 copy.copy(sourceDir, filename, targetDir, "style.css"); in copyMedia() 310 copy.copy(sourceDir, filename, targetDir + "/images", "background.gif"); in copyMedia() 326 public static void copyStaticImages(UCB copy, CGSettings settings, String targetDir) in copyStaticImages() argument 329 copy.copy(FileAccess.connectURLs(settings.workPath, "images"), targetDir + "/images"); in copyStaticImages() 393 private boolean publish(String dir, CGPublish publish, UCB copy, Task task) in publish() argument 399 copy.copy(dir, publish.url); in publish() 478 ucb.copy(filesPath, targetDir, new ExtensionVerifier("xsl")); in copyLayoutFiles()
|
| /trunk/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | urlparameter.cxx | 540 m_aExpr = m_aExpr.copy( 0,lstIdx ); in parse() 558 rtl::OUString aLastStr = m_aExpr.copy( nLen - 6 ); in scheme() 561 rtl::OUString aNewExpr = m_aExpr.copy( 0, 20 ); in scheme() 564 aNewExpr += m_aExpr.copy( 20 ); in scheme() 574 m_aExpr = m_aExpr.copy( nPrefixLen ); in scheme() 591 m_aModule = m_aExpr.copy( 0,idx ); in module() 592 m_aExpr = m_aExpr.copy( idx ); in module() 620 m_aId = m_aExpr.copy( 1,idx-1 ); in name() 621 m_aExpr = m_aExpr.copy( idx ); in name() 637 query_ = m_aExpr.copy( 1 ).trim(); in query() [all …]
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbaname.cxx | 116 ::rtl::OUString sTmpValue = sValue.copy( nFrom, nTo - nFrom ); in getValue() 119 ::rtl::OUString sTmp = sTmpValue.copy( 1 ); in getValue() 127 ::rtl::OUString sTmpValue = sValue.copy( nFrom ); in getValue() 130 ::rtl::OUString sTmp = sTmpValue.copy(1); in getValue() 153 ::rtl::OUString sTmp = sValue.copy(1); in setValue() 159 ::rtl::OUString sTmpValue = sValue.copy( nFrom, nTo - nFrom ); in setValue() 161 if (sTmpValue.copy(0, sSheetName.getLength()).equals(sSheetName)) in setValue() 170 ::rtl::OUString sTmpValue = sValue.copy( nFrom ); in setValue() 172 if (sTmpValue.copy(0, sSheetName.getLength()).equals(sSheetName)) in setValue()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msvbahelper.cxx | 60 …return rMacroUrl.copy( sUrlPart0.getLength(), rMacroUrl.getLength() - sUrlPart0.getLength() - sUrl… in extractMacroName() 71 aMacroName = aMacroName.copy( 1, nMacroLen - 2 ).trim(); in trimMacroName() 147 … bDocNameNoPathMatch = xModel->getURL().copy( lastSlashIndex + 1 ).equals( aURL ); in findShellForUrl() 150 …UString aTmpName = rtl::OUString::createFromAscii("'") + xModel->getURL().copy( lastSlashIndex + 1… in findShellForUrl() 242 sProcedure = sMacro.copy( nMacroDot + 1 ); in parseMacro() 247 sModule = sMacro.copy( nContainerDot + 1, nMacroDot - nContainerDot - 1 ); in parseMacro() 248 sContainer = sMacro.copy( 0, nContainerDot ); in parseMacro() 251 sModule = sMacro.copy( 0, nMacroDot ); in parseMacro() 286 String sDocUrlOrPath = aMacroName.copy( 0, nDocSepIndex ); in resolveVBAMacro() 287 aMacroName = aMacroName.copy( nDocSepIndex + 1 ); in resolveVBAMacro() [all …]
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | DAVProperties.cxx | 68 rFullName.copy( RTL_CONSTASCII_LENGTH( "DAV:" ) ), in createCurlPropName() 77 rFullName.copy( in createCurlPropName() 88 rFullName.copy( in createCurlPropName() 105 rName.name = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createCurlPropName() 109 rName.nspace = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createCurlPropName() 172 rFullName = rFullName.copy( in createUCBPropName() 210 rtl::OUString sPropName = rFullName.copy( nStart, nEnd - nStart ); in isUCBSpecialProperty() 223 rtl::OUString sNamesp = rFullName.copy( nStart, nEnd - nStart ); in isUCBSpecialProperty()
|
| /trunk/main/offapi/com/sun/star/rendering/ |
| H A D | XBitmapCanvas.idl | 9 * with the License. You may obtain a copy of the License at 66 rectangle are regarded fully transparent for the copy 72 Canvas from which to copy the bitmap data. Can be identical to 76 Rectangle from which to copy the bitmap data. This rectangle 85 The view state to apply to the source of this copy 89 The render state to apply to the source of this copy 95 Rectangle into which to copy the bitmap data. This rectangle 104 The view state to apply to the destination of this copy 109 The render state to apply to the destination of this copy
|
| /trunk/main/oovbaapi/ |
| H A D | ttt.diff | 14 # with the License. You may obtain a copy of the License at 63 +# (a copy is included in the LICENSE file that accompanied this code). 65 +# You should have received a copy of the GNU Lesser General Public License 68 +# for a copy of the LGPLv3 License. 105 +# (a copy is included in the LICENSE file that accompanied this code). 107 +# You should have received a copy of the GNU Lesser General Public License 110 +# for a copy of the LGPLv3 License. 139 +# (a copy is included in the LICENSE file that accompanied this code). 141 +# You should have received a copy of the GNU Lesser General Public License 144 +# for a copy of the LGPLv3 License. [all …]
|
| /trunk/main/oox/source/helper/ |
| H A D | datetimehelper.cxx | 42 dateTime.Year = static_cast< sal_uInt16 >( aValue.copy( 0, 4 ).toInt32() ); in parseISO8601DateTime() 43 dateTime.Month = static_cast< sal_uInt16 >( aValue.copy( 5, 2 ).toInt32() ); in parseISO8601DateTime() 44 dateTime.Day = static_cast< sal_uInt16 >( aValue.copy( 8, 2 ).toInt32() ); in parseISO8601DateTime() 45 dateTime.Hours = static_cast< sal_uInt16 >( aValue.copy( 11, 2 ).toInt32() ); in parseISO8601DateTime() 46 dateTime.Minutes = static_cast< sal_uInt16 >( aValue.copy( 14, 2 ).toInt32() ); in parseISO8601DateTime() 47 double seconds = aValue.copy( 17 ).toDouble(); in parseISO8601DateTime()
|
| /trunk/main/oox/source/docprop/ |
| H A D | docprophandler.cxx | 100 aOslDTime.Year = (sal_uInt16)aChars.copy( 0, 4 ).toInt32(); in GetDateTimeFromW3CDTF() 104 aOslDTime.Month = (sal_uInt16)aChars.copy( 5, 2 ).toInt32(); in GetDateTimeFromW3CDTF() 108 aOslDTime.Day = (sal_uInt16)aChars.copy( 8, 2 ).toInt32(); in GetDateTimeFromW3CDTF() 112 aOslDTime.Hours = (sal_uInt16)aChars.copy( 11, 2 ).toInt32(); in GetDateTimeFromW3CDTF() 113 aOslDTime.Minutes = (sal_uInt16)aChars.copy( 14, 2 ).toInt32(); in GetDateTimeFromW3CDTF() 118 aOslDTime.Seconds = (sal_uInt16)aChars.copy( 17, 2 ).toInt32(); in GetDateTimeFromW3CDTF() 122 … aOslDTime.NanoSeconds = (sal_uInt32)(aChars.copy( 20, 1 ).toInt32() * 10e8); in GetDateTimeFromW3CDTF() 134 nModif = aChars.copy( 16 + nOptTime + 1, 2 ).toInt32() * 3600; in GetDateTimeFromW3CDTF() 135 nModif += aChars.copy( 16 + nOptTime + 4, 2 ).toInt32() * 60; in GetDateTimeFromW3CDTF() 205 aResult.Language = aChars.copy( 0, 2 ); in GetLanguage() [all …]
|
| /trunk/main/stoc/source/implementationregistration/ |
| H A D | implreg.cxx | 216 aLinkName = aLinkName.copy(0, pShortName - pTmpName); in deleteAllLinkReferences() 223 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences() 237 aLinkParent = aLinkName.copy(0, sEnd); in deleteAllLinkReferences() 282 linkRefName = linkRefName + link.copy(pShortName - pTmpName + 1); in prepareLink() 283 linkName = link.copy(0, pShortName - pTmpName); in prepareLink() 316 OUString oldImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchImplForLink() 358 OUString tmpImplName = xImplKey->getKeyName().copy(strlen("/IMPLEMENTATIONS/")); in searchLinkTargetForImpl() 544 OUString newPath = tmpPath.copy(0, tmpPath.lastIndexOf('/')); in deletePathIfPossible() 656 OUString path = tmpName.copy(0, tmpName.lastIndexOf('/')); in deleteUserLink() 677 relativKey = keyNames.getConstArray()[0].copy(xKey->getKeyName().getLength()+1); in prepareUserKeys() [all …]
|
| /trunk/main/apache-commons/patches/ |
| H A D | codec.patch | 7 - <copy file="${basedir}/LICENSE.txt" todir="${dist.home}"/> 8 <copy file="${basedir}/NOTICE.txt" todir="${dist.home}"/> 9 <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/> 15 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> 16 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/> 17 + <copy file="${basedir}/NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
|
| /trunk/main/unotools/source/config/ |
| H A D | configpathes.cxx | 66 aResult.append(aLocalString.copy(nStart,nEscapePos-nStart)).append(ch); in lcl_resolveCharEntities() 79 aResult.append(aLocalString.copy(nStart)); in lcl_resolveCharEntities() 145 _rsLocalName = _sInPath.copy(nStart, nEnd-nStart); in splitLastFromConfigurationPath() 146 _rsOutPath = (nPos > 0) ? _sInPath.copy(0,nPos) : OUString(); in splitLastFromConfigurationPath() 184 OUString sResult = (nEnd >= 0) ? _sInPath.copy(nStart, nEnd-nStart) : _sInPath; in extractFirstFromConfigurationPath() 189 *_sOutPath = (nSep >= 0) ? _sInPath.copy(nSep + 1) : OUString(); in extractFirstFromConfigurationPath() 239 return _sNestedPath.copy(nPrefixEnd); in dropPrefixFromConfigurationPath()
|
| /trunk/main/winaccessibility/source/UAccCOM/ |
| H A D | AccEditableText.cpp | 245 ::rtl::OUString attrName = attr.copy(0, nPos); in setAttributes() 246 ::rtl::OUString attrValue = attr.copy(nPos + 1, attr.getLength() - nPos - 1); in setAttributes() 338 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR() 349 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR() 360 ouSubValue = ouValue.copy(pos + 11, posComma - pos - 11); in get_AnyFromOLECHAR() 371 ouSubValue = ouValue.copy(pos + 9, posComma - pos - 9); in get_AnyFromOLECHAR() 442 ouSubValue = ouValue.copy(pos + 5, posComma - pos - 5); in get_AnyFromOLECHAR() 449 ouSubValue = ouValue.copy(pos + 7, ouValue.getLength() - pos - 7); in get_AnyFromOLECHAR()
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchyuri.cxx | 71 = m_aUri.copy( 0, HIERARCHY_URL_SCHEME_LENGTH ).toAsciiLowerCase(); in init() 168 m_aService = m_aUri.copy( nStart, nEnd - nStart ); in init() 181 m_aUri = m_aUri.copy( 0, nEnd ); in init() 184 m_aPath = m_aUri.copy( nPos ); in init() 191 m_aParentUri = m_aUri.copy( 0, nLastSlash ); in init() 192 m_aName = m_aUri.copy( nLastSlash + 1 ); in init()
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 52 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in IdlType() 128 typeName = typeName.copy(index + 1); in dumpDependedTypes() 232 relType = relType.copy(index+1); in dumpDepIncludes() 301 typeName = typeName.copy( 0, typeName.lastIndexOf( '/' ) ); in dumpNameSpace() 324 o << " /* " << typeName.copy( nPos+1 ) << " */\n"; in dumpNameSpace() 326 typeName = typeName.copy( 0, nPos ); in dumpNameSpace() 405 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType() 495 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpIdlGetType() 604 OString baseType = (index > 0 ? ((OString)type).copy(index+1) : type); in checkRealBaseType() 605 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType() [all …]
|