Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/profilesafemode
/
chart2
c3cc942
avoid crashes on broken charts, related tdf#98690
by Markus Mohrhard
· 9 years ago
ae94c22
safemode: Add uno command and menu entry
by Samuel Mehrbrodt
· 9 years ago
f004aa9
tdf#89307: Removed SvRef::operator T*()
by Jacek Fraczek
· 10 years ago
a5442b6
rtl::math::approxEqual(value,0.0) never yields true for value!=0.0
by Eike Rathke
· 10 years ago
f5e2a46
drop unused STD_MASKCOLOR defines
by Caolán McNamara
· 10 years ago
6e57881
I can't see any evidence of any remaining magenta mask using image resources
by Caolán McNamara
· 10 years ago
b225f42
drop now unused sfx2/sidebar/ResourceDefinitions.hrc
by Caolán McNamara
· 10 years ago
306add1
convert the last two lonely FixedInfos to FixedText
by Caolán McNamara
· 10 years ago
708253a
loplugin:unnecessaryoverride in accessibility..chart2
by Noel Grandin
· 10 years ago
954f752
convert MapUnit to scoped enum
by Noel Grandin
· 10 years ago
106ea87
Remove _TYPED suffix from tools/link.hxx macros
by Stephan Bergmann
· 10 years ago
8f9af8d
Fix typos
by Andrea Gelmini
· 10 years ago
652c97b
tdf#101549: Remove tooltip_markup from glade .ui files
by Muhammet Kara
· 10 years ago
7d8196e
perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related
by Eike Rathke
· 10 years ago
7419057
loplugin:unusedmethods in chart2..svx
by Noel Grandin
· 10 years ago
1e49e33
loplugin:constantparam in chart2..connectivity
by Noel Grandin
· 10 years ago
a53808c
loplugin:dllprivate
by Stephan Bergmann
· 10 years ago
91dd2db
loplugin:override: No more need for the "MSVC dtor override" workaround
by Stephan Bergmann
· 10 years ago
c3c3e5b
loplugin:constantparam in svtools
by Noel Grandin
· 10 years ago
8bfcb53
loplugin:constantparam in svx
by Noel Grandin
· 10 years ago
4d0b71b
remove reimplementations of SfxItemPool::ReleaseDefaults()
by Jochen Nitschke
· 10 years ago
1e1eb87
sd lok: implement SfxViewShell::NotifyCursor() API
by Miklos Vajna
· 10 years ago
03f14c7
std::list<float> -> std::deque
by Noel Grandin
· 10 years ago
488c805
Improve polynomial trendline equation representation
by Laurent Balland-Poirier
· 10 years ago
a7b18aa
no point in these dtors being virtual
by Caolán McNamara
· 10 years ago
2b8b874
default assignment operator is fine
by Caolán McNamara
· 10 years ago
022a581
tdf#64145 Add empty subtitle string as default
by Laurent Balland-Poirier
· 10 years ago
6f821ca
loplugin:stringconstant: adapt to improved OUStringLiteral1 (chart2)
by Stephan Bergmann
· 10 years ago
b62f4c2
convert RECT_POINT to scoped enum
by Noel Grandin
· 10 years ago
2c86c13
convert ActionDescriptionProvider::ActionType to scoped enum
by Noel Grandin
· 10 years ago
5536aea
Let OUStringLiteral1 take its arg as ctor arg, not template arg
by Stephan Bergmann
· 10 years ago
2c10714
Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCII
by Stephan Bergmann
· 10 years ago
c922161
tdf#95416 remove ../ style include
by Jochen Nitschke
· 10 years ago
ce51b64
convert SvxChartStyle to scoped enum
by Noel Grandin
· 10 years ago
ac32de2
convert SvxChartTextOrder to scoped enum
by Noel Grandin
· 10 years ago
7db7666
convert SvxChartKindError to scoped enum
by Noel Grandin
· 10 years ago
9781212
convert SvxChartIndicate to scoped enum
by Noel Grandin
· 10 years ago
2927a5c
convert SvxChartRegress to scoped enum
by Noel Grandin
· 10 years ago
6fc92ad
convert SdrHdlKind to scoped enum
by Noel Grandin
· 10 years ago
e0b61fd
convert SdrIterMode to scoped enum
by Noel Grandin
· 10 years ago
0552ec9
convert SdrHintKind to scoped enum
by Noel Grandin
· 10 years ago
e382aa1
convert SdrHitKind to scoped enum
by Noel Grandin
· 10 years ago
396138a
Resolves: coverity#705366 Mixing enum types
by Caolán McNamara
· 10 years ago
eba160a
convert SdrCreateCmd to scoped enum
by Noel Grandin
· 10 years ago
fc518ed
convert SdrDragMode to scoped enum
by Noel Grandin
· 10 years ago
07b2576
Trend Line UI: R² was hidden
by Laurent Balland-Poirier
· 10 years ago
4630157
cppcheck: passedByValue
by Caolán McNamara
· 10 years ago
ce6cbf8
screenshots: add new global make target
by Armin Le Grand
· 10 years ago
2a5ac6f
screenshots: unify dumping of dialog test batch file
by Armin Le Grand
· 10 years ago
56336f97
screenshots: add dialog test cases for chart2
by Armin Le Grand
· 10 years ago
d5de00c
loplugin:unusedenumconstants in basctl..editeng
by Noel Grandin
· 10 years ago
d5ad8f9
convert SvxBreak to scoped enum
by Noel Grandin
· 10 years ago
428711f
Start tdf#100547 Trendline equation: customize X, Y names
by Laurent Balland-Poirier
· 10 years ago
127f70d
new loplugin to check for static OUStrings
by Noel Grandin
· 10 years ago
2b68e03
tdf#100782 have XPropertyList hold unique_ptr
by Jochen Nitschke
· 10 years ago
20469b5
tdf#96015 (part) links to Askbot in the Help menu
by Olivier Hallot
· 10 years ago
e50a95b
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
by Muhammet Kara
· 10 years ago
7fa183c
loplugin:countusersofdefaultparams in chart2..desktop
by Noel Grandin
· 10 years ago
f22fa99
loplugin:countusersofdefaultparams in canvas,chart2
by Noel Grandin
· 10 years ago
a04ccc9
fix loplugin:cppunitassertequals in chart2
by Markus Mohrhard
· 10 years ago
e13aead
Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion
by Tor Lillqvist
· 10 years ago
efef273
tdf#100726: Improve readability of OUString concatenation
by nadith
· 10 years ago
2e6d964
Revert "temp tinderbox fix"
by Caolán McNamara
· 10 years ago
cb4279e
returning reference to local breaks crashtesting build
by Caolán McNamara
· 10 years ago
b32d3f2
add uui component to some other places
by Caolán McNamara
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
a860df2
masses of MessBoxes not being disposed promptly
by Caolán McNamara
· 10 years ago
938821f
new loplugin overrideparam
by Noel Grandin
· 10 years ago
580ed47
chart2: missing header <iterator> reportedly breaks MSVC2015
by Michael Stahl
· 10 years ago
36313d9
improve unnecessaryoverride plugin
by Noel Grandin
· 10 years ago
8babcb7
loplugin:staticcall
by Stephan Bergmann
· 10 years ago
8569cf1
loplugin:passstuffbyref
by Stephan Bergmann
· 10 years ago
bd96442
tdf#100913 Remove tOID typedefs in ObjectHierarchy class
by krishna keshav
· 10 years ago
d2b2278
uitest: provide wrapper for chart objects
by Markus Mohrhard
· 10 years ago
a980b6c
no need for this temporary OString
by Markus Mohrhard
· 10 years ago
8781dbe
uitest: provide all the children for charts
by Markus Mohrhard
· 10 years ago
0f03a80
uitest: some initial work on the chart selection
by Markus Mohrhard
· 10 years ago
b1e1b38
uitest: add initial support for selecting chart elements
by Markus Mohrhard
· 10 years ago
6e72f02
new loplugin unnecessary override
by Noel Grandin
· 10 years ago
800a196
chart2: avoid use of realloc
by Jochen Nitschke
· 10 years ago
176d54f
chart2: inline local macros
by Jochen Nitschke
· 10 years ago
194d4a0
chart2: remove unused ContainerHelper.hxx includes
by Jochen Nitschke
· 10 years ago
cba5a92
no need to create temporary OUString for comparison
by Noel Grandin
· 10 years ago
5ce65d0
chart2: cleanup local var assignments
by Jochen Nitschke
· 10 years ago
cd1e2f5
Avoid global data with (non-constexpr) ctors/dtors
by Stephan Bergmann
· 10 years ago
43bc09d
chart2: make m_aEntryMap a non member constant
by Jochen Nitschke
· 10 years ago
6d4f2dc
Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar
by Eike Rathke
· 10 years ago
d956a5d
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
by Stephan Bergmann
· 10 years ago
7001ca2
merge LineProperties with chart::ErrorBar
by Noel Grandin
· 10 years ago
bfff963
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 10 years ago
0f17e34
loplugin:singlevalfields in chart2
by Noel Grandin
· 10 years ago
1df3945
GSoC notebookbar: switching tabs depending on context
by Szymon Kłos
· 10 years ago
a553fa42
support for ms binary format validation in chart2 module export tests
by Vasily Melenchuk
· 10 years ago
c4a6f30
uitest: set id for chart window
by Markus Mohrhard
· 10 years ago
f35b139
Clean up uses of Any::getValue() in chart2
by Stephan Bergmann
· 10 years ago
99226f3
try auto rotate tick labels only when useful tdf#99883
by Jochen Nitschke
· 10 years ago
6786842
Move accessibility relations to .ui files, Part 8: tdf#87026
by Muhammet Kara
· 10 years ago
bdd6765
Try to get rid of svt::ContextMenuHelper
by Maxim Monastirsky
· 10 years ago
e420a33
tdf#94004 Wrap Power trendline equation
by Laurent Balland-Poirier
· 10 years ago
4d63639
tdf#94004 Wrap Logarithmic trendline equation
by Laurent Balland-Poirier
· 10 years ago
Next »