LibreOffice Module chart2 (master) 1
Namespaces | Enumerations | Functions
CharacterProperties.hxx File Reference
#include "PropertyHelper.hxx"
#include "FastPropertyIdRanges.hxx"
#include "charttoolsdllapi.hxx"
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <vector>
Include dependency graph for CharacterProperties.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  chart
 
namespace  chart::CharacterProperties
 

Enumerations

enum  {
  chart::CharacterProperties::PROP_CHAR_FONT_NAME = FAST_PROPERTY_ID_START_CHAR_PROP ,
  chart::CharacterProperties::PROP_CHAR_FONT_STYLE_NAME ,
  chart::CharacterProperties::PROP_CHAR_FONT_FAMILY ,
  chart::CharacterProperties::PROP_CHAR_FONT_CHAR_SET ,
  chart::CharacterProperties::PROP_CHAR_FONT_PITCH ,
  chart::CharacterProperties::PROP_CHAR_COLOR ,
  chart::CharacterProperties::PROP_CHAR_ESCAPEMENT ,
  chart::CharacterProperties::PROP_CHAR_CHAR_HEIGHT ,
  chart::CharacterProperties::PROP_CHAR_UNDERLINE ,
  chart::CharacterProperties::PROP_CHAR_UNDERLINE_COLOR ,
  chart::CharacterProperties::PROP_CHAR_UNDERLINE_HAS_COLOR ,
  chart::CharacterProperties::PROP_CHAR_OVERLINE ,
  chart::CharacterProperties::PROP_CHAR_OVERLINE_COLOR ,
  chart::CharacterProperties::PROP_CHAR_OVERLINE_HAS_COLOR ,
  chart::CharacterProperties::PROP_CHAR_WEIGHT ,
  chart::CharacterProperties::PROP_CHAR_POSTURE ,
  chart::CharacterProperties::PROP_CHAR_AUTO_KERNING ,
  chart::CharacterProperties::PROP_CHAR_KERNING ,
  chart::CharacterProperties::PROP_CHAR_ESCAPEMENT_HEIGHT ,
  chart::CharacterProperties::PROP_CHAR_STRIKE_OUT ,
  chart::CharacterProperties::PROP_CHAR_WORD_MODE ,
  chart::CharacterProperties::PROP_CHAR_LOCALE ,
  chart::CharacterProperties::PROP_CHAR_SHADOWED ,
  chart::CharacterProperties::PROP_CHAR_CONTOURED ,
  chart::CharacterProperties::PROP_CHAR_RELIEF ,
  chart::CharacterProperties::PROP_CHAR_EMPHASIS ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_FONT_NAME ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_FONT_STYLE_NAME ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_FONT_FAMILY ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_CHAR_SET ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_FONT_PITCH ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_CHAR_HEIGHT ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_WEIGHT ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_POSTURE ,
  chart::CharacterProperties::PROP_CHAR_ASIAN_LOCALE ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_FONT_NAME ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_FONT_STYLE_NAME ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_FONT_FAMILY ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_CHAR_SET ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_FONT_PITCH ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_CHAR_HEIGHT ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_WEIGHT ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_POSTURE ,
  chart::CharacterProperties::PROP_CHAR_COMPLEX_LOCALE ,
  chart::CharacterProperties::PROP_PARA_IS_CHARACTER_DISTANCE ,
  chart::CharacterProperties::PROP_WRITING_MODE ,
  chart::CharacterProperties::FAST_PROPERTY_ID_END_CHAR_PROP
}
 

Functions

OOO_DLLPUBLIC_CHARTTOOLS void chart::CharacterProperties::AddPropertiesToVector (std::vector< css::beans::Property > &rOutProperties)
 
OOO_DLLPUBLIC_CHARTTOOLS void chart::CharacterProperties::AddDefaultsToMap (::chart::tPropertyValueMap &rOutMap)
 
OOO_DLLPUBLIC_CHARTTOOLS bool chart::CharacterProperties::IsCharacterPropertyHandle (sal_Int32 nHandle)
 
OOO_DLLPUBLIC_CHARTTOOLS css::awt::FontDescriptor chart::CharacterProperties::createFontDescriptorFromPropertySet (const css::uno::Reference< css::beans::XMultiPropertySet > &xMultiPropSet)