Home
last modified time | relevance | path

Searched refs:Copy (Results 76 – 100 of 662) sorted by relevance

12345678910>>...27

/trunk/main/sw/inc/
H A Dreffld.hxx76 virtual SwFieldType* Copy() const;
100 virtual SwField* Copy() const;
H A Dusrfld.hxx50 virtual SwFieldType* Copy() const;
107 virtual SwField* Copy() const;
H A Dauthfld.hxx96 virtual SwFieldType* Copy() const;
169 virtual SwField* Copy() const;
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx157 : aData.Copy( nFnd, (nSavPtr - nFnd) ); in GetResult()
284 nEnd = static_cast<sal_uInt16>(sParams.Copy(nIndex).ToInt32()); in GetTokenSttFromTo()
519 return rStr.Copy( n, n2-n ); in FindPara()
2639 sPart.Copy(nBegin+1,nEnd-nBegin-1); in Read_SubF_Combined()
2673 sCombinedCharacters = sPart.Copy( nBegin+1, nEnd-nBegin-1 ); in Read_SubF_Combined()
2742 sRuby = sPart.Copy(nBegin+1,nEnd-nBegin-1); in Read_SubF_Ruby()
2753 sText = sPart.Copy(nBegin+1,nEnd-nBegin-1); in Read_SubF_Ruby()
3700 aM.SetPrimaryKey( sFldTxt.Copy( 0, nFnd ) ); in lcl_ImportTox()
3705 aM.SetSecondaryKey( sFldTxt.Copy( nFnd+1, nScndFnd - nFnd - 1 )); in lcl_ImportTox()
3809 ImportTox( aFldId[i], sFieldName.Copy( nC + nNameLen ) ); in Read_FldVanish()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx588 Copy(); in KeyInput()
649 Copy( aSelection ); in KeyInput()
757 … aCurSel = mpImpl->mpTextEngine->ImpInsertText( aCurSel, pPrev->GetText().Copy( 0, n ) ); in KeyInput()
835 Copy( aSelection ); in MouseButtonUp()
936 …e->mpIMEInfos = new TEIMEInfos( GetSelection().GetEnd(), pNode->GetText().Copy( GetSelection().Get… in Command()
986 …InsertText( aPaM, mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Copy( nNewIMETextLen, nR… in Command()
1137 Copy(); in Cut()
1142 void TextView::Copy( uno::Reference< datatransfer::clipboard::XClipboard >& rxClipboard ) in Copy() function in TextView
1169 void TextView::Copy() in Copy() function in TextView
1172 Copy( aClipboard ); in Copy()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx112 sTmpText = aLine.Copy( 0, nPos ); in InsertLabEnvText()
127 sTmpText = aLine.Copy( 0, nPos + 1); in InsertLabEnvText()
132 String sDBName( sTmpText.Copy( 1, sTmpText.Len() - 2)); in InsertLabEnvText()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx501 void StgDirEntry::Copy( StgDirEntry& rDest ) in Copy() function in StgDirEntry
524 void StgDirEntry::Copy( BaseStorageStream& rDest ) in Copy() function in StgDirEntry
648 if( pTmpStrm->GetError() == SVSTREAM_OK && pTmpStrm->Copy( *pCurStrm ) ) in Strm2Tmp()
960 if( !Copy( STG_FREE, nSize ) ) in Store()
H A Dstgdir.hxx94 void Copy( StgDirEntry& );
95 void Copy( BaseStorageStream& );
H A Dstgstrms.hxx77 sal_Bool Copy( sal_Int32 nFrom, sal_Int32 nBytes );
161 sal_Bool Copy( StgTmpStrm& );
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx505 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.G… in GetText()
520 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.… in GetText()
531 …sBullet = sBullet.Copy(0, static_cast< sal_uInt16 > (sBullet.Len() - (aEndIndex.GetBulletLen() - a… in GetText()
1276 sal_Bool SvxAccessibleTextEditViewAdapter::Copy() in Copy() function in SvxAccessibleTextEditViewAdapter
1280 return mrViewForwarder->Copy(); in Copy()
H A Dunoviwou.cxx148 sal_Bool SvxDrawOutlinerViewForwarder::Copy() in Copy() function in SvxDrawOutlinerViewForwarder
150 mrOutlinerView.Copy(); in Copy()
/trunk/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx136 rString.Copy(rString.Len()-3).CompareToAscii("-->") in RemoveSGMLComment()
146 rString.Copy(nLen-2).CompareToAscii("//") == COMPARE_EQUAL ) in RemoveSGMLComment()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1008 +template <class Base, const IID* piid, class T, class Copy, class ThreadModel = CComObjectThreadMo…
1010 +template <class Base, const IID* piid, class T, class Copy, class CollType, class ThreadModel = CC…
1020 -template <class Base, const IID* piid, class T, class Copy, class ThreadModel = CComObjectThreadMo…
1021 +template <class Base, const IID* piid, class T, class Copy, class ThreadModel>
1023 public CComEnumImpl<Base, piid, T, Copy>,
1029 -template <class Base, const IID* piid, class T, class Copy, class CollType, class ThreadModel = CC…
1030 +template <class Base, const IID* piid, class T, class Copy, class CollType, class ThreadModel>
1032 public IEnumOnSTLImpl<Base, piid, T, Copy, CollType>,
/trunk/main/reportdesign/source/ui/inc/
H A DReportSection.hxx97 …void Copy(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopied…
99 …void Copy(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopied…
/trunk/main/tools/inc/tools/
H A Dstring.hxx259 ByteString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const;
394 inline ByteString ByteString::Copy( xub_StrLen nIndex, xub_StrLen nCount ) const in Copy() function in ByteString
565 UniString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const;
669 inline UniString UniString::Copy( xub_StrLen nIndex, xub_StrLen nCount ) const in Copy() function in UniString
/trunk/main/sw/source/core/tox/
H A Dtox.cxx777 String sAuthFieldEnum = sToken.Copy( 2, 2 ); in BuildToken()
778 sToken = sToken.Copy( nTokenLen, sToken.Len() - nTokenLen - 1); in BuildToken()
804 eRet.sText = sToken.Copy( nStartText + 1, in BuildToken()
869 aResult = sPattern.Copy( nStt, nEnd - nStt ); in SearchNextToken()
/trunk/main/sw/source/filter/ascii/
H A Dwrtasc.cxx56 switch( rFltNm.Copy( 5 ).ToInt32() ) in SwASCWriter()
87 if( rFltNm.Copy( 4 ).EqualsAscii( "_DLG" )) in SwASCWriter()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx111 aFieldName = aData.Copy( 0, nFnd ); in _ReadFieldParams()
126 : aData.Copy( nFnd, (nSavPtr - nFnd) ); in GetResult()
253 nEnd = static_cast<sal_uInt16>(sParams.Copy(nIndex).ToInt32()); in GetTokenSttFromTo()
/trunk/main/svl/source/misc/
H A Dadrparse.cxx651 = rInput.Copy( in SvAddressParser_Impl()
672 = rInput.Copy( in SvAddressParser_Impl()
692 = rInput.Copy( in SvAddressParser_Impl()
H A Downlist.cxx51 result = String(rCmd.Copy(begin, *pIndex - begin - 1)); in PRV_SV_IMPL_OWNER_LIST()
64 return String(rCmd.Copy(begin, *pIndex - begin)); in parseWord()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1404 if( aFileName.Copy( nPos+1, 3 ).EqualsIgnoreCaseAscii( pLangBoost ) ) in AnnounceFonts()
1432 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText()
1457 m_aPhoneCollection += aPhone.Copy( nTokenStart, nTokenStop - nTokenStart ); in filterText()
1479 rNewText = rOrig.Copy( 0, rCutStart ); in filterText()
1480 rNewText += rOrig.Copy( rCutStop ); in filterText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1290 if( aFileName.Copy( nPos+1, 3 ).EqualsIgnoreCaseAscii( pLangBoost ) ) in AnnounceFonts()
1318 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText()
1343 m_aPhoneCollection += aPhone.Copy( nTokenStart, nTokenStop - nTokenStart ); in filterText()
1365 rNewText = rOrig.Copy( 0, rCutStart ); in filterText()
1366 rNewText += rOrig.Copy( rCutStop ); in filterText()
/trunk/main/sw/source/core/fields/
H A Dtblcalc.cxx47 SwFieldType* SwTblFieldType::Copy() const in Copy() function in SwTblFieldType
76 SwField* SwTblField::Copy() const in Copy() function in SwTblField
H A Dflddropdown.cxx56 SwFieldType * SwDropDownFieldType::Copy() const in Copy() function in SwDropDownFieldType
92 SwField * SwDropDownField::Copy() const in Copy() function in SwDropDownField
/trunk/main/dbaccess/source/ui/misc/
H A DWizardPages.src69 Text [ en-US ] = "Copy RTF Table" ;
519 Text [ en-US ] = "Copy table" ;
524 Text [ en-US ] = "Copy table" ;

Completed in 141 milliseconds

12345678910>>...27