Lines Matching refs:VendorBase
42 rtl::Reference<VendorBase> createInstance(createInstance_func pFunc,
69 VendorBase::VendorBase(): m_bAccessibility(false) in VendorBase() function in jfw_plugin::VendorBase
73 char const* const * VendorBase::getJavaExePaths(int* size) in getJavaExePaths()
89 rtl::Reference<VendorBase> VendorBase::createInstance() in createInstance()
91 VendorBase *pBase = new VendorBase(); in createInstance()
92 return rtl::Reference<VendorBase>(pBase); in createInstance()
95 bool VendorBase::initialize(vector<pair<OUString, OUString> > props) in initialize()
239 char const* const* VendorBase::getRuntimePaths(int* /*size*/) in getRuntimePaths()
244 char const* const* VendorBase::getLibraryPaths(int* /*size*/) in getLibraryPaths()
249 const OUString & VendorBase::getVendor() const in getVendor()
253 const OUString & VendorBase::getVersion() const in getVersion()
258 const OUString & VendorBase::getHome() const in getHome()
263 const OUString & VendorBase::getLibraryPaths() const in getLibraryPaths()
268 const OUString & VendorBase::getRuntimeLibrary() const in getRuntimeLibrary()
272 bool VendorBase::supportsAccessibility() const in supportsAccessibility()
277 bool VendorBase::needsRestart() const in needsRestart()
284 int VendorBase::compareVersions(const rtl::OUString& /*sSecond*/) const in compareVersions()