Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1258 Reference< XPropertySet > xDbProps(xConn->getParent(), UNO_QUERY); in IsReadOnlyDB() local
1259 if (xDbProps.is()) in IsReadOnlyDB()
1261 Reference< XPropertySetInfo > xInfo = xDbProps->getPropertySetInfo(); in IsReadOnlyDB()
1263 bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()

Completed in 22 milliseconds