LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwOrderIter Class Reference

#include <frmtool.hxx>

Collaboration diagram for SwOrderIter:
[legend]

Public Member Functions

 SwOrderIter (const SwPageFrame *pPage)
 
void Current (const SdrObject *pNew)
 
const SdrObjectoperator() () const
 
void Top ()
 
const SdrObjectBottom ()
 
const SdrObjectNext ()
 
void Prev ()
 

Private Attributes

const SwPageFramem_pPage
 
const SdrObjectm_pCurrent
 

Detailed Description

Definition at line 447 of file frmtool.hxx.

Constructor & Destructor Documentation

◆ SwOrderIter()

SwOrderIter::SwOrderIter ( const SwPageFrame pPage)

Definition at line 2701 of file frmtool.cxx.

Member Function Documentation

◆ Bottom()

const SdrObject * SwOrderIter::Bottom ( )

◆ Current()

void SwOrderIter::Current ( const SdrObject pNew)
inline

Definition at line 455 of file frmtool.hxx.

References m_pCurrent.

Referenced by lcl_RefreshLine().

◆ Next()

const SdrObject * SwOrderIter::Next ( void  )

◆ operator()()

const SdrObject * SwOrderIter::operator() ( void  ) const
inline

Definition at line 456 of file frmtool.hxx.

References m_pCurrent.

◆ Prev()

void SwOrderIter::Prev ( )

◆ Top()

void SwOrderIter::Top ( )

Member Data Documentation

◆ m_pCurrent

const SdrObject* SwOrderIter::m_pCurrent
private

Definition at line 450 of file frmtool.hxx.

Referenced by Bottom(), Current(), Next(), operator()(), Prev(), and Top().

◆ m_pPage

const SwPageFrame* SwOrderIter::m_pPage
private

Definition at line 449 of file frmtool.hxx.

Referenced by Bottom(), Next(), Prev(), and Top().


The documentation for this class was generated from the following files: