summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28add CVE-2015-1759 test caseCaolán McNamara1-0/+0
Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
2015-08-28add CVE-2015-1760 test casesCaolán McNamara2-0/+0
Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-3/+2
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25upload libmwaw 0.3.6David Tardon2-0/+0
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
2015-08-25astyleDavid Tardon2-34/+67
Change-Id: I597c007e4636f6b05873f24ef3e89c0a7c2c3670
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-19clean upStephan Bergmann1-77/+82
Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
Idea originally from caolan. Found using the following command: find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;' Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763
2015-06-10writerperfect: fix gcc-4.7 buildMiklos Vajna1-44/+44
error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString' Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann17-18/+18
Change-Id: I72ba7c59cfcf0ec4e5e31067a260e82f8f604567
2015-06-07Remove include stdio (part8)Julien Nabet1-2/+0
Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746 Reviewed-on: https://gerrit.libreoffice.org/16139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara21-23/+23
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-05-25cppcheck: unreadVariableCaolán McNamara1-2/+0
Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
2015-05-22loplugin:constantfunctionNoel Grandin1-2/+2
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-21-fsanitize=bool (during CppunitTest_writerperfect_writer)Stephan Bergmann1-1/+1
...as libwps::WPSDocument::isFileFormatSupported doesn't necessarily write false into its needCharSetEncoding param ("A flag set to true if we need the character set encoding"), whether or not that's a good idea. Change-Id: Ib094a0fed84b6e6ff66e9b8a2524f55a60de64ef
2015-05-20enable Apple Numbers importDavid Tardon9-0/+158
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
2015-05-20enable Apple Pages importDavid Tardon9-0/+153
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-19wpftencodingdialog.ui: Fix spacing, add mnemonic widget and acceleratorAdolfo Jayme Barrientos1-5/+7
Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40
2015-05-19glm is only needed for libetonyek buildDavid Tardon1-1/+0
Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
2015-05-19upload libetonyek 0.1.2David Tardon1-0/+1
Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e
2015-05-19astyleDavid Tardon6-22/+57
Change-Id: I4e7bf54959b8a9ce6c453cedfd3525aeff5c8e3a
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann18-16/+267
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann22-22/+22
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
2015-05-19Clean up WPFTEncodingDialog ctor paramsStephan Bergmann3-17/+10
Change-Id: I28304671deb4e619e76f9ad5d8a2f9a9ec3a0d4f
2015-05-19...assuming these want to actually catch css::uno::ExceptionsStephan Bergmann2-2/+4
(which ones? or is this just needless cargo cult anyway?) Change-Id: If1450d4f34acd1475eb71c49e0eaf99c40833a8e
2015-05-19Fix wpftencodingdialog.uiStephan Bergmann2-2/+2
Change-Id: I03430895a9289331bcbbd1f4a442dabddab5e751
2015-05-19loplugin:vclwidgetsStephan Bergmann1-0/+9
Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d
2015-05-19loplugin:cstylecastStephan Bergmann1-1/+1
Change-Id: I0ef11bcb30bcfbecf5afe5c4c38391acc7b72968
2015-05-19upload libwps 0.4.0osnola11-7/+404
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-17astyleDavid Tardon1-32/+32
Change-Id: I733f1f777bbe30f3ce8b15b60fe56b8dba240ffd
2015-05-17enable new formats supported by libmwawDavid Tardon3-2/+300
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: I2986cc33a29bdb9a388ce6ac715a3b25502eb556
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-10/+10
Change-Id: If7652a7c0251b741660365848a717c06954ca419
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-3/+3
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+8
Resolve several thousand lines of conflicts. Conflicts: accessibility/source/extended/accessiblelistbox.cxx accessibility/source/standard/vclxaccessiblecombobox.cxx accessibility/source/standard/vclxaccessibledropdowncombobox.cxx accessibility/source/standard/vclxaccessibledropdownlistbox.cxx accessibility/source/standard/vclxaccessiblelistbox.cxx accessibility/source/standard/vclxaccessibletextfield.cxx basctl/source/basicide/basidesh.cxx cui/source/inc/chardlg.hxx cui/source/tabpages/tpbitmap.cxx dbaccess/source/ui/dlg/UserAdmin.cxx dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx extensions/source/propctrlr/propertyeditor.hxx extensions/source/scanner/sanedlg.cxx filter/source/pdf/impdialog.cxx include/sfx2/mgetempl.hxx include/sfx2/sidebar/SidebarToolBox.hxx include/sfx2/viewsh.hxx include/svtools/brwbox.hxx include/svtools/filectrl.hxx include/svtools/scrwin.hxx include/svx/dlgctrl.hxx include/svx/sidebar/Popup.hxx include/svx/sidebar/PopupContainer.hxx include/svx/sidebar/PopupControl.hxx include/svx/sidebar/SidebarDialControl.hxx include/svx/sidebar/ValueSetWithTextControl.hxx sc/source/ui/condformat/condformatdlgentry.cxx sc/source/ui/navipi/navipi.cxx sc/source/ui/sidebar/CellBorderStyleControl.hxx sd/source/ui/animations/CustomAnimationDialog.cxx sd/source/ui/inc/DrawViewShell.hxx sd/source/ui/inc/Ruler.hxx sd/source/ui/inc/SlideSorter.hxx sd/source/ui/inc/ViewTabBar.hxx sd/source/ui/inc/Window.hxx sd/source/ui/inc/morphdlg.hxx sd/source/ui/inc/sdpreslt.hxx sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx sd/source/ui/sidebar/LayoutMenu.hxx sd/source/ui/sidebar/MasterPagesSelector.hxx sd/source/ui/sidebar/NavigatorWrapper.hxx sd/source/ui/sidebar/PanelBase.hxx sd/source/ui/sidebar/RecentMasterPagesSelector.cxx sd/source/ui/sidebar/RecentMasterPagesSelector.hxx sd/source/ui/slideshow/showwindow.hxx sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx sd/source/ui/view/ViewShellBase.cxx sd/source/ui/view/drviewsa.cxx sfx2/source/appl/fileobj.hxx sfx2/source/appl/opengrf.cxx sfx2/source/control/thumbnailviewacc.hxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/doc/docinsert.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/inc/alienwarn.hxx sfx2/source/sidebar/Deck.cxx sfx2/source/sidebar/Deck.hxx sfx2/source/sidebar/DeckTitleBar.cxx sfx2/source/sidebar/DeckTitleBar.hxx sfx2/source/sidebar/MenuButton.cxx sfx2/source/sidebar/MenuButton.hxx sfx2/source/sidebar/Panel.cxx sfx2/source/sidebar/Panel.hxx sfx2/source/sidebar/PanelTitleBar.hxx sfx2/source/sidebar/SidebarDockingWindow.hxx sfx2/source/sidebar/SidebarToolBox.cxx sfx2/source/sidebar/TabBar.hxx sfx2/source/sidebar/TabItem.cxx sfx2/source/sidebar/TabItem.hxx sfx2/source/sidebar/TitleBar.hxx sfx2/source/toolbox/imgmgr.cxx starmath/inc/edit.hxx starmath/inc/smmod.hxx starmath/qa/cppunit/test_starmath.cxx starmath/source/edit.cxx starmath/source/smmod.cxx svtools/source/brwbox/brwbox1.cxx svtools/source/brwbox/datwin.hxx svtools/source/contnr/fileview.cxx svtools/source/contnr/simptabl.cxx svtools/source/control/filectrl.cxx svtools/source/control/valueimp.hxx svx/inc/GalleryControl.hxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/swframeexample.cxx svx/source/fmcomp/fmgridif.cxx svx/source/gallery2/GalleryControl.cxx svx/source/sidebar/EmptyPanel.hxx svx/source/sidebar/area/AreaPropertyPanel.hxx svx/source/sidebar/area/AreaTransparencyGradientControl.hxx svx/source/sidebar/graphic/GraphicPropertyPanel.hxx svx/source/sidebar/insert/InsertPropertyPanel.cxx svx/source/sidebar/insert/InsertPropertyPanel.hxx svx/source/sidebar/line/LinePropertyPanel.hxx svx/source/sidebar/line/LineWidthControl.cxx svx/source/sidebar/line/LineWidthControl.hxx svx/source/sidebar/line/LineWidthValueSet.hxx svx/source/sidebar/paragraph/ParaPropertyPanel.hxx svx/source/sidebar/possize/SidebarDialControl.cxx svx/source/sidebar/text/TextCharacterSpacingPopup.hxx svx/source/sidebar/text/TextPropertyPanel.hxx svx/source/sidebar/tools/PopupContainer.cxx svx/source/sidebar/tools/PopupControl.cxx svx/source/sidebar/tools/ValueSetWithTextControl.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdibrow.cxx svx/source/tbxctrls/colrctrl.cxx svx/source/tbxctrls/tbcontrl.cxx sw/source/ui/dbui/mmaddressblockpage.cxx sw/source/ui/dialog/uiregionsw.cxx sw/source/ui/index/cnttab.cxx sw/source/uibase/inc/drpcps.hxx sw/source/uibase/sidebar/PageColumnControl.hxx sw/source/uibase/sidebar/PageMarginControl.hxx sw/source/uibase/sidebar/PageOrientationControl.hxx sw/source/uibase/sidebar/PagePropertyPanel.hxx sw/source/uibase/sidebar/PageSizeControl.hxx sw/source/uibase/uiview/view2.cxx sw/source/uibase/utlui/navipi.cxx vcl/inc/svdata.hxx vcl/source/control/combobox.cxx vcl/source/control/lstbox.cxx vcl/source/window/dockwin.cxx vcl/source/window/winproc.cxx Change-Id: I056cf3026ff17d65cca0b6e6588bda4a88fa8d95
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
2015-04-10missing nullptr.Michael Meeks1-1/+1
Change-Id: Iea2124d0b485e051df1136f63ba4113b2dbc6f84
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
Change-Id: Ib0b9b17010f7c1b0814b48f6fb0144e5296418df
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
Change-Id: I8be9141b9653e73ebd23a5a3d810f240c376f97e
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
They need to be wrapped in ScopedVclPtr in order to be disposed properly. Change-Id: Ib64dba353774f54711e4de7f5d15d859c6a4dc7e
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-8/+8
Change-Id: Ia8b0d84bbf69f9d8f85505d019acdded14e25133 Conflicts: sw/qa/tiledrendering/tiledrendering.cxx
2015-03-24loplugin:constantfunction: variousNoel Grandin1-2/+8
Change-Id: I6eddda9f4b31c7ce413c328b6a857a81bd222eed
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin2-2/+2
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-2/+2
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-02-08tdf#84168 convert wpftimpress to use ImportFilter base classKishor Bhat8-374/+62
Change-Id: Ie41613e66a2fad1b6d4dd22b59d864e8684aad7b Reviewed-on: https://gerrit.libreoffice.org/14359 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-22writerperfect: convert assert on invalid input to SAL_WARNMichael Stahl1-1/+1
lp502369-3.doc contains several StgEntry that are invalid and have type 0 (STG_EMPTY). Not sure if sot Storage::FillInfoList() should filter these out. Change-Id: I493cbb346723a3be4f8bc93de1030e68c1216b50
2015-01-21Some more loplugin:cstylecast: writerperfectStephan Bergmann2-2/+2
Change-Id: I5bdc5f147e507d4ac1626133e653bdc9addb5571
2015-01-05upload libe-book 0.1.2David Tardon2-0/+5
Change-Id: I1dc1231661c8fed6021c10ed3c4676d2581ad1fc
2015-01-05upload libmwaw 0.3.4David Tardon1-0/+109
Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19