summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara
fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara
Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd
2012-10-13remove debug outputLuboš Luňák
Change-Id: I719ce8870320f3bddd68fe26cf2c2b941e0a9403
2012-10-13Remove consecutive break and a break which follows a returnJulien Nabet
Change-Id: I8dec9eda857f7da452992bc785426449933acc59
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
Some of the areas are guesses I've added after seeing them, whoever feels reponsible for whichever part of the code feel free to adjust them. Change-Id: I2192de84d51cc2bc7c28fa84019d38b465985d15
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
Change-Id: Ib5e606283d3d37c38e9729c79c4531807a1419d3
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
+ replace "<" by "!=" for end iterator comparison with current it Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I057c3ea14cd1f224b339f884ae86890d16471215
2012-10-13loplugin: what is it with the weird-ass else placement in frameworkCaolán McNamara
Change-Id: I81809a80242457147dba716daa92b83726f732ba
2012-10-13writerfilter: fix new clang warningsMiklos Vajna
Change-Id: I0f7cec0f300290fe3ea465f344cfda642824ed0b
2012-10-13brain fog: logic errorIvan Timofeev
Change-Id: I1ebfad03dca16b7530a44dfc7576ff5b73f681aa
2012-10-13fix String->OUString conversionIvan Timofeev
Change-Id: Icc21b8998f205b635a21275ea4355824eca83a60
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev
Change-Id: I0c97840e610e6f2170a758afbd263ce6cd9e3129
2012-10-13Review corrections in basctl/.../basobj3.cxxRicardo Montania
Change-Id: I905e85ce9d754047ad287c9dd3caa92427b25b0d
2012-10-13fix buildLuboš Luňák
I'm not sure why this makes a difference, the real problem is probably elsewhere. Change-Id: Ie52b0b9b5b1279badaa8815aeef054c8bbb125b4
2012-10-13For me it throws uno::DeploymentException, not deployment::DeploymentExceptionTor Lillqvist
Change-Id: I1104a2b4e551f80c748054f32a37540190076805
2012-10-13fix librsvg gbuildificationNorbert Thiebaud
Change-Id: I3c3d5f0284e07384bcd63b6f4d489ec82da55a75
2012-10-13need to set the row/col relative to the start row/colMarkus Mohrhard
Change-Id: Ic423924dc12cc8aef1a45d494c6a623ddc45cff0
2012-10-13don't insert notes from deleted cells, fdo#55885Markus Mohrhard
Change-Id: I036f0531dc2290c5eb480258bc70ec13b810e6bc
2012-10-13improve showing the condition text when the entry is collapsedMarkus Mohrhard
Change-Id: I298f80c9df39156f950880a530076e0b0edf27b5
2012-10-13add the text for collapsed entries backMarkus Mohrhard
Change-Id: I67d4f3122e1fe13bda7bf91f500b479ee6853cab
2012-10-12convert librsvg to gbuildPeter Foley
Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
2012-10-13Remove unused MorkParser::getRecordKeys4ListJulien Nabet
Change-Id: I755dce0ebee72a75c36b3cf36b52a2a1c736cc23
2012-10-12Even if it shouldn't be a pb, let's do the same everywhereJulien Nabet
Change-Id: I5775651a83ffa6a7780b81386168f4e327217282
2012-10-12uninit variableJulien Nabet
Change-Id: I94870693fc269ab7a40e9ded482d259921316c38
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida
Change-Id: Ib3e55af8870b41a5b76179d2215fc5125ceda5af
2012-10-12WaE -Wunused-functionJulien Nabet
Change-Id: I201ee3b1092fce188d2bbc90aeb93059b175a03e
2012-10-12detect and collapse internal boost dependencies to a single headerMichael Meeks
Change-Id: I18281f9cdf4c20ab4f939b2f7d3b0a6c3bf5387b
2012-10-12elide all dependencies on .hdl files, they're ~all duplicated by .hppMichael Meeks
Also - verified that codemaker touches both .hdl and .hpp regardless of whether the contents changed in anyway under gbuild. Change-Id: I391e9cf952c61a6c59087cd7cd0ddc8c54a14df3
2012-10-12WaE: SW_DLLPUBLIC on static function doesn't make senseCaolán McNamara
Change-Id: I9a7881d0e114dc38a6cb461b04e971ae23da9543
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky
We are using font metrics to compute the stretch ratio for autofit; but that collides with nPropr property of SvxFont - it is then counted twice, ie. in the case of nPropr == 25, we actually behave as if it was much less; and worse, only in the horizontal direction. Change-Id: Idba62f1e3f40802651b93f1344e376048866b1b6
2012-10-12loplugin: bad else if placementCaolán McNamara
Change-Id: I56e88a675adf37fdf52637ecbff6778a5215a16a
2012-10-12grr I wanted can+has *default* not *focus*Caolán McNamara
Change-Id: I070ae5f7081cf9081e8f36658e8adf7de143b207
2012-10-12be consistent between insert chart and insert formula re ellipsisCaolán McNamara
Change-Id: I62d6c7e041247c1d2c6ccc4bc51e401e1469a95e
2012-10-12add SetAccessibleRelationMemberOf back again FWIWCaolán McNamara
Change-Id: Ic99c6b20d4622323d3d5ddea24338fbcbd4d0b8c
2012-10-12set has-default for insert ole object dialogCaolán McNamara
Change-Id: Ic1c3f8784bc41c6b8adbeb4798e51eeb0300b2d0
2012-10-12migrate 'Insert OLE Object' dialog to use .ui fileJack Leigh
Change-Id: If2a241e34f88a39bacee5344f89893e3ccfdc57d
2012-10-12XubString->OUStringCaolán McNamara
Change-Id: Ib5f39e099d238b739e0d6b3d92d3f04ee50022fb
2012-10-12Always disable anti-aliasing for drawing cell borders.Kohei Yoshida
It looks better that way & that's the way it was before. Change-Id: Iedb5234f4b032d4362f91f811bb9131824267704
2012-10-12fix file permissionsLuboš Luňák
Change-Id: If923db4ff67f72158fcdf7c002eda38c9cdeb786
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
2012-10-12remove unused functionLuboš Luňák
Change-Id: I2caa76105053c57b48d721d1ae04485c94149fcc
2012-10-12compilers don't seem to warn about unused variables in the global scopeLuboš Luňák
And this causes at least some problems with extern variables in headers, maybe that could be handled, but it probably wouldn't be trivial to get it exactly right about which location to warn and which ones not. Change-Id: I8974c9ba9493d09165b026ee7a451238f6d90a30
2012-10-12DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák
It usually points to the declaration name rather than its start. Change-Id: Idcb068ed88a783c177ae9dc255595afa0a163a7e
2012-10-12766 gerrit patch, fix appendAscii in bastype2.cxxRicardo Montania
Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a Reviewed-on: https://gerrit.libreoffice.org/854 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-10-12remove unused local static functionsCaolán McNamara
Change-Id: I2b5e16165ac2de4753d9687a2bfc146d11a2bcd9
2012-10-12lcl_LineSize is unusedCaolán McNamara
Change-Id: Ied166af182c76d72c2934f7d3a7279aa0cd63a62
2012-10-12lcl_GetServiceName unusedCaolán McNamara
Change-Id: Iea5b8de7c937f27beb0e95b40412dc56391c02f7
2012-10-12lcl_Bool2Any is unusedCaolán McNamara
Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9e7d8