LibreOffice Module comphelper (master) 1
|
#include <comphelper/comphelperdllapi.h>
#include <rtl/ustring.hxx>
#include <optional>
#include <memory>
Go to the source code of this file.
Classes | |
class | comphelper::EventLogger |
encapsulates a css::logging::XLogger More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::uno |
namespace | com::sun::star::logging |
namespace | comphelper |
namespace | comphelper::log |
namespace | comphelper::log::convert |
Typedefs | |
typedef ::std::optional< OUString > | comphelper::OptionalString |
Functions | |
const OUString & | comphelper::log::convert::convertLogArgToString (const OUString &_rValue) |
OUString | comphelper::log::convert::convertLogArgToString (const char *_pAsciiValue) |
OUString | comphelper::log::convert::convertLogArgToString (double _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (float _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (sal_Int64 _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (sal_Int32 _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (sal_Int16 _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (sal_Unicode _nValue) |
OUString | comphelper::log::convert::convertLogArgToString (bool _bValue) |
void | comphelper::log::convert::convertLogArgToString (sal_Bool)=delete |