summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch1-7/+6
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann29-98/+102
2014-09-29We can forget the iOS 6 SDK nowTor Lillqvist1-23/+4
2014-09-29loplugin: cstylecastNoel Grandin10-259/+261
2014-09-29loplugin: cstylecastNoel Grandin4-55/+55
2014-09-29loplugin: cstylecastNoel Grandin6-26/+28
2014-09-29loplugin: cstylecastNoel Grandin39-215/+221
2014-09-29loplugin: cstylecastNoel Grandin14-24/+23
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin1-2/+8
2014-09-29loplugin: cstylecastNoel Grandin10-53/+53
2014-09-29loplugin: cstylecastNoel Grandin74-700/+706
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt1-4/+4
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt6-30/+30
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-3/+9
2014-09-29[API CHANGE] Remove internal-only osl/diagnose.hxx from SDKStephan Bergmann1-1/+0
2014-09-29fix more Java1.5 incompatibilityNoel Grandin1-2/+6
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-31/+53
2014-09-29Avoid deadlock in a convoluted situation with an IME and a URP clientJan Holesovsky1-2/+6
2014-09-29fix Java1.5 incompatibilityNoel Grandin2-7/+15
2014-09-29connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch1-3/+3
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch1-1/+3
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann10-23/+15
2014-09-29unotest: remove import from the same packageRobert Antoni Buj i Gelonch1-2/+0
2014-09-29Use constants for ST_TabJc valuesMiklos Vajna3-16/+18
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock13-759/+817
2014-09-28fdo#70998 Termchange: Picture->ImageSamuel Mehrbrodt14-16/+16
2014-09-28android: minimize the rounding error, clean-up MultiTileLayerTomaž Vajngerl3-48/+23
2014-09-28android: LayerRendered - rename member to mScreenShotLayerTomaž Vajngerl1-23/+31
2014-09-28android: revert ScreenshotLayer draw method backTomaž Vajngerl1-2/+58
2014-09-28android: replace with ImmutableViewportMetrics (Fennec import)Tomaž Vajngerl10-193/+227
2014-09-28android: Improve panning smoothness (Fennec import)Tomaž Vajngerl2-74/+88
2014-09-28android: solve black screen on load - call setForceRedrawTomaž Vajngerl1-3/+11
2014-09-28android: remove notifyLayerClientOfGeometryChange (Fennec import)Tomaž Vajngerl3-20/+5
2014-09-28android: move scrollBy & scaleWithFocus to PZC (Fennec Import)Tomaž Vajngerl3-36/+32
2014-09-28android: add PanZoomTarget (Fennec import)Tomaž Vajngerl3-37/+67
2014-09-28android: remove getViewport and getZoomFactor (Fennec import)Tomaž Vajngerl4-14/+6
2014-09-28android: add ZoomConstraints (Fennec import)Tomaž Vajngerl7-79/+89
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos35-35/+35
2014-09-28fdo#60123: Make rotation angle spinbox wrapKatarina Behrens1-0/+1
2014-09-28jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch1-15/+31
2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch2-6/+10
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe1-13/+6
2014-09-28Add tooltips for non-obvious, unlabeled buttons in redlinefilterpage.uiAdolfo Jayme Barrientos1-49/+8
2014-09-28Restore missing title in addresstemplatedialog.uiAdolfo Jayme Barrientos1-0/+1
2014-09-28Avoid leaking dbus objectsMatthew J. Francis1-4/+4
2014-09-28Resolves: fdo#73608 bail out on loop in style sheet hierarchyCaolán McNamara2-0/+4
2014-09-28Related: fdo#73608 don't crash on missing table stylesCaolán McNamara2-1/+11
2014-09-28Fix 64914e407ccac9 - #endif/#else mixupChris Sherlock1-1/+2
2014-09-28Use constants for ST_TextDirection valuesMiklos Vajna5-21/+20
2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch2-1175/+1204