Lines Matching refs:sal_uInt16

41 #define		SVX_SEARCHCMD_FIND			((sal_uInt16)0)
42 #define SVX_SEARCHCMD_FIND_ALL ((sal_uInt16)1)
43 #define SVX_SEARCHCMD_REPLACE ((sal_uInt16)2)
44 #define SVX_SEARCHCMD_REPLACE_ALL ((sal_uInt16)3)
47 #define SVX_SEARCHIN_FORMULA ((sal_uInt16)0)
48 #define SVX_SEARCHIN_VALUE ((sal_uInt16)1)
49 #define SVX_SEARCHIN_NOTE ((sal_uInt16)2)
50 #define SVX_SEARCHAPP_WRITER ((sal_uInt16)0)
51 #define SVX_SEARCHAPP_CALC ((sal_uInt16)1)
52 #define SVX_SEARCHAPP_DRAW ((sal_uInt16)2)
53 #define SVX_SEARCHAPP_BASE ((sal_uInt16)3)
65 sal_uInt16 nCommand; // Kommando (Suchen, Alle Suchen, Ersetzen, Alle Ersetzen)
68 sal_uInt16 nCellType; // Suche in Formeln/Werten/Notizen
69 sal_uInt16 nAppFlag; // Fuer welche Applikation ist der Dialog ueberhaupt
84 SvxSearchItem( const sal_uInt16 nId );
101 sal_uInt16 GetCommand() const { return nCommand; } in GetCommand()
102 void SetCommand(sal_uInt16 nNewCommand) { nCommand = nNewCommand; } in SetCommand()
141 sal_uInt16 GetCellType() const { return nCellType; } in GetCellType()
142 void SetCellType(sal_uInt16 nNewCellType) { nCellType = nNewCellType; } in SetCellType()
147 sal_uInt16 GetAppFlag() const { return nAppFlag; } in GetAppFlag()
148 void SetAppFlag(sal_uInt16 nNewAppFlag) { nAppFlag = nNewAppFlag; } in SetAppFlag()
156 inline sal_uInt16 GetLEVOther() const;
157 inline void SetLEVOther(sal_uInt16 nSet);
159 inline sal_uInt16 GetLEVShorter() const;
160 inline void SetLEVShorter(sal_uInt16 nSet);
162 inline sal_uInt16 GetLEVLonger() const;
163 inline void SetLEVLonger(sal_uInt16 nSet);
231 sal_uInt16 SvxSearchItem::GetLEVOther() const in GetLEVOther()
236 void SvxSearchItem::SetLEVOther( sal_uInt16 nVal ) in SetLEVOther()
241 sal_uInt16 SvxSearchItem::GetLEVShorter() const in GetLEVShorter()
246 void SvxSearchItem::SetLEVShorter( sal_uInt16 nVal ) in SetLEVShorter()
251 sal_uInt16 SvxSearchItem::GetLEVLonger() const in GetLEVLonger()
256 void SvxSearchItem::SetLEVLonger( sal_uInt16 nVal ) in SetLEVLonger()