To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727
------- Additional comments from [EMAIL PROTECTED] Fri Dec 30 08:44:16 -0800
2005 -------
CVS commit from Tobias Koenig, 2002-12-18 21:29:35 +0100 :
- add allAddressees() to AddressBook, so you can easiely access all
addressees at once
svn diff -r181332:194697 addressbook.h
Index: addressbook.h
===================================================================
--- addressbook.h (révision 181332)
+++ addressbook.h (révision 194697)
@@ -186,7 +186,14 @@
*/
Addressee findByUid( const QString & );
+
/**
+ Returns a list of all addressees in the address book. This list can
+ be sorted with @ref KABC::AddresseeList for example.
+ */
+ Addressee::List allAddressees();
+
+ /**
Find all entries with the specified name in the address book. Returns
an empty list, if no entries couldn't be found.
*/
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]