Lines Matching refs:SfxStringItem

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()
357 *pCounter++ = new SfxStringItem(DSID_USER, String()); in createItemSet()
358 *pCounter++ = new SfxStringItem(DSID_PASSWORD, String()); in createItemSet()
359 *pCounter++ = new SfxStringItem(DSID_ADDITIONALOPTIONS, String()); in createItemSet()
360 *pCounter++ = new SfxStringItem(DSID_CHARSET, String()); in createItemSet()
364 *pCounter++ = new SfxStringItem(DSID_JDBCDRIVERCLASS, String()); in createItemSet()
365 *pCounter++ = new SfxStringItem(DSID_FIELDDELIMITER, ','); in createItemSet()
366 *pCounter++ = new SfxStringItem(DSID_TEXTDELIMITER, '"'); in createItemSet()
367 *pCounter++ = new SfxStringItem(DSID_DECIMALDELIMITER, '.'); in createItemSet()
368 *pCounter++ = new SfxStringItem(DSID_THOUSANDSDELIMITER, String()); in createItemSet()
369 *pCounter++ = new SfxStringItem(DSID_TEXTFILEEXTENSION, String::CreateFromAscii("txt")); in createItemSet()
378 *pCounter++ = new SfxStringItem(DSID_CONN_CTRLUSER, String()); in createItemSet()
379 *pCounter++ = new SfxStringItem(DSID_CONN_CTRLPWD, String()); in createItemSet()
381 *pCounter++ = new SfxStringItem(DSID_CONN_HOSTNAME, String()); in createItemSet()
382 *pCounter++ = new SfxStringItem(DSID_CONN_LDAP_BASEDN, String()); in createItemSet()
386 *pCounter++ = new SfxStringItem(DSID_AUTOINCREMENTVALUE, String()); in createItemSet()
387 *pCounter++ = new SfxStringItem(DSID_AUTORETRIEVEVALUE, String()); in createItemSet()
399 *pCounter++ = new SfxStringItem(DSID_DOCUMENT_URL, String()); in createItemSet()
401 *pCounter++ = new SfxStringItem(DSID_DATABASENAME, String()); in createItemSet()
405 *pCounter++ = new SfxStringItem(DSID_CONN_SOCKET, String()); in createItemSet()
407 *pCounter++ = new SfxStringItem(DSID_NAMED_PIPE, String()); in createItemSet()