LibreOffice Module sw (master) 1
|
#include "ww8toolbar.hxx"
#include "ww8scan.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/ui/ItemType.hpp>
#include <fstream>
#include <comphelper/documentinfo.hxx>
#include <comphelper/indexedpropertyvalues.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/sequence.hxx>
#include <o3tl/safeint.hxx>
#include <sfx2/objsh.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/configmgr.hxx>
#include <rtl/ref.hxx>
#include <map>
#include <sal/log.hxx>
Go to the source code of this file.
Typedefs | |
typedef std::map< sal_Int16, OUString > | IdToString |
Variables | |
const short | nVisualData = 5 |
typedef std::map< sal_Int16, OUString > IdToString |
Definition at line 36 of file ww8toolbar.cxx.
const short nVisualData = 5 |
Definition at line 34 of file ww8toolbar.cxx.
Referenced by SwCTB::Read().