/aoo42x/main/sw/source/core/crsr/ |
H A D | pam.cxx | 340 sal_Bool GoPrevious( SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoPrevious() function 343 return ((SwCntntNode*)pNd)->GoPrevious( pIdx, nMode ); in GoPrevious() 367 SwCntntNode* pNd = aIdx.GetNodes().GoPrevious( &aIdx ); in GoPreviousNds()
|
H A D | trvltbl.cxx | 449 pCNd = rNds.GoPrevious( &aTmp ); in lcl_FindPrevCell() 470 pCNd = rNds.GoPrevious( &aTmp ); in lcl_FindPrevCell()
|
H A D | swcrsr.cxx | 943 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelFwrd() 964 pCNd = rNds.GoPrevious( &rPam.GetPoint()->nNode ); in lcl_MakeSelBkwrd() 1160 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos() 1171 pCNd = rNds.GoPrevious( &rPos.nNode ); in FillFindPos()
|
H A D | paminit.cxx | 43 /* fnNd */ &GoPrevious,
|
H A D | crsrsh.cxx | 638 SwCntntNode* pCNd = rNodes.GoPrevious( &pPos->nNode ); in ExtendedSelectAll() 2480 pCNd = GetDoc()->GetNodes().GoPrevious( &aIdx ); in IsEndOfDoc() 3332 SwNode * pNode = aNodes.GoPrevious(&aIdx); in ClearUpCrsrs()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | pamtyp.hxx | 54 sal_Bool GoPrevious(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 437 pNd = GetNodes().GoPrevious( &aIdx ); in IsInVisibleArea() 543 pNode = GetNodes().GoPrevious( &aIdx ); in FindPageDesc() 1270 sal_Bool SwCntntNode::GoPrevious(SwIndex * pIdx, sal_uInt16 nMode ) const in GoPrevious() function in SwCntntNode
|
H A D | nodes.cxx | 1543 SwCntntNode* SwNodes::GoPrevious(SwNodeIndex *pIdx) const in GoPrevious() function in SwNodes 1959 const bool bSuccess = GoPrevious( &pStt->nNode ); in MoveRange()
|
H A D | ndcopy.cxx | 772 pDoc->GetNodes().GoPrevious( &aPam.GetMark()->nNode ); in CopyRange()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 137 pNode = rStt.GetNodes().GoPrevious(&aStt); in lcl_FindExpelPosition() 1382 if( 0 == ( pCNd = pDoc->GetNodes().GoPrevious( &pRStt->nNode )) ) in _DelBookmarks() 1401 if( !pCNd && 0 == ( pCNd = pDoc->GetNodes().GoPrevious( &pREnd->nNode )) ) in _DelBookmarks()
|
H A D | doctxm.cxx | 780 pCNd = pSectNd->GetDoc()->GetNodes().GoPrevious( &rPos.nNode ); in SetPosAtStartEnd() 863 pSectNd->GetNodes().GoPrevious( &aIdx )->FindPageDesc( sal_False ); in Update()
|
H A D | tblcpy.cxx | 582 SwCntntNode* pCNd = pDoc->GetNodes().GoPrevious( &aMvPos.nNode ); in lcl_CpyBox()
|
H A D | docnum.cxx | 2156 SwCntntNode* pCNd = GetNodes().GoPrevious( &aInsPos.nNode ); in MoveParagraph()
|
H A D | doc.cxx | 2328 pCNd = GetNodes().GoPrevious( in RemoveInvisibleContent()
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 195 SwCntntNode* GoPrevious(SwNodeIndex *) const;
|
H A D | node.hxx | 424 sal_Bool GoPrevious(SwIndex *, sal_uInt16 nMode ) const;
|
/aoo42x/main/sw/source/filter/writer/ |
H A D | writer.cxx | 238 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 522 if( pTNd->GoPrevious( &aIdx, CRSR_SKIP_CHARS ) ) in GetScriptType()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 80 : pDoc->GetNodes().GoPrevious(&rIdx))) in GetCntntNode() 82 pCNd = bNext ? pDoc->GetNodes().GoPrevious(&rIdx) in GetCntntNode()
|
/aoo42x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 200 if( !pCNd && 0 == ( pCNd = pDoc->GetNodes().GoPrevious( &aEndPos ) )) in Read()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 1380 SwCntntNode* pNd = pDoc->GetNodes().GoPrevious(&nNewNdIdx); in StripTrailingPara()
|
H A D | swhtml.cxx | 2682 pCNd = pDoc->GetNodes().GoPrevious( &(pAttr->nEndPara) ); in _SetAttr() 3194 SwCntntNode* pCNd = pDoc->GetNodes().GoPrevious(&nEndIdx); in SplitAttrTab()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 840 pDoc->GetNodes().GoPrevious( &aIdx ); in ReadFly()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1019 pCNd = GetDoc()->GetNodes().GoPrevious( &aIdx ); in HasBoxSelection()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 681 0 == ( pCNd = rDoc.GetNodes().GoPrevious( &aSaveIdx )) ) in RedoImpl()
|