#ifndef com_sun_star_chart_XAxis_idl #define com_sun_star_chart_XAxis_idl #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif #include #include module com { module sun { module star { module chart2 { interface XAxis : ::com::sun::star::uno::XInterface { /** */ void setScaleData( [in] ScaleData aScale ); /** */ ScaleData getScaleData(); /** the returned property set must support the service GridProperties */ com::sun::star::beans::XPropertySet getGridProperties(); /** the returned property sets must support the service GridProperties

If you do not want to render certain a sub-grid, in the corresponding XPropertySet the property GridProperties::Show must be .

*/ sequence< com::sun::star::beans::XPropertySet > getSubGridProperties(); /** the returned property sets must support the service TickProperties */ sequence< com::sun::star::beans::XPropertySet > getSubTickProperties(); }; } ; // chart2 } ; // com } ; // sun } ; // star #endif e-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-26Remove visual noise from setup_nativeAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-09fdo#70596 - fix version dependency for linux package - 2nd tryChristian Lohmaier
2013-12-27fdo#72945 sort languages in Windows custom install tree viewAndras Timar
2013-12-20typo fixesAndras Timar
2013-12-18Remove unnecessary macrosStephan Bergmann
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks
2013-12-12Looks like the Windows tag is still LANG_ORIYA, one moreStephan Bergmann
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara
2013-11-24Add lo_LA (Lao) dictionary fdo#71939Andras Timar
2013-11-20setup_native: warning C4005: macro redefinitionMichael Stahl
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold
2013-11-20fdo#70596 - fix version dependency for deb-packagesChristian Lohmaier
2013-11-19renamed ku* to kmr-Latn*, fdo#63460Eike Rathke
2013-11-18renamed ku* to kmr-Latn*, fdo#63460Eike Rathke
2013-10-31setup_native: remove Package_ulfMichael Stahl
2013-10-31setup_native: remove Package_scripts_generatedMichael Stahl
2013-10-31setup_native: Package_packinfo to INSTDIRMichael Stahl
2013-10-31setup_native: Package_misc to INSTDIRMichael Stahl
2013-10-31setup_native: find all static files in source/packinfoMichael Stahl
2013-10-31setup_native: deliver Package_scripts to INSTDIRMichael Stahl
2013-10-31setup_native: use various scripts directly from SRCDIRMichael Stahl
2013-10-31setup_native: remove obsolete scriptsMichael Stahl
2013-10-31setup_native: remove unused shellscripts*.txtMichael Stahl
2013-10-31setup_native: these 2 mac files are already hard-coded in installerMichael Stahl
2013-10-31setup_native: remove root[345].datMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-25fdo#65102 respect user's choice not to install desktop iconAndras Timar