Searched refs:CopyRange (Results 1 – 19 of 19) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 164 pMyDoc->CopyRange( aCpyPam, aInsPos, false ); in SaveGlossaryDoc() 246 bRet = GetDoc()->CopyRange( *PCURCRSR, aPos, false ) in _CopySelToDoc() 254 bRet = GetDoc()->CopyRange( *PCURCRSR, aPos, false ) || bRet; in _CopySelToDoc()
|
H A D | eddel.cxx | 250 const bool bSuccess( GetDoc()->CopyRange( *PCURCRSR, *pPos, false ) ); in Copy()
|
H A D | acorrect.cxx | 399 pAutoDoc->CopyRange( aCpyPam, *aPam.GetPoint(), false ); in ChgAutoCorrWord()
|
/aoo42x/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 76 virtual bool CopyRange(SwPaM&, SwPosition&, const bool bCopyAll ) const = 0;
|
H A D | doc.hxx | 876 virtual bool CopyRange(SwPaM&, SwPosition&, const bool bCopyAll) const;
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 179 pGDoc->CopyRange( aCpyPam, rInsPos, false ); in InsertGlossary()
|
H A D | doccomp.cxx | 1220 aCpyPam.GetDoc()->CopyRange( aCpyPam, *aPam.GetPoint(), in ChangesInLine() 1676 pSrcRedl->GetDoc()->CopyRange( in InsertRedline()
|
H A D | docnew.cxx | 1281 rSource.CopyRange( aCpyPam, rInsPos, true ); in Paste()
|
H A D | docredln.cxx | 3448 pDoc->CopyRange( *this, aPos, false ); in CopyToSection() 3473 pDoc->CopyRange( *this, aPos, false ); in CopyToSection()
|
H A D | doclay.cxx | 890 CopyRange( *pTmp, aPos, false ); in MakeFlyAndMove()
|
H A D | docnum.cxx | 2151 CopyRange( aPam, aInsPos, false ); in MoveParagraph()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 180 pD->CopyRange( aPam, aPos, false ); in MakeEntries()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untblk.cxx | 336 aPam.GetDoc()->CopyRange( aPam, *rRepeatPaM.GetPoint(), false ); in RepeatImpl()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 832 pClpDoc->CopyRange( rCopy, rInsPos, false ); in Paste() 1064 pClpDoc->CopyRange( aCpyPam, rInsPos, false ); in Paste()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 425 bRet = pDoc->CopyRange( *pPam, aPos, false ) || bRet; in lcl_CopySelToDoc()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | section.cxx | 1520 pSrcDoc->CopyRange( *pCpyPam, *pPam->GetPoint(), in DataChanged()
|
H A D | ndcopy.cxx | 690 SwDoc::CopyRange( SwPaM& rPam, SwPosition& rPos, const bool bCopyAll ) const in CopyRange() function in SwDoc
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 695 pDoc->CopyRange( aSrcPaM, aDstPos, false ); in EndElement()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2398 m_pImpl->m_pDoc->CopyRange( *pCursor->GetPaM(), rPos, false ); in copyText()
|
Completed in 116 milliseconds