summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-10WaE: unknown log areaTor Lillqvist1-0/+2
Change-Id: I3339324ec99bbed56f81f2aa4e6cf54edcbec8e6
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann119-444/+441
Change-Id: I88eeac06413fc3935cbbdb357ff8bf9acaa383a8
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann33-91/+90
Change-Id: I64be7ca711dcd3ea7c4d5840a30f2f701d055e1b
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann4-6/+5
Change-Id: Ic8751562e4dbfa5b6be903d87d369a750d305495
2014-09-10Bin incorrect commentTor Lillqvist1-4/+0
2014-09-10fdo#83655: sw: RSID-only hint assertion when inserting in master documentMichael Stahl2-1/+6
For the temporary document there is no layout so SwTxtNode::MakeFrm() isn't called. (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291) Change-Id: I711d32a81519edd6840cc29f5cd9dbc57ef21982
2014-09-10fdo#81272 Speed up break iteratorsMatthew J. Francis3-1/+22
Change-Id: Idcd7de83ff7e551b350db0bf80e2ac78baa67686 Reviewed-on: https://gerrit.libreoffice.org/11374 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara2-4/+10
valgrind + bff Change-Id: Ib3ed8a6e518c0686f8cbeaf021b9ca3a07005032
2014-09-10Always build 64-bit code for OS XTor Lillqvist1-57/+16
Change-Id: Id1c48d99f18736de1e9b0edf4b8a77becaa1c208
2014-09-10check for empty m_pBufferCaolán McNamara1-0/+3
Change-Id: I90135b6d7780ba8a22fff725a965f0ea7e442707
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler7-46/+46
Change-Id: I94fed6a9361f21457b3e631efffc0db833068aef Reviewed-on: https://gerrit.libreoffice.org/11256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-10create a regression test for loading lotus wks documentsCaolán McNamara6-0/+4
Change-Id: I274236939c6de4db811f8932025c619479bebbee
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara22-340/+379
so that the global aLotusPatternPool map gets destroyed at a sane point in time where calling delete on its patterns is a legal operation and not at some random location in the dtor chain Change-Id: I6f202c5345c6a227b5a680d70150bf32fb9450c7
2014-09-10callcatcher: update unused codeCaolán McNamara16-416/+1
Change-Id: Ie31c16318b09699e080484292d489a378e3a6dce
2014-09-10wrap at some reasonable locationCaolán McNamara1-0/+1
Change-Id: I15ead38cadbee5d092c96010c8e9a7253c2027cc
2014-09-10Fallback DPI detection on X11Giuseppe Bilotta1-1/+19
When the Xft.dpi setting is not found, and if only one screen is available, fall back to detecting the screen DPI from the reported resolution and monitor size. Change-Id: I1481d94b5dc4072c1f8da4659a221dfc7971080b Reviewed-on: https://gerrit.libreoffice.org/11377 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-09-10Refactor DPI settings validity checkGiuseppe Bilotta1-1/+7
Move the validity check for the DPI (>= 50 and <= 500) into its own (static) function, since we're going to use it repeatedly in the fallback DPI detection code. Change-Id: Id5d9b10be385d45549bbb57cfa14939cd51a0324 Reviewed-on: https://gerrit.libreoffice.org/11376 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-09-10Add debug documents to SwDBManager::MergeMailFilesJan-Marek Glogowski1-27/+42
Just like the debug documents in SwDBManager::MergeDocuments. Change-Id: I275575853c80d4e19d6df5ba9d8dc689353d7c85 Reviewed-on: https://gerrit.libreoffice.org/10970 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-09-10Add debug messages for sw.{createcopy,docappend}Jan-Marek Glogowski1-1/+81
This adds a lot of SAL_INFO messages to SwDoc::CreateCopy and SwDoc::Append. Change-Id: Ie924e20698bec84482fcc5496175a9e29245729e Reviewed-on: https://gerrit.libreoffice.org/10969 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-09-10MM: introduce SwDoc::Append helper functionJan-Marek Glogowski5-130/+158
This drops all the specialized, workaround code from MM, introduced to use the SwFEShell::Paste function and additionally merges and renames SwDoc::Paste into SwDoc::Append. There is still a little common codepath, therefore this adds comments to always update both functions. Change-Id: I704b3ef3257dd977dac95e16e25049ff8ade97ed Reviewed-on: https://gerrit.libreoffice.org/10967 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-09-10vcl: BitmapEx now states which icon theme is being used for missing imageChris Sherlock1-1/+2
Change-Id: I83b9c86685f72569c0df88231458183b1ae511c8
2014-09-10vcl: no such thing as GtkSalInstance, remove commented codeChris Sherlock1-3/+3
Change-Id: I6627363aea34570b5f7d118b1d64b6a2d93c19cb
2014-09-10vcl: remove dead code and useless task comments from winproc.cxxChris Sherlock1-9/+2
Change-Id: I10e4a0aa23fe83fa0f2edd671b321fa4588c880f
2014-09-10vcl: remove dead code from brdwin.cxxChris Sherlock1-21/+0
Change-Id: I97d5a8dc85fe77c6bf0235425db0a7b9e42ff869
2014-09-10vcl: remove obsolete commented out assert from window.cxxChris Sherlock1-3/+0
Change-Id: Ibf478abae5aa0574279e8b45c26b96ab66bfe203
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock3-3/+12
We really don't want to call on GtkSalGraphics::Init() twice, the only reason we do this is because we pass in a new screen. To get around this, I've created a new GtkSalGraphics constructor that takes and additional screen parameter. Change-Id: Ie53d609c2b8f64d77a3bfb2efe0e97027c75c5d0
2014-09-10mediawiki: use a character literalrbuj2-2/+2
Change-Id: I1dadf4f905fcf06aee616cc0cfea3d77a145a3a1 Reviewed-on: https://gerrit.libreoffice.org/11371 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10qadevOOo: Convert a primitive type into a stringrbuj1-2/+2
Change-Id: I1a840346e75a3d7dd0de761660a0ea95c7ee034b Reviewed-on: https://gerrit.libreoffice.org/11370 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10qadevOOo: Number Parsingrbuj3-6/+6
Change-Id: I284a1b2bcb61695b74ec51bb46cbb683abf83449 Reviewed-on: https://gerrit.libreoffice.org/11369 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10qadevOOo: use a character literalrbuj16-44/+44
Change-Id: I6d3e592de64c63e66bb788b112e188ef217e7bf7 Reviewed-on: https://gerrit.libreoffice.org/11367 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10bean: Boolean Parsingrbuj1-1/+1
Change-Id: If5e77da2b42b126e2c8fd7613b6adaed635fd683 Reviewed-on: https://gerrit.libreoffice.org/11364 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10wizards: Number Parsingrbuj5-5/+5
Change-Id: Ic8d9c97ee6bc48c8440c27c5ae4fc9bb20fa5acd Reviewed-on: https://gerrit.libreoffice.org/11359 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10qadevOOo: use System.arraycopyrbuj1-4/+1
Change-Id: Ibbac337b481e138ff9bfaa9d350b52e368ba5f2b Reviewed-on: https://gerrit.libreoffice.org/11355 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10scripting: fix array copy and, use System.arraycopyrbuj1-4/+1
Change-Id: If8addcc5d95f610ade404e62e4a2a775319e9ff3 Reviewed-on: https://gerrit.libreoffice.org/11354 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-10IDocumentContentOperations::CopyRange: fix commentMiklos Vajna1-1/+1
Change-Id: Ide5705323579aa5ea1e725685acb7421f416cf04
2014-09-10vcl: sal_Bool -> boolStephan Bergmann27-38/+38
Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401
2014-09-09Better place to initialize mnThemedIdxMatúš Kukan3-8/+3
To make 'if (rBackgroundFillStyle.mnThemedIdx != 0)' actually work as intended. Avoids invalid call to pTheme->getFillStyle() which is not supposed to return 0 here. Change-Id: I323e2628cba64167240e8f0b945e6693b47b8e77
2014-09-09editeng: avoid autocorrect crashMichael Stahl1-0/+4
Happened for me with nFndPos = 30 and nEndPos = 20, and a rTxt that probably contained "->" twice. Change-Id: I534c60a5904249e25fdefe45639b4512e6f138c5 Reviewed-on: https://gerrit.libreoffice.org/11344 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-09javaunohelper: fix some misspellingsrbuj5-17/+17
Change-Id: Ibfa6e6ed2a4b4d3fa4b5e5cf624e42442653d358 Reviewed-on: https://gerrit.libreoffice.org/11363 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09MM: always copy the internal documentJan-Marek Glogowski1-22/+2
There is really no need to create the first document via UNO createClone(), which is also slower then the internal copy. Actually createClone also calls createCopy, but without initializing the document. Change-Id: I2d1ee6e12e37caf1b0d9bfa393fb4240516628e9 Reviewed-on: https://gerrit.libreoffice.org/10966 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-09-09fdo#39468: Translatet some german commentsDaniel Sikeler1-13/+10
Change-Id: I893adbd54916c337fa23aaccb2865f56d076cdb8 Reviewed-on: https://gerrit.libreoffice.org/11347 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj1-1/+1
Change-Id: Id38f28e7138460493fde982cc1ebc75c3cb0b386 Reviewed-on: https://gerrit.libreoffice.org/11365 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09wizards: use a character literalrbuj3-7/+7
Change-Id: I22d530e0feb9e3112b4f2e7548d6335235713247 Reviewed-on: https://gerrit.libreoffice.org/11360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
Change-Id: I41b64c2dccad41193e15b6be2e62ce9dd63e0c3a Reviewed-on: https://gerrit.libreoffice.org/11358 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09xmerge: use a character literalrbuj6-11/+11
Change-Id: I99168faf1ad346f4e18495c15b5bad79fd16818f Reviewed-on: https://gerrit.libreoffice.org/11357 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-09Resolves: fdo#83678 no thousand seperator for port numbersCaolán McNamara1-0/+1
Change-Id: Ia3544c1700d71b0df63b65fe25d28cde54ad8f57
2014-09-09semibold->boldCaolán McNamara25-47/+47
Change-Id: I563f4530f2003ea3090cd15696ea53143f7b3aa6
2014-09-09fdo#82854 extended unit-testsMichael Jaumann1-10/+19
Conflicts: unotools/qa/unit/testGetEnlishSearchName.cxx Change-Id: Ie721cbc275998b37a4f6206079d55734b85308b0 Reviewed-on: https://gerrit.libreoffice.org/11348 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-09l10ntools/source/export.cxx: add sanity check to aOutput.mSimpleDouglas Mencken1-0/+5
Change-Id: I05074760f189dfc00ce14ec33002609a56797a6d Reviewed-on: https://gerrit.libreoffice.org/11321 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-09Surely by now nobody has a 'solver' folder or an 'install' symlink any moreTor Lillqvist1-2/+0
Change-Id: I814311cc0b3e78774f25cac06e48dbdc1cb82c69