Searched refs:bCopyAll (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 690 SwDoc::CopyRange( SwPaM& rPam, SwPosition& rPos, const bool bCopyAll ) const in CopyRange() 732 bRet = CopyImpl( rPam, rPos, true, bCopyAll, pRedlineRange ); in CopyRange() 740 bRet = CopyImpl( rPam, rPos, true, bCopyAll, pRedlineRange ); in CopyRange() 767 pDoc->CopyImpl( rPam, *aPam.GetPoint(), false, bCopyAll, 0 ); in CopyRange() 876 const bool bMakeNewFrms, const bool bCopyAll, in CopyImpl() argument 1239 if( bCopyAll || aRg.aStart != aRg.aEnd ) in CopyImpl()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 841 sal_Bool bCopyAll = ( (nFlags & SC_SCENARIO_COPYALL) != 0 ); in MakeScenario() local 843 if (!bCopyAll) in MakeScenario() 878 if (!bCopyAll) in MakeScenario()
|
/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 | 619 const bool bCopyAll, SwPaM *const pCpyRng /*= 0*/ ) const; 876 virtual bool CopyRange(SwPaM&, SwPosition&, const bool bCopyAll) const;
|
/aoo42x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 661 …sal_Bool bCopyAll = ( !pSourceLine && bRequireSourceLine ) || ( pSourceLine && !pSourceLine->IsOK(… in WriteError() local 665 if ( !GetObject( i )->IsOK() || bCopyAll ) in WriteError()
|
Completed in 57 milliseconds