Searched refs:ODataSettings (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/dbaccess/source/core/api/ |
H A D | querydescriptor.cxx | 77 ,ODataSettings(m_aBHelper,sal_True) in DBG_NAME() 81 ODataSettings::registerPropertiesFor(this); in DBG_NAME() 87 ,ODataSettings(m_aBHelper,sal_True) in OQueryDescriptor() 91 ODataSettings::registerPropertiesFor(this); in OQueryDescriptor() 99 IMPLEMENT_TYPEPROVIDER2(OQueryDescriptor,OQueryDescriptor_Base,ODataSettings); 100 IMPLEMENT_FORWARD_XINTERFACE3( OQueryDescriptor,OWeakObject,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
|
H A D | query.cxx | 134 ,ODataSettings(OContentHelper::rBHelper,sal_True) in DBG_NAME() 144 ODataSettings::registerPropertiesFor(this); in DBG_NAME() 174 IMPLEMENT_GETTYPES3(OQuery,OQueryDescriptor_Base,ODataSettings,OContentHelper); 175 IMPLEMENT_FORWARD_XINTERFACE3( OQuery,OContentHelper,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument 299 ODataSettings::setFastPropertyValue_NoBroadcast(nOwnHandle, _rSource.NewValue); in propertyChange() 351 ODataSettings::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
|
H A D | TableDeco.cxx | 117 ,ODataSettings(OTableDescriptor_BASE::rBHelper) in DBG_NAME() 128 ODataSettings::registerPropertiesFor(this); in DBG_NAME() 211 bRet = ODataSettings::convertFastPropertyValue(rConvertedValue, rOldValue,nHandle,rValue); in convertFastPropertyValue() 258 ODataSettings::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast() 337 ODataSettings::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 452 aRet = ODataSettings::queryInterface(rType); in queryInterface()
|
H A D | datasettings.cxx | 80 void ODataSettings::registerPropertiesFor(ODataSettings_Base* _pItem) in registerPropertiesFor() 136 ODataSettings::ODataSettings(OBroadcastHelper& _rBHelper,sal_Bool _bQuery) in ODataSettings() function in dbaccess::ODataSettings 174 void ODataSettings::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in getPropertyDefaultByHandle()
|
H A D | querydescriptor.hxx | 145 ,public ODataSettings
|
H A D | query.hxx | 77 ,public ODataSettings
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | ComponentDefinition.cxx | 122 ODataSettings::registerPropertiesFor( &rDefinition ); in DBG_NAME() 143 ,ODataSettings(OContentHelper::rBHelper,!_bTable) in OComponentDefinition() 162 ,ODataSettings(OContentHelper::rBHelper,!_bTable) in OComponentDefinition() 174 IMPLEMENT_GETTYPES3(OComponentDefinition,ODataSettings,OContentHelper,OComponentDefinition_BASE); 175 IMPLEMENT_FORWARD_XINTERFACE3( OComponentDefinition,OContentHelper,ODataSettings,OComponentDefiniti… in IMPLEMENT_FORWARD_XINTERFACE3() argument 290 ODataSettings::setFastPropertyValue_NoBroadcast(nHandle,rValue); in setFastPropertyValue_NoBroadcast()
|
H A D | ComponentDefinition.hxx | 118 ,public ODataSettings
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | datasettings.hxx | 85 class ODataSettings : public ::comphelper::OPropertyStateContainer class 90 ODataSettings(::cppu::OBroadcastHelper& _rBHelper,sal_Bool _bQuery = sal_False);
|
H A D | TableDeco.hxx | 102 ,public ODataSettings //ODataSettings_Base 211 using ODataSettings::getFastPropertyValue;
|
Completed in 48 milliseconds