LibreOffice Module chart2 (master) 1
|
#include "TitleWrapper.hxx"
#include "Chart2ModelContact.hxx"
#include <ControllerLockGuard.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/chart2/RelativePosition.hpp>
#include <com/sun/star/chart2/XTitle.hpp>
#include <CharacterProperties.hxx>
#include <LinePropertiesHelper.hxx>
#include <FillProperties.hxx>
#include <UserDefinedProperties.hxx>
#include "WrappedCharacterHeightProperty.hxx"
#include "WrappedTextRotationProperty.hxx"
#include "WrappedAutomaticPositionProperties.hxx"
#include "WrappedScaleTextProperties.hxx"
#include <algorithm>
#include <rtl/ustrbuf.hxx>
#include <cppuhelper/propshlp.hxx>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | chart |
namespace | chart::wrapper |
|
protected |
Definition at line 64 of file TitleWrapper.cxx.
Referenced by chart::ChartTypeTemplate::GetComponentContext().