summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Collapse)Author
2015-10-13sot: prefix remaining StgStrm membersMiklos Vajna
Change-Id: I2a70543bf3137f8d5a76e610a2aff6a3a3fcab4e
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu
Reviewed on: https://gerrit.libreoffice.org/19290 Change-Id: I48b0488edc9462ec1c15188d0b5c893db529c0e7
2015-10-09sot: prefix members of StgOleStreamMiklos Vajna
Change-Id: I8a1fb10696a73134bf15fb7721cc5f78cc91eb98
2015-10-09sot: prefix members of StgInternalStreamMiklos Vajna
Change-Id: Ie4fe557fc006414d119b64bb8d591f312a1f1f3d
2015-10-09sot: prefix members of StgDataStrmMiklos Vajna
Change-Id: I643f0b9c6a0d2e5688f9b644666b405df2832d07
2015-10-09sot: prefix members of StgSmallStrmMiklos Vajna
Change-Id: I809350c076f871398024a0d1c6de098b09782f9b
2015-10-09sot: prefix members of StgDirStrmMiklos Vajna
Change-Id: I2ae1ed9906c93f48813ccadcaa6f4b8e42bedbc9
2015-10-09sot: prefix members of StgTmpStrmMiklos Vajna
Change-Id: I08698db954f33d934f601bf25e510e6f4bea8d78
2015-10-09sot: prefix members of StgCompObjStreamMiklos Vajna
Change-Id: I24b7b8fba581fbc5fbe7a63a6f43ff7033e149e7
2015-10-09sot: prefix members of StgIoMiklos Vajna
Change-Id: Ibbe274514a145ab0b271100514bc3fea9f7076d5
2015-10-09sot: prefix members of StgAvlNodeMiklos Vajna
Change-Id: Ie6de63b524b99246be3d6d5d6e997c7abda675ad
2015-10-09sot: prefix members of StgAvlIteratorMiklos Vajna
Change-Id: I39254b14b5f167cfb180f989c56d7db88b73b8f0
2015-10-09sot: prefix members of StgCacheMiklos Vajna
Change-Id: If406303ec1685c9d7eebefaf172db0bbf0cd723b
2015-10-09sot: prefix members of StgFATMiklos Vajna
Change-Id: I0a22ca51d5fd8fb8dedd418932fd84fa3039c258
2015-10-09sot: prefix members of StgDirEntryMiklos Vajna
Change-Id: Ic861d57e62cdeec7b2864eb4d1d19a1780382313
2015-10-09sot: prefix members of StgEntryMiklos Vajna
Change-Id: I02896b167f000972f36c81847f39fc8b1e5396d3
2015-10-09sot: prefix members of StgHeaderMiklos Vajna
Change-Id: I4885ae825484afd53d7026a8d55a0ec8eddf4d86
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
...introduced with dc5383e2fa487a7599f2e317bba409dc3cde8339 "fdo#84229 - don't set error when seeking beyond end of valid data." Change-Id: Ic26872ce47ff27a0e1170ebc66cdf10587334192
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
replaced use of PTR_CAST, IS_TYPE, ISA in idl, editeng, sc, sd, sw, sfx2, sot, starmath Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653 Reviewed-on: https://gerrit.libreoffice.org/19132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-09-30Fix typosAndrea Gelmini
Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c Reviewed-on: https://gerrit.libreoffice.org/18977 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-09-17boost->stdCaolán McNamara
Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-15remove old unused sot workben codeMarkus Mohrhard
Change-Id: I1c8ea4c7940ae0740109cc558083d93638913fbd
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I39194062ba68c4cb1ccc9b93c629f005ccd02497
2015-09-11convert Link<> to typedNoel Grandin
Change-Id: Ia8dd531759ab4d609d1c3eeb31283612c0d70219
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl
Both valgrind and drmemory complain about this in SdExportTest::testSwappedOutImageExport() via SfxOleThumbnailProperty::ImplSave(). Syscall param pwrite64(buf) points to uninitialised byte(s) UNINITIALIZED READ: reading 0x0455b1b4-0x0455b1c8 20 byte(s) within... It appears that the stream writes out everything up to the seek position anyway (otherwise the size check wouldn't work, with sparse files) so make sure it's all zeroed. Also fix SvMemoryStream::ReAllocateMemory() to zero it. Change-Id: Id86dfa65ef6f7d1bba4810f121e01473c5fcf4c7
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin
Change-Id: If4c55fe669f7bb861baca0ae224675ca74004de5
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-11loplugin: defaultparamsNoel Grandin
Change-Id: I1d88744207f7fa7c8230f8b29d9cc123f488dfaa
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
Change-Id: I2717d3d120df8af5b7e9af8d147a57b9f5b5ecbe
2015-08-06remove some unnecessary casts and local varsNoel Grandin
Change-Id: I6070421b2275b7fdd698fdc87cc349fc87846513
2015-08-06tdf#93018 - Copying forms not working anymore (part2)Noel Grandin
I missed a similar bug lower down Change-Id: I673c69dd1d36cc1b502a7de7821a05d859313aac
2015-08-06tdf#93018 - Copying forms not working anymoreNoel Grandin
Bug introduced by commit fb14be5f8f74f83ba89e15f891ddf1f753dcc62f "create new 'enum class' SotClipboardFormatId to unify types" Change-Id: I3febb927f658ac27d2b864869775db3b71940a5c
2015-08-05loplugin:unusedmethodsNoel Grandin
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I59979f84602276c9a8aa1ffc1d145c1ef8f0a31f
2015-07-31tools: prefix members of SvStreamMichael Stahl
Change-Id: Iba845749d645bc1cf9eb6d6c41829717831bc487
2015-07-30loplugin:unusedmethodsNoel Grandin
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara
Change-Id: Ie3772338009c07fea40b637621b1170863830e14 Reviewed-on: https://gerrit.libreoffice.org/17296 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-16loplugin:simplifyboolStephan Bergmann
Change-Id: Ifb229db31ba6d97c4ec9ca586210c1f3c4b89521
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
...to avoid lots of loplugin:staticmethods warnings. Also enables DBG_ASSERT etc. also for --enable-debug builds in addition to --enable-dbgutil builds. Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel
The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to Starmath It handles clipboard MIME type 'application/mathml+xml' and plain text, which can be interpreted as MathML segment. It partly solves issues #i14252, #i34781, and #i53509 too. Review by: Hanya <hanya.runo@gmail.com> (cherry picked from commit 9ec2148653436be8612273439180749e71e2ce58) Conflicts: dtrans/source/win32/ftransl/ftransl.cxx officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu sot/inc/sot/formats.hxx sot/source/base/exchange.cxx starmath/sdi/smath.sdi starmath/source/view.cxx Change-Id: I6cb5e8f737ee2e39f9ce96aba841db347a8806e4
2015-07-08Fix typosAndrea Gelmini
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-07-06loplugin:unusedmethods sotNoel Grandin
Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c Reviewed-on: https://gerrit.libreoffice.org/16733 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-03expand out some sot macrosNoel Grandin
Change-Id: Ic583fe767e5f85628f8270ec740ce3e72fe56ded Reviewed-on: https://gerrit.libreoffice.org/16722 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-02loplugin:unusedmethods toolsNoel Grandin
Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597 Reviewed-on: https://gerrit.libreoffice.org/16656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-29remove custom RTTI from SotFactoryNoel Grandin
unused Change-Id: I22f55aa403cd97ce2c5bf6a521c14a693e4373a7
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin
nothing is using it, except perhaps for XFillExchangeData, which was using it incorrectly :-( Change-Id: Ib9246a20bc97ad91d3e3e97fa642217686fc8c46
2015-06-28Fix typosAndrea Gelmini
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>