summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky5-5/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin1-1/+1
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-19This doesn't have to be member variable, it is used just onceKatarina Behrens3-14/+6
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin5-41/+10
2017-04-19remove freshly unused menu support from src filesCaolán McNamara2-1/+1
2017-04-18remove sfx2/sfxcommands.hCaolán McNamara2-2/+0
2017-04-13Related tdf#105922: step increment is a property of the shapeKatarina Behrens1-1/+0
2017-04-13Removed duplicated includesAndrea Gelmini1-2/+1
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara1-2/+1
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann2-66/+18
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2-6/+5
2017-04-11Remove unnecessary casts to voidStephan Bergmann1-3/+3
2017-04-11sal_Bool -> boolStephan Bergmann1-2/+2
2017-04-11Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann1-17/+3
2017-04-11sal_Bool -> boolStephan Bergmann1-3/+3
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2-63/+30
2017-04-11Determine accurate position for already added JREsStephan Bergmann1-1/+2
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin3-6/+6
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: cuiStephan Bergmann1-4/+4
2017-04-06tdf#106943 Lock down Experimental features and Macro recordingGabor Kelemen1-0/+6
2017-04-05prev/next buttons start invisible in the .uiCaolán McNamara1-5/+2
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin2-2/+2
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-04-04coverity#1403732 Mixing enum typesCaolán McNamara2-32/+30
2017-04-04tdf#106938 TSA Dialog: Improve Dialog LayoutThomas Beck1-37/+29
2017-04-03coverity#1403734 Mixing enum typesCaolán McNamara1-0/+1
2017-04-02Typo: TopToBotton -> TopToBottomTamás Zolnai1-2/+2
2017-04-02Hide useless label for adjacent cells on border tabpageTamás Zolnai2-0/+6
2017-03-31Related: tdf#106515 show OpenSymbol if unavailable StarSymbol requestedCaolán McNamara1-0/+7
2017-03-31const these upCaolán McNamara1-3/+3
2017-03-31Resolves: tdf#106515 use OpenSymbol, not StarSymbol as the default bullet fontCaolán McNamara1-2/+2
2017-03-31tdf#105922: Apply custom gradient/hatch even if not saved as presetKatarina Behrens2-3/+15
2017-03-31use actual UNO enums in svxNoel Grandin3-13/+13
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna28-78/+78
2017-03-30Related: tdf#106080 support a 'none' color in search by formatCaolán McNamara2-6/+30
2017-03-29tdf#39468 Translate German commentsJens Carl17-42/+42
2017-03-29Resolves: tdf#106080 fix explicitly setting automatic in search by formatCaolán McNamara2-7/+21
2017-03-29expand these unhelpful macrosCaolán McNamara1-15/+6
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-29convert EViewType to scoped enumNoel Grandin5-8/+8
2017-03-29tdf#105281 Rearrange a few things for l10n-friendlinessAdolfo Jayme Barrientos1-67/+72
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas5-0/+5
2017-03-27Use hub link for git logSamuel Mehrbrodt1-1/+1
2017-03-25Fix typosAndrea Gelmini3-3/+3
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin3-9/+6
2017-03-23“Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos4-8/+8
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-2/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin9-25/+25