Searched refs:rNdIdx (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 229 SwNodeIndex& rNdIdx = pPam->GetPoint()->nNode; in Find() local 239 if( !(*fnMove->fnNds)( &rNdIdx, sal_False )) in Find() 244 SwCntntNode *pNd = rNdIdx.GetNode().GetCntntNode(); in Find() 279 if( rNdIdx == pPam->GetMark()->nNode ) in Find() 419 SwNodeIndex& rNdIdx = pPam->GetPoint()->nNode; in DoSearch() local 420 const SwNode* pSttNd = &rNdIdx.GetNode(); in DoSearch() 535 if( (bSrchForward || pSttNd != &rNdIdx.GetNode()) && in DoSearch()
|
H A D | crsrsh.cxx | 2844 SwNodeIndex& rNdIdx = pCurCrsr->GetPoint()->nNode; in FindValidCntntNode() local 2845 sal_uLong nNdIdx = rNdIdx.GetIndex(); // sichern in FindValidCntntNode() 2869 rNdIdx = nNdIdx; // alten Node zurueck in FindValidCntntNode() 2877 rNdIdx = pDoc->GetNodes().GetEndOfExtras(); in FindValidCntntNode() 2879 &rNdIdx ), 0 ); in FindValidCntntNode() 2880 nNdIdx = rNdIdx.GetIndex(); in FindValidCntntNode() 2895 SwPaM aPam( rNdIdx.GetNode(), 0 ); in FindValidCntntNode() 2903 SwPaM aTmpPaM( rNdIdx.GetNode(), 0 ); in FindValidCntntNode() 2981 rNdIdx = nNdIdx; in FindValidCntntNode() 2987 pCNd = rNdIdx.GetNode().GetCntntNode(); in FindValidCntntNode() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 67 …static bool lcl_GreaterThan( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pId… in lcl_GreaterThan() argument 70 ? ( rPos.nNode > rNdIdx in lcl_GreaterThan() 71 || ( rPos.nNode == rNdIdx in lcl_GreaterThan() 73 : rPos.nNode >= rNdIdx; in lcl_GreaterThan() 76 static bool lcl_Lower( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pIdx ) in lcl_Lower() argument 78 return rPos.nNode < rNdIdx in lcl_Lower() 80 && rPos.nNode == rNdIdx in lcl_Lower() 1168 …static inline int lcl_Greater( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* p… in lcl_Greater() argument 1170 …return rPos.nNode > rNdIdx || ( pIdx && rPos.nNode == rNdIdx && rPos.nContent > pIdx->GetIndex() ); in lcl_Greater()
|
H A D | docfld.cxx | 759 const SwNodeIndex& rNdIdx, in _SetGetExpFld() argument 765 nNode = rNdIdx.GetIndex(); in _SetGetExpFld() 774 _SetGetExpFld::_SetGetExpFld( const SwNodeIndex& rNdIdx, in _SetGetExpFld() argument 779 nNode = rNdIdx.GetIndex(); in _SetGetExpFld() 831 _SetGetExpFld::_SetGetExpFld( const SwNodeIndex& rNdIdx, in _SetGetExpFld() argument 837 nNode = rNdIdx.GetIndex(); in _SetGetExpFld()
|
H A D | doc.cxx | 1067 _PostItFld( const SwNodeIndex& rNdIdx, const SwTxtFld* pFld, const SwIndex* pIdx = 0 ) in _PostItFld() 1068 : _SetGetExpFld( rNdIdx, pFld, pIdx ) {} in _PostItFld()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | docfld.hxx | 64 _SetGetExpFld( const SwNodeIndex& rNdIdx, const SwTxtFld* pFld = 0, 67 _SetGetExpFld( const SwNodeIndex& rNdIdx, const SwTxtINetFmt& rINet, 76 _SetGetExpFld( const SwNodeIndex& rNdIdx, const SwTxtTOXMark& rTOX,
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 265 SwTableNode* InsertTable( const SwNodeIndex& rNdIdx, 316 SwSectionNode* InsertTextSection(SwNodeIndex const& rNdIdx,
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 804 SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx, in InsertTextSection() argument 811 SwNodeIndex aInsPos( rNdIdx ); in InsertTextSection() 815 ASSERT(!pEnde || rNdIdx <= *pEnde, in InsertTextSection() 879 SwTxtNode* pCpyTNd = rNdIdx.GetNode().GetTxtNode(); in InsertTextSection()
|
H A D | ndtbl.cxx | 594 SwTableNode* SwNodes::InsertTable( const SwNodeIndex& rNdIdx, in InsertTable() argument 609 SwTableNode * pTblNd = new SwTableNode( rNdIdx ); in InsertTable() 610 SwEndNode* pEndNd = new SwEndNode( rNdIdx, *pTblNd ); in InsertTable()
|
Completed in 203 milliseconds