summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-25Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann
...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR) ultimately all ended up at AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR). Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0
2014-03-25Remove dead codeStephan Bergmann
Change-Id: Ia9035189bd01d3a3e5e3222760fc392f3f78880f
2014-03-25Remove dead codeStephan Bergmann
Change-Id: Id522113f1ba0c9e7b1356acc01a79e0e90a5e752
2014-03-25Remove dead codeStephan Bergmann
Change-Id: I59fb7843d5c9a6cf2873b6d668d0e9dccff316d2
2014-03-25Remove stray fprintfMatteo Casalin
Change-Id: I9d85108b8c2659f1b167299840772f51f80b2e29
2014-03-25Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin
Change-Id: I6d8e1e3c78675b6096f354cace3ff060801cad9e
2014-03-25Use isEmpty and endsWithMatteo Casalin
The isEmpty could be redundant, since the first test for length in the old code seemed to be just a pre-condition for evaluating the expressions in the second one. Change-Id: I0d1838d5eb143196a0d7be0cbadf9f0a59cff71b
2014-03-24Let's be more defensive here by checking for null return objects.Kohei Yoshida
Change-Id: I5164e7d82f882ea9fe296a5a2df616d396d6726f
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida
The code reads better this way, and certainly is easier on human brain to process their logic. Change-Id: I3150fca3385931b9fe01ad13cb11fab410331349
2014-03-24Do not compare the same OUString twiceMatteo Casalin
Change-Id: Id915a41e3cc50720d36955da9aa2c7efa6c9034c
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin
Change-Id: I54e3b086c57b9b727ffdd5d3aa0c38c2c2ea2954
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin
Change-Id: I60a552f14c4c4735f702581be18231e658cb30e7
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin
Change-Id: I58e63b11c684d686e0e0830bb4e0e3b7fc9bbc32
2014-03-24Remove temporary OUStringsMatteo Casalin
Change-Id: I328eb08b719b5fdd51e1ca7c5c6fa3546ac90adb
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin
Change-Id: I2ab4bb2f57c95d2d4b1029fd6e324ebbe0ff7148
2014-03-24sal_uInt16 to sal_Int32 and remove a temporary OUStringMatteo Casalin
Change-Id: Ia305ad3b1e04129e172f0f2fe3428f84e4654576
2014-03-24Constify and reduce scopeMatteo Casalin
Change-Id: If80b842a79d476e5e90eeedc4520fc952c8f8f2a
2014-03-24Remove some OUString concatenated appends and some temporariesMatteo Casalin
Change-Id: I9f92a57644239b11941236a1cee5302eca993a7b
2014-03-24Result of expression is unused, remove that codeMatteo Casalin
This code has been there at least since 2000-09-18, so removing it seems to be safer than adding the evaluated token to the sMsg OUString, as the surrounding code would suggest. Change-Id: Ie9b2446b80a7bf79efbf6963b3a5e40548d4154c
2014-03-24sal_uInt16 to sal_uLong and remove unneeded castMatteo Casalin
Change-Id: I45152c575720e0720139d8a6d973333b105e1fa5
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin
Change-Id: I9d92d5866be5f579a2d645d9039f9fb939e6e61e
2014-03-24Group common expressionMatteo Casalin
Change-Id: Id286b57ccba1edb35490c374740a58128ce7f0c4
2014-03-24sal_uInt16 to sal_Int32 and removed some unneeded castsMatteo Casalin
Change-Id: I122af4ed8a2504242f527cf98b26c9e1599497ea
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin
Change-Id: I52f3365a00f05bf1ff34f5a01cb0c0dbdf2fda11
2014-03-24sal_uInt16 to long and constify loop boundMatteo Casalin
Change-Id: Iad9498676994cd60521f251fd84dcc2b90b54e88
2014-03-24Improved integer type consistence + some optimizationsMatteo Casalin
Change-Id: I5e2a6ef9c3f744997e9e473e9431d590ba6f9d04
2014-03-24sal_uInt16 to sal_Int32, reduce scopes, constifyMatteo Casalin
Change-Id: Idc283b9e9ebb2e1745c4bad54a27db3e73712bbc
2014-03-24sal_uInt16 to size_t/longMatteo Casalin
Change-Id: I9284ef8c51f9639ad4f7c0c4b4f65019a4ca524b
2014-03-24sal_uInt16 to sal_Int32 and remove OUString temporariesMatteo Casalin
Change-Id: I476fb65a1e55db084bb12e61e6d3d9ccf3a41637
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin
Removed unneeded casts, adapted cycles, reduced scope... Change-Id: I1781a9d4c42bd6b85f16e9573d0bc2b201084646
2014-03-24made range not editable if password is assignedEike Rathke
... until we can verify the password. Change-Id: I3690e9d8c0e07185a0533b669a034581895ab57a
2014-03-24coverity#735476: bRepeat is always false.Kohei Yoshida
Therefore act accordingly. Change-Id: Ie737c053a935d3cc0e0c03ab30da2cf3fde0e401
2014-03-24coverity#704301 Logically dead codeCaolán McNamara
Change-Id: I865979464a2abe51136b577fdb10ec0ae9faf11e
2014-03-24coverity#704300 Logically dead codeCaolán McNamara
since af22075998a021d23ec1b266433f239d3200c35d "undoapi: attempt to fix broken Undo contexts after executing a script" in 2010 Change-Id: I95f5ebf8960dc82d4a6da1ef186ba524e3cddfd1
2014-03-24coverity#704298 Logically dead codeCaolán McNamara
Change-Id: Ic2f52bb5ec072f11c99f20455e4536bc298b47c7
2014-03-24coverity#704294 Logically dead codeCaolán McNamara
Change-Id: I347b8cfaf6d608e59dec25bb80a96ba862b3fcae
2014-03-24Resolves: fdo#73466 overflow on addition to COMPLETE_STRINGCaolán McNamara
sw/source/core/text/itrcrsr.cxx:1632 SwTxtSizeInfo aSizeInf( GetInfo(), &rText, nCurrStart ) where nCurrStart is non 0 and the hidden 4th argument to SwTxtSizeInfo is COMPLETE_STRING in the past it was STRING_LEN unsigned 16bit 0xFFFF and so in GetMinLen in sw/source/core/text/inftxt.cxx adding x to it resulted in x-1 which at least is in bounds if selected by the std::min Change-Id: I78f176804b79fb3c991677adb016579eabcfd56f
2014-03-24cppcheck: fix Division by zero + move some linesJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-reports-quot-Division-by-zero-quot-in-new-cxx-sfx2-module-td4102613.html Change-Id: I71433bcb20575016ee2e993a67c6e09646672f9b
2014-03-24fix Mac buildStephan Bergmann
Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d
2014-03-2464-bit OS X build fixTor Lillqvist
Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl
Change-Id: I8fa586d49437ff5422fc3daa4c81439146e598a0
2014-03-24coverity#1078504: Remove logically dead code.Kohei Yoshida
Change-Id: I6bb3ee8f604d9b79209cda13a48ccd7f2df4f26e
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky
Rename it accordingly, so that it is more obvious. Change-Id: Ifb313f1e60b50761247a65b7ce2c6b38773c1304
2014-03-24convert mail merge prepare page to .uiCaolán McNamara
Change-Id: I7bfd0a5b3f5ce5d548bf711ffb82b85a126fec2b
2014-03-24Updated coreCaolán McNamara
Project: help 2dad7542c215024cd26ae42030e01ab772f2f9d5
2014-03-24fix libetonyek buildLuboš Luňák
KEY2StyleParser.cpp:65:10: error: no matching function for call to 'readNumber' KEY2StyleParser.cpp:34:13: note: candidate template ignored: couldn't infer template argument 'C' I took the patch from Fridrich's openSUSE rpms. Change-Id: Iba3c682539c5c978dddb0040f24f23c7299af0d9
2014-03-24After Tsahi's "connect tile device to DrawLayer" we need some more componentsTor Lillqvist
Change-Id: I4a5784a63d3bcc8af3b50e51e410744d8b185be9
2014-03-24connect tile device to DrawLayertsahi glik
Change-Id: I4a2a7683a218103fc25d9b55786a5e77e49570fc
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann
...so deinit support for that only afterwards Change-Id: I89b8014bd26aecd9da67eaddc4a8facc620bf16e
2014-03-24Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."Caolán McNamara
prefer 4dba6f5837539746293ef6808ea39a764ab7654d "fdo#67370: Hyphens are not visible in tagged PDF" This reverts commit 8214c1d6156c90cbf259b15cf1c8e15ea1c70daf.