Home
last modified time | relevance | path

Searched refs:nLastNd (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dtrvltbl.cxx504 sal_uLong nLastNd = rCurrentCursor.GetDoc().GetNodes().Count() - 1; in GotoPrevTable() local
520 aIdx = nLastNd; in GotoPrevTable()
573 sal_uLong nLastNd = rCurrentCursor.GetDoc().GetNodes().Count() - 1; in GotoNextTable() local
575 while( aIdx.GetIndex() < nLastNd && in GotoNextTable()
586 if ( aIdx.GetIndex() == nLastNd ) in GotoNextTable()
H A Dtrvlreg.cxx41 sal_uLong nLastNd = rCurrentCursor.GetDoc().GetNodes().Count() - 1; in GotoPrevRegion() local
59 aIdx = nLastNd; in GotoPrevRegion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dtrvltbl.cxx503 sal_uLong nLastNd = rCurrentCursor.GetDoc()->GetNodes().Count() - 1; in GotoPrevTable() local
519 aIdx = nLastNd; in GotoPrevTable()
572 sal_uLong nLastNd = rCurrentCursor.GetDoc()->GetNodes().Count() - 1; in GotoNextTable() local
574 while( aIdx.GetIndex() < nLastNd && in GotoNextTable()
585 if ( aIdx.GetIndex() == nLastNd ) in GotoNextTable()
H A Dtrvlreg.cxx41 sal_uLong nLastNd = rCurrentCursor.GetDoc()->GetNodes().Count() - 1; in GotoPrevRegion() local
57 aIdx = nLastNd; in GotoPrevRegion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A DIDocumentFieldsAccess.hxx125 virtual void FieldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_Int32 nLastCnt) = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A DIDocumentFieldsAccess.hxx125 virtual void FieldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DDocumentFieldsManager.hxx58 virtual void FieldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_Int32 nLastCnt) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DDocumentFieldsManager.hxx58 virtual void FieldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx1566 sal_uLong const nLastNd, sal_Int32 const nLastCnt) in FieldsToCalc() argument
1597 ( (*it)->GetNode() < nLastNd || in FieldsToCalc()
1598 ( (*it)->GetNode() == nLastNd && (*it)->GetContent() <= nLastCnt ) in FieldsToCalc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx1578 void DocumentFieldsManager::FieldsToCalc( SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt ) in FieldsToCalc() argument
1609 ( (*it)->GetNode() < nLastNd || in FieldsToCalc()
1610 ( (*it)->GetNode() == nLastNd && (*it)->GetContent() <= nLastCnt ) in FieldsToCalc()