Home
last modified time | relevance | path

Searched refs:INT16 (Results 1 – 25 of 54) sorted by relevance

123

/aoo4110/main/svx/sdi/
H A Dsvxitems.sdi367 item INT16 SvxCharReliefItem;
444 INT16 Escapement MID_ESC;
455 INT16 Prop MID_FONTHEIGHT_PROP;
465 INT16 MinLead MID_HYPHEN_MIN_LEAD;
466 INT16 MinTrail MID_HYPHEN_MIN_TRAIL;
488 INT16 LeftRelMargin MID_L_REL_MARGIN;
510 INT16 Layout MID_PAGE_LAYOUT;
511 INT16 NumType MID_PAGE_NUMTYPE;
599 INT16 ValueSet MID_VALUESET;
600 INT16 Type MID_TYPE;
[all …]
H A Dxoitems.sdi52 INT16 Angle MID_GRADIENT_ANGLE;
53 INT16 Border MID_GRADIENT_BORDER;
54 INT16 XOffset MID_GRADIENT_XOFFSET;
55 INT16 YOffset MID_GRADIENT_YOFFSET;
56 INT16 StartIntensity MID_GRADIENT_STARTINTENSITY;
57 INT16 EndIntensity MID_GRADIENT_ENDINTENSITY;
58 INT16 StepCount MID_GRADIENT_STEPCOUNT;
108 INT16 Dots MID_LINEDASH_DOTS;
110 INT16 Dashes MID_LINEDASH_DASHES;
/aoo4110/main/x11_extensions/inc/
H A Drenderproto.h152 INT16 x B16;
153 INT16 y B16;
164 INT16 deltax;
165 INT16 deltay;
309 INT16 xSrc B16;
310 INT16 ySrc B16;
313 INT16 xDst B16;
314 INT16 yDst B16;
329 INT16 xSrc B16;
330 INT16 ySrc B16;
[all …]
/aoo4110/main/autodoc/source/parser/cpp/
H A Dcx_c_std.cxx241 const INT16 finError = 3; in SetupStateMachine()
242 const INT16 finIgnore = 4; in SetupStateMachine()
244 const INT16 finKeyword = 6; in SetupStateMachine()
246 const INT16 finBiType = 8; in SetupStateMachine()
248 const INT16 finEOL = 10; in SetupStateMachine()
249 const INT16 finEOF = 11; in SetupStateMachine()
252 const INT16 gotoComment = 12; in SetupStateMachine()
253 const INT16 gotoDocu = 13; in SetupStateMachine()
261 const INT16 err = finError; in SetupStateMachine()
262 const INT16 fig = finIgnore; in SetupStateMachine()
[all …]
H A Dall_toks.hxx42 virtual INT16 TypeId() const;
48 const INT16 Tid_Identifier = 1;
64 virtual INT16 TypeId() const;
70 const INT16 Tid_Operator = 2;
79 virtual INT16 TypeId() const; \
83 const INT16 Tid_##name = tid
136 virtual INT16 TypeId() const; \
142 const INT16 Tid_##name = tid
H A Dpe_funct.cxx172 static INT16 stateT_afterStdOperator[] = in Setup_StatusFunctions()
186 static INT16 stateT_afterStdOperatorLeftBracket[] = in Setup_StatusFunctions()
202 static INT16 stateT_afterCastOperator[] = in Setup_StatusFunctions()
216 static INT16 stateT_afterName[] = { Tid_Bracket_Left }; in Setup_StatusFunctions()
221 static INT16 stateT_expectParameterSeparator[] = in Setup_StatusFunctions()
233 static INT16 stateT_afterParameters[] = { Tid_const, in Setup_StatusFunctions()
243 static INT16 stateT_afterThrow[] = { Tid_Bracket_Left }; in Setup_StatusFunctions()
248 static INT16 stateT_expectExceptionSeparator[] = in Setup_StatusFunctions()
257 static INT16 stateT_afterExceptions[] = { Tid_SwBracket_Left, in Setup_StatusFunctions()
264 static INT16 stateT_expectZero[] = { Tid_Constant }; in Setup_StatusFunctions()
[all …]
H A Dpe_vafu.cxx133 static INT16 stateT_start[] = { Tid_Identifier, in Setup_StatusFunctions()
156 static INT16 stateT_expectCtor[] = { Tid_Bracket_Left }; in Setup_StatusFunctions()
159 static INT16 stateT_afterClassDecl[] = { Tid_Semicolon }; in Setup_StatusFunctions()
164 static INT16 stateT_expectName[] = { Tid_Identifier, in Setup_StatusFunctions()
175 static INT16 stateT_afterName[] = { Tid_ArrayBracket_Left, in Setup_StatusFunctions()
186 static INT16 stateT_afterName_inErraneousTemplate[] = in Setup_StatusFunctions()
192 static INT16 stateT_finished[] = { Tid_Semicolon, in Setup_StatusFunctions()
198 static INT16 stateT_finishedIncludingFunctionImplementation[] = in Setup_StatusFunctions()
H A Dpe_class.cxx108 static INT16 stateT_start[] = { Tid_class, in Setup_StatusFunctions()
116 static INT16 stateT_expectName[] = { Tid_Identifier, in Setup_StatusFunctions()
124 static INT16 stateT_gotName[] = { Tid_SwBracket_Left, in Setup_StatusFunctions()
162 static INT16 stateT_bodyStd[] = { Tid_Identifier, in Setup_StatusFunctions()
197 static INT16 stateT_inProtection[] = { Tid_Colon }; in Setup_StatusFunctions()
200 static INT16 stateT_afterDecl[] = { Tid_Semicolon }; in Setup_StatusFunctions()
214 static INT16 stateT_inFriend[] = { Tid_class, in Setup_StatusFunctions()
H A Dpe_type.cxx157 static INT16 stateT_start[] = { Tid_Identifier, in Setup_StatusFunctions()
172 static INT16 stateT_expect_namesegment[] = { Tid_Identifier, in Setup_StatusFunctions()
182 static INT16 stateT_after_namesegment[] = { Tid_const, in Setup_StatusFunctions()
192 static INT16 stateT_afterclass_expect_semicolon[] = in Setup_StatusFunctions()
198 static INT16 stateT_within_template[] = { Tid_Comma, in Setup_StatusFunctions()
206 static INT16 stateT_within_indirection[] = { Tid_const, in Setup_StatusFunctions()
H A Dpe_tpltp.cxx61 static INT16 stateT_start[] = { Tid_Less }; in Setup_StatusFunctions()
66 static INT16 stateT_expect_qualifier[]= { Tid_class, in Setup_StatusFunctions()
71 static INT16 stateT_expect_name[] = { Tid_Identifier }; in Setup_StatusFunctions()
75 static INT16 stateT_expect_separator[]= { Tid_Comma, in Setup_StatusFunctions()
H A Dpe_enum.cxx70 static INT16 stateT_expectName[] = { Tid_Identifier, in Setup_StatusFunctions()
75 static INT16 stateT_gotName[] = { Tid_SwBracket_Left }; in Setup_StatusFunctions()
79 static INT16 stateT_bodyStd[] = { Tid_Identifier, in Setup_StatusFunctions()
83 static INT16 stateT_afterBlock[] = { Tid_Semicolon }; in Setup_StatusFunctions()
H A Dpe_param.cxx87 static INT16 stateT_start[] = { Tid_Identifier, in Setup_StatusFunctions()
108 static INT16 stateT_expectName[] = { Tid_Identifier, in Setup_StatusFunctions()
117 static INT16 stateT_afterName[] = { Tid_ArrayBracket_Left, in Setup_StatusFunctions()
123 static INT16 stateT_finished[] = { Tid_Bracket_Right, in Setup_StatusFunctions()
H A Dpe_tydef.cxx66 static INT16 stateT_start[] = { Tid_typedef }; in Setup_StatusFunctions()
69 static INT16 stateT_expectName[] = { Tid_Identifier }; in Setup_StatusFunctions()
72 static INT16 stateT_afterName[] = { Tid_Semicolon }; in Setup_StatusFunctions()
H A Dpe_namsp.cxx59 static INT16 stateT_start[] = { Tid_Identifier, in Setup_StatusFunctions()
63 static INT16 stateT_gotName[] = { Tid_SwBracket_Left, in Setup_StatusFunctions()
66 static INT16 stateT_expectSemicolon[] = { Tid_Semicolon }; in Setup_StatusFunctions()
H A Dall_toks.cxx48 INT16 \
57 INT16 \
117 INT16
H A Dpe_enval.cxx65 static INT16 stateT_start[] = { Tid_Identifier }; in Setup_StatusFunctions()
70 static INT16 stateT_afterName[] = { Tid_SwBracket_Right, in Setup_StatusFunctions()
76 static INT16 stateT_expectFinish[] = { Tid_SwBracket_Right, in Setup_StatusFunctions()
/aoo4110/main/autodoc/source/parser_i/idoc/
H A Dcx_dsapi.cxx281 const INT16 goto_EoHtml = 3; in SetupStateMachine()
290 const INT16 finError = 10; in SetupStateMachine()
292 const INT16 finEof = 12; in SetupStateMachine()
293 const INT16 finAnyWord = 13; in SetupStateMachine()
294 const INT16 finAtTag = 14; in SetupStateMachine()
295 const INT16 finEndSign = 15; in SetupStateMachine()
297 const INT16 finWhite = 17; in SetupStateMachine()
300 const INT16 ght = goto_EoHtml; in SetupStateMachine()
308 const INT16 err = finError; in SetupStateMachine()
309 const INT16 faw = finAnyWord; in SetupStateMachine()
[all …]
/aoo4110/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx48 INT16 i_nTokType );
51 INT16 TokType() const;
56 INT16 nTokType;
75 INT16 * i_pTokTypeArray,
80 INT16 i_nTokTypeId,
86 INT16 i_nTokTypeId,
131 INT16 i_nTokType ) in CallFunction()
145 inline INT16
159 INT16 * i_pTokTypeArray, in PeStatus()
209 INT16 i_nTokTypeId, in CheckForCall()
[all …]
/aoo4110/main/autodoc/source/parser_i/idl/
H A Dcx_idlco.cxx310 const INT16 finErr = 3; in SetupStateMachine()
311 const INT16 finIgn = 4; in SetupStateMachine()
312 const INT16 finBez = 5; in SetupStateMachine()
313 const INT16 finKeyw = 6; in SetupStateMachine()
314 const INT16 finPunct = 7; in SetupStateMachine()
315 const INT16 finEOL = 8; in SetupStateMachine()
316 const INT16 finEOF = 9; in SetupStateMachine()
319 const INT16 gotoMld = 10; in SetupStateMachine()
320 const INT16 gotoSld = 11; in SetupStateMachine()
321 const INT16 gotoMlc = 12; in SetupStateMachine()
[all …]
/aoo4110/main/autodoc/source/parser/adoc/
H A Dcx_a_std.cxx252 const INT16 goto_CheckStar = 3; in SetupStateMachine()
253 const INT16 goto_AtTag = 4; in SetupStateMachine()
256 const INT16 finError = 5; in SetupStateMachine()
258 const INT16 finEol = 7; in SetupStateMachine()
259 const INT16 finEof = 8; in SetupStateMachine()
260 const INT16 finAnyWord = 9; in SetupStateMachine()
261 const INT16 finWhitespace = 10; in SetupStateMachine()
264 const INT16 fof = finEof; in SetupStateMachine()
265 const INT16 err = finError; in SetupStateMachine()
266 const INT16 faw = finAnyWord; in SetupStateMachine()
[all …]
/aoo4110/main/sfx2/sdi/
H A Dsfxitems.sdi25 item INT16 SfxInt16Item;
30 item INT16 SfxEnumItem;
31 item INT16 SfxAllEnumItem;
32 item INT16 TbxImageItem;
77 INT16 StyleFamily MID_SEARCH_STYLEFAMILY;
85 INT16 AlgorithmType MID_SEARCH_ALGORITHMTYPE;
89 INT16 Locale MID_SEARCH_LOCALE;
94 INT16 Command MID_SEARCH_COMMAND;
/aoo4110/main/sw/sdi/
H A Dswitems.sdi46 INT16 Lines MID_DROPCAP_LINES;
47 INT16 Count MID_DROPCAP_COUNT;
48 INT16 Distance MID_DROPCAP_DISTANCE;
65 INT16 Align MID_ENV_ALIGN;
74 INT16 Columns MID_VIEWLAYOUT_COLUMNS;
/aoo4110/main/extensions/test/sax/
H A Dtestwriter.cxx249 virtual INT16 getLength(void) THROWS( (UsrSystemException) );
250 virtual UString getNameByIndex(INT16 i) THROWS( (UsrSystemException) );
251 virtual UString getTypeByIndex(INT16 i) THROWS( (UsrSystemException) );
253 virtual UString getValueByIndex(INT16 i) THROWS( (UsrSystemException) );
292 INT16 AttributeListImpl::getLength(void) THROWS( (UsrSystemException) ) in getLength()
304 UString AttributeListImpl::getNameByIndex(INT16 i) THROWS( (UsrSystemException) ) in getNameByIndex()
313 UString AttributeListImpl::getTypeByIndex(INT16 i) THROWS( (UsrSystemException) ) in getTypeByIndex()
321 UString AttributeListImpl::getValueByIndex(INT16 i) THROWS( (UsrSystemException) ) in getValueByIndex()
/aoo4110/main/extensions/workben/
H A Dpythonautotest.cxx74 Sequence< INT16 >& OutParamIndex,
127 Sequence< INT16 >& OutParamIndex, in invoke()
328 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation()
331 any = (*pRef)->invoke( L"append" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation()
332 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation()
461 Sequence<INT16>() , in main()
470 xInvoke->invoke( L"foo" , Sequence<UsrAny>(1) , Sequence<INT16>(), Sequence<UsrAny> () ); in main()
/aoo4110/main/linguistic/workben/
H A Dsspellimp.cxx135 INT16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rLocale ) in GetSpellFailure()
144 INT16 nRes = -1; in GetSpellFailure()
196 INT16 nFailure = GetSpellFailure( rWord, rLocale ); in isValid()
199 INT16 nLang = LocaleToLanguage( rLocale ); in isValid()
228 INT16 nLang = LocaleToLanguage( rLocale ); in GetProposals()

Completed in 159 milliseconds

123