summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida8-3/+181
Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2
2012-05-03Another SV_DECL_PTRARR now gone.Kohei Yoshida3-25/+37
Change-Id: I0521274a6e19414d2640a1473a249a90ce2224fc
2012-05-03Removed another SV_DECL_PTRARR.Kohei Yoshida3-125/+136
Change-Id: Ib3900d000c6a884c209a06b30e990963d92bc33f
2012-05-03Have the table field item store sheet ID.Kohei Yoshida2-3/+23
I forgot to commit this change... Change-Id: Ifcdbb2b16cf31b180393ea9b4188171c6cfe9963
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida2-4/+44
Change-Id: I549990186c23e7e560f6f584c4ad76dbbc4cc393
2012-05-03Support sheet name field in cells.Kohei Yoshida5-4/+36
Change-Id: I7883960c482de0637e0bfaffc96f23a0d43cc96d
2012-05-03Support date field in cells.Kohei Yoshida5-5/+39
Change-Id: Iff20eb16bb4a7f700b0a533bc745b92fdce8ac0f
2012-05-03Removed unused methods.Kohei Yoshida1-8/+0
Change-Id: Id9c841274da906032f08abdea93850d3b6a14ade
2012-05-03Properly import DateTimeField.Kohei Yoshida4-3/+29
Change-Id: Ib56655b3306f9be035e1f59d233e0a118f247e37
2012-05-03New menu now inserts current time into cell.Kohei Yoshida14-54/+67
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida6-1/+54
2012-05-04rename Library_comphelp.mk to Library_comphelper.mk...Michael Stahl2-1/+1
... so the silly broken gb_Symbols_get_all enables debug for it.
2012-05-03WaE: unchecked results from write/fwriteCaolán McNamara3-5/+17
Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
2012-05-03respect absolute paths for mozilla profile, fdo#45171, lp#919659Markus Mohrhard1-2/+12
Change-Id: I536238f1f3b05e0a942caa1f65444688d4d36704
2012-05-03WaE: ignoring return value of fwriteCaolán McNamara1-4/+8
Change-Id: I289564b8f41bbae976853aa3994751d3092ff44d
2012-05-03include vector for std::vectorCaolán McNamara1-0/+1
Change-Id: I5d356210ec802fbccea512561cc67e85da760146
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-03WaE: variables set but unusedCaolán McNamara1-2/+0
Change-Id: I03bec3b0b4b9d4910b2baab86fa95efe2f5b9ef2
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-03tweak imported shape position for xls( binary ) format fdo#49430Noel Power3-0/+32
Change-Id: I32241c727a2e591f6400f8296bae357a38ad458d
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power6-61/+190
Change-Id: I5635ee681288cb39a11d00c5573e61c582d7daf7
2012-05-03Remove unused method canvas::tools::clipBlitJordi Mallach3-33/+0
2012-05-03const up methods that don't change any stateCaolán McNamara2-10/+10
Change-Id: I844cefad718e5b37dac5657674294a0873b8a8e5
2012-05-03Fix Windows debug build.Jesús Corrius2-1/+5
The postgresql static library on Windows is named libpqd.lib in debug and libpq.lib when compiled in release. We prefer to not touch the external postgresql, so we make the proper changes in the connectivity module.
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-03revert delivery of soffice.bin.manifestDavid Tardon3-7/+15
Okay, I give up. This obviously still does not work on Windows, but it does on MinGW when I try to simulate it. Change-Id: I9f2d7114df0498d5cc3a71431aacc7e49a5a78fd
2012-05-03Makefile: clean should rm $SOLARVER (see f33ba93b)Michael Stahl1-1/+3
2012-05-03fix typoBjoern Michaelsen1-1/+1
Change-Id: I88f5e8dacbd81d94a7f079d6c1b24c513e18bf34
2012-05-03fdo#48812 change Customer Information to User Information (in MSI UI)Andras Timar1-1/+1
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl4-239/+3
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag10-215/+690
This change expands the number of properties supported by autoformats, mainly for Writer. Some improvements affect Calc as well (e.g. border styles are now preserved for Calc). Common: boxitem.hxx, frmitems.cxx * Added a new version for SvxBoxItem serialization that includes border styles. * Updated SvxBoxItem and SvxBorderLine serialization logic accordingly. Writer: fmtornt.hxx, attrfrm.cxx * Added serialization/deserialization logic for SwFmtVertOrient. Writer: tblafmt.hxx, tblafmt.cxx, ndtbl.cxx * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50. * Autoformats now record the text orientation and vertical alignment of table cells. * Autoformats now record the following table-level properties: - Break - Keep with next paragraph - Repeat heading - Allow table split across pages - Allow rows to break across pages - Merge adjacent line styles - Table shadow Calc: autoform.hxx, autoform.cxx * Added support for reading/writing writer-specific data as binary blobs. * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50.
2012-05-03fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat applicationMuhammad Haggag4-4/+9
2012-05-03add --not-as-needed linker option on unxgcc platformDavid Ostrovsky1-0/+1
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: Ubuntu changed ld to assume --as-needed by default, but there are places in LO that implicitly depend on --no-as-needed, like test_smoketest lib that is an empty wrapper around smoketest lib, or UNO executables having to link against all URE published libs so that LO extensions are guaranteed to find the URE libs. Change-Id: I88fc79766ffb4a4ca8ead05bb9033c686120cf2c
2012-05-03commit-hook: tweak add_ChangeId() to tolerate git-am -s behaviorNorbert Thiebaud1-4/+6
git-am -s add systematically an empty line before adding the signoff line, which interfere with gerrit's rule that the ChangeID must be in the last paragraph This patch address that be remoming an existing Change-Id from the commit message and re-insterting it at the 'proper' place Change-Id: I I742b17031c6e3da4f9d94dcb0579bce8c496d41d Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-05-03fix sc_chart_regression_test build with system-libxml2Rene Engelhard1-0/+2
Change-Id: I52a377835559a1577d5d6139d5a1443753396f5c
2012-05-03Related fdo#49379: Some old Paths need to be nillable after allStephan Bergmann1-10/+7
Those had been changed to non-nillable with the wholesale e8bb827571f540ac4af2247cb11239bb96876669 "Fixed cppheader.xsl nillable treatment," but code in PathSettings::impl_storePath (framework/source/services/pathsettings.cxx) wants to nil them out ("remove the whole path from the old configuration"). Change-Id: Ibce77eee179658940ed9ff2466af9b990e6a513d
2012-05-03Improved error reportingStephan Bergmann1-2/+2
Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5
2012-05-03use right target to force orderingDavid Tardon1-1/+1
Change-Id: I57ed1971414789e6efbe76e69bb3fabb8b51e22d
2012-05-03valgrind: cond. jump or move depends on uninit. valueDavid Tardon1-0/+1
Change-Id: I721228fee5349a6b2aa0a652da65d8da67b40144
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara7-4/+28
Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
2012-05-03drop ensure for non-NULL pointer and use a refCaolán McNamara4-27/+8
Change-Id: I492c576a9a04874538f07769f5ac40f84e2d4308
2012-05-03XubString->rtl::OUStringCaolán McNamara2-15/+15
Change-Id: I21b785169788e20c8bb05c2fdc9333068f1c69ab
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet18-20/+20
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-05-02offapi: missing @sinceMiklos Vajna1-0/+2
2012-05-02allow custom solver/workdir location: --with-solver-and-workdir-rootMichael Stahl3-21/+41
2012-05-02Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann2-4/+9
...which happens when installing non-bundle extensions (like a plain .xcu file), where the path computed for the description.xml contains the path to the non-bundle extension file itself as a prefix, so access results in E_NOTDIR. Change-Id: Ic0f4a34b46d99d1817ceea599bb8b53dbd65bc49
2012-05-03include header for ConvertGDIMetaFileToWMF()Takeshi Abe3-8/+3
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
2012-05-03nuke dead codeTakeshi Abe6-190/+0
Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
2012-05-03sal_Bool to boolTakeshi Abe1-3/+3
Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc