summaryrefslogtreecommitdiff
path: root/dtrans/source
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05#i122752# check iterator in each iteration of ↵Herbert Dürr1-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) Signed-off-by: Jan Holesovsky <kendy@suse.cz> Change-Id: Ie745497491679dfb172d78876c3a3731e153243e Reviewed-on: https://gerrit.libreoffice.org/5241 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-8/+0
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-11Update dtrans commented code to use string.h function instead of rtl/memoryArnaud Versini1-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>
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-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>
2012-08-22more old module-description xml filesMatúš Kukan5-285/+0
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
2012-08-08reduce ascii noise and useless commentsThomas Arnhold20-89/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold40-155/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07Remove commented out codeThomas Arnhold2-8/+0
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-07-20new does not return nullStephan Bergmann1-6/+4
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-17Correct check after memory allocation.Christophe JAILLET1-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
2012-07-02Remove unused definesThomas Arnhold1-5/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-01Remove unused definesThomas Arnhold3-12/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-27Remove commented out codeThomas Arnhold1-43/+0
Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6
2012-06-25re-base on ALv2 code.Michael Meeks38-764/+551
2012-06-22re-base on ALv2 code.Michael Meeks1-26/+17
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks36-846/+522
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-42/+24
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed
2012-06-01I think, this is what was intendedFridrich Štrba1-1/+1
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21
2012-06-01trivial tinderbox fixMichael Meeks1-1/+1
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f
2012-06-01targeted string re-workNorbert Thiebaud13-72/+71
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2012-05-28targetted string re-workNorbert Thiebaud1-4/+4
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-2/+2
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-16/+29
2012-03-15can't use auto_ptr with an array, wrong delete vs new[]Caolán McNamara1-7/+6
2012-03-12WaE: "__uuidof" redefinedDavid Tardon6-0/+18
It would probably be better to find out why the "stock" __uuidof from MinGW causes linking error for libdnd (missing symbols) and if it can be fixed , but I am too lazy .-)
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-2/+1
2012-03-12add missing initializerDavid Tardon1-1/+2
2012-03-12WaE: initialization orderDavid Tardon2-7/+7
2012-03-12probable intentDavid Tardon1-1/+1
2012-03-12WaE: variable 'dwResult' set but not usedDavid Tardon1-0/+1
2012-03-12fix indentationDavid Tardon1-11/+11
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon1-32/+33
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-2/+2
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-1/+1
2012-03-12WaE: multi-character character constantDavid Tardon1-1/+1
2012-02-17Use emptiness check rather than size check for efficiencyMariusz Dykierek2-2/+2
2012-01-13WaE: clipformat may be used uninitializedCaolán McNamara1-1/+1
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco2-10/+10
Part XIV Modules drawinglayer, dtrans, editeng
2011-12-15Removed extra semicolonsJesse2-2/+2
2011-12-02inline keyword makes sense only when the definition is in header.Kohei Yoshida1-1/+0
2011-12-02sal_Bool to bool.Kohei Yoshida2-23/+23
2011-12-02Encapsulate implementation of CMtaOleClipboard under win32.Kohei Yoshida3-2/+2
This class is used only for win32 clipboard implementation. Better move it to where only the win32 implementation code can access it.
2011-11-20Removing the empty pch file from dtransJoseph Powers37-109/+0
2011-11-10WaE: initialization orderCaolán McNamara1-7/+7
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-4/+3
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-08-17add more component prefixesMatúš Kukan6-15/+6
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe1-2/+0