Home
last modified time | relevance | path

Searched refs:nRedlPos (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2018 sal_uInt16 nRedlPos = GetRedlinePos( pStt->nNode.GetNode(), nsRedlineType_t::REDLINE_DELETE ); in MoveParagraph() local
2019 if( USHRT_MAX != nRedlPos ) in MoveParagraph()
2028 for( ; nRedlPos < GetRedlineTbl().Count(); ++nRedlPos ) in MoveParagraph()
2030 const SwRedline* pTmp = GetRedlineTbl()[ nRedlPos ]; in MoveParagraph()
2038 nRedlPos = GetRedlineTbl().Count(); in MoveParagraph()
2076 sal_uInt16 nRedlPos = GetRedlinePos( pStt->nNode.GetNode(), nsRedlineType_t::REDLINE_INSERT ); in MoveParagraph() local
2077 if( USHRT_MAX != nRedlPos ) in MoveParagraph()
2079 SwRedline* pTmp = GetRedlineTbl()[ nRedlPos ]; in MoveParagraph()
2093 if( nRedlPos + 1 < GetRedlineTbl().Count() ) in MoveParagraph()
2095 pTmp = GetRedlineTbl()[ nRedlPos+1 ]; in MoveParagraph()
H A Ddocedt.cxx575 sal_uInt16 nRedlPos; in lcl_SaveRedlines() local
578 if( pDoc->GetRedline( aSrchPos, &nRedlPos ) && nRedlPos ) in lcl_SaveRedlines()
579 --nRedlPos; in lcl_SaveRedlines()
580 else if( nRedlPos >= pDoc->GetRedlineTbl().Count() ) in lcl_SaveRedlines()
588 SwRedline* pTmp = rRedlTbl[ nRedlPos ]; in lcl_SaveRedlines()
625 rRedlTbl.Remove( nRedlPos-- ); in lcl_SaveRedlines()
657 } while( ++nRedlPos < pDoc->GetRedlineTbl().Count() ); in lcl_SaveRedlines()
1183 sal_uInt16 nRedlPos = GetRedlinePos( rPos.GetNode(), USHRT_MAX ); in MoveNodeRange() local
1184 if( USHRT_MAX != nRedlPos ) in MoveNodeRange()
1188 SwRedline* pTmp = GetRedlineTbl()[ nRedlPos ]; in MoveNodeRange()
[all …]
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx145 MSHORT nRedlPos = pIDRA->GetRedlinePos( rTxtNode, USHRT_MAX ); in CtorInitAttrIter() local
146 if( pExtInp || MSHRT_MAX != nRedlPos ) in CtorInitAttrIter()
157 pRedln = new SwRedlineItr( rTxtNode, *pFnt, aAttrHandler, nRedlPos, in CtorInitAttrIter()
H A Dporrst.cxx259 MSHORT nRedlPos = pIDRA->GetRedlinePos( rTxtNode, USHRT_MAX ); in EmptyHeight() local
260 if( MSHRT_MAX != nRedlPos ) in EmptyHeight()
266 nRedlPos, sal_True ); in EmptyHeight()
H A Dfrmpaint.cxx505 MSHORT nRedlPos = pIDRA->GetRedlinePos( rTxtNode, USHRT_MAX ); in PaintEmpty() local
506 if( MSHRT_MAX != nRedlPos ) in PaintEmpty()
511 SwRedlineItr aRedln( rTxtNode, *pFnt, aAttrHandler, nRedlPos, sal_True ); in PaintEmpty()
H A Dredlnitr.hxx94 xub_StrLen nRedlPos, sal_Bool bShw, const SvUShorts *pArr = 0,
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3360 sal_uInt16 nRedlPos = pDoc->GetRedlinePos( *this, nsRedlineType_t::REDLINE_DELETE ); in GetRedlineTxt() local
3361 if( USHRT_MAX != nRedlPos ) in GetRedlineTxt()
3365 for( ; nRedlPos < pDoc->GetRedlineTbl().Count() ; ++nRedlPos ) in GetRedlineTxt()
3367 const SwRedline* pTmp = pDoc->GetRedlineTbl()[ nRedlPos ]; in GetRedlineTxt()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4646 sal_uInt16 nRedlPos = pDoc->GetRedlinePos( rNd, USHRT_MAX ); in lcl_DelRedlines() local
4650 for ( ; nRedlPos < rTbl.Count(); ++nRedlPos ) in lcl_DelRedlines()
4652 const SwRedline* pRedline = rTbl[ nRedlPos ]; in lcl_DelRedlines()

Completed in 118 milliseconds