LibreOffice Module desktop (master)
1
|
#include "wordbookmigration.hxx"
#include <cppuhelper/supportsservice.hxx>
#include <tools/urlobj.hxx>
#include <unotools/bootstrap.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <sal/log.hxx>
#include <osl/file.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
Namespaces | |
migration | |
Macros | |
#define | MAX_HEADER_LENGTH 16 |
Functions | |
static bool | migration::IsUserWordbook (const OUString &rFile) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | desktop_WordbookMigration_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
#define MAX_HEADER_LENGTH 16 |
Definition at line 91 of file wordbookmigration.cxx.
Referenced by migration::IsUserWordbook().
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* desktop_WordbookMigration_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 225 of file wordbookmigration.cxx.