/aoo41x/main/sw/source/core/crsr/ |
H A D | callnk.cxx | 49 : rShell( rSh ), nNode( nAktNode ), nCntnt( nAktCntnt ), in SwCallLink() 63 nCntnt = pCrsr->GetPoint()->nContent.GetIndex(); in SwCallLink() 68 nLeftFrmPos = SwCallLink::getLayoutFrm( rShell.GetLayout(), (SwTxtNode&)rNd, nCntnt, in SwCallLink() 119 nCntnt != nAktCntnt ) in ~SwCallLink() 125 (( nCmp = nCntnt ) + 1 == nAktCntnt || // Right in ~SwCallLink() 126 nCntnt -1 == ( nCmp = nAktCntnt )) ) // Left in ~SwCallLink() 147 ( nStart == nCntnt || nStart == nAktCntnt) ) in ~SwCallLink()
|
H A D | pam.cxx | 483 SwPaM::SwPaM( const SwNode& rNode, xub_StrLen nCntnt, SwPaM* pRing ) in SwPaM() argument 492 nCntnt ); in SwPaM() 495 SwPaM::SwPaM( const SwNodeIndex& rNodeIdx, xub_StrLen nCntnt, SwPaM* pRing ) in SwPaM() argument 503 m_pPoint->nContent.Assign( rNodeIdx.GetNode().GetCntntNode(), nCntnt ); in SwPaM()
|
H A D | callnk.hxx | 37 xub_StrLen nCntnt; member in SwCallLink
|
H A D | swcrsr.cxx | 222 GetPoint()->nContent.Assign( GetCntntNode(), GetSavePos()->nCntnt ); in IsSelOvrCheck() 262 xub_StrLen nCntntPos = pSavePos->nCntnt; in IsSelOvr() 451 ? pSavePos->nCntnt in IsSelOvr() 2128 GetPoint()->nContent.Assign( GetCntntNode(), pSavePos->nCntnt ); in RestoreSavePos()
|
H A D | unocrsr.cxx | 194 GetPoint()->nContent.Assign( GetCntntNode(), GetSavePos()->nCntnt ); in IsSelOvr()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unins.cxx | 76 SwPaM aPaM( *pCNd, nCntnt ); in GetTxtFromDoc() 112 nNode( rNd.GetIndex() ), nCntnt(nCnt), nLen(nL), in SwUndoInsert() 139 nCntnt++; in CanGrouping() 153 nCntnt == rPos.nContent.GetIndex() ) in CanGrouping() 176 nCntnt == pIdx->GetIndex() ) in CanGrouping() 241 xub_StrLen nCnt = nCntnt; in UndoImpl() 246 SwPaM aPaM( *pCNd, nCntnt ); in UndoImpl() 277 nCntnt = aPaM.GetPoint()->nContent.GetIndex(); in UndoImpl() 348 nCntnt = pPam->GetMark()->nContent.GetIndex(); in RedoImpl() 381 SwPaM aPaM( *pCNd, nCntnt ); in RepeatImpl() [all …]
|
H A D | unattr.cxx | 450 xub_StrLen nCntnt = 0; in SaveFlyAnchor() local 455 nCntnt = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in SaveFlyAnchor() 464 SwFmtAnchor aAnchor( rAnchor.GetAnchorId(), nCntnt ); in SaveFlyAnchor() 957 xub_StrLen nCntnt = 0; in RemoveIdx() local 969 nCntnt = pHistoryHint->GetCntnt(); in RemoveIdx() 978 nCntnt = pHistoryHint->GetCntnt(); in RemoveIdx() 979 if ( STRING_MAXLEN != nCntnt ) in RemoveIdx() 1004 pTxtNd->GetTxtAttrForCharAt(nCntnt, RES_TXTATR_FTN); in RemoveIdx()
|
H A D | unspnd.cxx | 52 nCntnt( rPos.nContent.GetIndex() ), in SwUndoSplitNode() 153 rPam.GetPoint()->nContent.Assign( rPam.GetCntntNode(), nCntnt ); in UndoImpl() 164 rPam.GetPoint()->nContent.Assign( pTNd, nCntnt ); in RedoImpl()
|
H A D | undobj1.cxx | 509 sal_uLong nNode, xub_StrLen nCntnt ) in GetAnchor() argument 529 if ( nCntnt > static_cast<SwTxtNode*>(pNd)->GetTxt().Len() ) in GetAnchor() 535 aPos.nContent.Assign(static_cast<SwTxtNode*>(pNd), nCntnt); in GetAnchor() 552 rAnchor.SetPageNum( nCntnt ); in GetAnchor()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 1155 if( nCntIdx < nCntnt ) in lcl_RelativePosition() 1157 else if( nCntIdx == nCntnt ) in lcl_RelativePosition() 1185 ( bBound1IsStart ? pPos->nContent.GetIndex() < nCntnt in lcl_ChkPaM() 1195 ? pPos->nContent.GetIndex() <= nCntnt in lcl_ChkPaM() 1196 : pPos->nContent.GetIndex() < nCntnt )) in lcl_ChkPaM() 1420 xub_StrLen nCntnt, in _SaveCntntIdx() argument 1437 if(pBkmk->GetMarkPos().nContent.GetIndex() < nCntnt) in _SaveCntntIdx() 1525 if( nCntnt <= aSave.GetContent() ) in _SaveCntntIdx() 1567 if( nCntnt <= aSave.GetContent() ) in _SaveCntntIdx() 1591 lcl_ChkPaM( rSaveArr, nNode, nCntnt, *_pStkCrsr, in _SaveCntntIdx() [all …]
|
H A D | docfld.cxx | 771 nCntnt = 0; in _SetGetExpFld() 781 nCntnt = pIdx->GetIndex(); in _SetGetExpFld() 783 nCntnt = *rINet.GetStart(); in _SetGetExpFld() 803 nCntnt = 0; in _SetGetExpFld() 820 nCntnt = 0; in _SetGetExpFld() 839 nCntnt = pIdx->GetIndex(); in _SetGetExpFld() 841 nCntnt = *rTOX.GetStart(); in _SetGetExpFld() 866 nCntnt = 0; in _SetGetExpFld() 914 && nCntnt == rFld.nCntnt in operator ==() 922 if( nNode < rFld.nNode || ( nNode == rFld.nNode && nCntnt < rFld.nCntnt )) in operator <() [all …]
|
H A D | doctxm.cxx | 217 xub_StrLen nCntnt; member in CompareNodeCntnt 220 : nNode( nNd ), nCntnt( nCnt ) {} in CompareNodeCntnt() 223 { return nNode == rCmp.nNode && nCntnt == rCmp.nCntnt; } in operator ==() 225 { return nNode != rCmp.nNode || nCntnt != rCmp.nCntnt; } in operator !=() 228 ( nNode == rCmp.nNode && nCntnt < rCmp.nCntnt); } in operator <() 231 ( nNode == rCmp.nNode && nCntnt <= rCmp.nCntnt); } in operator <=() 234 ( nNode == rCmp.nNode && nCntnt > rCmp.nCntnt); } in operator >() 237 ( nNode == rCmp.nNode && nCntnt >= rCmp.nCntnt); } in operator >=()
|
H A D | swserv.cxx | 325 nCntnt = rPam.GetPoint()->nContent.GetIndex(); in SwDataChanged() 333 nCntnt = rPos.nContent.GetIndex(); in SwDataChanged()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | mvsave.hxx | 89 void _SaveCntntIdx( SwDoc* pDoc, sal_uLong nNode, xub_StrLen nCntnt, 129 xub_StrLen nCntnt; member in SwDataChanged 138 xub_StrLen GetCntnt() const { return nCntnt; } in GetCntnt() 202 _SaveRedlEndPosForRestore( const SwNodeIndex& rInsIdx, xub_StrLen nCntnt );
|
H A D | acorrect.hxx | 101 xub_StrLen nCntnt; member in SwAutoCorrExceptWord 109 : sWord(rWord), nFlags(nAFlags), nNode(nNd), nCntnt(nContent), in SwAutoCorrExceptWord()
|
H A D | UndoInsert.hxx | 47 xub_StrLen nCntnt, nLen; member in SwUndoInsert 63 SwUndoInsert( const SwNodeIndex& rNode, xub_StrLen nCntnt, xub_StrLen nLen,
|
H A D | docfld.hxx | 47 xub_StrLen nCntnt; member in _SetGetExpFld 100 xub_StrLen GetCntnt() const { return nCntnt; } in GetCntnt()
|
H A D | UndoSplitMove.hxx | 35 xub_StrLen nCntnt; member in SwUndoSplitNode
|
H A D | UndoCore.hxx | 179 void GetAnchor( SwFmtAnchor& rAnhor, sal_uLong nNode, xub_StrLen nCntnt );
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | writer.cxx | 550 xub_StrLen nCntnt; in GetBookmarks() local 556 (nCntnt = rBkmk.GetMarkPos().nContent.GetIndex() ) >= nStt && in GetBookmarks() 557 nCntnt < nEnd ) in GetBookmarks() 562 rBkmk.GetOtherMarkPos().nNode.GetIndex() && (nCntnt = in GetBookmarks() 564 nCntnt < nEnd ) in GetBookmarks()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 271 xub_StrLen nCntnt = pSttPos->nContent.GetIndex(); in InsertSwSection() local 280 pSttPos->nContent.Assign( pTNd, nCntnt ); in InsertSwSection() 288 if( pTNd ) nCntnt = pTNd->GetTxt().Len(); else nCntnt = 0; in InsertSwSection() 289 pEndPos->nContent.Assign( pTNd, nCntnt ); in InsertSwSection()
|
/aoo41x/main/sw/inc/ |
H A D | pam.hxx | 140 SwPaM( const SwNode& rNd, xub_StrLen nCntnt = 0, SwPaM* pRing = 0 ); 141 SwPaM( const SwNodeIndex& rNd, xub_StrLen nCntnt = 0, SwPaM* pRing = 0 );
|
H A D | swcrsr.hxx | 236 xub_StrLen nCntnt; member 241 nCntnt( rCrsr.GetPoint()->nContent.GetIndex() ), in _SwCursor_SavePos()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 456 rPos.nContent.GetIndex() == nCntnt ) in CheckChar() 474 rPos.nContent.GetIndex() == nCntnt ) in CheckDelChar()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 940 xub_StrLen nCntnt = pUnoCrsr->GetPoint()->nContent.GetIndex(); in InsertFile() local 952 nCntnt = 0; in InsertFile() 953 pUnoCrsr->GetMark()->nContent.Assign( pCntNode, nCntnt ); in InsertFile()
|