Home
last modified time | relevance | path

Searched refs:Copy (Results 101 – 125 of 662) sorted by relevance

12345678910>>...27

/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx391 aData = aLine.Copy( 1, aLine.Len() - 2 ); in GetNextTopic()
575 aData = aLine.Copy( 1, nLineLength - 2 ); in GetNextDataset()
583 aData = aLine.Copy( 1 ); in GetNextDataset()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl209 aName = aText.Copy( nPos, rRes.EndPos - nPos );
215 aSymbol = aText.Copy( nPos, rRes.EndPos - nPos );
217 aSymbol = aText.Copy( nPos, rRes.EndPos - nPos );
/trunk/main/vcl/source/control/
H A Dedit.cxx940 rtl::OUString aOldText( maText.Copy(0, nTmpPos) ); in ImplInsertText()
1552 Copy(); in ImplHandleKeyEvent()
2168 Copy(); in Command()
2236 mpIMEInfos = new Impl_IMEInfos( nPos, maText.Copy( nPos ) ); in Command()
2277 …maText.Insert( mpIMEInfos->aOldTextAfterStartPos.Copy( nNewIMETextLen, nRestore ), mpIMEInfos->nPo… in Command()
2738 return maText.Copy( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in GetSelected()
2748 Copy(); in Cut()
2755 void Edit::Copy() in Copy() function in Edit
H A Dfield2.cxx582 … XubString aRep = rLiteralMask.Copy( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in ImplPatternProcessKeyInput()
605 XubString aTempStr = rLiteralMask.Copy( nNewPos, 1 ); in ImplPatternProcessKeyInput()
718 aStr += rLiteralMask.Copy( aStr.Len(), nNewPos-aStr.Len() ); in ImplPatternProcessKeyInput()
733 … XubString aRep = rLiteralMask.Copy( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in ImplPatternProcessKeyInput()
2434 String sPortion = _rStr.Copy( 0, _nSepPos ); in ImplCutTimePortion()
2525 nSecond = (short)aStr.Copy( 0, nSepPos ).ToInt32(); in ImplTimeGetValue()
2534 nSecond = (short)aStr.Copy( 0, nSepPos ).ToInt32(); in ImplTimeGetValue()
2544 nSecond = (short)aStr.Copy( 0, nSepPos ).ToInt32(); in ImplTimeGetValue()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx117 ByteString aPaletteFile( aLine.Copy( nIndex, nIndex2 - nIndex ) ); in GetSystemLook()
124 int nNumber = aLine.Copy( ++nPos ).ToInt32(); in GetSystemLook()
/trunk/main/l10ntools/source/
H A Dhelpex.cxx237 ifstream aFStream( sInputFile.Copy( 1 , sInputFile.Len() ).GetBuffer() , ios::in ); in main()
240 …cerr << "ERROR: - helpex - Can't open the file " << sInputFile.Copy( 1 , sInputFile.Len() ).GetBuf… in main()
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx53 SwFieldType* SwChapterFieldType::Copy() const in Copy() function in SwChapterFieldType
89 SwField* SwChapterField::Copy() const in Copy() function in SwChapterField
H A Dflddat.cxx49 SwFieldType* SwDateTimeFieldType::Copy() const in Copy() function in SwDateTimeFieldType
105 SwField* SwDateTimeField::Copy() const in Copy() function in SwDateTimeField
/trunk/main/cui/source/dialogs/
H A Dhlmailtp.cxx123 aStrSubject = aStrURLc.Copy( nPos+1, aStrURLc.Len() ); in FillDlgFields()
127 aStrURLc = aStrURLc.Copy( 0, ( nPos == STRING_NOTFOUND ? in FillDlgFields()
H A Dhldoctp.cxx113 maCbbPath.SetText ( aStrURL.Copy( 0, ( nPos == STRING_NOTFOUND ? aStrURL.Len() : nPos ) ) ); in FillDlgFields()
117 aStrMark = aStrURL.Copy( nPos+1, aStrURL.Len() ); in FillDlgFields()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx82 pResult = new String( ((SwTxtNode*)pCNd)->GetTxt().Copy(nCntnt-nLen, in GetTxtFromDoc()
257 pTxt = new String( pTxtNode->GetTxt().Copy(nCntnt-nLen, nLen) ); in UndoImpl()
401 aTxt.Copy( nCntnt - nLen, nLen ) ); in RepeatImpl()
642 m_sOld = pNd->GetTxt().Copy( m_nSttCnt, nECnt - m_nSttCnt ); in Impl()
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx79 pSttBox = GetTblBox( sBox.Copy( 0, nTrenner )); in IsTblComplexForChart()
80 pEndBox = GetTblBox( sBox.Copy( nTrenner+1 )); in IsTblComplexForChart()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1171 aDBData.sDataSource = rData.sPar1.Copy(0, nTablePos++); in InsertFld()
1174 aDBData.sCommand = rData.sPar1.Copy(nTablePos, nCmdTypePos++ - nTablePos); in InsertFld()
1178 … aDBData.nCommandType = rData.sPar1.Copy(nCmdTypePos, nExpPos++ - nCmdTypePos).ToInt32(); in InsertFld()
1186 sPar1 = rData.sPar1.Copy(nPos); in InsertFld()
1569 … ((SwGetRefField*)pTmpFld)->SetSeqNo( (sal_uInt16)rPar2.Copy( nPos + 1 ).ToInt32()); in UpdateCurFld()
/trunk/main/starmath/source/
H A Daccessibility.cxx713 return aTxt.Copy( nStart, nEnd - nStart ); in getTextRange()
730 aResult.SegmentText = aTxt.Copy(nIdx, 1); in getTextAtIndex()
752 aResult.SegmentText = aTxt.Copy(nIdx-1, 1); in getTextBeforeIndex()
775 aResult.SegmentText = aTxt.Copy(nIdx, 1); in getTextBehindIndex()
1664 sal_Bool SmEditViewForwarder::Copy() in Copy() function in SmEditViewForwarder
1670 pEditView->Copy(); in Copy()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx374 aName = ByteString( aPfad.Copy( 2, nPos-2 ), osl_getThreadTextEncoding() ); in ImpParseOs2Name()
389 aName = ByteString( aPfad.Copy( 0, nPos + 1 ), osl_getThreadTextEncoding() ); in ImpParseOs2Name()
422 aName = ByteString( aPfad.Copy( 0, nPos ), osl_getThreadTextEncoding() ); in ImpParseOs2Name()
1222 aName.Copy( static_cast< xub_StrLen >(p1 - p0 + 1) ), in GetExtension()
1249 aName.Copy( 0, static_cast< xub_StrLen >(p1 - p0) ), in GetBase()
2306 aName = aPfad.Copy( 0, nPos ); in ImpParseUnixName()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx429 pWrtShell->Copy( pTmpDoc ); in GetData()
746 int nRet = Copy( sal_True ); in Cut()
788 pWrtShell->Copy( pDoc ); in PrepareForCopy()
814 pWrtShell->Copy( pDoc ); in PrepareForCopy()
848 pWrtShell->Copy( pTmpDoc ); in PrepareForCopy()
983 int SwTransferable::Copy( sal_Bool bIsCut ) in Copy() function in SwTransferable
1005 pWrtShell->Copy(pDoc, & aStr); in CalculateAndCopy()
2830 String sExt( rFileName.Copy( nLen - 3 )); in _CheckForURLOrLNKFile()
3528 sal_Bool bRet = rSrcSh.SwFEShell::Copy( &rSh, aSttPt, rDragPt, bMove, in PrivateDrop()
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm29 use File::Copy;
239 …File::Copy::copy($table_filename, $table_truncated_filename) || die("can not create table file wit…
/trunk/main/sw/inc/
H A Dfesh.hxx225 using SwEditShell::Copy;
237 sal_Bool Copy( SwDoc* pClpDoc, const String* pNewClpTxt = 0 );
242 sal_Bool Copy( SwFEShell*, const Point& rSttPt, const Point& rInsPt,
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg203 # Copy subject details
251 # Copy issuer details
308 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg202 # Copy subject details
245 # Copy issuer details
302 # Copy subject details

Completed in 121 milliseconds

12345678910>>...27