summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:56:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:56:31 +0000
commited1ef654c567c7acfcee947f58d88819e4dcb46f (patch)
treecca672fdbbcec069739f1d553147db7dfabc0da8 /dbaccess
parentc4dabd8e701c15dda8824f6472afb4e062387301 (diff)
INTEGRATION: CWS dba31a (1.81.42); FILE MERGED
2008/07/02 20:22:38 fs 1.81.42.3: #i10000# 2008/07/02 09:16:42 oj 1.81.42.2: RESYNC: (1.81-1.82); FILE MERGED 2008/06/05 07:51:16 oj 1.81.42.1: #i81037# insert more aggegrate functions
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index e7c76db43091..94fe8550d759 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SelectionBrowseBox.cxx,v $
- * $Revision: 1.82 $
+ * $Revision: 1.83 $
*
* This file is part of OpenOffice.org.
*
@@ -243,7 +243,19 @@ void OSelectionBrowseBox::initialize()
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);