Home
last modified time | relevance | path

Searched refs:nCntnt (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/sw/source/core/undo/
H A Dunins.cxx76 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 Dunattr.cxx444 xub_StrLen nCntnt = 0; in SaveFlyAnchor() local
449 nCntnt = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in SaveFlyAnchor()
458 SwFmtAnchor aAnchor( rAnchor.GetAnchorId(), nCntnt ); in SaveFlyAnchor()
951 xub_StrLen nCntnt = 0; in RemoveIdx() local
963 nCntnt = pHistoryHint->GetCntnt(); in RemoveIdx()
972 nCntnt = pHistoryHint->GetCntnt(); in RemoveIdx()
973 if ( STRING_MAXLEN != nCntnt ) in RemoveIdx()
998 pTxtNd->GetTxtAttrForCharAt(nCntnt, RES_TXTATR_FTN); in RemoveIdx()
H A Dunspnd.cxx52 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 Dundobj1.cxx509 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()
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx49 : 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 Dpam.cxx483 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 Dswcrsr.cxx222 GetPoint()->nContent.Assign( GetCntntNode(), GetSavePos()->nCntnt ); in IsSelOvrCheck()
262 xub_StrLen nCntntPos = pSavePos->nCntnt; in IsSelOvr()
384 && nTmpPos == pSavePos->nCntnt ) in IsSelOvr()
463 ? pSavePos->nCntnt in IsSelOvr()
2140 GetPoint()->nContent.Assign( GetCntntNode(), pSavePos->nCntnt ); in RestoreSavePos()
H A Dcallnk.hxx37 xub_StrLen nCntnt; member in SwCallLink
H A Dunocrsr.cxx194 GetPoint()->nContent.Assign( GetCntntNode(), GetSavePos()->nCntnt ); in IsSelOvr()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx771 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 Ddocbm.cxx1155 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 Ddoctxm.cxx217 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 Dswserv.cxx325 nCntnt = rPam.GetPoint()->nContent.GetIndex(); in SwDataChanged()
333 nCntnt = rPos.nContent.GetIndex(); in SwDataChanged()
/trunk/main/sw/source/core/inc/
H A Dmvsave.hxx89 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 Dacorrect.hxx101 xub_StrLen nCntnt; member in SwAutoCorrExceptWord
109 : sWord(rWord), nFlags(nAFlags), nNode(nNd), nCntnt(nContent), in SwAutoCorrExceptWord()
H A DUndoInsert.hxx47 xub_StrLen nCntnt, nLen; member in SwUndoInsert
63 SwUndoInsert( const SwNodeIndex& rNode, xub_StrLen nCntnt, xub_StrLen nLen,
H A Ddocfld.hxx47 xub_StrLen nCntnt; member in _SetGetExpFld
100 xub_StrLen GetCntnt() const { return nCntnt; } in GetCntnt()
H A DUndoSplitMove.hxx35 xub_StrLen nCntnt; member in SwUndoSplitNode
H A DUndoCore.hxx179 void GetAnchor( SwFmtAnchor& rAnhor, sal_uLong nNode, xub_StrLen nCntnt );
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx550 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()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx271 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()
/trunk/main/sw/inc/
H A Dpam.hxx140 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 Dswcrsr.hxx236 xub_StrLen nCntnt; member
241 nCntnt( rCrsr.GetPoint()->nContent.GetIndex() ), in _SwCursor_SavePos()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx927 xub_StrLen nCntnt = pUnoCrsr->GetPoint()->nContent.GetIndex(); in InsertFile() local
939 nCntnt = 0; in InsertFile()
940 pUnoCrsr->GetMark()->nContent.Assign( pCntNode, nCntnt ); in InsertFile()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx456 rPos.nContent.GetIndex() == nCntnt ) in CheckChar()
474 rPos.nContent.GetIndex() == nCntnt ) in CheckDelChar()

Completed in 158 milliseconds

12