summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs
Commit message (Expand)AuthorAgeFilesLines
* loplugin:ostr in chart2Noel Grandin8 days50-508/+513
* tdf#146619 Drop unused 'using namespace' in: chart2/Gabor Kelemen2024-04-094-4/+0
* tdf#39052 - Chart: make characters formatable in editable chart textshapesBalazs Varga2024-04-021-1/+1
* tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski2024-03-2717-23/+1
* ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)2024-03-214-17/+17
* Resolves: tdf#159879 Crash when closing "3D View" dialogCaolán McNamara2024-03-031-0/+2
* tdf#50934: Add a version comment, and more structure for of-pieKurt Nordback2024-02-061-1/+1
* tdf#50934: Initial plumbing and infrastructureKurt Nordback2024-02-021-0/+6
* Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2024-01-271-1/+1
* no need to allocate this on the heapNoel Grandin2023-12-161-2/+2
* tdf#158684: CHART XY Scatter Chart: line type "stepped" ignores parametersJulien Nabet2023-12-141-1/+1
* Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: chart2Stephan Bergmann2023-10-192-5/+5
* jsdialog: fix layout of chart type dialogSzymon Kłos2023-09-111-1/+1
* replace set(nullptr) with clear()Noel Grandin2023-09-021-1/+1
* gtk_tree_view_scroll_to_cell: assertion 'tree_view->priv->tree != NULL' failedCaolán McNamara2023-08-011-1/+1
* simplify calculations in SeriesHeader::SetPosNoel Grandin2023-07-141-10/+5
* tdf#155526 Restore status bar for moving averageLaurent Balland2023-06-291-20/+28
* new loplugin:constexprliteralNoel Grandin2023-06-261-2/+2
* tdf#155526 Add Period to trend line equationLaurent Balland2023-06-182-15/+2
* tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin2023-06-071-1/+1
* svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl2023-05-251-1/+1
* tdf#155231 CRASH: with embedded OLE chartNoel Grandin2023-05-112-7/+12
* tdf#155231: fix CRASH: with embedded OLE chartJulien Nabet2023-05-101-2/+3
* tdf#114441 Convert use of sal_uLong to sal_uInt32mostafa-elsharnoby2023-05-081-1/+1
* Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen2023-04-204-6/+0
* jsdialog: enable and make async chart line prop dialogSzymon Kłos2023-04-041-34/+56
* Avoid conversions between OUString and OString in VCLMike Kaganski2023-04-028-10/+10
* use more concrete types in chart2Noel Grandin2023-03-301-1/+1
* use more concrete types in chart2Noel Grandin2023-03-291-4/+4
* expand out ChartModelHelper::findDiagramNoel Grandin2023-03-2911-24/+24
* use more concrete types in chart2Noel Grandin2023-03-291-2/+2
* move switchRightAngledAxes from ThreeDHelper to DiagramNoel Grandin2023-03-281-1/+2
* move get/setScheme from ThreeDHelper to DiagramNoel Grandin2023-03-284-11/+11
* move get/setRotation from ThreeDHelper to DiagramNoel Grandin2023-03-281-2/+2
* use more concrete type in chart2Noel Grandin2023-03-222-5/+5
* use more concrete type in chart2Noel Grandin2023-03-222-5/+3
* use more concrete type in chart2Noel Grandin2023-03-222-2/+2
* move getLabel inside chart2::DataSeriesNoel Grandin2023-03-214-13/+10
* move getTemplate inside chart2::DiagramNoel Grandin2023-03-214-10/+8
* move setDimension/getDimension inside chart2::DiagramNoel Grandin2023-03-201-1/+3
* move getAttachedAxis inside chart2::DiagramNoel Grandin2023-03-201-1/+1
* move getChartTypeOfSeries inside chart2::DiagramNoel Grandin2023-03-202-2/+2
* move getDataSeries inside chart2::DiagramNoel Grandin2023-03-192-3/+3
* move isCategory inside chart2::DiagramNoel Grandin2023-03-182-2/+2
* move getCategories/setCategories inside chart2::DiagramNoel Grandin2023-03-181-2/+2
* move getChartTypeByIndex inside chart2::DiagramNoel Grandin2023-03-173-3/+3
* move getChartTypes inside chart2::DiagramNoel Grandin2023-03-171-2/+2
* use more concrete types in Diagram::moveSeriesNoel Grandin2023-03-172-2/+2
* move isSeriesMoveable inside chart2::DiagramNoel Grandin2023-03-171-1/+1
* tdf#114441: Convert use of sal_uLong to better integer typesNirnayK2023-03-151-1/+1