summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-10-05tdf#102053 make alt+a unique in hyperlink dialogYousuf Philips1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin15-28/+28
2017-10-04tdf#112689 Replace chained O(U)StringBuffer::append with operator+ in cuiArkadiy Illarionov5-28/+17
2017-10-03new loplugin:blockblockNoel Grandin1-17/+13
2017-10-02tdf#112677 Correcting buttons position in certificate path dialognigeldias1-17/+28
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara8-59/+49
2017-10-01throw more useful uno::Exception'sNoel Grandin1-6/+6
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-2/+1
2017-09-30Related tdf#112393: avoid leak in SvxEditModulesDlg::CreateEntryJulien Nabet2-3/+3
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-1/+1
2017-09-28tdf#112658: fix leak when calling TextEngine::SetAttribJulien Nabet1-3/+6
2017-09-28Use sal_Int32 to stick with other SetAttrib methodsJulien Nabet2-14/+13
2017-09-28simplify Bitmap operator==/IsEqual (stage2)Noel Grandin1-1/+1
2017-09-27simplify Bitmap operator==/IsEqual (stage1)Noel Grandin1-1/+1
2017-09-27loplugin:unusedmethodsNoel Grandin2-25/+0
2017-09-27Replace sal_uLong with sal_uInt32 in SpellDialogMuhammet Kara2-2/+2
2017-09-26Special character dialog small fixesTamás Zolnai2-9/+10
2017-09-26Cleanup unused strings in cuiMuhammet Kara1-6/+0
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist3-5/+5
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-2/+1
2017-09-26tdf#111739 fix Selecting a custom character as a bullet symbol insertionDaniel4-13/+36
2017-09-25Different take on tdf#108406: exclude helpimg from installed themesKatarina Behrens1-4/+0
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt7-11/+11
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt10-27/+27
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-60/+43
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-15/+10
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt51-258/+258
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt24-58/+58
2017-09-20unused sNumCharFmtName fieldsNoel Grandin2-6/+4
2017-09-19inline some use-once fields in cuiNoel Grandin9-27/+9
2017-09-18tdf#108139 Remove Preview column from Application Colors config pageArkadiy Illarionov3-615/+13
2017-09-18tdf#106945 TSA Dialog: Disable delete buttonSabin Frandes2-0/+18
2017-09-15tdf#106946 Removed ability to resize Spellchecking-Options dialogAndreas Brandner1-1/+5
2017-09-15Add space after text for better string concatOlivier Hallot1-1/+1
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-8/+8
2017-09-15tdf#112393: avoid leak in LangSelectHdl_Impl (cui)Julien Nabet1-0/+2
2017-09-15tdf#112392: avoid leak in SvxEditModulesDlg (cui)Julien Nabet2-5/+3
2017-09-14improve redundantcast lopluginNoel Grandin3-10/+8
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-2/+1
2017-09-13tdf#112133: Drop the Add and Remove labelsMuhammet Kara3-33/+28
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+3
2017-09-13Use "en-US" as the default for XHP's xml-lang attribute.Jan Holesovsky1-3/+3
2017-09-12tdf#112241: Improve column width behaviour in Customize dialogMuhammet Kara3-523/+450
2017-09-12down/up/focus/first/last handler not needed nowCaolán McNamara2-26/+0
2017-09-12disable thousand separator for this year spinfieldCaolán McNamara1-4/+1
2017-09-11Fix typosAndrea Gelmini1-1/+1
2017-09-11tdf#108011: Customize dialog's commands list should respond to keyboardMuhammet Kara1-0/+1
2017-09-11add missing context attributes to .ui filesAndras Timar1-17/+17
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin8-81/+81