LibreOffice Module sd (master) 1
|
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... | |
Describes a single search hit: a set of rectangles on a given page.
Definition at line 45 of file Outliner.hxx.
|
inline |
Definition at line 56 of file Outliner.hxx.
|
inline |
Definition at line 62 of file Outliner.hxx.
References m_aRectangles, and m_nPage.
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==().
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==().