summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-31coverity#984166 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
2014-01-31coverity#736941 : Arguments in wrong orderNorbert Thiebaud
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida
2014-01-31Move this to its own method.Kohei Yoshida
2014-01-31Bit of a cleanup.Kohei Yoshida
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida
2014-01-31Extract this code block into its own method.Kohei Yoshida
2014-01-31Resolves: #i12355# Corrected case that...Armin Le Grand
2014-01-31drop unused resource id argumentCaolán McNamara
2014-01-31convert solarize dialog to .uiCaolán McNamara
2014-01-31convert smooth dialog to .uiCaolán McNamara
2014-01-31introduce a layout aware GraphicFilterDialogCaolán McNamara
2014-01-31GraphicFilterDialog->oldGraphicFilterDialogCaolán McNamara
2014-01-31drop unnecessary dtorsCaolán McNamara
2014-01-31Updated coreCaolán McNamara
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida
2014-01-31add license headers to glsl filesMarkus Mohrhard
2014-01-31standardize the z oder handling a bit moreMarkus Mohrhard
2014-01-31better OpenGL debug outputMarkus Mohrhard
2014-01-31extract the Z_STEP value into a defineMarkus Mohrhard
2014-01-31apparently the OpenGL doc is wrong, we need GLSL 1.20Markus Mohrhard
2014-01-31use fmod and make code simplerMarkus Mohrhard
2014-01-31CID#1103719: fix memory leakMarkus Mohrhard
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida
2014-01-31DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt
2014-01-31Kill one indentation level.Jan Holesovsky
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás
2014-01-31sbergman's typoJesús Corrius
2014-01-31fdo#54938 Convert odk to cppu::supportsServiceAlexandre Vicenzi
2014-01-31Silence javadoc 8 errorsStephan Bergmann
2014-01-31sw: hardcoded NS_sprm::LN_CPbiIBulletMiklos Vajna
2014-01-31fdo#73872: File Corruption - Issue with w:footerReference in document.xmlYogeshBharate
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann
2014-01-31Clang API function terminology got changedStephan Bergmann
2014-01-30Keep the standard row height situation under control.Kohei Yoshida
2014-01-31Added unit test for fdo#72221:Fixed for doughnut chart - RT is invalidPriyankaGaikwad
2014-01-31don't generate invalid xml filesMarkus Mohrhard
2014-01-31Translate German comments and fix a few missed onePhilipp Weissenbacher
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida
2014-01-30moved impress remote clients to a separate repositoryNorbert Thiebaud
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida
2014-01-30Use += when possibleMatteo Casalin
2014-01-30Bail out earlyMatteo Casalin
2014-01-30else is not needed after break/returnMatteo Casalin