30class PABXXPort : public KAB::XXPort
36 PABXXPort( TDEABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
38 TQString identifier() const { return "pab"; }
41 TDEABC::AddresseeList importContacts( const TQString &data ) const;
44 void doExport( TQFile *fp, const TDEABC::AddresseeList &list );
59#define MS_GIVEN_NAME 0x3a13
60#define MS_GIVEN_NAME_1 0x3a45
61#define MS_GIVEN_NAME_2 0x3a47
62#define MS_GIVEN_NAME_3 0x3a4f
63#define MS_GIVEN_NAME_4 0x3001
64#define MS_GIVEN_NAME_5 0x3a20
65#define SET_MS_GIVEN_NAME \
66 MS_GIVEN_NAME,MS_GIVEN_NAME_1,MS_GIVEN_NAME_2, \
67 MS_GIVEN_NAME_3,MS_GIVEN_NAME_4,MS_GIVEN_NAME_5
71#define MS_EMAIL 0x3a56
72#define MS_EMAIL_1 0x3003
78#define MS_FIRSTNAME 0x3a06
79#define SET_MS_FIRSTNAME \
84#define MS_LASTNAME 0x3a11
85#define SET_MS_LASTNAME \
91#define MS_MIDDLENAME 0x3a44
92#define SET_MS_MIDDLENAME \
97#define MS_TITLE 0x3a17
103#define MS_ADDRESS 0x3a15
104#define MS_ADDRESS_1 0x3a29
105#define MS_ADDRESS_2 0x3a59
106#define SET_MS_ADDRESS \
107 MS_ADDRESS, MS_ADDRESS_1, MS_ADDRESS_2
112#define MS_ZIP_1 0x3a2a
118#define MS_STATE 0x3a28
119#define MS_STATE_1 0x3a5c
120#define SET_MS_STATE \
125#define MS_TOWN 0x3a27
126#define MS_TOWN_1 0x3a59
132#define MS_COUNTRY 0x3a26
133#define MS_COUNTRY_1 0x3a5a
134#define SET_MS_COUNTRY \
135 MS_COUNTRY, MS_COUNTRY_1
140#define MS_TEL_1 0x3a09
141#define MS_TEL_2 0x3a1a
142#define MS_TEL_3 0x3a1b
143#define MS_TEL_4 0x3a1f
144#define MS_TEL_5 0x3a1d
145#define MS_TEL_6 0x3a2d
146#define MS_TEL_7 0x3a2f
148 MS_TEL,MS_TEL_1,MS_TEL_2,MS_TEL_3,MS_TEL_4, \
149 MS_TEL_5,MS_TEL_6,MS_TEL_7
153#define MS_MOBILE 0x3a1c
154#define MS_MOBILE_1 0x3a1e
155#define MS_MOBILE_2 0x3a21
156#define SET_MS_MOBILE \
157 MS_MOBILE,MS_MOBILE_1,MS_MOBILE_2
162#define MS_FAX_1 0x3a24
163#define MS_FAX_2 0x3a25
164#define MS_FAX_3 0x3a2c
166 MS_FAX,MS_FAX_1,MS_FAX_2,MS_FAX_3
171#define SET_MS_ORGANIZATION \
177#define SET_MS_DEPARTMENT \
182#define MS_COMMENT 0x3004
183#define SET_MS_COMMENT \
188#define SET_NOT_USED \
210#define HP_OPENMAIL_JOB 0x672b
211#define HP_OPENMAIL_ORGANIZATION 0x6728
212#define HP_OPENMAIL_DEPARTMENT 0x6729
213#define HP_OPENMAIL_SUBDEP 0x672b
214#define HP_OPENMAIL_LOCATION_OF_WORK 0x672a
|