LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sd::SearchSelection Struct Reference

Describes a single search hit: a set of rectangles on a given page. More...

#include <Outliner.hxx>

Public Member Functions

 SearchSelection (int nPage, OString aRectangles)
 
bool operator== (const SearchSelection &rOther) const
 

Public Attributes

int m_nPage
 0-based index of the page that has the selection. More...
 
OString m_aRectangles
 List of selection rectangles in twips – multiple rectangles only in case the selection spans over more layout lines. More...
 

Detailed Description

Describes a single search hit: a set of rectangles on a given page.

Definition at line 45 of file Outliner.hxx.

Constructor & Destructor Documentation

◆ SearchSelection()

sd::SearchSelection::SearchSelection ( int  nPage,
OString  aRectangles 
)
inline

Definition at line 56 of file Outliner.hxx.

Member Function Documentation

◆ operator==()

bool sd::SearchSelection::operator== ( const SearchSelection rOther) const
inline

Definition at line 62 of file Outliner.hxx.

References m_aRectangles, and m_nPage.

Member Data Documentation

◆ m_aRectangles

OString sd::SearchSelection::m_aRectangles

List of selection rectangles in twips – multiple rectangles only in case the selection spans over more layout lines.

Definition at line 54 of file Outliner.hxx.

Referenced by operator==().

◆ m_nPage

int sd::SearchSelection::m_nPage

0-based index of the page that has the selection.

Definition at line 48 of file Outliner.hxx.

Referenced by operator==().


The documentation for this struct was generated from the following file: