LibreOffice Module svx (master) 1
Public Types | Public Attributes | List of all members
FmSearchProgress Struct Reference

struct FmSearchProgress - the owner of SearchEngine receives this structure for status updates (at the end of the search) More...

#include <fmsrcimp.hxx>

Public Types

enum class  State {
  Progress ,
  ProgressCounting ,
  Canceled ,
  Successful ,
  NothingFound ,
  Error
}
 

Public Attributes

State aSearchState
 
sal_uInt32 nCurrentRecord
 
bool bOverflow
 
css::uno::Any aBookmark
 
sal_Int32 nFieldIndex
 

Detailed Description

struct FmSearchProgress - the owner of SearchEngine receives this structure for status updates (at the end of the search)

Definition at line 50 of file fmsrcimp.hxx.

Member Enumeration Documentation

◆ State

enum class FmSearchProgress::State
strong
Enumerator
Progress 
ProgressCounting 
Canceled 
Successful 
NothingFound 
Error 

Definition at line 52 of file fmsrcimp.hxx.

Member Data Documentation

◆ aBookmark

css::uno::Any FmSearchProgress::aBookmark

Definition at line 63 of file fmsrcimp.hxx.

Referenced by FmSearchEngine::OnSearchTerminated().

◆ aSearchState

State FmSearchProgress::aSearchState

◆ bOverflow

bool FmSearchProgress::bOverflow

Definition at line 60 of file fmsrcimp.hxx.

Referenced by FmSearchEngine::PropagateProgress().

◆ nCurrentRecord

sal_uInt32 FmSearchProgress::nCurrentRecord

◆ nFieldIndex

sal_Int32 FmSearchProgress::nFieldIndex

Definition at line 65 of file fmsrcimp.hxx.

Referenced by FmSearchEngine::OnSearchTerminated().


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