summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara
2015-10-01tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard
2015-10-01coverity#1325250 Unchecked dynamic_castCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-23coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-18null pointer guard if no user defined types declared at the module levelLaurent Godard
2015-08-18correct wrong commentsLaurent Godard
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard
2015-08-14tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-04Fix typosAndrea Gelmini
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308444 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308435 Uncaught exceptionCaolán McNamara
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann