Tag: cws_src680_dba24d User: fs Date: 2007-11-15 10:01:26+0000 Modified: dba/connectivity/inc/connectivity/dbtools.hxx
Log: #i81658# +createUniqueName taking a string sequence File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbtools.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbtools.hxx?r1=1.32&r2=1.32.116.1 Delta lines: +11 -3 -------------------- --- dbtools.hxx 2006-12-13 16:11:42+0000 1.32 +++ dbtools.hxx 2007-11-15 10:01:24+0000 1.32.116.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbtools.hxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.32.116.1 $ * - * last change: $Author: kz $ $Date: 2006/12/13 16:11:42 $ + * last change: $Author: fs $ $Date: 2007/11/15 10:01:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -515,6 +515,14 @@ const ::rtl::OUString& _rBaseName, sal_Bool _bStartWithNumber = sal_True); + /** creates a unique name which is not already used in the given name array + */ + ::rtl::OUString createUniqueName( + const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rNames, + const ::rtl::OUString& _rBaseName, + sal_Bool _bStartWithNumber = sal_True + ); + /** create a name which is a valid SQL 92 identifier name @param _rName the string which should be converted @param _rSpecials @see com.sun.star.sdbc.XDatabaseMetaData.getExtraNameCharacters --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
