Searched refs:FmSearchProgress (Results 1 – 4 of 4) sorted by relevance
960 FmSearchProgress aProgress; in PropagateProgress()963 aProgress.aSearchState = FmSearchProgress::STATE_PROGRESS; in PropagateProgress()1087 FmSearchProgress aProgress;1093 aProgress.aSearchState = FmSearchProgress::STATE_ERROR;1096 aProgress.aSearchState = FmSearchProgress::STATE_SUCCESSFULL;1101 aProgress.aSearchState = FmSearchProgress::STATE_NOTHINGFOUND;1105 aProgress.aSearchState = FmSearchProgress::STATE_CANCELED;1129 FmSearchProgress aProgress; in IMPL_LINK()1131 aProgress.aSearchState = FmSearchProgress::STATE_PROGRESS_COUNTING; in IMPL_LINK()
774 IMPL_LINK(FmSearchDialog, OnSearchProgress, FmSearchProgress*, pProgress) in IMPL_LINK() argument782 case FmSearchProgress::STATE_PROGRESS: in IMPL_LINK()794 case FmSearchProgress::STATE_PROGRESS_COUNTING: in IMPL_LINK()802 case FmSearchProgress::STATE_SUCCESSFULL: in IMPL_LINK()807 case FmSearchProgress::STATE_ERROR: in IMPL_LINK()808 case FmSearchProgress::STATE_NOTHINGFOUND: in IMPL_LINK()810 sal_uInt16 nErrorId = (FmSearchProgress::STATE_ERROR == pProgress->aSearchState) in IMPL_LINK()816 case FmSearchProgress::STATE_CANCELED: in IMPL_LINK()
64 struct FmSearchProgress;205 DECL_LINK( OnSearchProgress, FmSearchProgress* );
70 struct FmSearchProgress struct
Completed in 32 milliseconds