summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-50/+26
|
* fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza2013-04-261-2/+0
| | | | | | | | | Change-Id: I25b7f509ba5d1007a16c84ad05870a8174c094ec Reviewed-on: https://gerrit.libreoffice.org/3621 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* ditch libi18nlangtagicu againEike Rathke2013-04-251-1/+0
| | | | | | | Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
* removed commented out code that wouldn't be correct anywayEike Rathke2013-04-251-45/+0
| | | | Change-Id: I1fc5f6b7e779ae0c9ac5f30934c2c5d75757581d
* use LanguageTagIcuEike Rathke2013-04-242-15/+7
| | | | Change-Id: I048d72c0cd633e3aa9e6a74e4f111703969b1d77
* extend license filtering, and add fallback-checks.Michael Meeks2013-04-241-4/+1
| | | | Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
* Add license filtering to configure.Michael Meeks2013-04-241-0/+4
| | | | Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-227-165/+28
|
* Some cppcheck cleaningJulien Nabet2013-04-071-2/+1
| | | | Change-Id: I07ef58fd99bc9fc4fd601570b59f9a3581824aa9
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07133-818/+815
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* remove external include guardsThomas Arnhold2013-03-252-24/+1
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* Fix warning: unused variable 'sFormat' [loplugin]Tor Lillqvist2013-03-261-1/+1
| | | | | | | Presumably the call to m_pObjStrm->QuickReadStringPtr() is still necessary because of its side-effects (to update the stream pointer). Change-Id: I69f24de4e956d5fefb4fc5382c0cc7e0173a5a0f
* reduce whitespaces between include and filenameThomas Arnhold2013-03-19180-453/+453
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* coverity#736014 Using invalid iteratorJulien Nabet2013-03-181-1/+1
| | | | | | | Change-Id: I53c9079aa78a28f50e91474b8347c4830583a6f1 Reviewed-on: https://gerrit.libreoffice.org/2787 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* restore enough of XOBitmap to do fore/back color setting on escher patternsCaolán McNamara2013-03-151-2/+31
| | | | | | | | i.e. restore the logic of setting the colors of imported escher patterns like we always did in the past. Stripping that out seems risky in the absence of definite test-cases. Change-Id: I16bbb451b053fd04a5154602f8f38ed799e21286
* Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand2013-03-151-32/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely changed XFillBitmapItem to work with GraphicObject, removed XOBitmap class, adapted all usages (also the pretty old 8x8 pixel editor). All Bitmap fill styles will now accept transparent bitmaps as fillings in all variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as content for fill. Backward means that OOs before this change will use a white background of fill with transparent, same as the fallback all the time when using a transparent fill. This is also a preparation to e.g. offer SVG or Metafiles as fill style. Conflicts: cui/source/tabpages/backgrnd.cxx cui/source/tabpages/tparea.cxx cui/source/tabpages/tpbitmap.cxx filter/source/msfilter/msdffimp.cxx filter/source/msfilter/svdfppt.cxx sc/source/filter/excel/xiescher.cxx sd/source/ui/func/fupage.cxx svx/inc/svx/dlgctrl.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xtable.hxx svx/source/customshapes/EnhancedCustomShape2d.cxx svx/source/dialog/dlgctrl.cxx svx/source/svdraw/svdograf.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/unodraw/XPropertyTable.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabbtmp.cxx Change-Id: Id838bfbacc863695d078fb3cf379d1c0cd951680
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* sal_Bool to boolTakeshi Abe2013-03-042-2/+2
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* loplugin: unused variables and commented codeThomas Arnhold2013-03-031-2/+0
| | | | Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
| | | | Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* coverity: fix memory leakMarkus Mohrhard2013-02-181-1/+1
| | | | Change-Id: Ibe595adf52c6880ce4ecdb469b89074fcdc0c16b
* coverity: fix memory leakMarkus Mohrhard2013-02-181-4/+2
| | | | Change-Id: I991f0e90abfa6e772f43afd8b8aa69d3b5ce4fa0
* coverity: fix memory leakMarkus Mohrhard2013-02-181-7/+7
| | | | Change-Id: I12ad99f3179ee8ef9e0322823685eb2bf337fc22
* coverity: fix memory leakMarkus Mohrhard2013-02-181-1/+1
| | | | Change-Id: I9fa99a3f2a5de644961cbf8b9951e1c1246d97cb
* coverity: no need to use a pointer hereMarkus Mohrhard2013-02-181-6/+6
| | | | Change-Id: I83b986c6f2f8670c2c0f6caa754fd3567c7488a8
* coverity: new[] vs delete mismatchMarkus Mohrhard2013-02-181-1/+1
| | | | Change-Id: Ic10d900b092c37ee627d3911200ebd29106cc360
* coverity: fix memory leakMarkus Mohrhard2013-02-181-2/+1
| | | | Change-Id: Iaa27244b1829bfe5a26c9352da6a8819d3037ccd
* coverity: fix memory leakMarkus Mohrhard2013-02-181-2/+1
| | | | Change-Id: I4f31cd0848e8a521bcbcb97fc1abad159745a501
* coverity: fix memory leakMarkus Mohrhard2013-02-181-0/+2
| | | | Change-Id: If25fd29f4788af37b4ff8ef95568751ddf176f51
* coverity#738975 Use after freeCaolán McNamara2013-02-161-3/+6
| | | | | | | | also... coverity#738973 Use after free coverity#738974 Use after free Change-Id: Iecf2075372d76cded86b92e49225337b95f5ffd1
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-261-4/+0
| | | | Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-262-0/+3
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Some cppcheck cleaningJulien Nabet2013-01-262-1/+2
| | | | Change-Id: Iab4ff990f71321b75f69bc61a5cda728956ca85c
* Again Fix others Consecutive return, breakJulien Nabet2013-01-191-12/+0
| | | | Change-Id: I67a453bb09b794c996f5f02a065abe8cef6ca3b6
* Fix Consecutive return, breakJulien Nabet2013-01-191-4/+0
| | | | Change-Id: I7e7586f430b4c33d4bdc786622fcf3680021d517
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-071-1/+2
| | | | | | | Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#39440 - cppcheck cleanlinessRadu Ioan2012-12-301-5/+2
| | | | | | | | | removed some cppcheck warning Change-Id: I81963001e4737c583764b07bea9abf59a61dead7 Reviewed-on: https://gerrit.libreoffice.org/1518 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-0/+1
| | | | | | | Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordproMarcos Paulo de Souza2012-12-112-17/+14
| | | | | | | | Change-Id: I4912ffc42edbfa1456835e61163812c371eb14c6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com Reviewed-on: https://gerrit.libreoffice.org/1293 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl2012-12-021-7/+0
| | | | Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
* AllSettings with LanguageTagEike Rathke2012-11-222-2/+5
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* cppCheck: Various clean-upjailletc362012-11-061-1/+1
| | | | | | | | | | | | xfdrawstyle.cxx: correct a copy/paste typo in constructor number.cxx: remove an unused variable inftxt.hxx: redundant assignment (pWrongList is assigned twice) Change-Id: I148e23272ffa169ef16052c475e5f24a87383e5b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/983 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* rework filters test to squeeze through extra flagsCaolán McNamara2012-11-011-2/+4
| | | | | | | that are needed to load .odt, .sxw etc files, and add a regression test for CVE-2012-4233 Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
* Remove useless codeMarcos Paulo de Souza2012-10-097-81/+1
| | | | | | | | | | | | | | | | | | | These macros was never defined: KANJI AMIKAKE BORDER_BMP SMARTEXT JAPANESE_ENABLED BENUTIL_SUPPORT So, these code inside these ifdefs was never executed. Remove all this. Also in this commit, remove some odd comments and commented code. Change-Id: Idd4991d06d1c879e64f07875241a8acfa35695d0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/777 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Remove not used macros from lotusworkproMarcos Paulo de Souza2012-10-027-63/+2
| | | | | | | | Change-Id: I0c5b52030e9837f5ee9aa6258b6ccb16dd3f03c0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/749 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-015-7/+11
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Prefixify lotuswordproTor Lillqvist2012-10-012-2/+2
| | | | Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e