https://bugs.freedesktop.org/show_bug.cgi?id=54021
--- Comment #19 from Julien Nabet <[email protected]> --- 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) http://opengrok.libreoffice.org/xref/core/svx/source/fmcomp/dbaexchange.cxx#86 102 _rxForm->getPropertyValue(FM_PROP_DATASOURCE) >>= sDatasource; 103 _rxForm->getPropertyValue(FM_PROP_URL) >>= sURL; gives empty strings. SbaGridControl::DoColumnDrag http://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/browser/sbagrid.cxx#1120 1152 OColumnTransferable* pDataTransfer = new OColumnTransferable(xDataSource, sField, ... So xDataSource doesn't contain all the information. Lionel: any idea if it's the good lead to follow? -- 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
