summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-2/+2
2017-04-21remove some old MSVC workaroundsNoel Grandin1-2/+0
2017-04-20loplugin:unusedmethodsNoel Grandin3-11/+0
2017-04-20mnDateFormat in DateFormatter is unusedNoel Grandin1-1/+0
2017-04-19only one use of GetStandardTextCaolán McNamara1-12/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara43-184/+6
2017-04-19vcl: protect Window from exceptions during construction.Michael Meeks1-2/+8
2017-04-19vcl JPEG import: remove unused pCallerDataMiklos Vajna5-6/+6
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-2/+2
2017-04-18Window::ReleaseMouse warning isn't helpfulCaolán McNamara1-8/+1
2017-04-18cppcheck: useInitializationListMuhammet Kara1-6/+6
2017-04-17move the exception handlingCaolán McNamara1-159/+152
2017-04-17tdf#89329 Use std::unique_ptr for ImplData in vcl/syswinJames Raykowski1-2/+1
2017-04-16uitest: escape the " for the json string conversionMarkus Mohrhard1-1/+10
2017-04-16return false on exceptionCaolán McNamara1-152/+159
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-14vcl PDF import: don't assume larger offset -> newer trailerMiklos Vajna1-3/+34
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-22/+24
2017-04-13Removed duplicated includesAndrea Gelmini3-5/+0
2017-04-12Notebookbar: remove dependency between all containers and IPrioritableSzymon Kłos1-2/+0
2017-04-12take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIRCaolán McNamara1-17/+3
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin2-4/+2
2017-04-12infinite SetDefaultSize->SetPosSize->SetDefaultSizeCaolán McNamara1-1/+2
2017-04-11PDF export of PDF images: compress page stream if requestedMiklos Vajna1-9/+8
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna2-33/+106
2017-04-11convert ruler menu to .uiCaolán McNamara1-3/+3
2017-04-11tdf#107089 PDF export of PDF images: handle mixed filters of page streamsMiklos Vajna1-11/+27
2017-04-10Related: tdf#107013 PDF export of PDF images: improve content streamsMiklos Vajna1-64/+71
2017-04-10Fix typos to complete commit b35552f39503Andrea Gelmini1-1/+1
2017-04-09std::unique[]->std::vectorCaolán McNamara1-7/+7
2017-04-09make this more readableCaolán McNamara1-29/+32
2017-04-09Notebookbar: warn if priority is set for unsupported itemSzymon Kłos1-2/+12
2017-04-08ofz#1069 avoid oomCaolán McNamara1-0/+2
2017-04-07tdf#107018 PDF export of PDF images: handle references in nested dictionariesMiklos Vajna2-22/+15
2017-04-07PDF export of PDF images: avoid invalid offset for not used jpeg bitmapsMiklos Vajna1-1/+2
2017-04-07Read number of polylines as UInt32 according to documentationBartosz Kosiorek1-12/+12
2017-04-07extend catch all here for std::exception derived exceptions tooCaolán McNamara1-2/+6
2017-04-07tdf#107013 PDF export of PDF images: handle page tree and content streamsMiklos Vajna2-78/+121
2017-04-07Revert "Related tdf#105566 Update Infobar when signature status changes"Michael Stahl1-5/+3
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin3-5/+5
2017-04-07tdf#39468 Translate German commentsJens Carl9-19/+19
2017-04-07Related tdf#105566 Update Infobar when signature status changesSamuel Mehrbrodt1-3/+5
2017-04-07vcl: remove no longer needed WIN_Rectangle()Miklos Vajna1-6/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann3-6/+6
2017-04-06crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara1-1/+1
2017-04-06loplugin:singlevalfieldsNoel Grandin1-4/+2
2017-04-06Fix crash while running the Notebookbar modeSzymon Kłos1-17/+20
2017-04-05Related: tdf#106972 vcl PDF export, PDF images: ignore PDF >= 1.5Miklos Vajna1-2/+28
2017-04-05tdf#106972 vcl PDF export, PDF images: handle indirect font referencesMiklos Vajna2-9/+51
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin2-3/+3