Home
last modified time | relevance | path

Searched refs:Copy (Results 51 – 75 of 662) sorted by relevance

12345678910>>...27

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx716 return m_Text.Copy( static_cast<xub_StrLen>(aBndry.startPos), in GetCurWord()
814 … XubString aTmpWord = rText.Copy( nBegin, static_cast<xub_StrLen>(aBound.endPos - nBegin) ); in NextWord()
824 aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord()
837 XubString aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord()
859 aWord = rText.Copy( nBegin, nLen ); in NextWord()
1132 const XubString aTxtPortion = m_Text.Copy( nBegin, nLen ); in Convert()
1134 rArgs.aConvText = m_Text.Copy( nBegin, nLen ); in Convert()
1725 String aText( GetTxt().Copy( nStt, nLen ) ); in TransliterateText()
1808 String aText( GetTxt().Copy( nCurrentStart, nLen ) ); in TransliterateText()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx560 sType = aStr.Copy( 0, pos ); in Out()
589 sFormat = sFormel.Copy( pos ); in Out()
593 sDTFormat = sFormel.Copy( pos ); in Out()
636 String aName( aStr.Copy( 0, pos )); in Out()
654 String aSubType( aStr.Copy( 0, pos )); in Out()
839 String aFName( aStr.Copy( 0, pos )); in Out()
871 String aName( aStr.Copy( 0, pos )); in Out()
895 String aName( aStr.Copy( 0, pos )); in Out()
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx252 sActFileName = sFullEntry.Copy( sPrjEntry.Len() + 1 ); in GetCfgFile()
454 ByteString sTemp = sToken.Copy( sToken.Search( "xml:lang=" )); in ExecuteAnalyzedToken()
467 ByteString sTemp = sToken.Copy( sToken.Search( sSearch )); in ExecuteAnalyzedToken()
838 ByteString sTemp = sTextTag.Copy( sTextTag.Search( "xml:lang=" )); in WorkOnRessourceEnd()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx111 sRet = sURL.Copy(sURL.Match(*aIter)); in cutPrefix()
113 sRet = sURL.Copy(aIter->Match(sURL)); in cutPrefix()
135 sRet = aIter->Copy(0,sURL.Match(*aIter)); in getPrefix()
137 sRet = sURL.Copy(0,aIter->Match(sURL)); in getPrefix()
/trunk/main/tools/source/communi/
H A Dparser.cxx93 sLine = sLine.Copy( nStart, nEnd - nStart ); in ReadLine()
171 sValue = sLine.Copy( sKey.Len() + 1 ); in ReadKey()
180 sUPD = sKey.Copy( sKey.Len() - 3 ); in ReadKey()
/trunk/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx149 _rArgs.push_back(rFormula.Copy( nStart, nEnd-1-nStart )); in FillArgStrings()
157 _rArgs.push_back( rFormula.Copy( nStart, nEnd-nStart ) ); in FillArgStrings()
263 *pFuncName = rFormula.Copy( nFStart, nParPos-nFStart ); in GetFunctionStart()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx728 sItem = rGrfName.Copy( nTmp ); in InsertLink()
962 String aExtStr = _aStrmName.Copy( nExtPos ); in _GetStreamForEmbedGrf()
1007 rStrmName = aUserData.Copy( aProt.Len() ); in _GetStreamStorageNames()
1014 rStorName = aUserData.Copy( nPathStart, nPos - nPathStart ); in _GetStreamStorageNames()
1015 rStrmName = aUserData.Copy( nPos + 1 ); in _GetStreamStorageNames()
/trunk/main/tools/source/stream/
H A Dstrmos2.cxx505 if (aVirtualString.Copy(x,1).Compare("}")==COMPARE_EQUAL) in Open()
512 aVirtualPart = aVirtualString.Copy(0,nDivider+1); in Open()
513 aRealPart = aVirtualString.Copy(nDivider+2); in Open()
/trunk/main/sw/source/core/undo/
H A Dundo.src106 Text [ en-US ] = "Copy: $1" ;
130 Text [ en-US ] = "Copy: $1" ;
355 Text [ en-US ] = "Copy table" ;
359 Text [ en-US ] = "Copy table" ;
/trunk/main/dbaccess/source/ext/adabas/
H A DASqlNameEdit.cxx52 _rsCorrected += sText.Copy( nMatch, i - nMatch ); in checkString()
57 _rsCorrected += sText.Copy( nMatch, sText.Len() - nMatch ); in checkString()
/trunk/main/sw/inc/
H A Dchpfld.hxx54 virtual SwFieldType* Copy() const;
70 virtual SwField* Copy() const;
H A Dinetfld.hxx48 virtual SwFieldType* Copy() const;
69 virtual SwField* Copy() const;
H A Dflddropdown.hxx53 virtual SwFieldType * Copy () const;
104 virtual SwField * Copy() const;
H A Dddefld.hxx59 virtual SwFieldType* Copy() const;
98 virtual SwField* Copy() const;
H A Dflddat.hxx102 virtual SwFieldType* Copy() const;
115 virtual SwField* Copy() const;
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx294 … aURL = URIHelper::SmartRel2Abs(INetURLObject( sBaseURL ), aHRef.Copy( 0, nPos ), Link(), false ); in NewDivision()
298 aURL += aHRef.Copy( nPos+1 ); in NewDivision()
302 aURL += aHRef.Copy( nPos+1, nPos2 - (nPos+1) ); in NewDivision()
304 aURL += String(rtl::Uri::decode( aHRef.Copy( nPos2+1 ), in NewDivision()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1341 aResultStr = aArgStr.Copy( nStartPos, nLen ); 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()
[all …]
H A Dstep0.cxx715 aNewStr = aRefValString.Copy( 0, nValStrLen ); in StepLSET()
716 aNewStr += aRefVarString.Copy( nValStrLen, nVarStrLen - nValStrLen ); in StepLSET()
720 aNewStr = aRefValString.Copy( 0, nVarStrLen ); in StepLSET()
752 aRefVarString = aRefVarString.Copy( 0, nPos ); in StepRSET()
753 aRefVarString += aRefValString.Copy( 0, nVarStrLen - nPos ); in StepRSET()
/trunk/main/sw/source/core/fields/
H A Dscrptfld.cxx47 SwFieldType* SwScriptFieldType::Copy() const in Copy() function in SwScriptFieldType
74 SwField* SwScriptField::Copy() const in Copy() function in SwScriptField
/trunk/main/dbaccess/source/ui/control/
H A DSqlNameEdit.cxx57 _rsCorrected += sText.Copy( nMatch, i - nMatch ); in checkString()
62 _rsCorrected += sText.Copy( nMatch, sText.Len() - nMatch ); in checkString()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx180 String sSuffix( sTxt.Copy(nFound) ); in RequestHelp()
188 sTxt = sTxt.Copy( 0, nFound - 1); in RequestHelp()
192 String sTmpSearchStr = sTxt.Copy( 1, sTxt.Len() ); in RequestHelp()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx150 void Copy();
519 void ImpSvMEdit::Copy() in Copy() function in ImpSvMEdit
521 mpTextWindow->GetTextView()->Copy(); in Copy()
909 case SV_MENU_EDIT_COPY: mpExtTextView->Copy(); in Command()
1213 void MultiLineEdit::Copy() in Copy() function in MultiLineEdit
1215 pImpSvMEdit->Copy(); in Copy()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx322 …const PPDKey* pKey = m_aGlobalDefaults.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING… in initialize()
334 …m_aGlobalDefaults.m_aFontSubstitutes[ OStringToOUString( aKey.Copy( 10 ), RTL_TEXTENCODING_ISO_885… in initialize()
403 aPrinterName = String( aValue.Copy( nNamePos+1 ), RTL_TEXTENCODING_UTF8 ); in initialize()
405 … aPrinter.m_aInfo.m_aDriverName = String( aValue.Copy( 0, nNamePos ), RTL_TEXTENCODING_UTF8 ); in initialize()
527 …const PPDKey* pKey = aPrinter.m_aInfo.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING_… in initialize()
539 …aPrinter.m_aInfo.m_aFontSubstitutes[ OStringToOUString( aKey.Copy( 10 ), RTL_TEXTENCODING_ISO_8859… in initialize()
/trunk/main/editeng/source/uno/
H A Dunoviwed.cxx117 sal_Bool SvxEditEngineViewForwarder::Copy() in Copy() function in SvxEditEngineViewForwarder
119 mrView.Copy(); in Copy()
/trunk/main/scp2/source/ooo/
H A Dvc_redist.scp29 Copy = "vcredist_x86.exe";
35 Copy = "vcredist_x64.exe";

Completed in 132 milliseconds

12345678910>>...27