Lines Matching refs:SETCONST
51 void RscTypCont::SETCONST( RscConst * pClass, const char * szString, sal_uInt32 nVal ) in SETCONST() function in RscTypCont
60 void RscTypCont::SETCONST( RscConst * pClass, Atom nName, sal_uInt32 nVal ) in SETCONST() function in RscTypCont
224 SETCONST( pFieldUnits, "FUNIT_NONE", FUNIT_NONE ); in InitFieldUnitsType()
225 SETCONST( pFieldUnits, "FUNIT_MM", FUNIT_MM ); in InitFieldUnitsType()
226 SETCONST( pFieldUnits, "FUNIT_CM", FUNIT_CM ); in InitFieldUnitsType()
227 SETCONST( pFieldUnits, "FUNIT_M", FUNIT_M ); in InitFieldUnitsType()
228 SETCONST( pFieldUnits, "FUNIT_KM", FUNIT_KM ); in InitFieldUnitsType()
229 SETCONST( pFieldUnits, "FUNIT_TWIP", FUNIT_TWIP ); in InitFieldUnitsType()
230 SETCONST( pFieldUnits, "FUNIT_POINT", FUNIT_POINT ); in InitFieldUnitsType()
231 SETCONST( pFieldUnits, "FUNIT_PICA", FUNIT_PICA ); in InitFieldUnitsType()
232 SETCONST( pFieldUnits, "FUNIT_INCH", FUNIT_INCH ); in InitFieldUnitsType()
233 SETCONST( pFieldUnits, "FUNIT_FOOT", FUNIT_FOOT ); in InitFieldUnitsType()
234 SETCONST( pFieldUnits, "FUNIT_MILE", FUNIT_MILE ); in InitFieldUnitsType()
235 SETCONST( pFieldUnits, "FUNIT_CUSTOM", FUNIT_CUSTOM ); in InitFieldUnitsType()
236 SETCONST( pFieldUnits, "FUNIT_PERCENT", FUNIT_PERCENT ); in InitFieldUnitsType()
256 SETCONST( pTimeFieldFormat, "TIMEF_NONE", TIMEF_NONE ); in InitTimeFieldFormat()
257 SETCONST( pTimeFieldFormat, "TIMEF_SEC", TIMEF_SEC ); in InitTimeFieldFormat()
258 SETCONST( pTimeFieldFormat, "TIMEF_100TH_SEC", TIMEF_100TH_SEC ); in InitTimeFieldFormat()
276 SETCONST( pColor, "COL_BLACK", COL_BLACK ); in InitColor()
277 SETCONST( pColor, "COL_BLUE", COL_BLUE ); in InitColor()
278 SETCONST( pColor, "COL_GREEN", COL_GREEN ); in InitColor()
279 SETCONST( pColor, "COL_CYAN", COL_CYAN ); in InitColor()
280 SETCONST( pColor, "COL_RED", COL_RED ); in InitColor()
281 SETCONST( pColor, "COL_MAGENTA", COL_MAGENTA ); in InitColor()
282 SETCONST( pColor, "COL_BROWN", COL_BROWN ); in InitColor()
283 SETCONST( pColor, "COL_GRAY", COL_GRAY ); in InitColor()
284 SETCONST( pColor, "COL_LIGHTGRAY", COL_LIGHTGRAY ); in InitColor()
285 SETCONST( pColor, "COL_LIGHTBLUE", COL_LIGHTBLUE ); in InitColor()
286 SETCONST( pColor, "COL_LIGHTGREEN", COL_LIGHTGREEN ); in InitColor()
287 SETCONST( pColor, "COL_LIGHTCYAN", COL_LIGHTCYAN ); in InitColor()
288 SETCONST( pColor, "COL_LIGHTRED", COL_LIGHTRED ); in InitColor()
289 SETCONST( pColor, "COL_LIGHTMAGENTA", COL_LIGHTMAGENTA ); in InitColor()
290 SETCONST( pColor, "COL_YELLOW", COL_YELLOW ); in InitColor()
291 SETCONST( pColor, "COL_WHITE", COL_WHITE ); in InitColor()
309 SETCONST( pMapUnit, "MAP_PIXEL", MAP_PIXEL ); in InitMapUnit()
310 SETCONST( pMapUnit, "MAP_SYSFONT", MAP_SYSFONT ); in InitMapUnit()
311 SETCONST( pMapUnit, "MAP_100TH_MM", MAP_100TH_MM ); in InitMapUnit()
312 SETCONST( pMapUnit, "MAP_10TH_MM", MAP_10TH_MM ); in InitMapUnit()
313 SETCONST( pMapUnit, "MAP_MM", MAP_MM ); in InitMapUnit()
314 SETCONST( pMapUnit, "MAP_CM", MAP_CM ); in InitMapUnit()
315 SETCONST( pMapUnit, "MAP_1000TH_INCH", MAP_1000TH_INCH ); in InitMapUnit()
316 SETCONST( pMapUnit, "MAP_100TH_INCH", MAP_100TH_INCH ); in InitMapUnit()
317 SETCONST( pMapUnit, "MAP_10TH_INCH", MAP_10TH_INCH ); in InitMapUnit()
318 SETCONST( pMapUnit, "MAP_INCH", MAP_INCH ); in InitMapUnit()
319 SETCONST( pMapUnit, "MAP_POINT", MAP_POINT ); in InitMapUnit()
320 SETCONST( pMapUnit, "MAP_TWIP", MAP_TWIP ); in InitMapUnit()
321 SETCONST( pMapUnit, "MAP_APPFONT", MAP_APPFONT ); in InitMapUnit()
322 SETCONST( pMapUnit, "MAP_SV", RSC_EXTRAMAPUNIT ); in InitMapUnit()
339 SETCONST( pKey, "KEY_0", com::sun::star::awt::Key::NUM0 ); in InitKey()
340 SETCONST( pKey, "KEY_1", com::sun::star::awt::Key::NUM1 ); in InitKey()
341 SETCONST( pKey, "KEY_2", com::sun::star::awt::Key::NUM2 ); in InitKey()
342 SETCONST( pKey, "KEY_3", com::sun::star::awt::Key::NUM3 ); in InitKey()
343 SETCONST( pKey, "KEY_4", com::sun::star::awt::Key::NUM4 ); in InitKey()
344 SETCONST( pKey, "KEY_5", com::sun::star::awt::Key::NUM5 ); in InitKey()
345 SETCONST( pKey, "KEY_6", com::sun::star::awt::Key::NUM6 ); in InitKey()
346 SETCONST( pKey, "KEY_7", com::sun::star::awt::Key::NUM7 ); in InitKey()
347 SETCONST( pKey, "KEY_8", com::sun::star::awt::Key::NUM8 ); in InitKey()
348 SETCONST( pKey, "KEY_9", com::sun::star::awt::Key::NUM9 ); in InitKey()
350 SETCONST( pKey, "KEY_A", com::sun::star::awt::Key::A ); in InitKey()
351 SETCONST( pKey, "KEY_B", com::sun::star::awt::Key::B ); in InitKey()
352 SETCONST( pKey, "KEY_C", com::sun::star::awt::Key::C ); in InitKey()
353 SETCONST( pKey, "KEY_D", com::sun::star::awt::Key::D ); in InitKey()
354 SETCONST( pKey, "KEY_E", com::sun::star::awt::Key::E ); in InitKey()
355 SETCONST( pKey, "KEY_F", com::sun::star::awt::Key::F ); in InitKey()
356 SETCONST( pKey, "KEY_G", com::sun::star::awt::Key::G ); in InitKey()
357 SETCONST( pKey, "KEY_H", com::sun::star::awt::Key::H ); in InitKey()
358 SETCONST( pKey, "KEY_I", com::sun::star::awt::Key::I ); in InitKey()
359 SETCONST( pKey, "KEY_J", com::sun::star::awt::Key::J ); in InitKey()
360 SETCONST( pKey, "KEY_K", com::sun::star::awt::Key::K ); in InitKey()
361 SETCONST( pKey, "KEY_L", com::sun::star::awt::Key::L ); in InitKey()
362 SETCONST( pKey, "KEY_M", com::sun::star::awt::Key::M ); in InitKey()
363 SETCONST( pKey, "KEY_N", com::sun::star::awt::Key::N ); in InitKey()
364 SETCONST( pKey, "KEY_O", com::sun::star::awt::Key::O ); in InitKey()
365 SETCONST( pKey, "KEY_P", com::sun::star::awt::Key::P ); in InitKey()
366 SETCONST( pKey, "KEY_Q", com::sun::star::awt::Key::Q ); in InitKey()
367 SETCONST( pKey, "KEY_R", com::sun::star::awt::Key::R ); in InitKey()
368 SETCONST( pKey, "KEY_S", com::sun::star::awt::Key::S ); in InitKey()
369 SETCONST( pKey, "KEY_T", com::sun::star::awt::Key::T ); in InitKey()
370 SETCONST( pKey, "KEY_U", com::sun::star::awt::Key::U ); in InitKey()
371 SETCONST( pKey, "KEY_V", com::sun::star::awt::Key::V ); in InitKey()
372 SETCONST( pKey, "KEY_W", com::sun::star::awt::Key::W ); in InitKey()
373 SETCONST( pKey, "KEY_X", com::sun::star::awt::Key::X ); in InitKey()
374 SETCONST( pKey, "KEY_Y", com::sun::star::awt::Key::Y ); in InitKey()
375 SETCONST( pKey, "KEY_Z", com::sun::star::awt::Key::Z ); in InitKey()
377 SETCONST( pKey, "KEY_F1", com::sun::star::awt::Key::F1 ); in InitKey()
378 SETCONST( pKey, "KEY_F2", com::sun::star::awt::Key::F2 ); in InitKey()
379 SETCONST( pKey, "KEY_F3", com::sun::star::awt::Key::F3 ); in InitKey()
380 SETCONST( pKey, "KEY_F4", com::sun::star::awt::Key::F4 ); in InitKey()
381 SETCONST( pKey, "KEY_F5", com::sun::star::awt::Key::F5 ); in InitKey()
382 SETCONST( pKey, "KEY_F6", com::sun::star::awt::Key::F6 ); in InitKey()
383 SETCONST( pKey, "KEY_F7", com::sun::star::awt::Key::F7 ); in InitKey()
384 SETCONST( pKey, "KEY_F8", com::sun::star::awt::Key::F8 ); in InitKey()
385 SETCONST( pKey, "KEY_F9", com::sun::star::awt::Key::F9 ); in InitKey()
386 SETCONST( pKey, "KEY_F10", com::sun::star::awt::Key::F10 ); in InitKey()
387 SETCONST( pKey, "KEY_F11", com::sun::star::awt::Key::F11 ); in InitKey()
388 SETCONST( pKey, "KEY_F12", com::sun::star::awt::Key::F12 ); in InitKey()
389 SETCONST( pKey, "KEY_F13", com::sun::star::awt::Key::F13 ); in InitKey()
390 SETCONST( pKey, "KEY_F14", com::sun::star::awt::Key::F14 ); in InitKey()
391 SETCONST( pKey, "KEY_F15", com::sun::star::awt::Key::F15 ); in InitKey()
392 SETCONST( pKey, "KEY_F16", com::sun::star::awt::Key::F16 ); in InitKey()
393 SETCONST( pKey, "KEY_F17", com::sun::star::awt::Key::F17 ); in InitKey()
394 SETCONST( pKey, "KEY_F18", com::sun::star::awt::Key::F18 ); in InitKey()
395 SETCONST( pKey, "KEY_F19", com::sun::star::awt::Key::F19 ); in InitKey()
396 SETCONST( pKey, "KEY_F20", com::sun::star::awt::Key::F20 ); in InitKey()
397 SETCONST( pKey, "KEY_F21", com::sun::star::awt::Key::F21 ); in InitKey()
398 SETCONST( pKey, "KEY_F22", com::sun::star::awt::Key::F22 ); in InitKey()
399 SETCONST( pKey, "KEY_F23", com::sun::star::awt::Key::F23 ); in InitKey()
400 SETCONST( pKey, "KEY_F24", com::sun::star::awt::Key::F24 ); in InitKey()
401 SETCONST( pKey, "KEY_F25", com::sun::star::awt::Key::F25 ); in InitKey()
402 SETCONST( pKey, "KEY_F26", com::sun::star::awt::Key::F26 ); in InitKey()
404 SETCONST( pKey, "KEY_DOWN", com::sun::star::awt::Key::DOWN ); in InitKey()
405 SETCONST( pKey, "KEY_UP", com::sun::star::awt::Key::UP ); in InitKey()
406 SETCONST( pKey, "KEY_LEFT", com::sun::star::awt::Key::LEFT ); in InitKey()
407 SETCONST( pKey, "KEY_RIGHT", com::sun::star::awt::Key::RIGHT ); in InitKey()
408 SETCONST( pKey, "KEY_HOME", com::sun::star::awt::Key::HOME ); in InitKey()
409 SETCONST( pKey, "KEY_END", com::sun::star::awt::Key::END ); in InitKey()
410 SETCONST( pKey, "KEY_PAGEUP", com::sun::star::awt::Key::PAGEUP ); in InitKey()
411 SETCONST( pKey, "KEY_PAGEDOWN", com::sun::star::awt::Key::PAGEDOWN ); in InitKey()
413 SETCONST( pKey, "KEY_RETURN", com::sun::star::awt::Key::RETURN ); in InitKey()
414 SETCONST( pKey, "KEY_ESCAPE", com::sun::star::awt::Key::ESCAPE ); in InitKey()
415 SETCONST( pKey, "KEY_TAB", com::sun::star::awt::Key::TAB ); in InitKey()
416 SETCONST( pKey, "KEY_BACKSPACE", com::sun::star::awt::Key::BACKSPACE ); in InitKey()
417 SETCONST( pKey, "KEY_SPACE", com::sun::star::awt::Key::SPACE ); in InitKey()
418 SETCONST( pKey, "KEY_INSERT", com::sun::star::awt::Key::INSERT ); in InitKey()
419 SETCONST( pKey, "KEY_DELETE", com::sun::star::awt::Key::DELETE ); in InitKey()
421 SETCONST( pKey, "KEY_ADD", com::sun::star::awt::Key::ADD ); in InitKey()
422 SETCONST( pKey, "KEY_SUBTRACT", com::sun::star::awt::Key::SUBTRACT ); in InitKey()
423 SETCONST( pKey, "KEY_MULTIPLY", com::sun::star::awt::Key::MULTIPLY ); in InitKey()
424 SETCONST( pKey, "KEY_DIVIDE", com::sun::star::awt::Key::DIVIDE ); in InitKey()
425 SETCONST( pKey, "KEY_POINT", com::sun::star::awt::Key::POINT ); in InitKey()
426 SETCONST( pKey, "KEY_COMMA", com::sun::star::awt::Key::COMMA ); in InitKey()
427 SETCONST( pKey, "KEY_LESS", com::sun::star::awt::Key::LESS ); in InitKey()
428 SETCONST( pKey, "KEY_GREATER", com::sun::star::awt::Key::GREATER ); in InitKey()
429 SETCONST( pKey, "KEY_EQUAL", com::sun::star::awt::Key::EQUAL ); in InitKey()
431 SETCONST( pKey, "KEY_OPEN", com::sun::star::awt::Key::OPEN ); in InitKey()
432 SETCONST( pKey, "KEY_CUT", com::sun::star::awt::Key::CUT ); in InitKey()
433 SETCONST( pKey, "KEY_COPY", com::sun::star::awt::Key::COPY ); in InitKey()
434 SETCONST( pKey, "KEY_PASTE", com::sun::star::awt::Key::PASTE ); in InitKey()
435 SETCONST( pKey, "KEY_UNDO", com::sun::star::awt::Key::UNDO ); in InitKey()
436 SETCONST( pKey, "KEY_REPEAT", com::sun::star::awt::Key::REPEAT ); in InitKey()
437 SETCONST( pKey, "KEY_FIND", com::sun::star::awt::Key::FIND ); in InitKey()
438 SETCONST( pKey, "KEY_PROPERTIES", com::sun::star::awt::Key::PROPERTIES ); in InitKey()
439 SETCONST( pKey, "KEY_FRONT", com::sun::star::awt::Key::FRONT ); in InitKey()
440 SETCONST( pKey, "KEY_CONTEXTMENU", com::sun::star::awt::Key::CONTEXTMENU ); in InitKey()
441 SETCONST( pKey, "KEY_HELP", com::sun::star::awt::Key::HELP ); in InitKey()
442 SETCONST( pKey, "KEY_HANGUL_HANJA", com::sun::star::awt::Key::HANGUL_HANJA ); in InitKey()
443 SETCONST( pKey, "KEY_DECIMAL", com::sun::star::awt::Key::DECIMAL ); in InitKey()
444 SETCONST( pKey, "KEY_TILDE", com::sun::star::awt::Key::TILDE ); in InitKey()
445 SETCONST( pKey, "KEY_QUOTELEFT", com::sun::star::awt::Key::QUOTELEFT ); in InitKey()
463 SETCONST( pTriState, "STATE_NOCHECK", STATE_NOCHECK ); in InitTriState()
464 SETCONST( pTriState, "STATE_CHECK", STATE_CHECK ); in InitTriState()
465 SETCONST( pTriState, "STATE_DONTKNOW", STATE_DONTKNOW ); in InitTriState()
483 SETCONST( pMessButtons, "WB_OK", sal::static_int_cast<sal_uInt32>(WB_OK) ); in InitMessButtons()
484 …SETCONST( pMessButtons, "WB_OK_CANCEL", sal::static_int_cast<sal_uInt32>(WB_OK_CANCE… in InitMessButtons()
485 …SETCONST( pMessButtons, "WB_YES_NO", sal::static_int_cast<sal_uInt32>(WB_YES_NO) … in InitMessButtons()
486 …SETCONST( pMessButtons, "WB_YES_NO_CANCEL", sal::static_int_cast<sal_uInt32>(WB_YES_NO_C… in InitMessButtons()
487 …SETCONST( pMessButtons, "WB_RETRY_CANCEL", sal::static_int_cast<sal_uInt32>(WB_RETRY_CA… in InitMessButtons()
488 …SETCONST( pMessButtons, "WB_ABORT_RETRY_IGNORE", sal::static_int_cast<sal_uInt32>(WB_ABORT_RE… in InitMessButtons()
506 …SETCONST( pMessDefButton, "WB_DEF_OK", sal::static_int_cast<sal_uInt32>(WB_DEF_OK… in InitMessDefButton()
507 …SETCONST( pMessDefButton, "WB_DEF_CANCEL", sal::static_int_cast<sal_uInt32>(WB_DEF_CA… in InitMessDefButton()
508 …SETCONST( pMessDefButton, "WB_DEF_RETRY", sal::static_int_cast<sal_uInt32>(WB_DEF_RE… in InitMessDefButton()
509 …SETCONST( pMessDefButton, "WB_DEF_YES", sal::static_int_cast<sal_uInt32>(WB_DEF_YE… in InitMessDefButton()
510 …SETCONST( pMessDefButton, "WB_DEF_NO", sal::static_int_cast<sal_uInt32>(WB_DEF_NO… in InitMessDefButton()
511 …SETCONST( pMessDefButton, "WB_DEF_IGNORE", sal::static_int_cast<sal_uInt32>(WB_DEF_IG… in InitMessDefButton()