Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/vclptr
/
extensions
89ec942
Fix a number of boost::unique_ptr errors.
by Michael Meeks
· 11 years ago
3f32e14
extensions: convert new to ::Create.
by Michael Meeks
· 11 years ago
f124884
dbaccess: convert new to ::Create.
by Michael Meeks
· 11 years ago
0269ef9
sw: convert new to ::Create.
by Noel Grandin
· 11 years ago
0a497cb
Use VclPtr for OGenericUnoDialog::createDialog.
by Michael Meeks
· 11 years ago
3e710c2
fix live children left behind at destroy
by Noel Grandin
· 11 years ago
c6fb78d
disposeAndClear in place of DELETEZ.
by Michael Meeks
· 11 years ago
e985155
Misc. other fixing.
by Michael Meeks
· 11 years ago
f9a55aa
Lots more small re-basing issues fixed.
by Michael Meeks
· 11 years ago
7a1fad0
convert ScopedVclPtr to ScopedVclPtrInstance
by Noel Grandin
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
5d133eb6
first half of non-scriptable, Instance constructor conversion.
by Michael Meeks
· 11 years ago
ad8a207
cure a lot of unfortunate ScopedVclPtrs.
by Michael Meeks
· 11 years ago
d1091fd
re-insert erroneously converted delete calls.
by Michael Meeks
· 11 years ago
61b224f
vclwidget: fixup locally allocated vcl::Window objects
by Noel Grandin
· 11 years ago
0556598
vclwidget: check for calling delete on subclasses of vcl::Window
by Noel Grandin
· 11 years ago
6d0c891
vclwidget: fix more places that should be wrapping in VclPtr
by Noel Grandin
· 11 years ago
6574128
cleanup Printer VclRef pieces.
by Michael Meeks
· 11 years ago
c72fac2
vclwidget: convert lots more sites to use VclPtr
by Noel Grandin
· 11 years ago
d7a84ce
vclwidget: only call dispose() once
by Noel Grandin
· 11 years ago
c0a802b
Audit and correct misc. clears -> disposeAndClears.
by Michael Meeks
· 11 years ago
1c4025b
vclwidget: change all vcl::window fields to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
1139e54
vcl: VclPtr conversion in extensions
by Noel Grandin
· 11 years ago
3ad9d25
vcl: make VclPtr<T>(T*) constructor explicit
by Noel Grandin
· 11 years ago
a632fa5
vcl: rename VclReference to VclPtr
by Noel Grandin
· 11 years ago
2e03ce9
vcl: manage SubEdit with references - and fix leak / cleanup.
by Michael Meeks
· 11 years ago
bbb14a2
stop assert on exit from bibliography
by Caolán McNamara
· 11 years ago
1ad3ed2
Resolves: tdf#90473 bibliography doesn't resize after reload
by Caolán McNamara
· 11 years ago
9222f5d
A UNO Any can't contain an Any
by Stephan Bergmann
· 11 years ago
869aaf8
convert SvtModuleOptions::EModule to scoped enum
by Noel Grandin
· 11 years ago
54e87df
Change INetProtocol enumerators to CamelCase
by Stephan Bergmann
· 11 years ago
44b3e56
Change INetProtocol to scoped enumeration
by Stephan Bergmann
· 11 years ago
e9cb557
loplugin:staticmethods
by Noel Grandin
· 11 years ago
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
65c3f29
Typo: wheter->whether
by Julien Nabet
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
2311641
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
78a7f96
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
a52cf47
Clean up template-parameter-dependent C-style casts
by Stephan Bergmann
· 11 years ago
5bd4b3f
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
ac3ebf3
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
c6dcd7b
Fix various Windows-only XServiceInfo implementations
by Stephan Bergmann
· 11 years ago
858e455
loplugin:constantfunction: various
by Noel Grandin
· 11 years ago
33de587
tdf#88230: cleanup solar mutex yielding
by Pranav Kant
· 11 years ago
fb14be5
create new 'enum class' SotClipboardFormatId to unify types
by Noel Grandin
· 11 years ago
3099c70b
Fix various XServiceInfo implementations
by Stephan Bergmann
· 11 years ago
e30319e
Typo: NotifcationMode->NotificationMode
by Julien Nabet
· 11 years ago
040cf11
extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be null
by Michael Stahl
· 11 years ago
6c6d979
extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULT
by Michael Stahl
· 11 years ago
465359c
do not call virtual Commit() from dtors of utl::ConfigItem subclasses
by Michael Stahl
· 11 years ago
765f621
utl::ConfigItem::Commit() should call ClearModified()
by Michael Stahl
· 11 years ago
556373c
V668 no sense in testing the result of new against null
by Caolán McNamara
· 11 years ago
eeb3467
fix build of updatecheck extension
by Noel Grandin
· 11 years ago
d22519f
V801: Decreased performance
by Caolán McNamara
· 11 years ago
924b292
V801: Decreased performance
by Caolán McNamara
· 11 years ago
5a308b1
V801: Decreased performance
by Caolán McNamara
· 11 years ago
8f9b0c8
Idle: Changed to new enum name
by Tobias Madl
· 11 years ago
2d95bc0
Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum
by Tobias Madl
· 11 years ago
8261436
Timer: Adapted all idle includes and enum uses
by Tobias Madl
· 11 years ago
d8dd6db
gbuild: set _WIN32_WINNT globally instead of WINVER
by Michael Stahl
· 11 years ago
c622304
V813: Decreased performance
by Caolán McNamara
· 11 years ago
2f928b2
remove NUMBERFORMAT_ constants
by Noel Grandin
· 11 years ago
4be55ff
Typo: queriing->querying
by Julien Nabet
· 11 years ago
2d0c4cd
Typo: reqired->required
by Julien Nabet
· 11 years ago
aa1b4a29
Various typos
by Julien Nabet
· 11 years ago
9f8ffc8
add GetSelectEntryData to ListBox and ComboBox
by Noel Grandin
· 11 years ago
6b365a1
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
4f7a1f5
fdo#75757: Remove inheritance from std::vector
by Matthew Pottage
· 11 years ago
3bf543f
Remove uses of deprecated salhelper/refobj.hxx
by Stephan Bergmann
· 11 years ago
eaf1c5f8
coverity#1267680 Dereference before null check
by Caolán McNamara
· 11 years ago
fae0953
coverity#707772 Uninitialized scalar field
by Caolán McNamara
· 11 years ago
68deef1
Resolves: #i67663# add vertical alighment on property UI
by Tsutomu Uchino
· 11 years ago
cead54b
Use vector::data
by Stephan Bergmann
· 11 years ago
81b5d84
Resolves: tdf#88819 printing with ps hangs
by Caolán McNamara
· 11 years ago
f61dbc3
followup code removal after changing virtual methods to non-virtual
by Noel Grandin
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
3bd165e
cppcheck: fix redundantPointerOp reports
by Julien Nabet
· 11 years ago
ea0bb58
Drop unused comphelper::service_decl::component_getFactoryHelper params
by Stephan Bergmann
· 11 years ago
7889f9e
Some more loplugin:cstylecast: extensions
by Stephan Bergmann
· 11 years ago
2f69f6e
remove unnecessary parentheses
by Noel Grandin
· 11 years ago
c32a5a3
simplify Date/Time/DateTime conversion code
by Noel Grandin
· 11 years ago
5333782
convert SETTINGS_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
a5b5ad9
fdo#84938: replace DATACHANGED_ constants with 'enum class'
by Noel Grandin
· 11 years ago
2f69e16
override the overloading of "overload" to decrease cognitive (over-)load
by Michael Stahl
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
8130714
fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'
by Noel Grandin
· 11 years ago
566f16a
java: unnecessary imports
by Noel Grandin
· 11 years ago
ca8787a
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
f8922b6
Remove unnecessary comphelper::string::getToken
by Stephan Bergmann
· 11 years ago
3639824
extensions: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
226dd31
extensions: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
0f5e917
Introduce rtl::OUStringLiteral1
by Stephan Bergmann
· 11 years ago
f8fbef2
java: remove more test skeleton code
by Noel Grandin
· 11 years ago
aba7f4c
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
4fbdcb8
extensions: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
9adb820
java: simplify the getMSF() methods
by Noel Grandin
· 11 years ago
821ae0f
changed timers to idles
by Tobias Madl
· 11 years ago
86b44e8
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
ac49b8a
fdo#65163 reintroduce embedded picture for form components
by Lionel Elie Mamane
· 11 years ago
Next »