summaryrefslogtreecommitdiffstats
path: root/dtrans/source
Commit message (Collapse)AuthorAgeFilesLines
* WaE: use number() instead of valueOf()Tor Lillqvist2013-09-041-3/+3
| | | | Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb
* #i122752# check iterator in each iteration of ↵Herbert Dürr2013-07-161-3/+4
| | | | | | | | | | CFormatEtcContainer::nextFormatEtc()'s loop Don't trust nextFormatEtc()'s aNum argument not to mislead the iterator beyond the container bounds. The comparable loop in CFormatEtcContainer::skipFormatEtc() already checks the iterator against the container end in each iteration. (cherry picked from commit a609daa146c5588c6a35c2c145e9573c625ec123)
* remove OUString wrap for string literalsThomas Arnhold2013-06-293-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand2013-06-135-22/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519) Conflicts: automation/source/server/statemnt.cxx basic/source/runtime/methods.cxx canvas/source/vcl/devicehelper.cxx canvas/source/vcl/spritedevicehelper.cxx drawinglayer/source/processor2d/vclhelperbufferdevice.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/tools/converters.cxx dtrans/source/win32/dtobj/FmtFilter.cxx editeng/source/items/bulitem.cxx extensions/source/scanner/sanedlg.cxx external/gcc3_specific/makefile.mk filter/source/graphicfilter/eos2met/eos2met.cxx filter/source/graphicfilter/ios2met/ios2met.cxx filter/source/msfilter/msdffimp.cxx fpicker/source/office/iodlg.cxx framework/source/fwe/classes/addonsoptions.cxx framework/source/fwe/helper/actiontriggerhelper.cxx sc/source/filter/excel/xiescher.cxx sc/source/ui/docshell/docsh.cxx sc/source/ui/inc/viewfunc.hxx sd/source/ui/app/sdxfer.cxx sd/source/ui/unoidl/unopage.cxx sd/source/ui/view/sdview3.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/linkmgr2.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/intro.cxx sfx2/source/doc/docinf.cxx sot/inc/sot/formats.hxx sot/source/base/formats.cxx svtools/bmpmaker/bmpcore.cxx svtools/bmpmaker/bmpsum.cxx svtools/inc/svtools/transfer.hxx svtools/source/filter/filter.cxx svtools/source/filter/wmf/emfwr.cxx svtools/source/filter/wmf/enhwmf.cxx svtools/source/filter/wmf/winwmf.cxx svtools/source/filter/wmf/wmfwr.cxx svtools/source/graphic/graphic.cxx svtools/source/graphic/provider.cxx svtools/source/misc/transfer.cxx svx/inc/svx/xoutbmp.hxx svx/source/sdr/overlay/overlaymanagerbuffered.cxx svx/source/xoutdev/_xoutbmp.cxx sw/source/core/view/viewsh.cxx sw/source/filter/ww1/w1filter.cxx sw/source/filter/ww8/ww8par.hxx sw/source/ui/dochdl/swdtflvr.cxx toolkit/source/awt/vclxbitmap.cxx toolkit/source/helper/vclunohelper.cxx vcl/Library_vcl.mk vcl/Package_inc.mk vcl/aqua/source/dtrans/DataFlavorMapping.cxx vcl/aqua/source/dtrans/OSXTransferable.cxx vcl/aqua/source/dtrans/PictToBmpFlt.cxx vcl/aqua/source/dtrans/PictToBmpFlt.hxx vcl/inc/vcl/alpha.hxx vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/inc/vcl/pngwrite.hxx vcl/inc/vcl/salbtype.hxx vcl/inc/vcl/wall.hxx vcl/source/gdi/animate.cxx vcl/source/gdi/bitmap2.cxx vcl/source/gdi/bitmapex.cxx vcl/source/gdi/bmpconv.cxx vcl/source/gdi/cvtsvm.cxx vcl/source/gdi/impgraph.cxx vcl/source/gdi/impimagetree.cxx vcl/source/gdi/metaact.cxx vcl/source/gdi/wall.cxx Change-Id: I79938bc412c048c3d4e64f430f216e73bec16167
* mingw64: sal_Int32 cannot hold pointerFridrich Štrba2013-06-101-1/+1
| | | | Change-Id: Ib2578cd94c74f171b58f3478d758221593ee5523
* Slowly, but surely going on compiling for mingw64Fridrich Štrba2013-06-061-3/+4
| | | | Change-Id: I590aa6a854a040281bf73d5be768c05d4906a984
* Some more win64 "fixes"Fridrich Štrba2013-06-051-15/+15
| | | | Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
* use uno::Reference#clear() method...Noel Grandin2013-06-053-7/+5
| | | | | | ...instead of assigning an empty value. Reduces code noise. Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-3/+3
|
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
| | | | | | | Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-4/+1
| | | | Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
* remove unused component_canUnload functionsMatúš Kukan2013-04-196-46/+0
| | | | Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
* -Werror=unused-macros (MinGW, dtrans)Stephan Bergmann2013-04-171-7/+1
| | | | Change-Id: Ie32b2b1283b54719f4c9525105d534fce70219af
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0730-113/+91
| | | | | | | | 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
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-055-6/+6
| | | | | | | | | | | Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* doubled includesThomas Arnhold2013-03-042-2/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* Translation of messages in test programUrs Fässler2013-02-261-4/+4
| | | | Change-Id: I8588f5bad12561b891956cde44daeb4c81f815c3
* Translation of German (test) stringUrs Fässler2013-02-261-1/+1
| | | | Change-Id: Ibcc4fc86497a186eec7e508d58c36dde4a3d3129
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* typo: allways -> alwaysAndras Timar2013-02-201-2/+2
| | | | Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
* Translation of german commentUrs Fässler2013-02-141-10/+9
| | | | Change-Id: I2876e33ccfd5dd7b33747d77a4cdaaa03bd01de9
* fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin2013-02-1221-56/+54
| | | | Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-127-30/+28
| | | | Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-6/+5
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin2013-01-152-5/+5
| | | | | | this is the datatransfer::clipboard::SystemClipboard service Change-Id: I00227a2d84e2f1eaf9ca1ebb4fbe1f1548a6621d
* Missing includesStephan Bergmann2012-12-213-0/+3
| | | | Change-Id: Iad4deb829f71a9824e881d9f5782a474167d7a28
* Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2012-12-213-3/+0
| | | | Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-282-8/+0
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* Update dtrans commented code to use string.h function instead of rtl/memoryArnaud Versini2012-11-111-3/+3
| | | | | | | Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076 Reviewed-on: https://gerrit.libreoffice.org/1025 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-11/+13
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* more old module-description xml filesMatúš Kukan2012-08-225-285/+0
| | | | Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0820-89/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-0840-155/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Remove commented out codeThomas Arnhold2012-08-072-8/+0
| | | | Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
* new does not return nullStephan Bergmann2012-07-201-6/+4
| | | | Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
* Correct check after memory allocation.Christophe JAILLET2012-07-171-1/+1
| | | | | | | | | ppenum is already tested for NULL at the beginning of the function. What is intended here is to know if the memory allocation succeeded. Found by cppcheck. Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181
* Remove unused definesThomas Arnhold2012-07-021-5/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* Remove unused definesThomas Arnhold2012-07-013-12/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Remove commented out codeThomas Arnhold2012-06-271-43/+0
| | | | Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
* re-base on ALv2 code.Michael Meeks2012-06-2538-764/+551
|
* re-base on ALv2 code.Michael Meeks2012-06-221-26/+17
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2136-846/+522
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-212-42/+24
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* targeted string re-workNorbert Thiebaud2012-06-021-1/+1
| | | | Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
* I think, this is what was intendedFridrich Štrba2012-06-011-1/+1
| | | | Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21
* trivial tinderbox fixMichael Meeks2012-06-011-1/+1
| | | | Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f
* targeted string re-workNorbert Thiebaud2012-06-0113-72/+71
| | | | Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
* targetted string re-workNorbert Thiebaud2012-05-281-4/+4
| | | | Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a