Age | Commit message (Expand) | Author | Files | Lines |
2013-10-21 | Remove comphelper::ComponentContext | Stephan Bergmann | 1 | -3/+6 |
2013-10-21 | Check for OUString::copy out-of-bounds arguments | Stephan Bergmann | 1 | -4/+6 |
2013-10-21 | remove uses of COMPARE_* | Caolán McNamara | 5 | -22/+19 |
2013-10-19 | CID#1038502 uninitialized member | Caolán McNamara | 1 | -3/+4 |
2013-10-17 | CID#1028073: possible memory leak | Markus Mohrhard | 1 | -2/+4 |
2013-10-16 | Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elements | Armin Le Grand | 1 | -13/+0 |
2013-10-15 | update pch | Thomas Arnhold | 1 | -0/+1 |
2013-10-13 | Reduce copypasta: Introduce SAL_NEWLINE_STRING and use it | Tor Lillqvist | 1 | -6/+6 |
2013-10-12 | No idea why <wchar.h> would be needed here on non-Linux Unix | Tor Lillqvist | 1 | -3/+0 |
2013-10-11 | loplugin if-body warning | Stephan Bergmann | 1 | -0/+2 |
2013-10-09 | update unusedcode list | Caolán McNamara | 1 | -15/+0 |
2013-10-09 | stray ' in string | Caolán McNamara | 1 | -1/+1 |
2013-10-08 | Resolves: #i123350# Added Clear() implementation to SdrUndoManager... | Armin Le Grand | 1 | -0/+19 |
2013-10-08 | Smiley face now smiles! | Ahmad H. Al Harthi | 1 | -7/+7 |
2013-10-08 | Move WriteDirection buttons to paragraph sidebar fdo#67746 | abdulmajeed ahmed | 2 | -118/+130 |
2013-10-07 | fix string conversion | Ivan Timofeev | 1 | -9/+9 |
2013-10-07 | CID#704124 wrong operator used, harmless though | Caolán McNamara | 1 | -1/+1 |
2013-10-06 | RulerItem: indent and cleanup | Tomaž Vajngerl | 1 | -89/+219 |
2013-10-04 | fdo#46374 replace stardiv in comments where applicable | Thomas Arnhold | 1 | -2/+2 |
2013-10-04 | fdo#39674 fix some spelling | Thomas Arnhold | 1 | -1/+1 |
2013-10-02 | toolkit: avoid deadlock in UnoControl::setDesignMode() | Michael Stahl | 1 | -1/+3 |
2013-10-02 | Attempt at an ascii-art reproduction of DrawingLayer design. | Michael Meeks | 1 | -0/+17 |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -1/+0 |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -2/+0 |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -1/+0 |
2013-10-02 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -1/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -1/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -1/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -29/+0 |
2013-10-01 | don't show macro passwords when entering them | Caolán McNamara | 1 | -3/+3 |
2013-10-01 | Convert change password dialog to widget UI | Manal Alhassoun | 6 | -173/+309 |
2013-10-01 | convert remnants of String in SVX to String | Noel Grandin | 36 | -93/+77 |
2013-10-01 | convert SvxNumberFormatShell::SetComment4Entry from String to OUString | Noel Grandin | 1 | -1/+1 |
2013-09-30 | Sidebar: Show default line-color in 'Draw' | Prashant Pandey | 2 | -2/+9 |
2013-09-30 | merge queue_layout and queue_resize | Caolán McNamara | 1 | -0/+33 |
2013-09-29 | fix undefined behavior with out-of-bounds substring access | Markus Mohrhard | 1 | -3/+7 |
2013-09-29 | Kill internationaloptions page, it has been unused for years. | Jan Holesovsky | 1 | -3/+0 |
2013-09-26 | typo fixes in comments | Andras Timar | 2 | -4/+4 |
2013-09-25 | Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii | Caolán McNamara | 8 | -9/+2 |
2013-09-22 | gbuild: add gb_Library_use_restarget | Michael Stahl | 1 | -2/+1 |
2013-09-22 | insert on-the-fly-ID if select requested | Eike Rathke | 1 | -0/+3 |
2013-09-20 | fdo#39881 change Find All behaviour in Calc | Matúš Kukan | 1 | -8/+3 |
2013-09-20 | String to OUString in itemwin.cxx | Laurent Balland-Poirier | 1 | -7/+5 |
2013-09-18 | [Sidebar]: Fix the vague behaviour of color fill toolbox in Draw | Prashant Pandey | 1 | -2/+11 |
2013-09-17 | fdo#64455 Handle unknown color in color line | Laurent Balland-Poirier | 1 | -1/+37 |
2013-09-16 | Correct use of && where only & makes sense | Tor Lillqvist | 1 | -2/+2 |
2013-09-16 | Resolves: fdo#69236 route size request to layout widget, not hard-coded value | Caolán McNamara | 2 | -4/+22 |
2013-09-16 | fdo#39468 Translate German comments in itemwin.cxx | Laurent BP | 1 | -3/+3 |
2013-09-15 | Use the shorter GetScaledWidth() method | Zolnai Tamás | 1 | -2/+2 |
2013-09-15 | use rtl::math::round for rounding, std:round is C++11 | Tomaž Vajngerl | 1 | -3/+2 |