Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 5890) sorted by relevance

12345678910>>...236

/AOO41X/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch232 + <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 …]
/AOO41X/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx335 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 …]
/AOO41X/main/cppuhelper/source/
H A Dtypeprovider.cxx58 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 …]
/AOO41X/main/ucb/source/ucp/package/
H A Dpkguri.cxx62 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 …]
/AOO41X/main/solenv/bin/
H A Dhicontrast-to-theme.pl105 ( 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 );
/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_uri.cxx64 = 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()
/AOO41X/main/desktop/source/deployment/misc/
H A Ddp_ucb.cxx123 &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()
/AOO41X/main/reportdesign/source/core/misc/
H A Dconditionalexpression.cxx115 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()
/AOO41X/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl9 * 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 …]
/AOO41X/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx58 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in CorbaType()
74 OString outerTypeName(type.copy(0, i)); in isNestedTypeByName()
105 typeName = typeName.copy(index + 1); in dumpDependedTypes()
286 nTypeName = checkRealBaseType(nTypeName.copy(5)); in dumpInclude()
331 relType = relType.copy(index+1); in dumpDepIncludes()
393 typeName = typeName.copy( 0, typeName.lastIndexOf( '/' ) ); in dumpNameSpace()
416 o << " // " << typeName.copy( nPos+1 ) << "\n"; in dumpNameSpace()
418 typeName = typeName.copy( 0, nPos ); in dumpNameSpace()
579 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType()
644 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaType()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DProcess.java294 …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()
/AOO41X/main/sc/source/ui/vba/
H A Dvbaname.cxx116 ::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()
/AOO41X/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx68 rFullName.copy( RTL_CONSTASCII_LENGTH( "DAV:" ) ), in createSerfPropName()
77 rFullName.copy( in createSerfPropName()
88 rFullName.copy( in createSerfPropName()
105 rName.name = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createSerfPropName()
109 rName.nspace = strdup( aFullName.copy( nStart, nLen ).getStr() ); in createSerfPropName()
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()
/AOO41X/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx539 m_aExpr = m_aExpr.copy( 0,lstIdx ); in parse()
557 rtl::OUString aLastStr = m_aExpr.copy( nLen - 6 ); in scheme()
560 rtl::OUString aNewExpr = m_aExpr.copy( 0, 20 ); in scheme()
563 aNewExpr += m_aExpr.copy( 20 ); in scheme()
573 m_aExpr = m_aExpr.copy( nPrefixLen ); in scheme()
590 m_aModule = m_aExpr.copy( 0,idx ); in module()
591 m_aExpr = m_aExpr.copy( idx ); in module()
619 m_aId = m_aExpr.copy( 1,idx-1 ); in name()
620 m_aExpr = m_aExpr.copy( idx ); in name()
636 query_ = m_aExpr.copy( 1 ).trim(); in query()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsvbahelper.cxx60 …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 …]
/AOO41X/main/oox/source/helper/
H A Ddatetimehelper.cxx42 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()
/AOO41X/main/offapi/com/sun/star/rendering/
H A DXBitmapCanvas.idl9 * with the License. You may obtain a copy of the License at
69 rectangle are regarded fully transparent for the copy
75 Canvas from which to copy the bitmap data. Can be identical to
79 Rectangle from which to copy the bitmap data. This rectangle
88 The view state to apply to the source of this copy
92 The render state to apply to the source of this copy
98 Rectangle into which to copy the bitmap data. This rectangle
107 The view state to apply to the destination of this copy
112 The render state to apply to the destination of this copy
/AOO41X/main/oox/source/docprop/
H A Ddocprophandler.cxx100 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 …]
/AOO41X/main/apache-commons/patches/
H A Dcodec.patch7 - <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"/>
/AOO41X/main/stoc/source/implementationregistration/
H A Dimplreg.cxx216 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 …]
/AOO41X/main/unotools/source/config/
H A Dconfigpathes.cxx66 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()
/AOO41X/main/ucb/source/ucp/hierarchy/
H A Dhierarchyuri.cxx71 = 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()
/AOO41X/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp245 ::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()
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DUCB.java85 public void copy(String sourceDir, String targetDir) throws Exception in copy() method in UCB
87 copy(sourceDir,targetDir,(Verifier)null); in copy()
90 public void copy(String sourceDir, String targetDir, Verifier verifier) throws Exception in copy() method in UCB
95 copy(sourceDir, (String)files.get(i), targetDir); in copy()
100 …public void copy(String sourceDir, String filename, String targetDir, String targetName) throws Ex… in copy() method in UCB
117 public void copy(String sourceDir, String filename, String targetDir) throws Exception in copy() method in UCB
119 copy(sourceDir,filename, targetDir, PropertyNames.EMPTY_STRING); in copy()
/AOO41X/main/oox/source/vml/
H A Dvmlformatting.cxx72 orValue1 = rValue.copy( 0, nSepPos ).trim(); in separatePair()
73 orValue2 = rValue.copy( nSepPos + 1 ).trim(); in separatePair()
133 aUnit = rValue.copy( nEndPos ); in decodeMeasureToEmu()
203 aDmlColor.setSrgbClr( aColorName.copy( 1 ).toInt32( 16 ) ); in decodeColor()
210 sal_Int32 nR = aColorName.copy( 1, 1 ).toInt32( 16 ) * 0x11; in decodeColor()
211 sal_Int32 nG = aColorName.copy( 2, 1 ).toInt32( 16 ) * 0x11; in decodeColor()
212 sal_Int32 nB = aColorName.copy( 3, 1 ).toInt32( 16 ) * 0x11; in decodeColor()
232 aDmlColor.setPaletteClr( aColorIndex.copy( 1, aColorIndex.getLength() - 2 ).toInt32() ); in decodeColor()
244 switch( AttributeConversion::decodeToken( aColorIndex.copy( 0, nOpenParen ) ) ) in decodeColor()
249 … sal_Int32 nValue = aColorIndex.copy( nOpenParen + 1, nCloseParen - nOpenParen - 1 ).toInt32(); in decodeColor()

12345678910>>...236