LibreOffice Module connectivity (master) 1
|
contains all storages so far accessed. More...
#include <HStorageMap.hxx>
Static Public Member Functions | |
static OUString | registerStorage (const css::uno::Reference< css::embed::XStorage > &_xStorage, const OUString &_sURL) |
static TStorages::mapped_type | getRegisteredStorage (const OUString &_sKey) |
static OUString | getRegisteredKey (const css::uno::Reference< css::embed::XStorage > &_xStorage) |
static void | revokeStorage (const OUString &_sKey, const css::uno::Reference< css::embed::XTransactionListener > &_xListener) |
static TStreamMap::mapped_type | registerStream (JNIEnv *env, jstring name, jstring key, sal_Int32 _nMode) |
static void | revokeStream (JNIEnv *env, jstring name, jstring key) |
static TStreamMap::mapped_type | getRegisteredStream (JNIEnv *env, jstring name, jstring key) |
static OUString | jstring2ustring (JNIEnv *env, jstring jstr) |
static OUString | removeURLPrefix (std::u16string_view _sURL, std::u16string_view _sFileURL) |
static OUString | removeOldURLPrefix (const OUString &_sURL) |
static void | throwJavaException (const css::uno::Exception &_aException, JNIEnv *env) |
contains all storages so far accessed.
Definition at line 76 of file HStorageMap.hxx.
|
static |
Definition at line 217 of file HStorageMap.cxx.
References connectivity::hsqldb::lcl_getStorageMap().
|
static |
Definition at line 205 of file HStorageMap.cxx.
References connectivity::hsqldb::lcl_getStorageMap().
Referenced by registerStream().
|
static |
Definition at line 333 of file HStorageMap.cxx.
References env, jstring2ustring(), connectivity::hsqldb::lcl_getStorageMap(), name, and removeURLPrefix().
|
static |
Definition at line 158 of file HStorageMap.cxx.
References aStr, env, and pChar.
Referenced by getRegisteredStream(), registerStream(), and revokeStream().
|
static |
Definition at line 187 of file HStorageMap.cxx.
References connectivity::hsqldb::lcl_getNextCount(), and connectivity::hsqldb::lcl_getStorageMap().
|
static |
Definition at line 258 of file HStorageMap.cxx.
References env, Exception, getRegisteredStorage(), jstring2ustring(), connectivity::hsqldb::lcl_getStorageMap(), name, removeOldURLPrefix(), removeURLPrefix(), sName, throwJavaException(), and TOOLS_WARN_EXCEPTION.
|
static |
|
static |
Definition at line 135 of file HStorageMap.cxx.
Referenced by getRegisteredStream(), registerStream(), and revokeStream().
|
static |
Definition at line 233 of file HStorageMap.cxx.
References Exception, and connectivity::hsqldb::lcl_getStorageMap().
|
static |
Definition at line 324 of file HStorageMap.cxx.
References env, jstring2ustring(), connectivity::hsqldb::lcl_getStorageMap(), name, and removeURLPrefix().
|
static |
Definition at line 349 of file HStorageMap.cxx.
References env, pq_sdbc_driver::OUStringToOString(), and SAL_WARN.
Referenced by registerStream().