|
LibreOffice Module svl (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <string_view>#include "passwordcontainer.hxx"#include <cppuhelper/factory.hxx>#include <cppuhelper/supportsservice.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/propertyvalue.hxx>#include <comphelper/sequence.hxx>#include <o3tl/string_view.hxx>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/task/InteractionHandler.hpp>#include <com/sun/star/task/MasterPasswordRequest.hpp>#include <com/sun/star/task/NoMasterException.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <osl/diagnose.h>#include <rtl/character.hxx>#include <rtl/cipher.h>#include <rtl/digest.h>#include <rtl/byteseq.hxx>#include <rtl/ustrbuf.hxx>Go to the source code of this file.
Functions | |
| static OUString | createIndex (const std::vector< OUString > &lines) |
| static std::vector< OUString > | getInfoFromInd (std::u16string_view aInd) |
| static bool | shorterUrl (OUString &aURL) |
| static OUString | getAsciiLine (const ::rtl::ByteSequence &buf) |
| ::rtl::ByteSequence | getBufFromAsciiLine (std::u16string_view line) |
| static OUString | ReencodeAsOldHash (std::u16string_view rPass) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | svl_PasswordContainer_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
|
static |
Definition at line 55 of file passwordcontainer.cxx.
References i, line, and OUStringToOString().
Referenced by PasswordContainer::EncodePasswords(), StorageItem::remove(), and StorageItem::update().
|
static |
Definition at line 150 of file passwordcontainer.cxx.
Referenced by PasswordContainer::EncodePasswords().
|
static |
Definition at line 169 of file passwordcontainer.cxx.
References line, and OUStringToOString().
Referenced by PasswordContainer::DecodePasswords().
|
static |
Definition at line 85 of file passwordcontainer.cxx.
References i, line, and OUStringToOString().
Referenced by PasswordContainer::DecodePasswords(), and StorageItem::getInfo().
|
static |
Definition at line 846 of file passwordcontainer.cxx.
Referenced by PasswordContainer::authorizateWithMasterPassword(), and PasswordContainer::GetMasterPassword().
|
static |
Definition at line 137 of file passwordcontainer.cxx.
References aURL.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * svl_PasswordContainer_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1387 of file passwordcontainer.cxx.