Home
last modified time | relevance | path

Searched refs:xDbProps (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/browser/
H A Dsbagrid.cxx886 Reference< XPropertySet > xDbProps(xConn->getParent(), UNO_QUERY); in IsReadOnlyDB() local
887 if (xDbProps.is()) in IsReadOnlyDB()
889 Reference< XPropertySetInfo > xInfo = xDbProps->getPropertySetInfo(); in IsReadOnlyDB()
891 … bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Dsbagrid.cxx962 Reference< XPropertySet > xDbProps(xConn->getParent(), UNO_QUERY); in IsReadOnlyDB() local
963 if (xDbProps.is()) in IsReadOnlyDB()
965 Reference< XPropertySetInfo > xInfo = xDbProps->getPropertySetInfo(); in IsReadOnlyDB()
967 … bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()