/aoo42x/main/sw/source/core/crsr/ |
H A D | trvlreg.cxx | 41 sal_Bool bInReadOnly ) in GotoPrevRegion() argument 56 ( !bInReadOnly && in GotoPrevRegion() 66 sal_True, !bInReadOnly ); in GotoPrevRegion() 78 sal_True, !bInReadOnly ); in GotoPrevRegion() 96 sal_Bool bInReadOnly ) in GotoNextRegion() argument 112 ( !bInReadOnly && in GotoNextRegion() 122 sal_True, !bInReadOnly ); in GotoNextRegion() 134 sal_True, !bInReadOnly ); in GotoNextRegion() 152 sal_Bool bInReadOnly ) in GotoCurrRegion() argument 165 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion() [all …]
|
H A D | trvltbl.cxx | 383 (!bInReadOnly && pFrm->IsProtected() ) ) in lcl_FindNextCell() 415 (bInReadOnly || !pFrm->IsProtected() ) ) in lcl_FindNextCell() 457 (!bInReadOnly && pFrm->IsProtected() )) in lcl_FindPrevCell() 478 (bInReadOnly || !pFrm->IsProtected() ) ) in lcl_FindPrevCell() 493 sal_Bool bInReadOnly ) in GotoPrevTable() argument 523 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable() 533 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable() 558 sal_Bool bInReadOnly ) in GotoNextTable() argument 611 sal_Bool bInReadOnly ) in GotoCurrTable() argument 621 if( !lcl_FindPrevCell( aIdx, bInReadOnly )) in GotoCurrTable() [all …]
|
H A D | paminit.cxx | 74 sal_Bool GotoPrevTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 75 sal_Bool GotoCurrTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 76 sal_Bool GotoNextTable( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 85 sal_Bool GotoPrevRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 86 sal_Bool GotoCurrRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 87 sal_Bool GotoCurrRegionAndSkip( SwPaM&, SwPosRegion, sal_Bool bInReadOnly ); 88 sal_Bool GotoNextRegion( SwPaM&, SwPosRegion, sal_Bool bInReadOnly );
|
H A D | findcoll.cxx | 48 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly ); 54 sal_Bool bInReadOnly ) in Find() argument 57 if( bInReadOnly && pReplColl ) in Find() 58 bInReadOnly = sal_False; in Find() 60 if( !pCrsr->Find( *pFmtColl, fnMove, pRegion, bInReadOnly ) ) in Find()
|
H A D | findattr.cxx | 904 const SwPaM *pRegion, sal_Bool bInReadOnly ) in Find() argument 934 while( 0 != ( pNode = ::GetNode( *pPam, bFirst, fnMove, bInReadOnly ) ) ) in Find() 991 const SwPaM *pRegion, sal_Bool bInReadOnly, sal_Bool bMoveFirst ) in Find() argument 1029 while( 0 != ( pNode = ::GetNode( *pPam, bFirst, fnMove, bInReadOnly ) ) ) in Find() 1103 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly ); 1109 sal_Bool bInReadOnly ) in Find() argument 1117 if( bInReadOnly && (bReplaceAttr || bReplaceTxt )) in Find() 1118 bInReadOnly = sal_False; in Find() 1131 if( !aSrchPam.Find( *pSet, bValue, fnMove, &aRegion, bInReadOnly, bMoveFirst ) ) in Find() 1163 if( aSrchPam.Find( *pSearchOpt, bSearchInNotes, *pSTxt, fnMove, pTextRegion, bInReadOnly ) && in Find()
|
H A D | findtxt.cxx | 222 sal_Bool bInReadOnly ) in Find() argument 274 while( 0 != ( pNode = ::GetNode( *pPam, bFirst, fnMove, bInReadOnly ) )) in Find() 563 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly ); 573 const SwPaM* pRegion, sal_Bool bInReadOnly ) in Find() argument 575 if( bInReadOnly && bReplace ) in Find() 576 bInReadOnly = sal_False; in Find() 578 …ol bFnd = (sal_Bool)pCrsr->Find( rSearchOpt, bSearchInNotes, aSTxt, fnMove, pRegion, bInReadOnly ); in Find()
|
H A D | swcrsr.cxx | 796 sal_Bool bInReadOnly, sal_Bool& bCancel ) in lcl_FindSelection() argument 836 &aRegion, bInReadOnly )) && in lcl_FindSelection() 1000 sal_Bool bInReadOnly = IsReadOnlyAvailable(); in FindAll() local 1012 bInReadOnly, bCancel ) )) in FindAll() 1045 aRegion, eFndRngs, bInReadOnly, bCancel ); in FindAll() 1099 aRegion, eFndRngs, bInReadOnly, bCancel ); in FindAll() 1134 &aRegion, bInReadOnly ) ? 1 : 0) in FindAll() 1857 sal_Bool bInReadOnly = IsReadOnlyAvailable(); in UpDown() local 1878 (bUp ? pFrm->UnitUp( this, nUpDownX, bInReadOnly ) in UpDown() 1879 : pFrm->UnitDown( this, nUpDownX, bInReadOnly ) ) && in UpDown() [all …]
|
H A D | pam.cxx | 852 sal_Bool bInReadOnly ) in GetNode() argument 868 ( !bInReadOnly && pFrm->IsProtected() ) || in GetNode() 871 ( !bInReadOnly && pNd->FindSectionNode() && in GetNode() 894 ? rNodes.GoNextSection( &aPos.nNode, sal_True, !bInReadOnly ) in GetNode() 895 : rNodes.GoPrevSection( &aPos.nNode, sal_True, !bInReadOnly ); in GetNode() 905 ( !bInReadOnly && pFrm->IsProtected() ) || in GetNode()
|
H A D | findfmt.cxx | 33 const SwPaM *pRegion, sal_Bool bInReadOnly ) in Find() argument 57 0 != ( pNode = ::GetNode( *pPam, bFirst, fnMove, bInReadOnly ))) in Find()
|
H A D | crstrvl.cxx | 624 const bool bInReadOnly, in lcl_MakeFldLst() argument 642 && ( bInReadOnly || !pCFrm->IsProtected() ) ) in lcl_MakeFldLst()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 566 sal_Bool bInReadOnly, in lcl_MissProtectedFrames() argument 578 ( ( bInReadOnly || !pCell->GetFmt()->GetProtect().IsCntntProtected() ) && in lcl_MissProtectedFrames() 587 else if ( !bInReadOnly ) in lcl_MissProtectedFrames() 595 GetNxtPrvCnt fnNxtPrv, sal_Bool bInReadOnly ) in lcl_UpDown() argument 641 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown() 722 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown() 734 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown() 745 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown() 865 sal_Bool SwCntntFrm::UnitUp( SwPaM* pPam, const SwTwips, sal_Bool bInReadOnly ) const in UnitUp() 867 return ::lcl_UpDown( pPam, this, lcl_GetPrvCnt, bInReadOnly ); in UnitUp() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | pam.hxx | 158 const SwPaM *pPam =0, sal_Bool bInReadOnly = sal_False); 161 const SwPaM *pPam =0, sal_Bool bInReadOnly = sal_False); 164 const SwPaM *pPam =0, sal_Bool bInReadOnly = sal_False ); 167 const SwPaM *pPam, sal_Bool bInReadOnly, sal_Bool bMoveFirst );
|
H A D | cshtyp.hxx | 60 typedef sal_Bool (*SwWhichTable)( SwPaM&, SwPosTable, sal_Bool bInReadOnly ); 72 typedef sal_Bool (*SwWhichRegion)( SwPaM&, SwPosRegion, sal_Bool bInReadOnly );
|
H A D | doc.hxx | 1444 SwTOXSearch eDir, sal_Bool bInReadOnly );
|
/aoo42x/main/sw/source/core/inc/ |
H A D | pamtyp.hxx | 94 SwCntntNode* GetNode( SwPaM&, sal_Bool&, SwMoveFn, sal_Bool bInReadOnly = sal_False );
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 241 SwTOXSearch eDir, sal_Bool bInReadOnly ) in GotoTOXMark() argument 272 ( bInReadOnly || !pCFrm->IsProtected() )) in GotoTOXMark()
|