summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-8/+8
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-054-13/+13
|
* Cleanup some unnecessary #includeMatteo Casalin2012-04-033-2/+3
|
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-283-3/+0
|
* Removed use of UniString.Kohei Yoshida2012-03-261-49/+49
|
* Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2012-03-237-18/+5
|
* Set correct objecttype for errorbar.Rafael Dominguez2012-03-231-1/+1
|
* Display Format menu entry when selecting an X errorbar.Rafael Dominguez2012-03-231-0/+3
|
* Update DeleteYErrorbar function to handle X and Y bars.Rafael Dominguez2012-03-233-4/+6
|
* Set errorbar type attribute when inserting or formating an errorbar.Rafael Dominguez2012-03-232-0/+5
|
* Return correct ItemConverter object for any errorbar type.Rafael Dominguez2012-03-231-6/+3
|
* Enable support to format chart errorbars.Rafael Dominguez2012-03-231-5/+16
|
* Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.Rafael Dominguez2012-03-231-2/+7
|
* Allow deleting any chart errorbar and set correct action description.Rafael Dominguez2012-03-231-11/+36
|
* Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez2012-03-233-5/+28
| | | | -Update ModelState to reflect the changes.
* Display XErrorBars in object hierarchy.Rafael Dominguez2012-03-231-1/+15
|
* Enable statistics if chart has any type of errorbars.Rafael Dominguez2012-03-231-1/+4
|
* Specialize STR_OBJECT_ERROR_BARS for each errobar type.Rafael Dominguez2012-03-234-8/+19
|
* Add chart errorbar type property.Rafael Dominguez2012-03-232-21/+52
| | | | | | - Make StatisticsItemConverter work with X and Y errorbars. - Fill errorbar type property in ErrorBarResources. - Set default value of errorbar type property to Y bar.
* Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez2012-03-232-0/+10
| | | | - Dispatch the commands to the proper functions.
* Add correct tabpage to chart property dialog.Rafael Dominguez2012-03-233-3/+31
| | | | | - Added needed strings resources and ids. - Added code to handle X and Z errorbars.
* Set chart objecttype depending on errorbar type.Rafael Dominguez2012-03-232-3/+7
|
* Display correct errorbar in InsertDialog.Rafael Dominguez2012-03-231-1/+1
|
* Make executeDispatch_InsertYErrorBars a generic function.Rafael Dominguez2012-03-233-5/+7
| | | | | | | - Make the function usable for XError and YError bars. - Rename executeDispatch_InsertYErrorBars to executeDispatch_InsertErrorBars. - Add a new parameter that control the error bar direction. - Update arguments in callers.
* Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller.Rafael Dominguez2012-03-233-55/+48
|
* Set bar type as YErrorBar when creating InsertErrorBarsDialog.Rafael Dominguez2012-03-231-1/+3
|
* Remove default values in InsertErrorBarsDialog constructor.Rafael Dominguez2012-03-231-1/+1
| | | | | - Require passing desired error bar to modify in constructor and not have YErrorBar as default.
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-144-0/+12
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák2012-03-121-50/+50
| | | | | | and this also avoids reaching the parse recursion limit with clang, because all the macros C2U expands to, although clang's limit is probably tad a bit low
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0120-58/+58
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* Fix typos in commentsElton Chung2012-02-184-8/+8
|
* Remove unnecessary header filesMatteo Casalin2012-02-171-2/+1
|
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-312-4/+6
|
* make chart2 ByteString freeCaolán McNamara2012-01-231-1/+1
|
* Improve checking for emptinessThomas Arnhold2012-01-211-1/+1
|
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-151-1/+1
|
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-074-12/+0
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-062-2/+0
|
* Remove unused headerMatteo Casalin2011-12-251-1/+0
|
* remove some unused codeCaolán McNamara2011-12-222-31/+0
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot2011-12-1330-56/+56
| | | | | | Part V Module chart2
* catch by const referenceTakeshi Abe2011-11-2939-93/+91
|
* remove include of pch header in chart2Norbert Thiebaud2011-11-27143-282/+0
|
* WaE: more windows tinderbox warning cleanupMichael Meeks2011-11-012-1/+4
|
* Put neq-operator for awt::Size in correct namespaceKristian Rietveld2011-10-241-6/+11
|
* make numeric field circular, i.e. pressing up from 359 goes to 0Andras Timar2011-10-221-1/+2
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-305-0/+15
|
* remove obsolete ColorTable lifecycle workaroundMichael Meeks2011-09-261-2/+0
|