Tag: cws_dev300_dba31a User: oj Date: 2008-06-05 07:51:19+0000 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Log: #i81037# insert more aggegrate functions File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.81&r2=1.81.42.1 Delta lines: +15 -3 -------------------- --- SelectionBrowseBox.cxx 2008-04-10 16:23:47+0000 1.81 +++ SelectionBrowseBox.cxx 2008-06-05 07:51:16+0000 1.81.42.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SelectionBrowseBox.cxx,v $ - * $Revision: 1.81 $ + * $Revision: 1.81.42.1 $ * * This file is part of OpenOffice.org. * @@ -243,7 +243,19 @@ if(xConnection.is()) { const IParseContext& rContext = static_cast<OQueryController*>(getDesignView()->getController())->getParser().getContext(); - IParseContext::InternationalKeyCode eFunctions[] = { IParseContext::KEY_AVG,IParseContext::KEY_COUNT,IParseContext::KEY_MAX,IParseContext::KEY_MIN,IParseContext::KEY_SUM }; + IParseContext::InternationalKeyCode eFunctions[] = { IParseContext::KEY_AVG,IParseContext::KEY_COUNT,IParseContext::KEY_MAX + ,IParseContext::KEY_MIN,IParseContext::KEY_SUM + ,IParseContext::KEY_EVERY + ,IParseContext::KEY_ANY + ,IParseContext::KEY_SOME + ,IParseContext::KEY_STDDEV_POP + ,IParseContext::KEY_STDDEV_SAMP + ,IParseContext::KEY_VAR_SAMP + ,IParseContext::KEY_VAR_POP + ,IParseContext::KEY_COLLECT + ,IParseContext::KEY_FUSION + ,IParseContext::KEY_INTERSECTION + }; String sGroup = m_aFunctionStrings.GetToken(m_aFunctionStrings.GetTokenCount() - 1); m_aFunctionStrings = m_aFunctionStrings.GetToken(0); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
