summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-04stdexcept for std::runtime_errorCaolán McNamara
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
2015-01-04Fix indentTomaž Vajngerl
Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b
2015-01-04Remove nOverlap as it is constantly set to 0 now.Tomaž Vajngerl
Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba
2015-01-04fdo#87684 option to make tabbar inline with scrollbar againTomaž Vajngerl
This adds an option to move the tabbar back to be inline with scrollbar. The option is only available in Expert Configuration under key: /org.openoffice.Office.Calc/Layout/Other property TabbarInlineWithScrollbar Change-Id: I95491072ad1cc195f2d8b8d0fadbd5ef045767e7
2015-01-04tabview - put locals into anonymous namespaceTomaž Vajngerl
Change-Id: I8af78740ce3c0533eeb5277f8065f3fd84cb8834
2015-01-04Draw a rect in the uncovered region of the native scrollbarTomaž Vajngerl
When the requested region is larger than the native scrollbar the uncovered regions need to be drawn with a background color to avoid artifacts. This situation can happen when the TabBar is inline with scrollbar when the width of the TabBar is greater than the width of the scrollbar. Inline TabBar support is added in a later commit. Change-Id: I70cb2e5bfd8d79401f77bbe55abe596adc160194
2015-01-04Cleanup source of zoom dialog, translate german error messageTomaž Vajngerl
Change-Id: Iccd140f06b9504606850de780262a23004a803b4
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
2015-01-04fdo#79738: Test case for patch that fixes 79738Charu Tyagi
Reviewed on: https://gerrit.libreoffice.org/13541 Change-Id: I40ba14503ad9f5458d8326741a4fe7a13653b05a
2015-01-04fdo#79738: test document for patch that that fixes 79738Charu Tyagi
Reviewed on: https://gerrit.libreoffice.org/13542 Change-Id: I8d6289b814a063ba8037d07a7600a44fa77f860d
2015-01-04fdo#79738: FILEOPEN: Number lines in footer not compatible with MSOCharu Tyagi
Reviewed on: https://gerrit.libreoffice.org/13539 Change-Id: I309f9cfc31420e350acc05be7ff422c8aefad782
2015-01-04odk: use HTML_TIMESTAMP doxygen optionMiklos Vajna
To be consistent with javadoc, see commit ac631f9ebddbc3674f9628d941e81a7ee73c6c66 (odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ after each build, 2012-10-17). Change-Id: Ie52d2ca08a873e663869d60413be7bf8ec1e0b56
2015-01-04Updated coreAndras Timar
Project: dictionaries 09b0646f984780d190ea53976f35ae23c99bd06c
2015-01-04changes sidebar: Make the "Action" narrower when we use bitmaps now.Jan Holesovsky
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
2015-01-04A bit of cleanup.Jan Holesovsky
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky
This is a Writer-only change because: 1) Calc does not have the changes sidebar yet. 2) The redlines in Calc have more complex descriptions (like 'Deleted column'), so postponing that for now until I have a good list of the possible values there so that I can ask for the icons. Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
2015-01-03need algorithm for std::minCaolán McNamara
Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b085911
2015-01-03need algorithm for std::minCaolán McNamara
Change-Id: Ib26b448f49c2ca633c557075b282ecbfb99dadea
2015-01-03need algorithm for std::minCaolán McNamara
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
2015-01-03sw: fix gcc-4.8 buildMiklos Vajna
Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de0
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2015-01-03Use std::make_sharedMiklos Vajna
Change-Id: I27281dfbb95c410c2725ec7ce93b91eed41061e2
2015-01-03Writer::GetBookmarks can return boolMatteo Casalin
Change-Id: I4210fd4bc086c5cfdfe7dc01cd9387993b4916ca
2015-01-03sal_uInt16 to more proper typesMatteo Casalin
Change-Id: I0e226787206e0429149fccc99677529d52d7825a
2015-01-03sal_uInt16 to more proper types, use while instead of for in simple casesMatteo Casalin
Change-Id: I5f3cc2771ccde44e1ea45b1ff3e7f8a3fedfb94a
2015-01-03Avoid unnecessary downcastMatteo Casalin
Change-Id: Ib2de94071ce0f80932fe31e40f7e3d434c0a274f
2015-01-03fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...Miklos Vajna
... only in case the whole table is already selected Change-Id: If7626954460e16945af6b21402a84e90c71ae138
2015-01-03fdo#39440 reduce scope of local variablesŁukasz Hryniuk
Change-Id: Iabcd57c5f11a53db9fc6fab3606a9ab36c94fcc0 Reviewed-on: https://gerrit.libreoffice.org/13722 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad
- File getting corrupted after RT due to data label position is invalid in chart.xml - LO must not export invalid label position property if chart type doesn't support that positioning in MS Office. - For clusterd bar chart XML Difference chart1.xml Original file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="outEnd" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Roundtrip file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="r" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170 Reviewed-on: https://gerrit.libreoffice.org/11141 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-01-03Add deleteOnTab for ScDBCollection::AnonDBsJulien Nabet
and use it instead of just using remove_if which is useless nothing! Change-Id: I37d8254b05123e50b076ddbb6f67726198ec4d6c Reviewed-on: https://gerrit.libreoffice.org/13723 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-01-02Ensure that we don't block on kernel when launching it.Kohei Yoshida
By switching from clFinish, which blocks until the kernel executes, to clFlush which does not. We instead will call clFinish before fetching the results to make sure all the kernels have completed their executionn before getting their results. Change-Id: I157a05d5a5caf1f3e88935371144f1d52a57a313
2015-01-02Make these non-inline, for consistency.Kohei Yoshida
Change-Id: I9cc8f18dfa552c9bc12f70b158b0445046e51fd9
2015-01-03Add a missing space.Jan Holesovsky
2015-01-02oox: fix gcc-4.8 buildMiklos Vajna
Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9
2015-01-02Fix simple typos.Andrea Gelmini
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599 Reviewed-on: https://gerrit.libreoffice.org/13719 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-02linguistic: fix gcc-4.8 buildMiklos Vajna
Change-Id: Ic67d11cff11078a7d83a3ee98b91ec8ae138adef
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
Change-Id: Id80f524bd8f1ac19d99e3cb6edb8c7f0ba4ab586
2015-01-02workaround error C2589: ´(´ : illegal token on right side of ´::´Caolán McNamara
Change-Id: I3654a4eb4caa3a987f6d797c9bcb577c6fd6b426
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
Change-Id: I2527088fec51e597c406077e459969359a0ab28e
2015-01-03drop unused includesTakeshi Abe
Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1
2015-01-02Following fdo#87123: Impossible to create table or query with wizardJulien Nabet
See https://bugs.freedesktop.org/show_bug.cgi?id=87123#c15 and above all https://bugs.freedesktop.org/show_bug.cgi?id=87123#c18 Thank you Noel for your help! Change-Id: I9feb2384ff5965bab005c9a1e8803062cd9d0f94
2015-01-02Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann
Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640
2015-01-02include algorithmCaolán McNamara
Change-Id: I55abf17a1da2616ca2b1303747ca8cc7e402634e
2015-01-02include algorithmCaolán McNamara
Change-Id: Icd44b7c128bf72236206d7c753a9ef986f50dad2
2015-01-02missing headerCaolán McNamara
Change-Id: I65487e6a96a730b95c873613df6f33df27ceaf80
2015-01-02upload libvisio 0.1.1David Tardon
Change-Id: I6587bd27d07ae39074d3c304614e3bc831afe8c8
2015-01-02attempt to compare a singular iterator to a singular iteratorCaolán McNamara
falls over during build with debug stl Change-Id: Id7241e1275067f827e4a663eb901c41e4c9873f5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02iss is unordered_multimap, so can't rely on orderCaolán McNamara
Change-Id: Ief399439bdde047dfbaef43f2262e6212db8bd7e
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann
Change-Id: I82ce1030e69f8794c9fdbdc138541e5d7e0541d4