Home
last modified time | relevance | path

Searched refs:pCounter (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx349 …SfxPoolItem** pCounter = _rppDefaults; // want to modify this without affecting the out param _rp… in createItemSet() local
350 *pCounter++ = new SfxStringItem(DSID_NAME, String()); in createItemSet()
351 *pCounter++ = new SfxStringItem(DSID_ORIGINALNAME, String()); in createItemSet()
352 *pCounter++ = new SfxStringItem(DSID_CONNECTURL, String()); in createItemSet()
353 … *pCounter++ = new OStringListItem(DSID_TABLEFILTER, Sequence< ::rtl::OUString >(&sFilterAll, 1)); in createItemSet()
354 *pCounter++ = new DbuTypeCollectionItem(DSID_TYPECOLLECTION, _pTypeCollection); in createItemSet()
355 *pCounter++ = new SfxBoolItem(DSID_INVALID_SELECTION, sal_False); 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()
[all …]
/AOO41X/main/extensions/source/propctrlr/
H A Dfontdialog.cxx511 …SfxPoolItem** pCounter = _rppDefaults; // want to modify this without affecting the out param _rp… in createItemSet() local
512 …*pCounter++ = new SvxFontItem(aDefaultVCLFont.GetFamily(), aDefaultVCLFont.GetName(), aDefaultVCLF… in createItemSet()
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()
516 … *pCounter++ = new SvxLanguageItem(Application::GetSettings().GetUILanguage(), CFID_LANGUAGE); in createItemSet()
517 *pCounter++ = new SvxUnderlineItem(aDefaultVCLFont.GetUnderline(), CFID_UNDERLINE); in createItemSet()
518 *pCounter++ = new SvxCrossedOutItem(aDefaultVCLFont.GetStrikeout(), CFID_STRIKEOUT); in createItemSet()
519 *pCounter++ = new SvxWordLineModeItem(aDefaultVCLFont.IsWordLineMode(), CFID_WORDLINEMODE); in createItemSet()
520 *pCounter++ = new SvxColorItem(aDefaultVCLFont.GetColor(), CFID_CHARCOLOR); in createItemSet()
[all …]