summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2017-09-26loplugin:flatten in scNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-08-31Fix silent merge conflictStephan Bergmann
2017-08-31tdf#111939: Fallback to getting view data from best view shell...Dennis Francis
2017-08-29loplugin:constparam in sc part9Noel Grandin
2017-08-25oovbaapi: Use default path for FileDialogTamas Bunth
2017-08-16oovbaapi: Allow copying of multiple selectionsTamas Bunth
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-10tdf#107858 oovbaapi: Autofilter always has headerTamas Bunth
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-19vbaapi: File dialog produces pathTamas Bunth
2017-07-14implement Application.FileDialog attributeTamas Bunth
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:unusedfieldsNoel Grandin
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann
2017-06-30oovbaapi: implement Application.GetOperatingSystemTamas Bunth
2017-06-30oovbaapi: add Borders.TintAndShade PropertyTamas Bunth
2017-06-28oovbaapi: cast ReadingOrder value to sal_Int16Tamas Bunth
2017-06-28oovbaapi: do not use properties for formControlTamas Bunth
2017-06-27Use base class to set/get super/sub scriptTamas Bunth
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-24oovbaapi: add Application.OperatingSystem propertyTamas Bunth
2017-06-21Fix use of wrong functionTamas Bunth
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin
2017-06-08oovbaapi: add Interior.PatternTintAndShade Property (Excel)Miklos Vajna
2017-06-08oovbaapi: add Interior.TintAndShade Property (Excel)Miklos Vajna
2017-06-08oovbaapi: add XlThemeColor Enumeration (Excel)Miklos Vajna
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-26tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-12tdf#107238 VBA autofilter: list of stringsSzymon Kłos
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann