/aoo4110/main/chart2/source/tools/ |
H A D | WrappedProperty.cxx | 42 WrappedProperty::WrappedProperty( const OUString& rOuterName, const OUString& rInnerName) in WrappedProperty() function in chart::WrappedProperty 47 WrappedProperty::~WrappedProperty() in ~WrappedProperty() 51 const OUString& WrappedProperty::getOuterName() const in getOuterName() 57 ::rtl::OUString WrappedProperty::getInnerName() const in getInnerName() 62 Any WrappedProperty::convertInnerToOuterValue( const Any& rInnerValue ) const in convertInnerToOuterValue() 66 Any WrappedProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 71 void WrappedProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySe… in setPropertyValue() 78 Any WrappedProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) … in getPropertyValue() 90 void WrappedProperty::setPropertyToDefault( const Reference< beans::XPropertyState >& xInnerPropert… in setPropertyToDefault() 102 Any WrappedProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertySt… in getPropertyDefault() [all …]
|
H A D | WrappedPropertySet.cxx | 73 const WrappedProperty* pWrappedProperty = (*aIt).second; in clearWrappedPropertySet() 113 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setPropertyValue() 162 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getPropertyValue() 204 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in addPropertyChangeListener() 218 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in removePropertyChangeListener() 231 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in addVetoableChangeListener() 244 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in removeVetoableChangeListener() 329 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState() 344 const WrappedProperty* WrappedPropertySet::getWrappedProperty( sal_Int32 nHandle ) in getWrappedProperty() 468 std::vector< WrappedProperty* > aPropList( createWrappedProperties() ); in getWrappedPropertyMap() [all …]
|
H A D | WrappedIgnoreProperty.cxx | 50 : WrappedProperty( rOuterName, OUString() ) in WrappedIgnoreProperty() 91 void WrappedIgnoreProperties::addIgnoreLineProperties( std::vector< WrappedProperty* >& rList ) in addIgnoreLineProperties() 102 void WrappedIgnoreProperties::addIgnoreFillProperties( std::vector< WrappedProperty* >& rList ) in addIgnoreFillProperties() 108 …rties::addIgnoreFillProperties_without_BitmapProperties( ::std::vector< WrappedProperty* >& rList ) in addIgnoreFillProperties_without_BitmapProperties() 122 …operties::addIgnoreFillProperties_only_BitmapProperties( ::std::vector< WrappedProperty* >& rList ) in addIgnoreFillProperties_only_BitmapProperties()
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | DataSeriesPointWrapper.cxx | 227 class WrappedAttachedAxisProperty : public ::chart::WrappedProperty 248 : WrappedProperty(C2U("Axis"),rtl::OUString()) in WrappedAttachedAxisProperty() 301 class WrappedSegmentOffsetProperty : public ::chart::WrappedProperty 313 WrappedProperty( C2U( "SegmentOffset" ), C2U( "Offset" ) ) in WrappedSegmentOffsetProperty() 691 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() 722 const std::vector< WrappedProperty* > DataSeriesPointWrapper::createWrappedProperties() in createWrappedProperties() 724 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties() 750 aWrappedProperties.push_back( new WrappedProperty( C2U( "FillColor" ), C2U( "Color" ) ) ); in createWrappedProperties() 756 aWrappedProperties.push_back( new WrappedProperty( C2U( "FillStyle" ), C2U( "FillStyle" ) ) ); in createWrappedProperties() 763 … aWrappedProperties.push_back( new WrappedProperty( C2U( "FillHatchName" ), C2U( "HatchName" ) ) ); in createWrappedProperties() [all …]
|
H A D | WrappedSceneProperty.cxx | 45 void WrappedSceneProperty::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() 57 : WrappedProperty(C2U("D3DTransformMatrix"),C2U("D3DTransformMatrix")) in WrappedD3DTransformMatrixProperty() 84 WrappedProperty::setPropertyValue( uno::makeAny(aHM), xInnerPropertySet ); in setPropertyValue() 89 WrappedProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue() 97 uno::Any aAMatrix( WrappedProperty::getPropertyValue( xInnerPropertySet ) ); in getPropertyValue() 115 return WrappedProperty::getPropertyValue( xInnerPropertySet ); in getPropertyValue() 121 return WrappedProperty::getPropertyDefault( xInnerPropertyState ); in getPropertyDefault()
|
H A D | TitleWrapper.cxx | 58 class WrappedTitleStringProperty : public WrappedProperty 76 : ::chart::WrappedProperty( C2U( "String" ), OUString() ) in WrappedTitleStringProperty() 122 class WrappedStackedTextProperty : public WrappedProperty 130 : ::chart::WrappedProperty( C2U( "StackedText" ), C2U( "StackCharacters" ) ) in WrappedStackedTextProperty() 333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue() 356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue() 409 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState() 444 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() 530 const std::vector< WrappedProperty* > TitleWrapper::createWrappedProperties() in createWrappedProperties() 532 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
|
H A D | WrappedAxisAndGridExistenceProperties.cxx | 45 class WrappedAxisAndGridExistenceProperty : public WrappedProperty 68 void WrappedAxisAndGridExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& … in addWrappedProperties() 88 : WrappedProperty(OUString(),OUString()) in WrappedAxisAndGridExistenceProperty() 216 class WrappedAxisTitleExistenceProperty : public WrappedProperty 237 void WrappedAxisTitleExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rL… in addWrappedProperties() 249 : WrappedProperty(OUString(),OUString()) in WrappedAxisTitleExistenceProperty() 334 class WrappedAxisLabelExistenceProperty : public WrappedProperty 356 void WrappedAxisLabelExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rL… in addWrappedProperties() 368 : WrappedProperty(OUString(),OUString()) in WrappedAxisLabelExistenceProperty()
|
H A D | DiagramWrapper.cxx | 1216 class WrappedDataRowSourceProperty : public WrappedProperty 1237 : WrappedProperty(C2U("DataRowSource"),OUString()) in WrappedDataRowSourceProperty() 1323 class WrappedStackingProperty : public WrappedProperty 1348 : WrappedProperty(OUString(),OUString()) in WrappedStackingProperty() 1439 class WrappedDim3DProperty : public WrappedProperty 1460 : WrappedProperty(C2U("Dim3D"),OUString()) in WrappedDim3DProperty() 1514 class WrappedVerticalProperty : public WrappedProperty 1535 : WrappedProperty(C2U("Vertical"),OUString()) in WrappedVerticalProperty() 1594 class WrappedNumberOfLinesProperty : public WrappedProperty 1874 class WrappedSolidTypeProperty : public WrappedProperty [all …]
|
H A D | AxisWrapper.cxx | 645 const std::vector< WrappedProperty* > AxisWrapper::createWrappedProperties() in createWrappedProperties() 647 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties() 650 aWrappedProperties.push_back( new WrappedProperty( C2U( "Marks" ), C2U( "MajorTickmarks" ) ) ); in createWrappedProperties() 651 …aWrappedProperties.push_back( new WrappedProperty( C2U( "HelpMarks" ), C2U( "MinorTickmarks" ) ) ); in createWrappedProperties() 652 …aWrappedProperties.push_back( new WrappedProperty( C2U( "TextCanOverlap" ), C2U( "TextOverlap" ) )… in createWrappedProperties() 653 …aWrappedProperties.push_back( new WrappedProperty( C2U( "ArrangeOrder" ), C2U( "ArrangeOrder" ) ) … in createWrappedProperties() 654 aWrappedProperties.push_back( new WrappedProperty( C2U( "Visible" ), C2U( "Show" ) ) ); in createWrappedProperties() 660 …aWrappedProperties.push_back( new WrappedProperty( C2U( "StackedText" ), C2U( "StackCharacters" ) … in createWrappedProperties()
|
H A D | WrappedAutomaticPositionProperties.cxx | 45 class WrappedAutomaticPositionProperty : public WrappedProperty 60 : ::chart::WrappedProperty( C2U( "AutomaticPosition" ), rtl::OUString() ) in WrappedAutomaticPositionProperty() 120 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList ) in lcl_addWrappedProperties() 143 void WrappedAutomaticPositionProperties::addWrappedProperties( std::vector< WrappedProperty* >& rLi… in addWrappedProperties()
|
H A D | WrappedAddInProperty.cxx | 43 : ::chart::WrappedProperty( C2U( "AddIn" ), OUString() ) in WrappedAddInProperty() 72 : ::chart::WrappedProperty( C2U( "BaseDiagram" ), OUString() ) in WrappedBaseDiagramProperty() 101 : ::chart::WrappedProperty( C2U( "AdditionalShapes" ), OUString() ) in WrappedAdditionalShapesProperty() 126 : ::chart::WrappedProperty( C2U( "RefreshAddInAllowed" ), OUString() ) in WrappedRefreshAddInAllowedProperty()
|
H A D | ChartDocumentWrapper.cxx | 281 class WrappedDataSourceLabelsInFirstRowProperty : public WrappedProperty 302 : WrappedProperty(C2U("DataSourceLabelsInFirstRow"),OUString()) in WrappedDataSourceLabelsInFirstRowProperty() 383 class WrappedDataSourceLabelsInFirstColumnProperty : public WrappedProperty 404 : WrappedProperty(C2U("DataSourceLabelsInFirstColumn"),OUString()) in WrappedDataSourceLabelsInFirstColumnProperty() 485 class WrappedHasLegendProperty : public WrappedProperty 505 : WrappedProperty(C2U("HasLegend"),OUString()) in WrappedHasLegendProperty() 573 class WrappedHasMainTitleProperty : public WrappedProperty 593 : WrappedProperty(C2U("HasMainTitle"),OUString()) in WrappedHasMainTitleProperty() 650 class WrappedHasSubTitleProperty : public WrappedProperty 670 : WrappedProperty(C2U("HasSubTitle"),OUString()) in WrappedHasSubTitleProperty() [all …]
|
H A D | WrappedAddInProperty.hxx | 36 class WrappedAddInProperty : public WrappedProperty 52 class WrappedBaseDiagramProperty : public WrappedProperty 68 class WrappedAdditionalShapesProperty : public WrappedProperty 84 class WrappedRefreshAddInAllowedProperty : public WrappedProperty
|
H A D | WrappedAxisAndGridExistenceProperties.hxx | 41 static void addWrappedProperties( std::vector< WrappedProperty* >& rList 52 static void addWrappedProperties( std::vector< WrappedProperty* >& rList 63 static void addWrappedProperties( std::vector< WrappedProperty* >& rList
|
H A D | LegendWrapper.cxx | 65 class WrappedLegendAlignmentProperty : public WrappedProperty 82 : ::chart::WrappedProperty( C2U( "Alignment" ), C2U( "AnchorPosition" ) ) in WrappedLegendAlignmentProperty() 431 const std::vector< WrappedProperty* > LegendWrapper::createWrappedProperties() in createWrappedProperties() 433 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties() 436 aWrappedProperties.push_back( new WrappedProperty( C2U("Expansion"), C2U("Expansion") )); in createWrappedProperties()
|
H A D | WrappedScaleTextProperties.cxx | 45 class WrappedScaleTextProperty : public WrappedProperty 63 : ::chart::WrappedProperty( C2U( "ScaleText" ), rtl::OUString() ) in WrappedScaleTextProperty() 153 void WrappedScaleTextProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties()
|
H A D | WrappedDataCaptionProperties.cxx | 103 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList in lcl_addWrappedProperties() 131 void WrappedDataCaptionProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& … in addWrappedPropertiesForSeries() 140 void WrappedDataCaptionProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >&… in addWrappedPropertiesForDiagram()
|
H A D | WrappedSymbolProperties.cxx | 179 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList in lcl_addWrappedProperties() 228 void WrappedSymbolProperties::addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList in addWrappedPropertiesForSeries() 237 void WrappedSymbolProperties::addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList in addWrappedPropertiesForDiagram() 330 return WrappedProperty::getPropertyState( xInnerPropertyState ); in getPropertyState()
|
H A D | WrappedSplineProperties.cxx | 54 class WrappedSplineProperty : public WrappedProperty 60 : WrappedProperty(rOuterName,OUString()) in WrappedSplineProperty() 224 void WrappedSplineProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties()
|
H A D | WrappedDataCaptionProperties.hxx | 46 static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList 48 static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList
|
H A D | WrappedStatisticProperties.hxx | 42 static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList 44 static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList
|
H A D | WrappedSymbolProperties.hxx | 46 static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList 48 static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList
|
/aoo4110/main/chart2/source/inc/ |
H A D | WrappedIgnoreProperty.hxx | 36 class OOO_DLLPUBLIC_CHARTTOOLS WrappedIgnoreProperty : public WrappedProperty 65 static void addIgnoreLineProperties( std::vector< WrappedProperty* >& rList ); 67 static void addIgnoreFillProperties( std::vector< WrappedProperty* >& rList ); 68 …ic void addIgnoreFillProperties_without_BitmapProperties( std::vector< WrappedProperty* >& rList ); 69 …tatic void addIgnoreFillProperties_only_BitmapProperties( std::vector< WrappedProperty* >& rList );
|
H A D | WrappedProperty.hxx | 37 class OOO_DLLPUBLIC_CHARTTOOLS WrappedProperty class 43 WrappedProperty( const ::rtl::OUString& rOuterName, const ::rtl::OUString& rInnerName ); 44 virtual ~WrappedProperty(); 75 typedef ::std::map< sal_Int32, const WrappedProperty* > tWrappedPropertyMap;
|
H A D | WrappedPropertySet.hxx | 108 virtual const std::vector< WrappedProperty* > createWrappedProperties()=0; 118 const WrappedProperty* getWrappedProperty( const ::rtl::OUString& rOuterName ); 119 const WrappedProperty* getWrappedProperty( sal_Int32 nHandle );
|