summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Do not check the stored DIFAT sector count.Kohei Yoshida1-1/+1
Refer to this thread for details. http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html Change-Id: Id2115732a1e1bcd78c13445f5aaefe1ec7cfa0c2
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-14/+0
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-07-27tabs to spacesEike Rathke8-22/+22
Change-Id: Iafc55604f49f0db08ad2b6b3940c1ade12835355
2012-07-27sot: prevent some null pointer crashesMikhail Voytenko13-165/+393
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-7/+7
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-07-02removed unnecessary forward declarations of classTakeshi Abe2-3/+0
this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-06-29Remove some unused defines and controlsThomas Arnhold3-9/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-27Remove unused header filesThomas Arnhold2-41/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl1-6/+0
Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
2012-06-22re-base on ALv2 code.Michael Meeks34-790/+484
2012-06-22cleanup of duplicated includesPhilipp Riemer1-1/+0
After commit ec5fa0164b9bae5c5bc6654f581e493206584301 "replace all but one .hdl include with equivalent .hpp includes" some of these includes were doubled in the corresponding files. This patch deletes those duplicates.
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara4-14/+9
Change-Id: I8c375e3bfbcd3d7046a8bdb1968934b7d7ca96f8
2012-06-21re-base on ALv2 code.Michael Meeks9-219/+138
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks4-47/+62
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-19death to some UniStringsCaolán McNamara1-2/+2
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-10nuke dead codeTakeshi Abe2-39/+0
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-4/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-05This SyncSvStream/SyncSysStream stuff isn't usedCaolán McNamara2-21/+0
and doesn't seem to make a lot of sense Change-Id: Ie59e39c88070b6620cb7683e69052314d732c54a
2012-05-31targeted string re-workNorbert Thiebaud4-42/+42
Change-Id: Ifd6b90778725d94a9338a53a4cdc514cdb595052
2012-05-25Revert "Make SotStorage and SotStorageStream dtors public"Fridrich Štrba1-2/+2
This reverts commit 90f3840e4c767154266c6be1c532f5e748e8c3f7.
2012-05-25Make SotStorage and SotStorageStream dtors publicFridrich Štrba1-2/+2
Change-Id: I3ca0d308199bc4acf66a4c473d8b48561560d631
2012-05-14sot: minor unit test logic cleanupMichael Meeks1-1/+1
2012-05-14sot: add OLE2 unit test reading streams forward and backwardsMichael Meeks1-1/+72
2012-05-14sot: re-work OLE2 offset-to-page computationMichael Meeks2-70/+59
The gotcha here is that if we get ahead of ourselves, and read to the end of the stream, we detect bad chains too early, so instead incrementally build the page chain cache, which is also quicker and behaves more similarly to the previous code.
2012-05-11sot: simplify the storage stream FAT item cacheMichael Meeks2-72/+38
Change-Id: Icb6fe9341244dfd53300f58ac85560604f53558a
2012-05-10Related: fdo#47644 get out of bounds conditions rightCaolán McNamara1-9/+6
Change-Id: Icac9a8337296f92af5007a051f00388a64955178
2012-05-03should have been SAL_WARNCaolán McNamara1-1/+1
Change-Id: I3f5fd059ecd5b6c4278ffe0f3a2d69b6526d2d01
2012-05-03std::is_sorted is C++11 or C++0X sgi extensionCaolán McNamara1-1/+22
Change-Id: I3039bb172beb21ebafc60a431692b58793cb1538
2012-05-03Related: fdo#47644 for huge files build a page chain cache for seeksCaolán McNamara2-16/+100
For huge ole2 structured storage files build a page chain cache on demand to speed up long distance seeks i.e. reduces .doc parse time for fdo#47644 from 1 minute 7 seconds to 18 seconds for me Change-Id: I I40eefb8cabd05db8345a38ea3407686732eb35c9
2012-05-03const up methods that don't change any stateCaolán McNamara2-10/+10
Change-Id: I844cefad718e5b37dac5657674294a0873b8a8e5
2012-05-03Fix sot stream bustageCaolán McNamara4-13/+13
We want the Tell position of the wrapper stream, not that of the underlying wrapped stream. Change-Id: I5d30192dbc3746104ca2127d9a747ef70b85a136
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara5-0/+23
Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-16Removed StgHeader::SetClassId(ClsId const &)Laureano G. Linde2-7/+0
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08clean upDavid Tardon1-4/+0
2012-04-08always use --protector for UNO testsDavid Tardon1-4/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-6/+6
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-02always pass --headless to cppunitsLuboš Luňák1-1/+0
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-03-23ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara1-4/+0