LibreOffice Module svx (master) 1
Classes | Typedefs | Enumerations
srchdlg.hxx File Reference
#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>
Include dependency graph for srchdlg.hxx:
This graph shows which files directly or indirectly include this file:

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< SearchAttrItemSrchAttrItemList
 

Enumerations

enum class  SearchLabel {
  Empty ,
  End ,
  Start ,
  EndSheet ,
  NotFound ,
  StartWrapped ,
  EndWrapped ,
  NavElementNotFound ,
  ReminderStartWrapped ,
  ReminderEndWrapped
}
 

Typedef Documentation

◆ SrchAttrItemList

typedef std::vector<SearchAttrItem> SrchAttrItemList

Definition at line 47 of file srchdlg.hxx.

Enumeration Type Documentation

◆ SearchLabel

enum class SearchLabel
strong
Enumerator
Empty 
End 
Start 
EndSheet 
NotFound 
StartWrapped 
EndWrapped 
NavElementNotFound 
ReminderStartWrapped 
ReminderEndWrapped 

Definition at line 73 of file srchdlg.hxx.