summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
Change-Id: Id5ca706aa3fd1831990db2310933c6b94ca376cb
2012-12-17Resolves: fdo#58237 set listbox to be expandableCaolán McNamara
which is currently also a synonym as shrinkable so the listbox is shrunk to fit. we do need to get around for forcing widgets to stay within their available space in boxes (should work fine in grids) Change-Id: I38a570b2d59952f3457252c57399e2d6ab9e12c6
2012-12-17oox: try to make Windows build happyMiklos Vajna
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
2012-12-17cppcheck: I wanted to check for 'e' and 'E' here for 'end'Caolán McNamara
Change-Id: Ie5a1da69c1282c518ec33835fefe723b0fdf3a40
2012-12-17sort style list in outline numberingCaolán McNamara
Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700
2012-12-17Resolves: fdo#58284 outline numbering list is of wrong typeJulien Nabet
Change-Id: Ifb1fa41bef033b4f0624f46a945d5a5c47bada4a
2012-12-17argh... remove accidentally committed concat-depsMichael Stahl
Change-Id: I212bda7ac80c9903bb72ec919c4c8fc232a89cfc
2012-12-17fix ascii escaped unicode generationAndras Timar
Change-Id: I732a480e71c3f26ffde527c5e0eea36f814b8b03
2012-12-17Revert "hide rc.exe splash screen"Michael Stahl
This reverts commit c2e3d09bb740749e1a6e045ff08bf32e5812fa9e. Quoting from my last revert of the exact same rc.exe -nologo: commit a6e3c2b4800144df40e5f78f6f912cdc6a575a32 gbuild: Microsoft Resource Compiler does not do -nologo At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only complains about "invalid option: -ologo". Change-Id: Id6affdf4c833796691c903257dd515cc0d0e861e
2012-12-17rtl:: prefixes removal in ooxJosé Guilherme Vanz
This commit removes some ::rtl:: prefixes and macros in oox Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1334 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-17Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara
I removed it because it only refers to the Western font and not the two other categories. But apparently there's demand for it, so better to restore it as misleading as it is for non-Western Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45
2012-12-17split out document info page and convert to .uiCaolán McNamara
move svt::SelectableFixedText to vcl and implement "selectable" GtkLabels by mapping to that vs FixedText for standard GtkLabels Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f
2012-12-17n#792778 testcaseMiklos Vajna
Change-Id: I0f86c70f5068b32e2a1cf1ac605e32b7e5903e94
2012-12-17n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna
Previously textframes inside groupshapes were tried to be imported as TextFrames, but then their addition to a GroupShape failed, so the text simply ended up as a normal paragraph. Fix this by importing members of groupshapes as drawinglayer objects, just like how the WW8 import does. Also fix two testcases, which implicitely tested that the groupshape VML element is ignored on import. Change-Id: I1a9fba8a5fd532203a825e55b1d5996277ea12fa
2012-12-17sal_Bool to boolTakeshi Abe
Change-Id: I8fe2b267454a3a4c235e6de7f44aa127657d0429
2012-12-17convert print properties tabdialog to .ui formatCaolán McNamara
the dialog itself that is, two of the pages are in .ui format and the rest are pending conversion Change-Id: I5a22cf1603abb0400272ce8969c0b43a00ed7739
2012-12-17split out printer paper page and adapt code to .uiCaolán McNamara
Change-Id: I95266926801ab5cb63ec012b37cd35757ec541ef
2012-12-17Move forcing existence of tabpages to TabControl::GetOptimalSizeCaolán McNamara
rather than just for SfxTabDialog, do it for all TabControls Change-Id: I29a19c51c7ce3baec428df716e2ee3595e496c39
2012-12-17allow tabpageids to have names which can be queriedCaolán McNamara
and in the .ui builder set that name from the name of the label widget matching that tab which allows human understandable names to be used in looking up the pageids for a given tab page rather than fragile by_position so tab pages can be freely moved around without busting the code Change-Id: Ieaff1408b25545c561a0b28c51ec205af6e1400f
2012-12-17mnTabPageResId is not used anywhere, continue to skip the resource thoughCaolán McNamara
Change-Id: Ief4707613352b1382fb23e5914fd05f6c7618327
2012-12-17callcatcher: update unusedcode code listCaolán McNamara
Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf
2012-12-17UniString::Fill -> OUStringBuffer::padToLengthCaolán McNamara
none of these strings starts out before "Fill" longer than the size they are asked to be filled to so there are no trailing unfilled bits to consider all of which means that we can get rid of UniString::Fill now Change-Id: I8da21e9787017da9243a2c1d7118d3fbcca2a7fb
2012-12-17remove rather pointless uses of aEmptyStrCaolán McNamara
Change-Id: I66fdf76c9e6aceca594bac6e1007676250ac7301
2012-12-17UniString::ToUpperAscii -> OUString::toAsciiUpperCaseCaolán McNamara
Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31
2012-12-17String aNam uppercased but otherwise unusedCaolán McNamara
Change-Id: Ifd8c5edd3711357374efb2aba0ed108a36d3c740
2012-12-17use return value optimizationCaolán McNamara
Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7
2012-12-17String::AllocBuffer -> OUStringBufferCaolán McNamara
Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333
2012-12-17fdo#58362 do not crash on customize toolbarDavid Tardon
Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e
2012-12-17drop useless checkDavid Tardon
Change-Id: I3da8370930bafa6e1744291391c71871d203bb00
2012-12-16postprocess: hopefully solve dependency problemsMatúš Kukan
Change-Id: I48c3a6c621e5faa46eba9eb4f34428b2f947a86f
2012-12-16Updated coreAndras Timar
Project: translations c6cfd71c3d302bdb0999888f9c867d70acb40708 update translations for LibreOffice 4.0 beta2
2012-12-16Remove unpublished Accessibility examples from ODK.Thorsten Behrens
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
2012-12-16pywizards: Fix "Finish Wizard" on WindowsXisco Fauli
Change-Id: I7ed2cef99e989aba387917fdeb16a82debd1053f
2012-12-16pywizards: handle UnknownPropertyExceptionXisco Fauli
Change-Id: I922d27f584ef39d543ee2bba997680dbea06d95f
2012-12-16dumb down the recipe to accomodate the feature-poor BSD 'find'Norbert Thiebaud
Change-Id: I25bf1a16768e964b2771099262215ea157e39358
2012-12-16add missing dep: gb_Package_use_custom_targetMatúš Kukan
Change-Id: I888d9efe8bad905c108a6c824f2e2c7228fdd56d
2012-12-16PCH for Library_scLuboš Luňák
2012-12-16postprocess: execute packconfig.pl inside postprocess/packconfig directoryMatúš Kukan
Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc
2012-12-15check conditions before checking for matrix fragmentEike Rathke
Was omitted in ab0096ed68cdc08906f518d3499a8e1afc5ba80c Change-Id: If3e1c141f02751ca7e6104ba21c246926fca843d
2012-12-15add missing *IFS pieces to Excel filterEike Rathke
These were omitted in ba950a50b0d0863e18ef781214eaaff9a8684790 because oox/source/xls/formulabase.cxx was moved to source/filter/oox/formulabase.cxx AVERAGEIF, AVERAGEIFS, COUNTIFS, SUMIFS Merged from Apache OO, parts of http://svn.apache.org/viewvc?rev=1381452&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Daniel Rentz [dr] <daniel.rentz@oracle.com> Original Committer: Daniel Rentz [dr] <daniel.rentz@oracle.com> # HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1299664669 -3600 # Node ID 89feb2fb2947d76a15e2de8bc1def1edf20e4f88 # Parent 1bf6d73db8a4ee709aa4d9d9d827efafc9c611d2 Change-Id: I0756e1da4aa2acaefb86b5813e047b2768c192a1
2012-12-15postprocess: convert to gbuildMatúš Kukan
Change-Id: I6c81fa0f1b8d7273541d5d9883b5fc96a5091bbd Reviewed-on: https://gerrit.libreoffice.org/1080 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-12-15AVERAGEIFS with FUNCFLAG_PARAMPAIRSEike Rathke
Change-Id: I51fa0259df84327db7dd07ae9ed5b109d40b6660
2012-12-15EvalMatrix<XorEvaluator> for XorEike Rathke
Change-Id: Ib0fdf7f8916a9d31fbcbedad925361d0cbe03b10
2012-12-15EvalMatrix: do not short circuit, propagate errorsEike Rathke
Change-Id: I3118fb2a4d30e1626a05e9872b34a3c33bd487be
2012-12-15aString not rStringEike Rathke
Change-Id: Idb1f2db3377bbbf71067a27944b2f07865798972
2012-12-15ScInterpreter::IterateParametersIfs() with external referencesEike Rathke
Added handling of svExternalSingleRef and svExternalDoubleRef for SUMIFS, AVERAGEIFS and COUNTIFS. Change-Id: I99bf6860f2bda5a99aeb85d4e4971032b1c7da0d
2012-12-15tabs to spacesEike Rathke
Change-Id: Id832383518af0dd77e401e40512a890265b5d83e
2012-12-15calcishmakkica: #i114428# merge some XOR related codeMarina Plakalovic
Merged from Apache OO with adaptions, parts of http://svn.apache.org/viewvc?rev=1381446&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284060031 -7200 # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4 # Parent 237cb91dd986ff11eb100cc631206cda102e91f7 Change-Id: If456792f23429a80582a48b022d268e6179316a1
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]
AVERAGEIF, AVERAGEIFS, COUNTIFS, SUMIFS Merged from Apache OO with adaptions. http://svn.apache.org/viewvc?rev=1381452&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Daniel Rentz [dr] <daniel.rentz@oracle.com> Original Committer: Daniel Rentz [dr] <daniel.rentz@oracle.com> # HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1299664669 -3600 # Node ID 89feb2fb2947d76a15e2de8bc1def1edf20e4f88 # Parent 1bf6d73db8a4ee709aa4d9d9d827efafc9c611d2 Change-Id: Ia70075284c5921faea58cae986e4e5eb090b1fab
2012-12-15calcishmakkica: init varsEike Rathke [er]
Merged from Apache OO. http://svn.apache.org/viewvc?rev=1381450&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Eike Rathke [er] <eike.rathke@oracle.com> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1298043566 -3600 # Node ID 346e0beefed21519bbb6545bccfea022dd75ed66 # Parent 2416febcae5c81a24b40439f09f91e40a686b911 Change-Id: I5c2b6f9a34336a734bd96e067ec57a2f58d4488c