Kaydet (Commit) 79ce97d3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba30c (1.35.8); FILE MERGED

2008/05/05 11:13:36 oj 1.35.8.1: #i87131# collect keys only once, getKeys always refetch keys
üst abdb37f9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: UITools.hxx,v $ * $RCSfile: UITools.hxx,v $
* $Revision: 1.35 $ * $Revision: 1.36 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -58,6 +58,7 @@ namespace com { namespace sun { namespace star { ...@@ -58,6 +58,7 @@ namespace com { namespace sun { namespace star {
namespace container namespace container
{ {
class XNameAccess; class XNameAccess;
class XIndexAccess;
class XHierarchicalNameContainer; class XHierarchicalNameContainer;
class XNameContainer; class XNameContainer;
} }
...@@ -150,7 +151,7 @@ namespace dbaui ...@@ -150,7 +151,7 @@ namespace dbaui
*/ */
::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> > ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> >
getKeyColumns( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxTable, getKeyColumns( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxKeys,
sal_Int32 _nKeyType); sal_Int32 _nKeyType);
/** fills a map and a vector with localized type names /** fills a map and a vector with localized type names
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment