LibreOffice Module shell (master) 1
|
#include <contentreader.hxx>
#include <metainforeader.hxx>
#include <registry.hxx>
#include <fileextensions.hxx>
#include <windows.h>
#include <string.h>
#include <filter.h>
#include <filterr.h>
#include <ntquery.h>
#include <assert.h>
#include "ooofilt.hxx"
#include <objidl.h>
#include <stdio.h>
#include "propspec.hxx"
#include <stream_helper.hxx>
#include <olectl.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
::std::wstring | GetMetaInfoNameFromPropertyId (ULONG ulPropID) |
BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD fdwReason, LPVOID) |
HRESULT STDMETHODCALLTYPE | DllGetClassObject (REFCLSID cid, REFIID iid, LPVOID *ppvObj) |
HRESULT STDMETHODCALLTYPE | DllCanUnloadNow () |
STDAPI | DllRegisterServer () |
STDAPI | DllUnregisterServer () |
Variables | |
const int | COUNT_ATTRIBUTES = 5 |
#define WIN32_LEAN_AND_MEAN |
Definition at line 49 of file ooofilt.cxx.
HRESULT STDMETHODCALLTYPE DllCanUnloadNow | ( | void | ) |
Definition at line 908 of file ooofilt.cxx.
References g_lInstances.
HRESULT STDMETHODCALLTYPE DllGetClassObject | ( | REFCLSID | cid, |
REFIID | iid, | ||
LPVOID * | ppvObj | ||
) |
Definition at line 873 of file ooofilt.cxx.
BOOL WINAPI DllMain | ( | HINSTANCE | hInstance, |
DWORD | fdwReason, | ||
LPVOID | |||
) |
Definition at line 843 of file ooofilt.cxx.
References TRUE.
STDAPI DllRegisterServer | ( | void | ) |
Definition at line 945 of file ooofilt.cxx.
STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 951 of file ooofilt.cxx.
|
static |
Definition at line 438 of file ooofilt.cxx.
References EMPTY_STRING, META_INFO_AUTHOR, META_INFO_DESCRIPTION, META_INFO_KEYWORDS, META_INFO_SUBJECT, and META_INFO_TITLE.
Referenced by COooFilter::GetValue().
const int COUNT_ATTRIBUTES = 5 |
Definition at line 194 of file ooofilt.cxx.
Referenced by COooFilter::Init().