#include "precompiled_starmath.hxx"#include <tools/string.hxx>#include <sfx2/docfac.hxx>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include "smdll.hxx"#include "document.hxx"#include <vos/mutex.hxx>#include <vcl/svapp.hxx>Include dependency graph for unodoc.cxx:

Go to the source code of this file.
Functions | |
| ::rtl::OUString SAL_CALL | SmDocument_getImplementationName () throw () |
| uno::Sequence< rtl::OUString > SAL_CALL | SmDocument_getSupportedServiceNames () throw () |
| uno::Reference< uno::XInterface > SAL_CALL | SmDocument_createInstance (const uno::Reference< lang::XMultiServiceFactory > &) throw ( uno::Exception ) |
| uno::Reference< uno::XInterface > SAL_CALL SmDocument_createInstance | ( | const uno::Reference< lang::XMultiServiceFactory > & | ) | throw ( uno::Exception ) |
| ::rtl::OUString SAL_CALL SmDocument_getImplementationName | ( | ) | throw () |
Definition at line 60 of file unodoc.cxx.
Referenced by component_getFactory(), and component_writeInfo().
| uno::Sequence< rtl::OUString > SAL_CALL SmDocument_getSupportedServiceNames | ( | ) | throw () |
Definition at line 65 of file unodoc.cxx.
Referenced by component_getFactory(), and component_writeInfo().
1.5.1