Searched refs:pCounter (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbadmin.cxx | 350 *pCounter++ = new SfxStringItem(DSID_NAME, String()); in createItemSet() 356 *pCounter++ = new SfxBoolItem(DSID_READONLY, sal_False); in createItemSet() 357 *pCounter++ = new SfxStringItem(DSID_USER, String()); in createItemSet() 358 *pCounter++ = new SfxStringItem(DSID_PASSWORD, String()); in createItemSet() 360 *pCounter++ = new SfxStringItem(DSID_CHARSET, String()); in createItemSet() 366 *pCounter++ = new SfxStringItem(DSID_TEXTDELIMITER, '"'); in createItemSet() 374 *pCounter++ = new OPropertySetItem(DSID_DATASOURCE_UNO); in createItemSet() 376 *pCounter++ = new SfxInt32Item(DSID_CONN_DATAINC, 20); in createItemSet() 377 *pCounter++ = new SfxInt32Item(DSID_CONN_CACHESIZE, 20); in createItemSet() 395 *pCounter++ = new SfxBoolItem(DSID_CATALOG, sal_True); in createItemSet() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 513 *pCounter++ = new SvxFontHeightItem(aDefaultVCLFont.GetHeight(), 100, CFID_HEIGHT); in createItemSet() 514 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_WEIGHT); in createItemSet() 515 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_POSTURE); in createItemSet() 517 *pCounter++ = new SvxUnderlineItem(aDefaultVCLFont.GetUnderline(), CFID_UNDERLINE); in createItemSet() 520 *pCounter++ = new SvxColorItem(aDefaultVCLFont.GetColor(), CFID_CHARCOLOR); in createItemSet() 521 *pCounter++ = new SvxCharReliefItem(aDefaultVCLFont.GetRelief(), CFID_RELIEF); in createItemSet() 526 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_CJK_WEIGHT); in createItemSet() 527 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_CJK_POSTURE); in createItemSet() 530 *pCounter++ = new SvxCaseMapItem(SVX_CASEMAP_NOT_MAPPED, CFID_CASEMAP); in createItemSet() 531 *pCounter++ = new SvxContourItem(sal_False, CFID_CONTOUR); in createItemSet() [all …]
|
Completed in 24 milliseconds