Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/libreoffice-7-1
/
basic
bf3c4e4
tdf#143081: fix Basic Replace() function crashes LO
by Julien Nabet
· 4 years, 9 months ago
073a78b
tdf#142180 Swapped comparison operators for static strings
by Joshua Williams
· 4 years, 11 months ago
6fa9053
tdf#141201 - Round MOD literals to Integer values
by Andreas Heinisch
· 5 years ago
cff1947
tdf#141050 Accept CCur with negative strings
by arpit1912
· 5 years ago
fde2919
tdf#141045 - fixed copy paste error in the replace function
by Andreas Heinisch
· 5 years ago
4db748f
tdf#43003 - convert parameter to the requested type
by Andreas Heinisch
· 5 years ago
a1a0f49
tdf#136801 : IsNumeric("+2") and CInt("+2") return correct values
by Anshu
· 5 years ago
d000f02
Use sal_Int32 to print SbxLONG value
by Stephan Bergmann
· 5 years ago
6fa1161
loplugin:stringviewparam: No good reason to exclude operator functions
by Stephan Bergmann
· 5 years ago
8ef6067
loplugin:stringviewparam check methods too
by Noel
· 5 years ago
16389aa
tdf#123936 Formatting files in module basic with clang-format
by Philipp Hofer
· 5 years ago
93c64a6
loplugin:stringview
by Noel
· 5 years ago
8ad514c
BASIC : use std::make_unique instead of std::unique_ptr ( new ... )
by Arnaud Versini
· 5 years ago
0505a00
tdf#42949 Fix new IWYU warnings in directories [ab]*
by Gabor Kelemen
· 5 years ago
0733946
Use LONG here
by Mike Kaganski
· 5 years ago
7a896f1
use officecfg for Experimental flag
by Noel Grandin
· 5 years ago
48d46bc
tdf#85371 - grant write access to the method used as a variable
by Andreas Heinisch
· 5 years ago
9a9cdd5
basic: fix build after long->tools::Long
by Thorsten Behrens
· 5 years ago
6436302
convert some more long -> tools::Long
by Noel
· 5 years ago
dff273c
Put may succeed even if outer error is set
by Mike Kaganski
· 5 years ago
94044b8
Replace these macro-based implementations with normal C++
by Mike Kaganski
· 5 years ago
387a88f
use tools::Long in basegfx..chart2
by Noel
· 5 years ago
d6b7cc3
tdf#123025 - ReDim Preserve fails if array is filled by Split
by Andreas Heinisch
· 6 years ago
f9ac067
static_cast after dynamic_cast
by Noel
· 5 years ago
698e5d5
tdf#123025 - fixed broken tests for cverr method
by Andreas Heinisch
· 6 years ago
38786f1
loplugin:reducevarscope in basctl,basic
by Noel
· 6 years ago
e0ce9ec
Fix typo in code
by Andrea Gelmini
· 6 years ago
881aca8
Fix typo in code
by Andrea Gelmini
· 6 years ago
72fd000
update pches
by Caolán McNamara
· 6 years ago
b25aa1c
basic: use dummy DLL mgr for Windows Arm64 build
by Jan-Marek Glogowski
· 6 years ago
e6dfaf9
Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString
by Stephan Bergmann
· 6 years ago
c3c8d2d
tdf#136112 Unit test for Date() Basic function
by Alain Romedenne
· 6 years ago
50761e3
tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBox
by Caolán McNamara
· 6 years ago
c927aab
Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit
by Stephan Bergmann
· 6 years ago
85232a2
BASIC : no need for a DLL manager impl on non windows systems
by Arnaud Versini
· 6 years ago
1d67beea
BASIC : useless std::unique_ptr initialisation
by Arnaud Versini
· 6 years ago
11292d1
tdf#136032 - abort scan of a string beginning with a hashtag
by Andreas Heinisch
· 6 years ago
fb4ddf2
tdf#124176 Use #pragma once in basic
by George Bateman
· 6 years ago
f12050b
Make ImpSvNumberformatScan::GetColor const
by Mike Kaganski
· 6 years ago
40031dd
tdf#54912 - with option base arrays should start at index 1
by Andreas Heinisch
· 6 years ago
33ecd0d
Change OUStringLiteral from char[] to char16_t[]
by Stephan Bergmann
· 6 years ago
781b6ac9
tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAM
by Andreas Heinisch
· 6 years ago
21c1f17
Fix typo in code
by Andrea Gelmini
· 6 years ago
65ae6af
loplugin:unusedvarsglobal
by Noel Grandin
· 6 years ago
7da3210
Don't forget to increment refcount when loading from image
by Mike Kaganski
· 6 years ago
d7d9d3c
tdf#135799: properly load arrays in user-defined types from image
by Mike Kaganski
· 6 years ago
d7484b0
Fix typos
by Andrea Gelmini
· 6 years ago
5159967
remove constructor with plain Bitmap from Graphic, use BitmapEx
by Tomaž Vajngerl
· 6 years ago
e67657d
loplugin:simplifybool more
by Noel Grandin
· 6 years ago
3457da6
loplugin:stringstatic also look for local statics
by Noel Grandin
· 6 years ago
e67ffd5
tdf#135470: Fix checks
by Mike Kaganski
· 6 years ago
16a3a54
Remove dead code
by Stephan Bergmann
· 6 years ago
e3d623a
BASIC : no need to initialize manually std::unique_ptr
by Arnaud Versini
· 6 years ago
c56175b
fix comment
by Noel Grandin
· 6 years ago
231e1e4
fix shutdown crash in basic
by Noel Grandin
· 6 years ago
97200ca
Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContext
by Mike Kaganski
· 6 years ago
0587c88
Fix uses of char16_t*/wchar_t* stream inserters
by Stephan Bergmann
· 6 years ago
23bfaf60
tdf#134576: basic_macros: Add unittest
by Xisco Fauli
· 6 years ago
b050b7e
update pches
by Caolán McNamara
· 6 years ago
5760c94
tdf#134576: proper handling of For/For Each with On Error Resume Next
by Mike Kaganski
· 6 years ago
2333dfd
tdf#134692: copy deep when there are multiple references to the old array
by Mike Kaganski
· 6 years ago
b55f56c
tdf#134576 at least don't crash in this edge-case
by Caolán McNamara
· 6 years ago
c5b985b
replace usage of blacklist with excludelist for IWYU
by Thorsten Behrens
· 6 years ago
493ae7a6
replace usage of blacklist with denylist
by Thorsten Behrens
· 6 years ago
d902e04
Upcoming improved loplugin:staticanonymous -> redundantstatic: basic
by Stephan Bergmann
· 6 years ago
da527cd
Upcoming improved loplugin:elidestringvar: basic
by Stephan Bergmann
· 6 years ago
f4c0c3f
Remove no-longer-relevant comments
by Stephan Bergmann
· 6 years ago
24ad718
BASIC : don't initialize and destroy manually std::unique_ptr
by Arnaud Versini
· 6 years ago
0f6e012
tdf#133913 - create variable with Variant/Type in StepLOADNC
by Andreas Heinisch
· 6 years ago
345cb19
tdf#132563 - Convert parameters of type SbxEMPTY
by Andreas Heinisch
· 6 years ago
054c0e7
loplugin:simplifypointertobool improve
by Noel Grandin
· 6 years ago
31ec2c2
Upcoming loplugin:elidestringvar: basic
by Stephan Bergmann
· 6 years ago
5f19287
loplugin:simplifybool in accessibility..basic
by Noel Grandin
· 6 years ago
fe6cce0
Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr
by Stephan Bergmann
· 6 years ago
552b1fc
inline some use-once typedefs
by Noel Grandin
· 6 years ago
3ff159d
tdf#132389 - case-insensitive operation for non-ASCII characters
by Andreas Heinisch
· 6 years ago
8209c25
tdf#88205 EasyHack change css::uno::Sequence initializations
by vgeof
· 6 years ago
898cbb2
use for-range on Sequence in basctl..canvas
by Noel Grandin
· 6 years ago
7c96fc7
fix leak in basic
by Noel Grandin
· 6 years ago
366d08f
new loplugin:simplifypointertobool
by Noel Grandin
· 6 years ago
9f07fb6
update pches
by Caolán McNamara
· 6 years ago
dd06a8a
tdf#132388: reimplement SbRtl_Replace
by Mike Kaganski
· 6 years ago
dfb24c3
uiobject.hxx only needs forward declares
by Caolán McNamara
· 6 years ago
8b0a694
loplugin:flatten in basic
by Noel Grandin
· 6 years ago
14471a6
loplugin:buriedassign in b*
by Noel Grandin
· 6 years ago
84b8841
tdf#79426, tdf#125180 - Don't convert missing parameters to requested type
by Andreas Heinisch
· 6 years ago
79b13b4
OSL_ASSERT->assert in basic
by Noel Grandin
· 6 years ago
ffbcbbc
Cleanup for tdf#130476, tdf#62323 and tdf#62326
by Andreas Heinisch
· 6 years ago
384afeaa
tdf#130476 - take into account trailing data type characters
by Andreas Heinisch
· 6 years ago
7b12271
Initialize buffer
by Mike Kaganski
· 6 years ago
45435e2
VBA Err object raise method TestCases
by LibreOfficiant
· 6 years ago
16b0bbb
tdf#131296: get numeric value with its data type in StepLOADNC
by Andreas Heinisch
· 6 years ago
5d56257
Clear SbxAppData::m_aGlobErr early
by Stephan Bergmann
· 6 years ago
8e173a9
tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.
by Yukio Siraichi
· 6 years ago
8e323fca
tdf#36737 - Initialize default values of optionals
by Andreas Heinisch
· 6 years ago
936d7a4
Remove dead condition
by Stephan Bergmann
· 6 years ago
efa9ea1
Renaming variables for upcoming commit for tdf#36737
by Andreas Heinisch
· 6 years ago
f9a8d7b
LibO Basic Property Get/Set
by LibreOfficiant
· 6 years ago
9ad252b
Drop o3tl::optional wrapper
by Stephan Bergmann
· 6 years ago
5fc8b47
tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) again
by Stephan Bergmann
· 6 years ago
Next »