summaryrefslogtreecommitdiff
path: root/sfx2/sdi/sfxslots.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-04 06:58:27 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-04 06:58:27 +0000
commit6be1f2f5a616a0618b03060f177d1fe21e71bfce (patch)
tree1c2c898030d75e003ee87ed3877ce43e6319d0f6 /sfx2/sdi/sfxslots.sdi
parent135c6bfe0a3b5c58cf7d343bb02ae306dc73f60f (diff)
#98570#: Recording of SearchDialog actions
Diffstat (limited to 'sfx2/sdi/sfxslots.sdi')
-rw-r--r--sfx2/sdi/sfxslots.sdi29
1 files changed, 16 insertions, 13 deletions
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi
index 1069c811bc5f..ce859048d597 100644
--- a/sfx2/sdi/sfxslots.sdi
+++ b/sfx2/sdi/sfxslots.sdi
@@ -2,7 +2,7 @@
module StarApplicationFrame
(C) 1994-1995 StarDivision GmbH, Hamburg, Germany
- $Author: mba $ $Date: 2002-05-28 14:16:53 $ $Revision: 1.6 $
+ $Author: mba $ $Date: 2002-06-04 07:49:11 $ $Revision: 1.7 $
$Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $
=========================================================================*/
@@ -79,20 +79,23 @@ TypeLibFile( "sfxslots.tlb" )
struct SvxSearch
{
- BOOL Backward MID_SEARCH_BACKWARD;
- BOOL InSelection MID_SEARCH_INSELECTION;
- BOOL CaseSensitive MID_SEARCH_CASESENSITIVE;
- BOOL RegExp MID_SEARCH_REGEXPR;
- BOOL WordOnly MID_SEARCH_WORDONLY;
- UINT16 Mode MID_SEARCH_MODE;
- UINT16 Order MID_SEARCH_ORDER;
+ INT16 StyleFamily MID_SEARCH_STYLEFAMILY;
+ UINT16 CellType MID_SEARCH_CELLTYPE;
+ BOOL RowDirection MID_SEARCH_ROWDIRECTION;
BOOL AllTables MID_SEARCH_ALLTABLES;
- BOOL Similarity MID_SEARCH_LEV_ON;
- BOOL Relaxed MID_SEARCH_LEV_RELAXED;
- UINT16 Other MID_SEARCH_LEV_OTHER;
- UINT16 Shorter MID_SEARCH_LEV_SHORTER;
- UINT16 Longer MID_SEARCH_LEV_LONGER;
+ BOOL Backward MID_SEARCH_BACKWARD;
BOOL Pattern MID_SEARCH_PATTERN;
+ BOOL Content MID_SEARCH_CONTENT;
+ BOOL AsianOptions MID_SEARCH_ASIANOPTIONS;
+ INT16 AlgorithmType MID_SEARCH_ALGORITHMTYPE;
+ INT32 SearchFlags MID_SEARCH_FLAGS;
+ String SearchString MID_SEARCH_SEARCHSTRING;
+ String ReplaceString MID_SEARCH_REPLACESTRING;
+ INT16 Locale MID_SEARCH_LOCALE;
+ INT32 ChangedChars MID_SEARCH_CHANGEDCHARS;
+ INT32 DeletedChars MID_SEARCH_DELETEDCHARS;
+ INT32 InsertedChars MID_SEARCH_INSERTEDCHARS;
+ INT32 TransliterateFlags MID_SEARCH_TRANSLITERATEFLAGS;
};
item SvxSearch SvxSearchItem;