LibreOffice Module filter (master) 1
|
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <comphelper/fileurl.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <osl/file.hxx>
#include <strings.hrc>
#include "xmlfiltertabdialog.hxx"
#include "xmlfiltertabpagebasic.hxx"
#include "xmlfiltertabpagexslt.hxx"
#include "xmlfiltercommon.hxx"
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (XMLFilterTabDialog, OkHdl, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | XMLFilterTabDialog | , |
OkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 255 of file xmlfiltertabdialog.cxx.