Home
last modified time | relevance | path

Searched refs:WrappedDirectStateProperty (Results 1 – 10 of 10) sorted by relevance

/trunk/main/chart2/source/tools/
H A DWrappedDirectStateProperty.cxx39 WrappedDirectStateProperty::WrappedDirectStateProperty( in WrappedDirectStateProperty() function in chart::WrappedDirectStateProperty
44 WrappedDirectStateProperty::~WrappedDirectStateProperty() in ~WrappedDirectStateProperty()
47 beans::PropertyState WrappedDirectStateProperty::getPropertyState( in getPropertyState()
H A Dmakefile.mk75 $(SLO)$/WrappedDirectStateProperty.obj \
/trunk/main/chart2/source/inc/
H A DWrappedDirectStateProperty.hxx32 class OOO_DLLPUBLIC_CHARTTOOLS WrappedDirectStateProperty : class
36 explicit WrappedDirectStateProperty(
38 virtual ~WrappedDirectStateProperty();
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWallFloorWrapper.cxx164 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillStyle"), C2U("FillStyle") )… in createWrappedProperties()
165 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillColor"), C2U("FillColor") )… in createWrappedProperties()
H A DAxisWrapper.cxx644 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "DisplayLabels" ), C2U( "Displa… in createWrappedProperties()
645 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "TextBreak" ), C2U( "TextBreak"… in createWrappedProperties()
650 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "CrossoverPosition" ), C2U( "Cr… in createWrappedProperties()
H A DLegendWrapper.cxx426 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillStyle"), C2U("FillStyle") )… in createWrappedProperties()
427 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillColor"), C2U("FillColor") )… in createWrappedProperties()
H A DWrappedNumberFormatProperty.hxx40 class WrappedNumberFormatProperty : public WrappedDirectStateProperty
H A DAreaWrapper.cxx176 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("LineStyle"), C2U("LineStyle") )… in createWrappedProperties()
H A DWrappedNumberFormatProperty.cxx46 : WrappedDirectStateProperty( C2U("NumberFormat"), C2U("NumberFormat") ) in WrappedNumberFormatProperty()
/trunk/main/chart2/
H A DLibrary_charttools.mk90 chart2/source/tools/WrappedDirectStateProperty \