Tag: cws_src680_dr33 User: dr Date: 05/02/14 08:37:31 Modified: /dba/connectivity/source/drivers/evoab/ LColumnAlias.cxx, LConfigAccess.cxx, LConnection.cxx, LFolderList.cxx, LTable.cxx
Log: #i42367# remove non-ASCII characters from C++ sources File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LColumnAlias.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LColumnAlias.cxx?r1=1.3&r2=1.3.180.1 Delta lines: +13 -13 --------------------- --- LColumnAlias.cxx 3 Jun 2003 08:36:23 -0000 1.3 +++ LColumnAlias.cxx 14 Feb 2005 16:37:27 -0000 1.3.180.1 @@ -2,9 +2,9 @@ * * $RCSfile: LColumnAlias.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.180.1 $ * - * last change: $Author: vg $ $Date: 2003/06/03 08:36:23 $ + * last change: $Author: dr $ $Date: 2005/02/14 16:37:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,7 +159,7 @@ { try { - //������������������������������������������������������������� + //============================================================= Reference< XNameAccess > xEvoAliasesNode; Reference< XNameAccess > xMozAliasesNode; xEvoDriverNode->getPropertyValue( ::rtl::OUString::createFromAscii("ColumnAliases") ) >>= xEvoAliasesNode; @@ -174,7 +174,7 @@ aColumnProgrammaticNames = xEvoAliasesNode->getElementNames(); //OSL_TRACE("OColumnAlias::setAlias()after xAliasesNode->getElementNames()"); - //������������������������������������������������������������� + //============================================================= // travel through all the set elements const ::rtl::OUString* pProgrammaticNames = aColumnProgrammaticNames.getConstArray(); const ::rtl::OUString* pProgrammaticNamesEnd = pProgrammaticNames + aColumnProgrammaticNames.getLength(); @@ -211,7 +211,7 @@ //OSL_TRACE("OColumnAlias::setAlias()::sAssignedAlias = %s\n", ((OUtoCStr(sAssignedAlias)) ? (OUtoCStr(sAssignedAlias)):("NULL")) ); //OSL_TRACE("OColumnAlias::setAlias()::sHeadLineName = %s\n", ((OUtoCStr(sHeadLineName)) ? (OUtoCStr(sHeadLineName)):("NULL")) ); - //������������������������������������������������������������� + //============================================================= // check the value // look up the programmatic indicated by pProgrammaticNames in the known programmatics const ::rtl::OUString* pProgrammatic = sProgrammaticNames + FIRSTNAME; File [changed]: LConfigAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LConfigAccess.cxx?r1=1.2&r2=1.2.180.1 Delta lines: +5 -5 ------------------- --- LConfigAccess.cxx 2 Jun 2003 07:55:05 -0000 1.2 +++ LConfigAccess.cxx 14 Feb 2005 16:37:27 -0000 1.2.180.1 @@ -2,9 +2,9 @@ * * $RCSfile: LConfigAccess.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.180.1 $ * - * last change: $Author: vg $ $Date: 2003/06/02 07:55:05 $ + * last change: $Author: dr $ $Date: 2005/02/14 16:37:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ Reference< XPropertySet > xNode; try { - //������������������������������������������������������������� + //============================================================= // create the config provider Reference< XMultiServiceFactory > xConfigProvider( _rxORB->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.configuration.ConfigurationProvider" ) ), @@ -102,7 +102,7 @@ //sCompleteNodePath += ::rtl::OUString::createFromAscii ("com.sun.star.comp.sdbc.MozabDriver"); EVO_TRACE_STRING("createDriverConfigNode()::sCompleteNodePath = %s\n", sCompleteNodePath ); - //��������������������������������������������������������� + //========================================================= // arguments for creating the config access Sequence< Any > aArguments(2); // the path to the node to open @@ -120,7 +120,7 @@ PropertyState_DIRECT_VALUE ); - //��������������������������������������������������������� + //========================================================= // create the access Reference< XInterface > xAccess = xConfigProvider->createInstanceWithArguments( ::rtl::OUString::createFromAscii( "com.sun.star.configuration.ConfigurationAccess" ), File [changed]: LConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LConnection.cxx?r1=1.4&r2=1.4.52.1 Delta lines: +19 -19 --------------------- --- LConnection.cxx 8 Sep 2004 16:20:00 -0000 1.4 +++ LConnection.cxx 14 Feb 2005 16:37:27 -0000 1.4.52.1 @@ -2,9 +2,9 @@ * * $RCSfile: LConnection.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.52.1 $ * - * last change: $Author: rt $ $Date: 2004/09/08 16:20:00 $ + * last change: $Author: dr $ $Date: 2005/02/14 16:37:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -208,7 +208,7 @@ aParam.push_back(PropertyValue(::rtl::OUString::createFromAscii("DecimalDelimiter"), 0, makeAny(::rtl::OUString(&m_cDecimalDelimiter,1)), PropertyState_DIRECT_VALUE)); aParam.push_back(PropertyValue(::rtl::OUString::createFromAscii("ThousandDelimiter"), 0, makeAny(::rtl::OUString(&m_cThousandDelimiter,1)), PropertyState_DIRECT_VALUE)); - // build a new parameter sequence from the original parameters, appended b� the new parameters from above + // build a new parameter sequence from the original parameters, appended by the new parameters from above PropertyValue *pParams = aParam.empty() ? 0 : &aParam[0]; aDriverParam = ::comphelper::concatSequences( info, File [changed]: LFolderList.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LFolderList.cxx?r1=1.5&r2=1.5.70.1 Delta lines: +3 -3 ------------------- --- LFolderList.cxx 2 Jun 2004 07:50:58 -0000 1.5 +++ LFolderList.cxx 14 Feb 2005 16:37:28 -0000 1.5.70.1 @@ -2,9 +2,9 @@ * * $RCSfile: LFolderList.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.70.1 $ * - * last change: $Author: obo $ $Date: 2004/06/02 07:50:58 $ + * last change: $Author: dr $ $Date: 2005/02/14 16:37:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -285,7 +285,7 @@ } } - // jetzt k�nnte es noch ein Datumsfeld sein + // jetzt koennte es noch ein Datumsfeld sein if (!bNumeric) { try File [changed]: LTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LTable.cxx?r1=1.8&r2=1.8.28.1 Delta lines: +16 -16 --------------------- --- LTable.cxx 13 Dec 2004 12:03:15 -0000 1.8 +++ LTable.cxx 14 Feb 2005 16:37:28 -0000 1.8.28.1 @@ -2,9 +2,9 @@ * * $RCSfile: LTable.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.8.28.1 $ * - * last change: $Author: hr $ $Date: 2004/12/13 12:03:15 $ + * last change: $Author: dr $ $Date: 2005/02/14 16:37:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -297,7 +297,7 @@ } } - // jetzt k�nnte es noch ein Datumsfeld sein + // jetzt koennte es noch ein Datumsfeld sein if (!bNumeric) { try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
