|
LibreOffice Module svx (master) 1
|
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 |
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.
|
strong |
| Enumerator | |
|---|---|
| Progress | |
| ProgressCounting | |
| Canceled | |
| Successful | |
| NothingFound | |
| Error | |
Definition at line 52 of file fmsrcimp.hxx.
| css::uno::Any FmSearchProgress::aBookmark |
Definition at line 63 of file fmsrcimp.hxx.
Referenced by FmSearchEngine::OnSearchTerminated().
| State FmSearchProgress::aSearchState |
Definition at line 55 of file fmsrcimp.hxx.
Referenced by IMPL_LINK(), FmSearchEngine::OnSearchTerminated(), and FmSearchEngine::PropagateProgress().
| bool FmSearchProgress::bOverflow |
Definition at line 60 of file fmsrcimp.hxx.
Referenced by FmSearchEngine::PropagateProgress().
| sal_uInt32 FmSearchProgress::nCurrentRecord |
Definition at line 58 of file fmsrcimp.hxx.
Referenced by IMPL_LINK(), FmSearchEngine::OnSearchTerminated(), and FmSearchEngine::PropagateProgress().
| sal_Int32 FmSearchProgress::nFieldIndex |
Definition at line 65 of file fmsrcimp.hxx.
Referenced by FmSearchEngine::OnSearchTerminated().