Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/vclptr
/
basctl
5df7078
svx: convert new to ::Create.
by Noel Grandin
· 11 years ago
5cc560f
basctl, basic: convert new to ::Create.
by Michael Meeks
· 11 years ago
d24f93d
make CreateItemWindow return a VclPtr<>.
by Michael Meeks
· 11 years ago
d320bc8
calling static member function through member call syntax
by Noel Grandin
· 11 years ago
5245021
Explicit disposeOnce instead of transient wrappers.
by Michael Meeks
· 11 years ago
c9f2abe
More lifecycle correction.
by Michael Meeks
· 11 years ago
efcce8f
VclPtr: unfortunate includes needed for inlining ref/unref.
by Michael Meeks
· 11 years ago
e985155
Misc. other fixing.
by Michael Meeks
· 11 years ago
cf13f78
Lost more cleanup and fixing post re-basing.
by Michael Meeks
· 11 years ago
3bf4ada
dialogs lifetimes should be wrapped in ScopedVclPtr
by Noel Grandin
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
c612c3b
protect more printer code-paths.
by Michael Meeks
· 11 years ago
61b224f
vclwidget: fixup locally allocated vcl::Window objects
by Noel Grandin
· 11 years ago
b129ee5
Move OutputDevice members to VclPtr: dbaccess, canvas.
by Michael Meeks
· 11 years ago
0556598
vclwidget: check for calling delete on subclasses of vcl::Window
by Noel Grandin
· 11 years ago
256371f
clear() is the equivalent of assigning a local ptr to NULL.
by Michael Meeks
· 11 years ago
6d0c891
vclwidget: fix more places that should be wrapping in VclPtr
by Noel Grandin
· 11 years ago
29e8c9c
basctl, forms, svx: cleanup for new VclPtr API.
by Michael Meeks
· 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
954e5e4
prophylactic double dispose audit.
by Michael Meeks
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
25edbe6
vcl: VclPtr conversion in various
by Noel Grandin
· 11 years ago
d380e71
vcl: VclPtr conversion in basctl
by Noel Grandin
· 11 years ago
14505bb
loplugin:staticmethods
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
a5a5fae
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
7e3139d
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
989f0ec
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
28a1e1d
fix macro and enum name collision using CamelCase
by Noel Grandin
· 11 years ago
93ddb2c
convert BUTTON_ constants to enum class
by Noel Grandin
· 11 years ago
2199731
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
72ddf42
loplugin:constantfunction: basctl
by Noel Grandin
· 11 years ago
799a787
convert SFX_PRINTER constants to enum class
by Noel Grandin
· 11 years ago
fba2d76
convert SfxPopupWindowType to enum class
by Noel Grandin
· 11 years ago
33de587
tdf#88230: cleanup solar mutex yielding
by Pranav Kant
· 11 years ago
3f18d62
loplugin:constantfunction: sot
by Noel Grandin
· 11 years ago
4e6410b
loplugin:constantfunction: unotools
by Noel Grandin
· 11 years ago
fb14be5
create new 'enum class' SotClipboardFormatId to unify types
by Noel Grandin
· 11 years ago
b1534ed
tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>
by Swachhand Lokhande
· 11 years ago
938caea
cppcheck: cstyleCast
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
57656eb
Idle and Timer are now completely independent
by Tobias Madl
· 11 years ago
8261436
Timer: Adapted all idle includes and enum uses
by Tobias Madl
· 11 years ago
c622304
V813: Decreased performance
by Caolán McNamara
· 11 years ago
3c866bb
replace SVX_SEARCHCMD_ constants with enum class
by Noel Grandin
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
3744d85
boost->std
by Caolán McNamara
· 11 years ago
a8e6f0b
tdf#39440 - cppcheck cleanliness
by Radu Ioan
· 11 years ago
9f8ffc8
add GetSelectEntryData to ListBox and ComboBox
by Noel Grandin
· 11 years ago
f8b8070
these can all be made const
by Caolán McNamara
· 11 years ago
d8a9c74f
BASIC IDE : add the current procedure name in the status bar
by Laurent Godard
· 11 years ago
5b8947a
coverity#1268024 coverity#1267686: basctl: uncaught exception
by Michael Stahl
· 11 years ago
d25b49f
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
f08169c
coverity#1267686 Uncaught exception
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
15d2655
Resolves: #i120772# do not ignore last three properties...
by Tsutomu Uchino
· 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
5573fd8
fdo#39596: replace cstyle casts
by Juan Picca
· 11 years ago
adfc260
fdo#67343 Arrange Help button in a secondary group
by Adolfo Jayme Barrientos
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
60935c7
avoid 'don't create ItemSets with full range before FreezeIdRanges assert'
by Caolán McNamara
· 11 years ago
d9e2c27
basctl: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
c3292f3
Remove resizable:False property from dialogs containing GtkEntry.
by Jan Holesovsky
· 11 years ago
afa5bde
timers: Timer never started, remove it completely.
by Tobias Madl
· 11 years ago
e5f67b2
changed timers to idle
by Jennifer Liebel
· 11 years ago
7523b58
changed timers to idles
by Jennifer Liebel
· 11 years ago
28c251e
Remove more unnecessary header includes and use forward declaration.
by Kohei Yoshida
· 11 years ago
3338f47
reduce scope of local variables
by Michael Weghorn
· 11 years ago
991457d
loplugin:unreffun
by Stephan Bergmann
· 11 years ago
4758ab3
Removed useless includes in basctl/source/basicide/ tree
by Andrea Gelmini
· 11 years ago
d242b46
be more explicit
by David Tardon
· 11 years ago
51bacc6
impl. Clone for all subclasses of SdrPage
by David Tardon
· 11 years ago
9638e62
ooo#93212 avoid slicing during construction of SdrPage
by David Tardon
· 11 years ago
2dfcbfb
Use std::initializer_list
by Stephan Bergmann
· 11 years ago
1459645
fdo#84938: replace EVENT_ constants with enum
by Tobias Madl
· 11 years ago
8c04182
all these ids and their associated resources were unnecessary
by Caolán McNamara
· 11 years ago
8307821
We now only need one bit of information here
by Caolán McNamara
· 11 years ago
371c549
timers: Timer never started, remove it completely.
by Tobias Madl
· 11 years ago
dca47c4
HIG fixes for basctl
by Adolfo Jayme Barrientos
· 11 years ago
42fbe63
Fix typo in deletelangdialog.ui
by Adolfo Jayme Barrientos
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
a52f292
fdo#84938: replace HELPMODE_ constants with enum
by Noel Grandin
· 11 years ago
31d902d
fdo#84938: replace MOUSE_ modifier constants with enum
by Noel Grandin
· 11 years ago
fc0d57b
Revert "use the new OUString::fromUtf8 method"
by Stephan Bergmann
· 11 years ago
05050cd
use the new OUString::fromUtf8 method
by Noel Grandin
· 11 years ago
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
31af61e
Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"
by Jan Holesovsky
· 11 years ago
Next »