| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include "xltoolbar.hxx"#include <sal/log.hxx>#include <o3tl/safeint.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/ui/ItemType.hpp>#include <comphelper/indexedpropertyvalues.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/propertyvalue.hxx>#include <comphelper/sequence.hxx>#include <rtl/ref.hxx>#include <map>Go to the source code of this file.
Typedefs | |
| typedef std::map< sal_Int16, OUString > | IdToString | 
| typedef std::map< sal_Int16, OUString > IdToString | 
Definition at line 25 of file xltoolbar.cxx.