Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/glyphy
/
framework
2554efa
use comphelper::containerToSequence
by Noel Grandin
· 10 years ago
f08d014
Fix css.awt.XSystemDependentMenuPeer.getMenuHandle
by Stephan Bergmann
· 10 years ago
f1132fd
SystemMenuData::nSize is never read
by Stephan Bergmann
· 10 years ago
f53615d
Don't wrongly redefine SystemMenuData
by Stephan Bergmann
· 10 years ago
5da5076
Unify menu-based toolbar controllers
by Maxim Monastirsky
· 10 years ago
27bdc70
Toolbar: Refactor insert toolitem code
by Samuel Mehrbrodt
· 10 years ago
ced83de
Remove leftover break.
by Jan Holesovsky
· 10 years ago
cb4177b
Remove unused toolbaritem properties
by Samuel Mehrbrodt
· 10 years ago
d9e6270
loplugin:unnecessaryvirtual
by Noel Grandin
· 10 years ago
81ff7cf
tdf#95845 Add methods for menu labels to CommandInfoProvider
by Samuel Mehrbrodt
· 10 years ago
0c48c80
tdf#95845 Use CommandInfoProvider to receive command properties
by Samuel Mehrbrodt
· 10 years ago
16f85dc
Remove unused methods
by Samuel Mehrbrodt
· 10 years ago
38839ae
Remove the ability to set tooltips in the toolbar xml files
by Samuel Mehrbrodt
· 10 years ago
40fa838
Move CommandInfoProvider to vcl and use it from there
by Samuel Mehrbrodt
· 10 years ago
8569c6d
use initialiser list for Sequence<OUString>
by Noel Grandin
· 10 years ago
099f101
Cleanup: Consolidate the different ways to get command labels/tooltips
by Samuel Mehrbrodt
· 10 years ago
06116bd1
Fast PCH generator and optimized PCH files
by Ashod Nakashian
· 10 years ago
96c26b0
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
25aec38
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
6105812
Toolbar: Use 'Name', not 'Label' property for Toolbar items
by Samuel Mehrbrodt
· 10 years ago
da1f782
loplugin:passstuffbyref
by Stephan Bergmann
· 10 years ago
9c2f197
Add a new TooltipLabel property for uno commands
by Samuel Mehrbrodt
· 10 years ago
1a494d9
Windows header sanitization
by Ashod Nakashian
· 10 years ago
d7801c3
Namespace cleanup and disambiguation
by Ashod Nakashian
· 10 years ago
a133053
tdf#93837 Create Thesaurus popup menu controller
by Maxim Monastirsky
· 10 years ago
737555e
tdf#93837 Add a new PopupLabel property
by Maxim Monastirsky
· 10 years ago
1459f12
framework: boost::ptr_vector->std::vector<std::unique_ptr>
by Noel Grandin
· 10 years ago
aef8a59
framework: boost::ptr_vector->std::vector<std::unique_ptr>
by Noel Grandin
· 10 years ago
ea2ae02
framework: boost::ptr_vector->std::vector<std::unique_ptr>
by Noel Grandin
· 10 years ago
53f66fa
Fix NotebookBar not showing up when directly opening a document
by Samuel Mehrbrodt
· 10 years ago
eb7d8de
loplugin:nullptr (automatic rewrite; Mac-specific code)
by Stephan Bergmann
· 10 years ago
06c5c63
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
6c80a8f
new loplugin: oncevar
by Noel Grandin
· 10 years ago
c5376ef
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
by Stephan Bergmann
· 10 years ago
69ef5d4
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
3f50c6e0
java: remove ((unnecessary)) parentheses
by Noel Grandin
· 10 years ago
ff3b3be
java: make inner classes static where possible
by Noel Grandin
· 10 years ago
59b072e
yyyyy
by Noel Grandin
· 10 years ago
72e426c
Tweak MenuBarManager a bit for use with context menus
by Maxim Monastirsky
· 10 years ago
0c6305a
Support of popupmenu resource type
by Maxim Monastirsky
· 10 years ago
4b3b605
Fix license header
by Stephan Bergmann
· 10 years ago
97a392a
fix build
by Noel Grandin
· 10 years ago
7408498
loplugin:stringconstant
by Noel Grandin
· 10 years ago
5797d29
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
0e65449
no need to be so verbose in constructing uno::Reference
by Noel Grandin
· 10 years ago
3bc5df7
UNO: no need to use OUString constructor when calling createInstance
by Noel Grandin
· 10 years ago
7cdbde4
Initialize Sequence<beans::NamedValue> from initializer_lists
by Noel Grandin
· 10 years ago
20635ed9
Reduce scope of #include <tools/stream.hxx>
by Matteo Casalin
· 10 years ago
d7f3eed
afl-eventtesting: improve event testing exit
by Caolán McNamara
· 10 years ago
b34f032
impl_mergeMediaDescriptorWithMightExistingModelArgs is a sick function name.
by Jan Holesovsky
· 10 years ago
b6b8ef2
afl-eventtesting: shutdown cleaner to allow things to deregister
by Caolán McNamara
· 10 years ago
d85f455
loplugin:defaultparams
by Stephan Bergmann
· 10 years ago
71b4afd
loplugin:defaultparams
by Stephan Bergmann
· 10 years ago
14bf708
convert "continue" flag to an enum
by Noel Grandin
· 10 years ago
afc9d56
1327208 UwF: Unwritten field
by Noel Grandin
· 10 years ago
0e8a40e
calling IsSet() before Call() on Link<> is unnecessary
by Noel Grandin
· 10 years ago
8c10140
vcl: Initial NotebookBar implementation.
by Jan Holesovsky
· 12 years ago
d191d1f
com::sun::star->css in framework
by Noel Grandin
· 10 years ago
2e0b989
tdf#94042 Change autorecovery & autosave to 10 minutes
by Yousuf Philips
· 11 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
bff4c13
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
4855e78
full fill mostly fulfill
by Caolán McNamara
· 11 years ago
687bba7
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
dff288c
loplugin:mergedclasses
by Noel Grandin
· 11 years ago
b700e34
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
3fbc3ad
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
6fbbb85
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
b981473
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
973961a
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
4c2339d
simplify
by Maxim Monastirsky
· 11 years ago
fedf965
Related: tdf#91097 Support of enum commands in MenuBarManager
by Maxim Monastirsky
· 11 years ago
a0649f3
Fix typos
by Andrea Gelmini
· 11 years ago
58aea3f
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
a18fc91
Fix typos
by Andrea Gelmini
· 11 years ago
a50539e
Fix typos
by Andrea Gelmini
· 11 years ago
eab0904
Fix typos
by Andrea Gelmini
· 11 years ago
ac9671f
tdf#94559: second step to remove rtti.hxx
by Oliver Specht
· 11 years ago
c50eb68
Renamed wrongly prefixed boolean variables
by Stefan Heinemann
· 11 years ago
3418070
loplugin:removeunusedmethods, remove unused stuff
by Noel Grandin
· 11 years ago
e124cd5
XFrame parameter to SetMenuBar() is actually never used.
by Jan Holesovsky
· 11 years ago
cc5843d
framework: remove obsolete Linux libc5 support
by Michael Stahl
· 11 years ago
c6726bd
make gnumeric xml a real LibreOffice filter format
by Markus Mohrhard
· 11 years ago
6d8124e
convert Link<> to typed
by Noel Grandin
· 11 years ago
599fab4
hide ScopedPtr::reset and add disposeAndClear
by Caolán McNamara
· 11 years ago
1e67e94
convert Link<> to typed
by Noel Grandin
· 11 years ago
1a83f30
sw: implement per-view LOK_CALLBACK_TEXT_SELECTION
by Miklos Vajna
· 11 years ago
99bfc36
convert Link<> to typed
by Noel Grandin
· 11 years ago
b1326ec
tdf#76197 Make OfficeMenuBar work again in the start center
by Maxim Monastirsky
· 11 years ago
3a00aae
boost->std
by Caolán McNamara
· 11 years ago
4890dd0
tdf#94198 Printer missing from tooltip
by Samuel Mehrbrodt
· 11 years ago
9823652
convert Link<> to typed
by Noel Grandin
· 11 years ago
e0714ae
convert Link<> to typed
by Noel Grandin
· 11 years ago
9a1e22d
Replace snwprintf with _snwprintf
by David Ostrovsky
· 11 years ago
0cfd6e7
Advertise GL rendering in frame titles in dbgutil mode.
by Michael Meeks
· 11 years ago
03be785
framework: yet another WeakImplHelper<XPropertySetInfo> dupcliate
by Michael Stahl
· 11 years ago
bf237ce
valgrind: silence worrying invalid pthread lock/unlock warnings on exit
by Caolán McNamara
· 11 years ago
9af2732
convert Link<> to typed
by Noel Grandin
· 11 years ago
24d90b8
convert Link<> to typed
by Noel Grandin
· 11 years ago
37a6fdf
loplugin:stringconstant also for cases using char const v[] = "..."
by Stephan Bergmann
· 11 years ago
Next »