LibreOffice Module sw (master) 1
|
#include <rtl/ref.hxx>
#include <svl/listener.hxx>
#include <svl/style.hxx>
#include "unocoll.hxx"
#include "tblafmt.hxx"
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleLoader.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/style/XAutoStyleFamily.hpp>
#include <com/sun/star/style/XAutoStyles.hpp>
#include <com/sun/star/style/XAutoStyle.hpp>
#include "istyleaccess.hxx"
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
class | SwXStyleFamilies |
class | sw::ICoreFrameStyle |
class | SwXAutoStyles |
class | SwXAutoStyleFamily |
class | SwXAutoStylesEnumerator |
class | SwXAutoStyle |
class | SwXTextTableStyle |
A text table style is a UNO API wrapper for a SwTableAutoFormat. More... | |
class | SwXTextCellStyle |
A text cell style is a UNO API wrapper for a SwBoxAutoFormat core class. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::document |
namespace | sw |
Dialog to specify the properties of date form field. | |
Typedefs | |
typedef std::map< OUString, sal_Int32 > | CellStyleNameMap |
typedef std::map<OUString, sal_Int32> CellStyleNameMap |
Definition at line 229 of file unostyle.hxx.