LibreOffice Module sw (master) 1
|
#include <edimp.hxx>
Public Member Functions | |
SwPamRanges (const SwPaM &rRing) | |
void | Insert (const SwNode &rIdx1, const SwNode &rIdx2) |
SwPaM & | SetPam (size_t nArrPos, SwPaM &rPam) |
size_t | Count () const |
Private Attributes | |
o3tl::sorted_vector< SwPamRange > | maVector |
SwPamRanges::SwPamRanges | ( | const SwPaM & | rRing | ) |
Definition at line 31 of file ednumber.cxx.
References Insert().
|
inline |
Definition at line 50 of file edimp.hxx.
References maVector, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
Referenced by lcl_SetNodeNumStart(), SwEditShell::MoveLeftMargin(), SwEditShell::NoNum(), SwEditShell::NumUpDown(), SwEditShell::OutlineUpDown(), SwUnoCursorHelper::resetCursorPropertyValue(), SwEditShell::SetNodeNumStart(), SwUnoCursorHelper::setNumberingProperty(), SwEditShell::SetNumRuleStart(), and SetPam().
Definition at line 37 of file ednumber.cxx.
References o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::begin(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::empty(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::end(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::erase(), SwNode::GetIndex(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::lower_bound(), maVector, SwPamRange::nEnd, nPos, SwPamRange::nStart, and o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::size().
Referenced by SwPamRanges().
Definition at line 98 of file ednumber.cxx.
References SwPosition::Assign(), Count(), SwPaM::GetPoint(), maVector, SwPamRange::nEnd, SwPamRange::nStart, and SwPaM::SetMark().
Referenced by lcl_SetNodeNumStart(), SwEditShell::MoveLeftMargin(), SwEditShell::NoNum(), SwEditShell::NumUpDown(), SwEditShell::OutlineUpDown(), SwUnoCursorHelper::resetCursorPropertyValue(), SwEditShell::SetNodeNumStart(), SwUnoCursorHelper::setNumberingProperty(), and SwEditShell::SetNumRuleStart().
|
private |