|
LibreOffice Module svx (master) 1
|
#include <sfx2/childwin.hxx>#include <sfx2/basedlgs.hxx>#include <svl/poolitem.hxx>#include <svl/srchdefs.hxx>#include <svl/srchitem.hxx>#include <svx/svxdllapi.h>#include <vcl/timer.hxx>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| struct | SearchAttrItem |
| class | SearchAttrItemList |
| class | SvxSearchDialogWrapper |
| class | SvxSearchDialog |
| In this modeless dialog the attributes for a search are configured and a search is started from it. More... | |
Typedefs | |
| typedef std::vector< SearchAttrItem > | SrchAttrItemList |
Enumerations | |
| enum class | SearchLabel { Empty , End , Start , EndSheet , NotFound , StartWrapped , EndWrapped , NavElementNotFound , ReminderStartWrapped , ReminderEndWrapped } |
| typedef std::vector<SearchAttrItem> SrchAttrItemList |
Definition at line 47 of file srchdlg.hxx.
|
strong |
| Enumerator | |
|---|---|
| Empty | |
| End | |
| Start | |
| EndSheet | |
| NotFound | |
| StartWrapped | |
| EndWrapped | |
| NavElementNotFound | |
| ReminderStartWrapped | |
| ReminderEndWrapped | |
Definition at line 73 of file srchdlg.hxx.