summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-215-5/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* convert EDynamicMenuType to scoped enumNoel Grandin2017-04-201-1/+1
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* This doesn't have to be member variable, it is used just onceKatarina Behrens2017-04-193-14/+6
* clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2017-04-195-41/+10
* remove freshly unused menu support from src filesCaolán McNamara2017-04-192-1/+1
* remove sfx2/sfxcommands.hCaolán McNamara2017-04-182-2/+0
* Related tdf#105922: step increment is a property of the shapeKatarina Behrens2017-04-131-1/+0
* Removed duplicated includesAndrea Gelmini2017-04-131-2/+1
* can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2017-04-121-2/+1
* Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann2017-04-122-66/+18
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-122-6/+5
* Remove unnecessary casts to voidStephan Bergmann2017-04-111-3/+3
* sal_Bool -> boolStephan Bergmann2017-04-111-2/+2
* Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann2017-04-111-17/+3
* sal_Bool -> boolStephan Bergmann2017-04-111-3/+3
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-112-63/+30
* Determine accurate position for already added JREsStephan Bergmann2017-04-111-1/+2
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-073-6/+6
* Improved loplugin:redundantcast, static_cast on arithmetic types: cuiStephan Bergmann2017-04-061-4/+4
* tdf#106943 Lock down Experimental features and Macro recordingGabor Kelemen2017-04-061-0/+6
* prev/next buttons start invisible in the .uiCaolán McNamara2017-04-051-5/+2
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-052-2/+2
* loplugin:constantparam part2Noel Grandin2017-04-051-1/+1
* coverity#1403732 Mixing enum typesCaolán McNamara2017-04-042-32/+30
* tdf#106938 TSA Dialog: Improve Dialog LayoutThomas Beck2017-04-041-37/+29
* coverity#1403734 Mixing enum typesCaolán McNamara2017-04-031-0/+1
* Typo: TopToBotton -> TopToBottomTamás Zolnai2017-04-021-2/+2
* Hide useless label for adjacent cells on border tabpageTamás Zolnai2017-04-022-0/+6
* Related: tdf#106515 show OpenSymbol if unavailable StarSymbol requestedCaolán McNamara2017-03-311-0/+7
* const these upCaolán McNamara2017-03-311-3/+3
* Resolves: tdf#106515 use OpenSymbol, not StarSymbol as the default bullet fontCaolán McNamara2017-03-311-2/+2
* tdf#105922: Apply custom gradient/hatch even if not saved as presetKatarina Behrens2017-03-312-3/+15
* use actual UNO enums in svxNoel Grandin2017-03-313-13/+13
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-3128-78/+78
* Related: tdf#106080 support a 'none' color in search by formatCaolán McNamara2017-03-302-6/+30
* tdf#39468 Translate German commentsJens Carl2017-03-2917-42/+42
* Resolves: tdf#106080 fix explicitly setting automatic in search by formatCaolán McNamara2017-03-292-7/+21
* expand these unhelpful macrosCaolán McNamara2017-03-291-15/+6
* loplugin:unusedmethodsNoel Grandin2017-03-291-1/+0
* convert EViewType to scoped enumNoel Grandin2017-03-295-8/+8
* tdf#105281 Rearrange a few things for l10n-friendlinessAdolfo Jayme Barrientos2017-03-291-67/+72
* tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas2017-03-285-0/+5
* Use hub link for git logSamuel Mehrbrodt2017-03-271-1/+1
* Fix typosAndrea Gelmini2017-03-253-3/+3
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-233-9/+6
* “Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos2017-03-234-8/+8
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-221-2/+1
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-229-25/+25