summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin203-1578/+1172
2012-12-21Updated coreCédric Bosdonnat1-0/+0
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin9-96/+128
2012-12-21Fix published/unpublished discrepancy in IDLNoel Grandin1-1/+1
2012-12-21Fix a bug in the merging of the URD files.Noel Grandin1-3/+3
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin230-521/+434
2012-12-21fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new styleNoel Grandin10-92/+120
2012-12-21fdo#46808, Create new-style frame::ToolBarControllerFactory serviceNoel Grandin5-6/+45
2012-12-21fdo#46808, Use service constructor for frame::UICommandDescriptionNoel Grandin13-41/+36
2012-12-21Require l10ntools on officecfgTomáš Chvátal1-1/+1
2012-12-21tabs to spacesJack Leigh1-1/+1
2012-12-20Some cppcheck cleaning in connectivityJulien Nabet3-14/+8
2012-12-20Require icu 4.6 or later with system icuTomáš Chvátal3-11/+3
2012-12-20Some cppcheck cleaningJulien Nabet1-4/+4
2012-12-20Some cppcheckJulien Nabet3-5/+3
2012-12-20Resolves: fdo#58325 give each font category a separate info labelCaolán McNamara3-25/+157
2012-12-20fdo#58427: fix another crash in SvxFontPrevWindow::PaintMichael Stahl1-2/+7
2012-12-20vcl/headless: some more string cleanupRiccardo Magliocchetti2-6/+3
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida2-4/+15
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida1-8/+21
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida6-35/+109
2012-12-20Add new option for recalculation policy when loading ODF into Calc.Kohei Yoshida1-1/+26
2012-12-20fix fdo#58403 fix processing of arguments from ".uno:Print" requestNoel Power1-1/+1
2012-12-20convwatch.py: make it run on Python 3Michael Stahl1-3/+3
2012-12-20String -> OUString in filterRicardo Montania2-100/+101
2012-12-20This println shouldn't be hereXisco Fauli1-1/+0
2012-12-20fix dialog language support mess fdo#42978Noel Power1-2/+7
2012-12-20extensions: oleautobridge: avoid boatloads of warning C4005Michael Stahl8-93/+78
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat21-0/+2100
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat15-2093/+0
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat46-4443/+0
2012-12-20Rename 'Templates and Documents' menu entry to 'Templates'Cédric Bosdonnat1-1/+1
2012-12-20Template Manager: one filtering code to rule them allCédric Bosdonnat6-85/+64
2012-12-20Converted Spelling and grammar WidgetGokul1-0/+338
2012-12-20improve padding on character dialog pagesJack Leigh4-0/+15
2012-12-20optimize: changing focus shouldn't have an impact on widget sizeCaolán McNamara1-0/+1
2012-12-20The LineListBox drew lines wider than can fit in its text areaCaolán McNamara3-13/+38
2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara15-1011/+801
2012-12-20make a PercentFieldWrap that wraps a MetricFieldCaolán McNamara2-0/+291
2012-12-20implement small-size variant stock image buttonsCaolán McNamara7-64/+54
2012-12-20rhbz#782736 use right device for converting sizeDavid Tardon1-1/+1
2012-12-20Drop useless typedefStephan Bergmann2-3/+2
2012-12-20Always have UNO_SERVICES/TYPES set in in-build uno ini fileStephan Bergmann3-15/+19
2012-12-20vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti5-25/+22
2012-12-20Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes1-0/+5
2012-12-20SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl4-26/+16
2012-12-20SwUndoInsert: replace SwPosition with SwNodeIndex here tooMichael Stahl2-23/+16
2012-12-20SwUndoInserts should not use a SwPosition:Michael Stahl2-26/+17
2012-12-20SwUndoSaveCntnt: simplify Move{From,To}UndoNdsMichael Stahl1-42/+1
2012-12-20incorrect if/for body alignmentLuboš Luňák23-84/+74