summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
2012-10-13loplugin: what is it with the weird-ass else placement in frameworkCaolán McNamara1-17/+10
2012-10-13writerfilter: fix new clang warningsMiklos Vajna6-21/+12
2012-10-13brain fog: logic errorIvan Timofeev1-1/+1
2012-10-13fix String->OUString conversionIvan Timofeev1-1/+1
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev1-5/+15
2012-10-13Review corrections in basctl/.../basobj3.cxxRicardo Montania1-5/+5
2012-10-13fix buildLuboš Luňák1-0/+1
2012-10-13For me it throws uno::DeploymentException, not deployment::DeploymentExceptionTor Lillqvist1-0/+2
2012-10-13fix librsvg gbuildificationNorbert Thiebaud1-2/+2
2012-10-13need to set the row/col relative to the start row/colMarkus Mohrhard1-2/+2
2012-10-13don't insert notes from deleted cells, fdo#55885Markus Mohrhard1-4/+14
2012-10-13improve showing the condition text when the entry is collapsedMarkus Mohrhard3-5/+21
2012-10-13add the text for collapsed entries backMarkus Mohrhard2-1/+33
2012-10-12convert librsvg to gbuildPeter Foley19-278/+357
2012-10-13Remove unused MorkParser::getRecordKeys4ListJulien Nabet3-49/+0
2012-10-12Even if it shouldn't be a pb, let's do the same everywhereJulien Nabet1-1/+1
2012-10-12uninit variableJulien Nabet1-1/+2
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida1-1/+1
2012-10-12WaE -Wunused-functionJulien Nabet1-7/+0
2012-10-12detect and collapse internal boost dependencies to a single headerMichael Meeks1-13/+78
2012-10-12elide all dependencies on .hdl files, they're ~all duplicated by .hppMichael Meeks2-9/+36
2012-10-12WaE: SW_DLLPUBLIC on static function doesn't make senseCaolán McNamara1-1/+1
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-12loplugin: bad else if placementCaolán McNamara1-4/+2
2012-10-12grr I wanted can+has *default* not *focus*Caolán McNamara2-1/+3
2012-10-12be consistent between insert chart and insert formula re ellipsisCaolán McNamara1-1/+1
2012-10-12add SetAccessibleRelationMemberOf back again FWIWCaolán McNamara1-0/+1
2012-10-12set has-default for insert ole object dialogCaolán McNamara1-18/+1
2012-10-12migrate 'Insert OLE Object' dialog to use .ui fileJack Leigh6-145/+330
2012-10-12XubString->OUStringCaolán McNamara10-138/+124
2012-10-12Always disable anti-aliasing for drawing cell borders.Kohei Yoshida1-4/+26
2012-10-12fix file permissionsLuboš Luňák1-0/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák224-973/+961
2012-10-12remove unused functionLuboš Luňák1-19/+0
2012-10-12compilers don't seem to warn about unused variables in the global scopeLuboš Luňák1-0/+2
2012-10-12DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák2-3/+3
2012-10-12766 gerrit patch, fix appendAscii in bastype2.cxxRicardo Montania1-1/+1
2012-10-12remove unused local static functionsCaolán McNamara3-38/+0
2012-10-12lcl_LineSize is unusedCaolán McNamara1-25/+0
2012-10-12lcl_GetServiceName unusedCaolán McNamara1-13/+0
2012-10-12lcl_Bool2Any is unusedCaolán McNamara1-13/+0
2012-10-12lcl_createTemplate declared but not definedCaolán McNamara1-2/+0
2012-10-12don't process empty grid cellsCaolán McNamara2-2/+10
2012-10-12tweak dialog to show label againCaolán McNamara1-23/+20
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák27-43/+41
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák23-43/+43
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák190-527/+526
2012-10-12print something when compiling clang plugin tooLuboš Luňák1-0/+2
2012-10-12rebuild clang plugin when clang changesLuboš Luňák1-1/+5