summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-26Solved the identation problem related to "layoutlist.xml".Vishv Brahmbhatt
Have added a 'if' conditional statement to know whether layout's child is a empty 'text' node or 'presobj' node.And proceed with rest of the things ,if it is a 'presobj' node.Also the xml files are indented. Change-Id: I676e710b86b1f50dbd861f2cb180bf9be839b867
2013-08-26Solved the "unit-test" error related to parser.Vishv Brahmbhatt
This error may also prevail with the unit-tests of "effects.xml & "transitions.xml" present in Impress.xcs. Change-Id: I2c661e62840911f9e21919e54271d30fd996798f
2013-08-26Adding new Slide Layouts Samples to "layoutlist.xml".Vishv Brahmbhatt
Have added new "Slide Layouts" samples.So commented out the code related to existing slide layouts in "sdpage.cxx" and also added some code for XML parsing of the new layouts. Change-Id: I8f5fdcab5f2eb41e37fa522a7801b388cbfefed5
2013-08-26Working version of XML parser from configuration file pathVishv Brahmbhatt
Added some changes in the "getRootElement" and new "layoutlist.xml" is added for "unit-test" module. XML parser works perfectly in the installation,only the failure of "unit-test" is left to be solved. Some refactoring related to "layoutlist.xml" will be updated soon. Change-Id: If7ed3af40e9b6df26e20881728181eb6c82936d8
2013-08-26Changing the XML parser with configuration file pathVishv Brahmbhatt
Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path. Change-Id: Iee636d32e629e935e46a18572646659780ae20e3
2013-08-26Creation of XML parser functionVishv Brahmbhatt
Updating the first working version of parser function "readLayoutPropFromFile".And it parses information from XML file for layout "AUTOLAYOUT_TITLE_2VTEXT". Change-Id: I24a52ae8c2b0c18ef806d9723d7eb6a7e43a20ec
2013-08-26Ugly bad and nasty workaround for some dupplicate symbols issueFridrich Štrba
Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke
Regression introduced with 465dbaecf9890b7117a45d02ea982ef7aca32720 Change-Id: I7c05c7f246dddd0271c421aa358068365d44fb98
2013-08-26drop unused helpids fullyCaolán McNamara
Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb
2013-08-26drop unused help idsCaolán McNamara
Change-Id: I576f28dc33f7891c7df25e0200e19d02a5824023
2013-08-26Updated coreCaolán McNamara
Project: help 3bb6a44f94e5fa896748085a54f91f4ecffacc38
2013-08-26bnc#834035 test fileMiklos Vajna
Change-Id: I8416d663e573237a7b5a55545e630e5cbfdca25c
2013-08-26convert token widget to .uiCaolán McNamara
which means that the widgets inside the token window in index/table->entries are no longer truncated at the bottom Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92
2013-08-26convert tox entries page to .uiCaolán McNamara
Change-Id: Iedc6ab145a39b3844a42b70bfa18f4af574d732d
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6
2013-08-26split out the custom index widget to simplify conversion to .uiCaolán McNamara
Change-Id: If909ff5e68d9212601d62fd917055cec0538e948
2013-08-26bnc#834035 DOCX export: fix hyperlinks of illustration indexMiklos Vajna
We used to export raw Writer bookmarks, but that's not valid in OOXML. Instead, it has normal bookmarks around the sequence fields, so use them if they are available. Change-Id: I0ef2ff7967c2802b53752c9505ef6db4cc2b8265
2013-08-26Introduce msfilter::util::findQuotedText()Miklos Vajna
This was in writerfilter, but we'll need it soon in sw as well, so move it down to msfilter. Change-Id: I8efe02b6bbe8f391d9e14857ed58dbae184d5632
2013-08-26String to OUString, some cleanupMatteo Casalin
Change-Id: I7d1cdabdaecae1d993730397a1757727fb40a6db Reviewed-on: https://gerrit.libreoffice.org/5608 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen
this introduces a "prestage dir" -- if a file can be found in that directory, it will be copied over instead of build. Usecases for this include: - split builds: e.g. a part of the LibreOffice gets build by a core package and "writer" or "calc" package then only builds the additional missing pieces (while copying existing files from the earlier package build) please not this does not intend to produce separately installable instances, only to generate the build in multiple steps, to: - reduce filesystem usage of one build - paralellisation: e.g. "writer" and "calc" could build at the same time on two builders - restart capability: e.g. if a build breaks in "writer", no need to rebuild everything (relevant for slow and somewhat more flaky platforms like arm) - staged single build: on a filesystem restrained builder, keeping all the objects around for the build can be a burden. With this, such builders can do a partial build (lets say: "make svx"), put the instdir aside, make clean and continue -- but without needing to keep space for the object files of the build up to svx. It need gb_RUNNABLE_INSTDIR -- we are going there anyway, no need to support other scenarios. This needs more dependency breaking for most scenarios but a: export gb_RUNNABLE_INSTDIR=T make cp -a instdir instdir_prestage make clean make sw.all make sw.clean export gb_Package_PRESTAGEDIR=`readlink -f instdir_prestage/unxlngx6.pro` cd sw && make build # this does no compiles, it just copies Change-Id: I22d4208b2fad0d8fc59426ba4c8c52122876f646 Reviewed-on: https://gerrit.libreoffice.org/5591 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-08-26avmedia - vlc: include iostreamMichael Meeks
Change-Id: I94cec00f12dd4287980e74ad984518faedc4bae3
2013-08-26Remove unused STARTLANG featureStephan Bergmann
Change-Id: Ib33f2ba2541faad24779cfdfbff7cf7f8a960af2
2013-08-26Use strncmp()Tor Lillqvist
Change-Id: I593ce24ce83cd3034d23297adc3de5f6de18f3a9
2013-08-26Be careful not to access a string out of boundsTor Lillqvist
Change-Id: Ibc43ffa0c535e0baf1bb6d8b213320da345a3d65
2013-08-25Unused variable.Kohei Yoshida
Change-Id: Ibef6cade989995a61cdc22872a81bc97aeea86aa
2013-08-25A little more cleanup.Kohei Yoshida
Change-Id: I4cf9e6dfd4a6b9202b864693ec5861f1bae0f773
2013-08-25Combine SetMatrixCellData() with SetCellData().Kohei Yoshida
Change-Id: I170eca29a36e2d2db2f91bd588e912d7d56b4d4d
2013-08-25Now we don't need to increment progress bar on every edit cell.Kohei Yoshida
Change-Id: Id5d460c134c6683a4e876856575ce269a43ea66f
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida
Change-Id: I69391a9d2ffb0afae7f40c8449196c986375db3f
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida
Change-Id: If4c11e962f7fc66087b751a582ad026f445863dc
2013-08-25fdo#60740: Handle empty paragraphs correctly.Kohei Yoshida
Change-Id: I47d4f60daec82d2b6a4b5e8f20b8cb6484c55057
2013-08-25fdo#60740: Export edit cells to ods without using UNO API.Kohei Yoshida
Change-Id: If571d99060f87fd00e215fd93da1654fdcb50197
2013-08-25Create sections for unformatted paragraphs too.Kohei Yoshida
Change-Id: Id3486cf7faf0c03f2ce9c72f31d564d5149e5b48
2013-08-25Don't sign the Current symlink in a frameworkTor Lillqvist
Change-Id: I14106827d86f798687cdeb560c0df007070469ee
2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist
Change-Id: Ibe2ea21265a0bb9c4fedcef137626df2a8019116
2013-08-25Simplify iterator managementJulien Nabet
Change-Id: Ib1aaafe82c0a316d3a047a00940f65a818993321
2013-08-25Linking symbols only once.Minh Ngo
If they were linked unsuccessfully a VLC instance won't be created. Some static functions and variables were encapsulated. Change-Id: I9d07ac9a73a6bd59928bcc349458ea346a26deb4
2013-08-25fdo#57950: Remove some chained appends in swJelle van der Waa
Change-Id: Ib63fe1cf689d8f3cab4ca3571dd71f712e3fd7a5 Reviewed-on: https://gerrit.libreoffice.org/5602 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-08-25String to OUStringMatteo Casalin
Change-Id: I4e35c8876d9bfbddb9da6c96cd605905343df1e7 Reviewed-on: https://gerrit.libreoffice.org/5626 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25Use support function for name of servicesMatteo Casalin
Change-Id: Ib77a2aebdf6d557b78d433c4d9a81e6e9ad0edf1 Reviewed-on: https://gerrit.libreoffice.org/5624 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25vector<OUString*> to vector<OUString> as a temporaryMatteo Casalin
Change-Id: Ib615c88c0ca9c0a3d969860249e96cb71b75f6f7 Reviewed-on: https://gerrit.libreoffice.org/5623 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUString and some cleanupMatteo Casalin
Change-Id: I78790a84fc86bd852899aebbaff526c7cec224cf Reviewed-on: https://gerrit.libreoffice.org/5618 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUString and hide implementation detailsMatteo Casalin
Change-Id: I91ca70273b2262f8aee7e7bb8000d1271e727b18 Reviewed-on: https://gerrit.libreoffice.org/5617 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUString + missing SetTextMatteo Casalin
SetText was addes as seen in other dialogs, for completeness, although all call places seem to pass the default null pointer. Change-Id: I1fe1792ad6f061fc762bae237f5cecfcbbd1ce06 Reviewed-on: https://gerrit.libreoffice.org/5616 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25SwGlTreeListBox: NotifyCoping and NotifyMoving almost equalMatteo Casalin
Change-Id: I4cb9f7fccb7d5525a84dc8f5b1f25d1350d0f106 Reviewed-on: https://gerrit.libreoffice.org/5615 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25Reduce getToken load by using nIndexMatteo Casalin
Change-Id: I5218181c03424ccbeeaea0bcebf12e97fdc168f5 Reviewed-on: https://gerrit.libreoffice.org/5614 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUStringMatteo Casalin
Change-Id: I54c8f641b6db1762404916c4e4174d1f0e15cc39 Reviewed-on: https://gerrit.libreoffice.org/5613 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUStringMatteo Casalin
Change-Id: Icc70248f48dd24a2940552f88590f02492a38824 Reviewed-on: https://gerrit.libreoffice.org/5612 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25Improve descriptionMatteo Casalin
Change-Id: Id1039c99f3a56a90aa69f05378428f0214df74a0 Reviewed-on: https://gerrit.libreoffice.org/5611 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-25String to OUStringMatteo Casalin
Change-Id: I364c5eabf45a3a5011c0b1709da68cbeb38a6997 Reviewed-on: https://gerrit.libreoffice.org/5610 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>