Home
last modified time | relevance | path

Searched refs:getBool (Results 151 – 155 of 155) sorted by relevance

1234567

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx76 return (!aVar.isNull() && !aVar.isEmpty() ? aVar.getBool() : sal_False); in getBoolProperty()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java496 public boolean getBool() throws com.sun.star.uno.RuntimeException { in getBool() method in TestComponent._TestObject
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx479 aRet.Bool = xLBT->getBool(); in performTest()
H A Dcppobj.cxx223 virtual sal_Bool SAL_CALL getBool() throw(com::sun::star::uno::RuntimeException) in getBool() function in bridge_object::Test_Impl
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2004 *pData = rRow.get()[nPos]->getValue().getBool() ? 'T' : 'F'; in UpdateBuffer()

Completed in 131 milliseconds

1234567