diff options
author | Ingrid Halama <iha@openoffice.org> | 2009-12-15 16:30:15 +0100 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2009-12-15 16:30:15 +0100 |
commit | 91f22fc22a92557dd823ac63456743736fd27ec0 (patch) | |
tree | d89d26ed8b9f009ad02902160fdc0af82815b939 /chart2/source/view/inc | |
parent | 4d5f3c429b4391d63cab1af8b070b04f5787f5c4 (diff) |
chartmultiline: #i82971# complex categories (part2 - hierarchical axis label display)
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r-- | chart2/source/view/inc/PropertyMapper.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/view/inc/PropertyMapper.hxx b/chart2/source/view/inc/PropertyMapper.hxx index 57227e7f6292..0e21cc617b04 100644 --- a/chart2/source/view/inc/PropertyMapper.hxx +++ b/chart2/source/view/inc/PropertyMapper.hxx @@ -91,6 +91,11 @@ public: , const tNameSequence& rPropNames , const rtl::OUString& rPropName ); + static ::com::sun::star::uno::Any* + getValuePointerForLimitedSpace( tAnySequence& rPropValues + , const tNameSequence& rPropNames + , bool bLimitedHeight ); + static void setMultiProperties( const tNameSequence& rNames , const tAnySequence& rValues |