summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-30set the data table info to the modelfeature/calc-data-tableMarkus Mohrhard
Change-Id: I11c941ada1a5b9f23bfed2604f2a4f495e795b29
2014-06-28import data table model partMarkus Mohrhard
Change-Id: I652c303a00bd74f18f2f221f0b57b37245419f54
2014-06-27support alignment in dxf elementsMarkus Mohrhard
Change-Id: I36128dd9d8b36e6edaa03366514d55dcb3f88b4a
2014-06-27replace the custom element name in preset table style definitionMarkus Mohrhard
script: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" indent="yes"/> <xsl:template match="presetTableStyles/*"> <TableStyle name="name(.)"> <xsl:attribute name="name"> <xsl:value-of select="name()"/> </xsl:attribute> <xsl:apply-templates select="@*|node()"/> </TableStyle> </xsl:template> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> </xsl:stylesheet> Change-Id: I1693ca9f528244bb38619ac7bf95d95f972958cf
2014-06-27add preset table stylesMarkus Mohrhard
Change-Id: I5616bb605ea98234d3651e4ebd86dfb6475c06d9
2014-06-27fix incorrect ScAnnotationsObj UNO API, fdo#80551Markus Mohrhard
The used index was a sheet local index but the returned position was from a global container. Change-Id: I0b9e9e7e9618c72daf8e6417bca9d3a1cb23abb1
2014-06-26fix invalid memory access in chart testsMarkus Mohrhard
Change-Id: I056101d146c939ff958c83efc57fd110e8d52509
2014-06-25Tuck this anonymous namespace inside chart namespace.Kohei Yoshida
This way we can eliminate those explicit '::chart' qualifications. Change-Id: I764e0ca57c8e10f7eac47f48a4cabf28d0562113
2014-06-25Add class descriptions. These two classes' roles were not very clear.Kohei Yoshida
Change-Id: Ib45c9037f2c4b3ee5bfed79f3c93e5020bac477b
2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard
Change-Id: I38cda4e1ba520c9bb15f71b27543cb80fd696424
2014-06-26enable the testMarkus Mohrhard
Change-Id: Ic6867cfaff761ebda86a3a926a5f0becf937d4fd
2014-06-25libgltf: remove dependencies of config.h.inZolnai Tamás
It seems something is wrong with the files in the libgltf tarball (maybe wrong timestamps?), because config.h.in is always regenerated by make (autoheader). It causes build problems so just remove the deps for this time. Change-Id: I404c29673987d7c8f75ec8fe4978173593c75a2f
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida
So that formula cells with user-defined functions will be interpreted correctly. Change-Id: I49c10109575f9f82d7f85dea63590bf02b70e041
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida
Change-Id: Ie70232e56235fcf5a313aadffa269ef843bdee18
2014-06-25Resolves fdo#54155: Crash when playing with a Group inside a GroupJulien Nabet
Change-Id: I89c80fca1cdc8bc88172eaf8057141d5e42a06dc
2014-06-25writerfilter: convert resourceids to PythonMiklos Vajna
Change-Id: If138bb3de8815f9d24aa1db10543b904792a0b37
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida
SbxVarEntry is now its own class. Change-Id: I5c5ce1990fa83930acced1d507f5b0de60bf221e
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
Change-Id: I809b21ea156061a265c0d83d58534df10bc273bc
2014-06-25pData -> mpVarEntries.Kohei Yoshida
pData is a nightmare with grepping as it's too generic of a name. Change-Id: I01b3f1b503f21ee13c97733fa66804874a2cddc4
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida
Change-Id: Ibc584f4148cec49a9ac34a240cc2fa3e87daf443
2014-06-25fdo#80527 fix tab order on ReadyToInstall dialogAndras Timar
regression from 674db242c037020626050c8de06367808d94eaaa Change-Id: Ia02321b7450b3f19ba02fa681a50430f78f12cfd
2014-06-25LOK: can't use basebmp as a library on android.Andrzej Hunt
Change-Id: I84198ac00865991ba845a19c1810dc3f180251ce
2014-06-25pagedesc: We have DelPageDesc() that takes OUString as param directly.Jan Holesovsky
Change-Id: I616f89716a6e337c647cfb880a4e675cd1b65993
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky
Change-Id: I18d570509cd3f3b65a19a12a9df0b1d5db901d04
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky
This removes many uses of GetPageDesc(sal_uInt16). Change-Id: I9660e30d7fccd4336422ba03b19087321a7ae973
2014-06-25libgltf: try again with this configure patchZolnai Tamás
Touch only the configure but not the configure.ac Change-Id: Iee93036f2378f29530ffae9be8b4324e8425d2ec
2014-06-25libgltf: replace configure patch to avoid using autoreconfZolnai Tamás
Change-Id: Idcab012af9c27c4fed31c07ce230816d1c61d605
2014-06-25libgltf: use --with-pickZolnai Tamás
Change-Id: Ide01491460c9c81ed044be762c7dd07e8a5ca575
2014-06-25glTF rendering: moving in walktrough mode is to fastZolnai Tamás
Change-Id: I2b7869c6c14b69732db864a03a2d9b6638424cf7
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl
Change-Id: Idbb776de489e0c6e6ae14cb65907ac75cfca3851
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
Fix regressions introduced with 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking Reference constructor to reduce code noise" Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-06-25libgltf: try to fix the MSVC2010 buildMichael Stahl
Change-Id: I8dde439d19be45d5039904b6e917b17ca0ee4758
2014-06-25libgltf: add patch to find the headers in WORKDIRMichael Stahl
Change-Id: I8570511be7c1d6de94ee82e18bad5b00b36d99bb
2014-06-25libgltf: variable names need module prefixMichael Stahl
Change-Id: Id144a483fe5576cdd546ac5da87890dc61f964b3
2014-06-25still ugly, but lets silent the warning for nowBjoern Michaelsen
Change-Id: I647e969bfc9f8b4294d3e526d8d5b11df7d7bea9
2014-06-25remove old redline save/restoreBjoern Michaelsen
Change-Id: I3165f84d44c74bca3a2d75ebf3cd681b9d5d120a
2014-06-25refactor redline save/restoreBjoern Michaelsen
Change-Id: I4840d694954a5c0419abfa4c0fbe67b756f8253c
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna
The intention was to have a container where it's fast to look elements up, and list is a linked list, so it doesn't fit. Change-Id: I3196c8dee96ecd4a6f464b74fd5141b27f1773b8
2014-06-25fix buildCaolán McNamara
Change-Id: I33f06887b4b2b7950c6e322ccf1c7ec65240f9b0
2014-06-25LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt
Change-Id: Iacd8554698f309f79208fd8390800ae2c5fd8085
2014-06-25LOK: Tiled Rendering only useable on Linux.Andrzej Hunt
Change-Id: I90daddddb08c26c594109ecf926cb4ea64308770
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás
Building: - The new tarball has reasonable build system so build libgltf as external package instead of compiling source files directly. - Freetype dependancy is removed Improvements comes with the new libgltf - Can rotate the models too (orbit mode) - Two camera handling mode: walkthrough and orbit (press M to change). - gltf_animation_set_time() works - FPS can be displayed without freetype (press F) Additional notes: - There were some bugs/regressions which are fixed during the integration (see patches). - License files are uddated now. - libgltf building is enabled only on those platforms on which gltf support actually works (windows and linux) Change-Id: Ia6c9c4da53a9b4fedba0d73aa5791489f8ad424b Reviewed-on: https://gerrit.libreoffice.org/9895 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-06-25MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854)Luboš Luňák
This commit also does the conversion when reading the data from a data source using the mail merge wizard. Change-Id: Ia14417507b6ddce955fec26142a42ce51f77de4e
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl
Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl
Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172
2014-06-25remove spurious com::sun::star::forms prefixMichael Stahl
Change-Id: I5c7c1d888cda7f01685bce46a6092a2c30b856f9
2014-06-25remove spurious com::sun::star::frame prefixMichael Stahl
Change-Id: Ica1291e8d115ae7a7f1e99e569c9889e2b852f8a
2014-06-25remove spurious com::sun::star::script prefixMichael Stahl
Change-Id: I66fc14d1f26da0c91a455b0f63bde31210566c2c
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl
Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
Apparently some time before inital CVS import a global search-and-replace went horribly wrong and added spurious namespace prefixes everywhere. Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0