https://bugs.freedesktop.org/show_bug.cgi?id=54021

--- Comment #18 from Julien Nabet <[email protected]> ---
Unwinding a bit the lack of datasourcename:
OColumnTransferable::extractColumnDescriptor
http://opengrok.libreoffice.org/xref/core/svx/source/fmcomp/dbaexchange.cxx#261

    285  // build the real descriptor
    286  return ODataAccessDescriptor(aDescriptorProps);

Then:
bool ODADescriptorImpl::buildFrom( const Sequence< PropertyValue >& _rValues )
http://opengrok.libreoffice.org/xref/core/svx/source/form/dataaccessdescriptor.cxx#100
when pValues->Name = "DataSourceName"
pValues->Value = <Any: (string) >

then:
void ODataAccessDescriptor::setDataSource(const OUString&
_sDataSourceNameOrLocation)
http://opengrok.libreoffice.org/xref/core/svx/source/form/dataaccessdescriptor.cxx#390
"_sDataSourceNameOrLocation" is empty

then:
    164     void OColumnTransferable::implConstruct( const OUString&
_rDatasource
    165                                             ,const OUString&
_rConnectionResource
    166                                             ,const sal_Int32
_nCommandType
    167                                             ,const OUString& _rCommand
    168                                             , const OUString&
_rFieldName)
http://opengrok.libreoffice.org/xref/core/svx/source/fmcomp/dbaexchange.cxx#164
"_rDatasource" is empty

then:
     86     OColumnTransferable::OColumnTransferable(const Reference<
XPropertySet >& _rxForm,
     87             const OUString& _rFieldName, const Reference< XPropertySet
>& _rxColumn,
     88             const Reference< XConnection >& _rxConnection, sal_Int32
_nFormats)
     89         :m_nFormatFlags(_nFormats)
     90     {

must dig on...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to