Searched refs:GoPrevSection (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvlreg.cxx | 77 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoPrevRegion() 133 SwCntntNode* pCNd = pNd->GetNodes().GoPrevSection( &aIdx, in GotoNextRegion() 165 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegion() 200 pCNd = pNd->GetNodes().GoPrevSection( &aIdx, sal_True, !bInReadOnly ); in GotoCurrRegionAndSkip()
|
H A D | swcrsr.cxx | 266 : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr() 271 … : rNds.GoPrevSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections); in IsSelOvr() 514 ? rNds.GoPrevSection( &GetPoint()->nNode,sal_True,sal_False ) in IsSelOvr() 2222 pNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False ); in MakeBoxSels() 2288 pNd = rNds.GoPrevSection( &pPos->nNode, sal_True, sal_False ); in MakeBoxSels()
|
H A D | paminit.cxx | 67 SwWhichSection fnSectionPrev = &GoPrevSection;
|
H A D | unocrsr.cxx | 173 ( !pDoc->GetNodes().GoPrevSection( &rPtIdx ) || in IsSelOvr()
|
H A D | pam.cxx | 895 : rNodes.GoPrevSection( &aPos.nNode, sal_True, !bInReadOnly ); in GetNode() 1151 sal_Bool GoPrevSection( SwPaM & rPam, SwMoveFn fnMove ) in GoPrevSection() function
|
H A D | crstrvl.cxx | 2082 0 != ( pCNd = GetDoc()->GetNodes().GoPrevSection( pIdx, in _GotoRedline()
|
H A D | crsrsh.cxx | 2972 funcGoSection = &SwNodes::GoPrevSection; in FindValidCntntNode()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 90 ? !_rNds.GoPrevSection( &aChkIdx, sal_False, sal_False ) in lcl_IsInSameTblBox() 140 if( !rNds.GoPrevSection( &aIdx, sal_True, sal_False ) || in lcl_CheckEmptyLayFrm() 1102 if( 0 == ( pCNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False )) ) in MakeFrms() 1245 if( !rNds.GoPrevSection( &aIdx, sal_True, sal_False ) || in DelFrms()
|
H A D | nodes.cxx | 410 pFrmNd = rNds.GoPrevSection( &aFrmNdIdx, sal_True, sal_False ); in ChgNode() 2293 SwCntntNode* SwNodes::GoPrevSection( SwNodeIndex * pIdx, in GoPrevSection() function in SwNodes 2391 else if( 0 != ( pFrmNd = GoPrevSection( &aIdx, sal_True, sal_False )) && in FindPrvNxtFrmNode()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | pamtyp.hxx | 63 sal_Bool GoPrevSection( SwPaM&, SwPosSection);
|
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 206 SwCntntNode* GoPrevSection( SwNodeIndex *, int bSkipHidden = sal_True,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docredln.cxx | 2322 SwCntntNode* pCNd = GetNodes().GoPrevSection( &aTmp ); in SelNextRedline() 2391 0 != ( pCNd = GetNodes().GoPrevSection( pIdx )) ) in SelNextRedline() 2498 0 != ( pCNd = GetNodes().GoPrevSection( pIdx )) ) in SelPrevRedline()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 177 if( !GoPrevSection( &aTmp, sal_True, sal_False ) ||
|
Completed in 89 milliseconds