/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | metadata.cxx | 118 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo() in getPropertyInfo() function in rptui::OPropertyInfoService 187 const OPropertyInfoImpl* pInfo = getPropertyInfo(_rName); in getPropertyId() 194 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation() 201 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId() 208 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyUIFlags() 213 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName) in getPropertyInfo() function in rptui::OPropertyInfoService 217 getPropertyInfo(); in getPropertyInfo() 231 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId) in getPropertyInfo() function in rptui::OPropertyInfoService 235 getPropertyInfo(); in getPropertyInfo()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 117 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo() in getPropertyInfo() function in pcr::OPropertyInfoService 379 const OPropertyInfoImpl* pInfo = getPropertyInfo(_rName); in getPropertyId() 386 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nPropId); in getPropertyName() 393 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyTranslation() 400 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyHelpId() 407 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyPos() 414 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nId); in getPropertyUIFlags() 554 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(const String& _rName) in getPropertyInfo() function in pcr::OPropertyInfoService 558 getPropertyInfo(); in getPropertyInfo() 575 const OPropertyInfoImpl* OPropertyInfoService::getPropertyInfo(sal_Int32 _nId) in getPropertyInfo() function in pcr::OPropertyInfoService [all …]
|
H A D | formmetadata.hxx | 68 static const OPropertyInfoImpl* getPropertyInfo(); 70 static const OPropertyInfoImpl* getPropertyInfo(const String& _rName); 71 static const OPropertyInfoImpl* getPropertyInfo(sal_Int32 _nId);
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | metadata.hxx | 69 static const OPropertyInfoImpl* getPropertyInfo(); 71 static const OPropertyInfoImpl* getPropertyInfo(const String& _rName); 72 static const OPropertyInfoImpl* getPropertyInfo(sal_Int32 _nId);
|
/aoo41x/main/connectivity/source/cpool/ |
H A D | ZDriverWrapper.cxx | 107 …Sequence< DriverPropertyInfo > SAL_CALL ODriverWrapper::getPropertyInfo( const ::rtl::OUString& ur… in getPropertyInfo() function in connectivity::ODriverWrapper 111 aInfo = m_xDriver->getPropertyInfo(url, info); in getPropertyInfo()
|
H A D | ZDriverWrapper.hxx | 74 …uno::Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const ::rtl:…
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XDriver.idl | 137 <p>The getPropertyInfo method is intended to allow a generic GUI tool to 142 to getPropertyInfo. 155 sequence<DriverPropertyInfo> getPropertyInfo([in]string url,
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | EDriver.cxx | 86 Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const ::rtl::OUString& url, const… in getPropertyInfo() function in ODriver 131 return ::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ), in getPropertyInfo()
|
/aoo41x/main/qadevOOo/objdsc/adabas/ |
H A D | com.sun.star.comp.sdbcx.adabas.ODriver.csv | 3 "ODriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
/aoo41x/main/qadevOOo/objdsc/odbc/ |
H A D | com.sun.star.comp.sdbc.ODBCDriver.csv | 3 "ODBCDriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
H A D | org.openoffice.comp.drivers.MySQL.Driver.csv | 6 "Driver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
/aoo41x/main/qadevOOo/objdsc/ado/ |
H A D | com.sun.star.comp.sdbc.ado.ODriver.csv | 3 "ODriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
/aoo41x/main/qadevOOo/objdsc/jdbc/ |
H A D | com.sun.star.comp.sdbc.JDBCDriver.csv | 3 "JDBCDriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
/aoo41x/main/qadevOOo/objdsc/file/ |
H A D | com.sun.star.comp.sdbc.flat.ODriver.csv | 6 "ODriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
H A D | com.sun.star.sdbc.driver.calc.ODriver.csv | 6 "ODriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
H A D | com.sun.star.comp.sdbc.dbase.ODriver.csv | 6 "ODriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
H A D | com.sun.star.comp.sdbc.evoab.OEvoabDriver.csv | 6 "OEvoabDriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
H A D | com.sun.star.sdbc.driver.file.Driver.csv | 6 "Driver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()"
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CDriver.cxx | 90 Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const ::rtl::OUString& url, const… in getPropertyInfo() function in ODriver
|
/aoo41x/main/connectivity/source/inc/calc/ |
H A D | CDriver.hxx | 55 …uno::Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const ::rtl:…
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DDriver.hxx | 51 …uno::Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const ::rtl:…
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | EDriver.hxx | 51 …uno::Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const ::rtl:…
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_driver.hxx | 84 …Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo(const OUString& ur…
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDriver.hxx | 66 …uno::Sequence< ::com::sun::star::sdbc::DriverPropertyInfo > SAL_CALL getPropertyInfo( const ::rtl:…
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DDriver.cxx | 82 Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const ::rtl::OUString& url, const… in getPropertyInfo() function in ODriver
|