Searched refs:nNodePos (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 212 SwHistorySetTxt::SwHistorySetTxt( SwTxtAttr* pTxtHt, sal_uLong nNodePos ) in SwHistorySetTxt() argument 214 , m_nNodeIndex( nNodePos ) in SwHistorySetTxt() 284 m_nNodeIndex = nNodePos; in SwHistorySetTxtFld() 331 , m_nNodeIndex( nNodePos ) in SwHistorySetRefMark() 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() 439 , m_nNodeIndex( nNodePos ) in SwHistorySetFootnote() 719 sal_uLong nNodePos, const SvUShortsSort& rSetArr ) in SwHistorySetAttrSet() argument 723 , m_nNodeIndex( nNodePos ) in SwHistorySetAttrSet() [all …]
|
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 294 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()
|
Completed in 21 milliseconds