Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1740 Reference< XPropertySet > xDataSourceSet(getRowSet(), UNO_QUERY); in GetState() local
1741 if (!xDataSourceSet.is()) in GetState()
1744 …sal_Int32 nDataSourcePrivileges = ::comphelper::getINT32(xDataSourceSet->getPropertyValue(PROPERTY… in GetState()
1745 …:sun::star::sdbcx::Privilege::INSERT) != 0) && ::comphelper::getBOOL(xDataSourceSet->getPropertyVa… in GetState()
1746 …:sun::star::sdbcx::Privilege::UPDATE) != 0) && ::comphelper::getBOOL(xDataSourceSet->getPropertyVa… in GetState()
1747 …:sun::star::sdbcx::Privilege::DELETE) != 0) && ::comphelper::getBOOL(xDataSourceSet->getPropertyVa… in GetState()
H A Dunodatbr.cxx619 Reference< XPropertySet > xDataSourceSet(getRowSet(), UNO_QUERY); in initializePreviewMode() local
620 if ( xDataSourceSet.is() ) in initializePreviewMode()
622xDataSourceSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AllowInserts")),make… in initializePreviewMode()
623xDataSourceSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AllowUpdates")),make… in initializePreviewMode()
624xDataSourceSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AllowDeletes")),make… in initializePreviewMode()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1289 Reference< XPropertySet > xDataSourceSet = m_pDataCursor->getPropertySet(); in SetOptions() local
1290 if (xDataSourceSet.is()) in SetOptions()
1294 xDataSourceSet->getPropertyValue(FM_PROP_PRIVILEGES) >>= nPrivileges; in SetOptions()

Completed in 81 milliseconds