/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 122 const SwNodeIndex& rStt, in lcl_FindExpelPosition() argument 136 SwNodeIndex aStt = SwNodeIndex(rStt); in lcl_FindExpelPosition() 137 pNode = rStt.GetNodes().GoPrevious(&aStt); in lcl_FindExpelPosition() 650 const SwNodeIndex& rStt, in deleteMarks() argument 706 bDeleteMark = rStt != rEnd; in deleteMarks() 713 || !( pMark->GetMarkPos().nNode == rStt in deleteMarks() 1339 const SwNodeIndex& rStt, in _DelBookmarks() argument 1346 if(rStt.GetIndex() > rEnd.GetIndex() in _DelBookmarks() 1349 SwDoc* const pDoc = rStt.GetNode().GetDoc(); in _DelBookmarks() 1381 pRStt->nNode = rStt; in _DelBookmarks() [all …]
|
H A D | gctable.cxx | 102 const SvxBorderLine& rBrdLn, sal_uInt16& rStt, sal_Bool bTop ) in lcl_FindEndPosOfBorder() argument 105 for( sal_uInt16 nEnd = rCollTLB.Count(); rStt < nEnd; ++rStt ) in lcl_FindEndPosOfBorder() 109 const SwTableBox& rBox = rCollTLB.GetBox( rStt, &nPos ); in lcl_FindEndPosOfBorder() 130 sal_uInt16& rStt, sal_Bool bTop, in lcl_GCBorder_DelBorder() argument 136 SwTableBox* pBox = (SwTableBox*)&rCollTLB.GetBox( rStt ); in lcl_GCBorder_DelBorder() 155 if( ++rStt >= rCollTLB.Count() ) in lcl_GCBorder_DelBorder() 158 pBox = (SwTableBox*)&rCollTLB.GetBox( rStt, &nNextPos ); in lcl_GCBorder_DelBorder()
|
H A D | ftnidx.cxx | 79 void SwFtnIdxs::UpdateFtn( const SwNodeIndex& rStt ) in UpdateFtn() argument 85 SwDoc* pDoc = rStt.GetNode().GetDoc(); in UpdateFtn() 107 if( rOutlNds[ n ]->GetIndex() > rStt.GetIndex() ) in UpdateFtn() 126 const SwNode* pCmpNd = &rStt.GetNode(); in UpdateFtn() 159 sal_uLong nUpdNdIdx = rStt.GetIndex(); in UpdateFtn()
|
H A D | acmplwrd.cxx | 397 sal_Bool SwAutoCompleteWord::GetRange( const String& rWord, sal_uInt16& rStt, in GetRange() argument 401 aWordLst.Seek_Entry( pStr, &rStt ); in GetRange() 402 rEnd = rStt; in GetRange() 408 return rStt < rEnd; in GetRange()
|
H A D | doccomp.cxx | 1419 sal_uLong& rStt, sal_uLong& rEnd, in CheckForChangesInLine() argument 1422 while( rStt < rEnd && rThisStt < rThisEnd ) in CheckForChangesInLine() 1425 SwCompareLine* pSrcLn = (SwCompareLine*)rData.GetLine( rStt ); in CheckForChangesInLine() 1429 ++rStt; in CheckForChangesInLine()
|
H A D | docnum.cxx | 434 const SwPosition& rStt = *rPam.Start(), in MoveOutlinePara() local 435 & rEnd = &rStt == rPam.GetPoint() ? *rPam.GetMark() in MoveOutlinePara() 438 (rStt.nNode.GetIndex() < GetNodes().GetEndOfExtras().GetIndex()) || in MoveOutlinePara() 445 SwNodeIndex aSttRg( rStt.nNode ), aEndRg( rEnd.nNode ); in MoveOutlinePara()
|
H A D | docedt.cxx | 2546 const SwPosition &rStt = *rPam.Start(), &rEnd = *rPam.End(); in DelFullPara() local 2547 const SwNode* pNd = &rStt.nNode.GetNode(); in DelFullPara() 2550 sal_uInt32 nNodeDiff = rEnd.nNode.GetIndex() - rStt.nNode.GetIndex(); in DelFullPara() 2599 else if( rPam.GetPoint() == &rStt ) in DelFullPara() 2630 SwNodeRange aRg( rStt.nNode, rEnd.nNode ); in DelFullPara()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 170 void SwUndoMove::SetDestRange( const SwNodeIndex& rStt, in SetDestRange() argument 174 nDestSttNode = rStt.GetIndex(); in SetDestRange() 179 nDestEndNode = rStt.GetIndex(); in SetDestRange()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 144 const SwPosition &rStt = *rPam.Start(), &rEnd = *rPam.End(); in lcl_CopyBookmarks() local 161 ? (rMarkStart != rStt || rMarkEnd != rEnd) // rMarkStart != rMarkEnd in lcl_CopyBookmarks() 162 : (rMarkStart != rStt && rMarkEnd != rEnd); // rMarkStart == rMarkEnd in lcl_CopyBookmarks() 163 if ( rMarkStart >= rStt && rMarkEnd <= rEnd in lcl_CopyBookmarks() 171 SwNodeIndex aCorrIdx(rStt.nNode); in lcl_CopyBookmarks() 180 lcl_SetCpyPos( pMark->GetMarkPos(), rStt, *pCpyStt, *aTmpPam.GetPoint(), nDelCount); in lcl_CopyBookmarks() 185 … lcl_SetCpyPos(pMark->GetOtherMarkPos(), rStt, *pCpyStt, *aTmpPam.GetMark(), nDelCount); in lcl_CopyBookmarks()
|
H A D | ndsect.cxx | 137 const SwNode& rStt, const SwNode& rEnd ) in lcl_CheckEmptyLayFrm() argument 139 SwNodeIndex aIdx( rStt ); in lcl_CheckEmptyLayFrm() 141 !CheckNodesRange( rStt, aIdx, sal_True ) || in lcl_CheckEmptyLayFrm() 143 !lcl_IsInSameTblBox( rNds, rStt, true )) in lcl_CheckEmptyLayFrm()
|
H A D | nodes.cxx | 51 extern sal_Bool CheckNodesRange( const SwNodeIndex& rStt, 1591 sal_Bool SwNodes::CheckNodesRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd ) const in CheckNodesRange() argument 1593 sal_uLong nStt = rStt.GetIndex(), nEnd = rEnd.GetIndex(); in CheckNodesRange()
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1769 xub_StrLen& rStt, xub_StrLen nEndPos, SvxAutoCorrDoc& ) in lcl_SearchWordsInList() argument 1780 if( ( !nCalcStt || nCalcStt == rStt || in lcl_SearchWordsInList() 1781 ( nCalcStt < rStt && in lcl_SearchWordsInList() 1787 rStt = nCalcStt; in lcl_SearchWordsInList() 1799 const String& rTxt, xub_StrLen& rStt, xub_StrLen nEndPos, in SearchWordsInList() argument 1815 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc ); in SearchWordsInList() 1837 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList() 1849 pRet = lcl_SearchWordsInList( pList, rTxt, rStt, nEndPos, rDoc); in SearchWordsInList()
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 527 void SwRelNumRuleSpaces::SetOultineRelSpaces( const SwNodeIndex& rStt, in SetOultineRelSpaces() argument 530 SwDoc* pDoc = rStt.GetNode().GetDoc(); in SetOultineRelSpaces() 535 rOutlNds.Seek_Entry( &rStt.GetNode(), &nPos ); in SetOultineRelSpaces()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | pam.cxx | 300 sal_Bool CheckNodesRange( const SwNodeIndex& rStt, in CheckNodesRange() argument 303 const SwNodes& rNds = rStt.GetNodes(); in CheckNodesRange() 304 sal_uLong nStt = rStt.GetIndex(), nEnd = rEnd.GetIndex(); in CheckNodesRange()
|
/aoo41x/main/sw/inc/ |
H A D | ftnidx.hxx | 48 void UpdateFtn( const SwNodeIndex& rStt ); // ab Pos. alle Updaten
|
H A D | acmplwrd.hxx | 52 sal_Bool GetRange( const String& rWord, sal_uInt16& rStt, sal_uInt16& rEnd ) const;
|
H A D | IDocumentMarkAccess.hxx | 172 const SwNodeIndex& rStt,
|
H A D | cellfml.hxx | 85 void GetBoxes( const SwTableBox& rStt, const SwTableBox& rEnd,
|
H A D | ndarr.hxx | 189 sal_Bool CheckNodesRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd ) const;
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltini.hxx | 89 void SetOultineRelSpaces( const SwNodeIndex& rStt,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoSplitMove.hxx | 79 void SetDestRange( const SwNodeIndex& rStt, const SwNodeIndex& rEnd,
|
H A D | MarkManager.hxx | 63 …virtual void deleteMarks(const SwNodeIndex& rStt, const SwNodeIndex& rEnd, ::std::vector< ::sw::ma…
|
H A D | mvsave.hxx | 84 void _DelBookmarks(const SwNodeIndex& rStt,
|
/aoo41x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 1139 const SwPosition& rStt = *pInput->Start(); in SetExtTextInputData() local 1140 xub_StrLen nNewCrsrPos = rStt.nContent.GetIndex() + rData.GetCursorPos(); in SetExtTextInputData()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 415 void SetOultineRelSpaces( const SwNodeIndex& rStt,
|