Home
last modified time | relevance | path

Searched refs:nNodePos (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/undo/
H A Drolbck.cxx212 SwHistorySetTxt::SwHistorySetTxt( SwTxtAttr* pTxtHt, sal_uLong nNodePos ) in SwHistorySetTxt() argument
214 , m_nNodeIndex( nNodePos ) in SwHistorySetTxt()
266 SwHistorySetTxtFld::SwHistorySetTxtFld( SwTxtFld* pTxtFld, sal_uLong nNodePos ) in SwHistorySetTxtFld() argument
284 m_nNodeIndex = nNodePos; in SwHistorySetTxtFld()
328 SwHistorySetRefMark::SwHistorySetRefMark( SwTxtRefMark* pTxtHt, sal_uLong nNodePos ) in SwHistorySetRefMark() argument
331 , m_nNodeIndex( nNodePos ) in SwHistorySetRefMark()
357 SwHistorySetTOXMark::SwHistorySetTOXMark( SwTxtTOXMark* pTxtHt, sal_uLong nNodePos ) in SwHistorySetTOXMark() argument
362 , m_nNodeIndex( nNodePos ) in SwHistorySetTOXMark()
416 xub_StrLen nAttrStart, xub_StrLen nAttrEnd, sal_uLong nNodePos ) in SwHistoryResetTxt() argument
418 , m_nNodeIndex( nNodePos ), m_nStart( nAttrStart ), m_nEnd( nAttrEnd ) in SwHistoryResetTxt()
[all …]
/AOO41X/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx294 sal_uInt16 nNodePos = FindPos(rNode.GetKey()); in Insert() local
296 rIndex.m_nCurNode = nNodePos; in Insert()
298 return Insert(nNodePos, rNode); in Insert()
378 sal_Bool ONDXPage::Delete(sal_uInt16 nNodePos) in Delete() argument
383 if (nNodePos == (nCount - 1)) in Delete()
385 ONDXNode aNode = (*this)[nNodePos]; in Delete()
390 (*this)[nNodePos-1].GetKey()); in Delete()
395 Remove(nNodePos); in Delete()