summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)Author
2018-03-17Typos: definied->definedJulien Nabet
2018-03-15change recursive ImageURL prop. search to use XGraphicTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-25Blind fix for 3ceb01afc3e5f47930e24fb0b21e6e85b86f660eJulien Nabet
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-02-16Revert "loplugin:changetoolsgen in avmedia..basic" and reapply pluginNoel Grandin
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-02-13loplugin:changetoolsgen in avmedia..basicNoel Grandin
2018-02-09Decrease fragility in odd use cases with no current documentTor Lillqvist
2018-01-31basic: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-25loplugin:pointerbool (clang-cl)Stephan Bergmann
2018-01-23Introduce SbxValues::clearStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin
2018-01-19loplugin:useuniqueptr in SbiStdObjectNoel Grandin
2018-01-19loplugin:useuniqueptr in SbUnoMethodNoel Grandin
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-08basic, solve link problemsjan Iversen
2018-01-06SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin
2018-01-04Silence loplugin:unnecessarycatchthrow with --disable-debugStephan Bergmann
2018-01-02RID_* can be extern global variablesNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-15Get rid of loop counter variableMike Kaganski
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05Save an unnecessary duplicate GetObject() callEike Rathke
2017-12-05Simplify the IsObject()/GetObject() logic hereEike Rathke
2017-12-05Rather call GetObject() only if IsObject(), tdf#112571 follow-upEike Rathke
2017-12-05Resolves: tdf#114232 reset error after unsuccessful GetObject() queryEike Rathke
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-29Find VBA-only functions when compiling first on module levelEike Rathke