summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* do not put things directly into $(WORKDIR)David Tardon2012-04-091-1/+1
|
* add package deps for resourcesDavid Tardon2012-04-091-0/+8
|
* OUString( whatever ? "foo" : "bar" ) does not work with MSVCLuboš Luňák2012-04-081-1/+1
|
* Cleanup of C2U macro in chart2.Rafael Dominguez2012-04-0824-425/+401
|
* Cleanup of C2U macro in chart2.Rafael Dominguez2012-04-088-234/+231
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-085-9/+9
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-93/+47
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-21/+21
| | | | | | 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
|
* move chart regression test data files to chart2Markus Mohrhard2012-04-011-0/+0
|
* Fix format string properlyStephan Bergmann2012-03-301-2/+2
|
* WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist2012-03-301-2/+2
|
* Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-03-299-16/+16
|
* add name attribute to chart's layout dumperMarkus Mohrhard2012-03-281-8/+17
|
* add drawing.Text to chart's dumperMarkus Mohrhard2012-03-281-1/+9
|
* add SAL_CALL to ChartModel::dumpMarkus Mohrhard2012-03-281-1/+1
|
* revert old test ideaMarkus Mohrhard2012-03-288-543/+4
|
* implement the layout dumper for chart2Markus Mohrhard2012-03-285-2/+131
|
* implement XDumper in ChartModelMarkus Mohrhard2012-03-282-4/+16
|
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-288-8/+0
|
* Removed use of UniString.Kohei Yoshida2012-03-261-49/+49
|
* removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2012-03-262-5/+1
|
* use fabs for double values, not abs, fdo#47632Markus Mohrhard2012-03-241-1/+1
|
* Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.Rafael Dominguez2012-03-2310-28/+7
|
* Create separate shape groups for each errorbar type.Rafael Dominguez2012-03-233-5/+11
|
* 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
|
* Get correct datasource when calculating errorbar length.Rafael Dominguez2012-03-231-4/+5
|
* 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
|
* Determine ranges correctly for any type of chart errorbar object.Rafael Dominguez2012-03-231-1/+4
|
* 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
|
* Return the correct errorbar property set.Rafael Dominguez2012-03-231-7/+13
| | | | | | Select the errorbar propertyset according to the errorbar direction instead of only using Y errorbar propertyset in ObjectIdentifier::getObjectPropertySet function.
* Get correct errorbar CID depending on the direction.Rafael Dominguez2012-03-234-8/+10
|
* 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-235-10/+23
|
* Add chart errorbar type property.Rafael Dominguez2012-03-234-22/+55
| | | | | | - 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-233-0/+11
| | | | - Dispatch the commands to the proper functions.
* Add correct tabpage to chart property dialog.Rafael Dominguez2012-03-234-4/+34
| | | | | - 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
|