Home
last modified time | relevance | path

Searched refs:createWrappedProperties (Results 1 – 20 of 20) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWallFloorWrapper.hxx68 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DGridWrapper.hxx81 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DAreaWrapper.hxx80 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DLegendWrapper.hxx88 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DWallFloorWrapper.cxx156 const std::vector< WrappedProperty* > WallFloorWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::WallFloorWrapper
H A DAreaWrapper.cxx172 const std::vector< WrappedProperty* > AreaWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::AreaWrapper
H A DGridWrapper.cxx178 const std::vector< WrappedProperty* > GridWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::GridWrapper
H A DDataSeriesPointWrapper.hxx105 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DAxisWrapper.hxx112 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DTitleWrapper.hxx104 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DDiagramWrapper.hxx209 virtual const std::vector< WrappedProperty* > createWrappedProperties();
H A DLegendWrapper.cxx418 const std::vector< WrappedProperty* > LegendWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::LegendWrapper
H A DTitleWrapper.cxx508 const std::vector< WrappedProperty* > TitleWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::TitleWrapper
H A DAxisWrapper.cxx634 const std::vector< WrappedProperty* > AxisWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::AxisWrapper
H A DDataSeriesPointWrapper.cxx698 const std::vector< WrappedProperty* > DataSeriesPointWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::DataSeriesPointWrapper
H A DChartDocumentWrapper.cxx1508 const std::vector< WrappedProperty* > ChartDocumentWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::ChartDocumentWrapper
H A DDiagramWrapper.cxx1999 const std::vector< WrappedProperty* > DiagramWrapper::createWrappedProperties() in createWrappedProperties() function in chart::wrapper::DiagramWrapper
/trunk/main/chart2/source/inc/
H A DWrappedPropertySet.hxx108 virtual const std::vector< WrappedProperty* > createWrappedProperties()=0;
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx165 virtual const std::vector< WrappedProperty* > createWrappedProperties();
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx449 std::vector< WrappedProperty* > aPropList( createWrappedProperties() ); in getWrappedPropertyMap()