LibreOffice Module shell (master) 1
Macros | Functions | Variables
ooofilt.cxx File Reference
#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>
Include dependency graph for ooofilt.cxx:

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
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 49 of file ooofilt.cxx.

Function Documentation

◆ DllCanUnloadNow()

HRESULT STDMETHODCALLTYPE DllCanUnloadNow ( void  )

Definition at line 908 of file ooofilt.cxx.

References g_lInstances.

◆ DllGetClassObject()

HRESULT STDMETHODCALLTYPE DllGetClassObject ( REFCLSID  cid,
REFIID  iid,
LPVOID *  ppvObj 
)

Definition at line 873 of file ooofilt.cxx.

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  fdwReason,
LPVOID   
)

Definition at line 843 of file ooofilt.cxx.

References TRUE.

◆ DllRegisterServer()

STDAPI DllRegisterServer ( void  )

Definition at line 945 of file ooofilt.cxx.

◆ DllUnregisterServer()

STDAPI DllUnregisterServer ( void  )

Definition at line 951 of file ooofilt.cxx.

◆ GetMetaInfoNameFromPropertyId()

::std::wstring GetMetaInfoNameFromPropertyId ( ULONG  ulPropID)
static

Variable Documentation

◆ COUNT_ATTRIBUTES

const int COUNT_ATTRIBUTES = 5

Definition at line 194 of file ooofilt.cxx.

Referenced by COooFilter::Init().