summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* CID#1028073: possible memory leakMarkus Mohrhard2013-10-171-2/+4
* Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elementsArmin Le Grand2013-10-161-13/+0
* update pchThomas Arnhold2013-10-151-0/+1
* Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist2013-10-131-6/+6
* No idea why <wchar.h> would be needed here on non-Linux UnixTor Lillqvist2013-10-121-3/+0
* loplugin if-body warningStephan Bergmann2013-10-111-0/+2
* update unusedcode listCaolán McNamara2013-10-091-15/+0
* stray ' in stringCaolán McNamara2013-10-091-1/+1
* Resolves: #i123350# Added Clear() implementation to SdrUndoManager...Armin Le Grand2013-10-081-0/+19
* Smiley face now smiles!Ahmad H. Al Harthi2013-10-081-7/+7
* Move WriteDirection buttons to paragraph sidebar fdo#67746abdulmajeed ahmed2013-10-082-118/+130
* fix string conversionIvan Timofeev2013-10-071-9/+9
* CID#704124 wrong operator used, harmless thoughCaolán McNamara2013-10-071-1/+1
* RulerItem: indent and cleanupTomaž Vajngerl2013-10-061-89/+219
* fdo#46374 replace stardiv in comments where applicableThomas Arnhold2013-10-041-2/+2
* fdo#39674 fix some spellingThomas Arnhold2013-10-041-1/+1
* toolkit: avoid deadlock in UnoControl::setDesignMode()Michael Stahl2013-10-021-1/+3
* Attempt at an ascii-art reproduction of DrawingLayer design.Michael Meeks2013-10-021-0/+17
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-2/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-29/+0
* don't show macro passwords when entering themCaolán McNamara2013-10-011-3/+3
* Convert change password dialog to widget UIManal Alhassoun2013-10-016-173/+309
* convert remnants of String in SVX to StringNoel Grandin2013-10-0136-93/+77
* convert SvxNumberFormatShell::SetComment4Entry from String to OUStringNoel Grandin2013-10-011-1/+1
* Sidebar: Show default line-color in 'Draw'Prashant Pandey2013-09-302-2/+9
* merge queue_layout and queue_resizeCaolán McNamara2013-09-301-0/+33
* fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard2013-09-291-3/+7
* Kill internationaloptions page, it has been unused for years.Jan Holesovsky2013-09-291-3/+0
* typo fixes in commentsAndras Timar2013-09-262-4/+4
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-258-9/+2
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
* insert on-the-fly-ID if select requestedEike Rathke2013-09-221-0/+3
* fdo#39881 change Find All behaviour in CalcMatúš Kukan2013-09-201-8/+3
* String to OUString in itemwin.cxxLaurent Balland-Poirier2013-09-201-7/+5
* [Sidebar]: Fix the vague behaviour of color fill toolbox in DrawPrashant Pandey2013-09-181-2/+11
* fdo#64455 Handle unknown color in color lineLaurent Balland-Poirier2013-09-171-1/+37
* Correct use of && where only & makes senseTor Lillqvist2013-09-161-2/+2
* Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara2013-09-162-4/+22
* fdo#39468 Translate German comments in itemwin.cxxLaurent BP2013-09-161-3/+3
* Use the shorter GetScaledWidth() methodZolnai Tamás2013-09-151-2/+2
* use rtl::math::round for rounding, std:round is C++11Tomaž Vajngerl2013-09-151-3/+2
* include cmathTomaž Vajngerl2013-09-151-0/+1
* cleanup ruler items (rulritem.hxx) - remove comments, identationTomaž Vajngerl2013-09-151-135/+116
* remove CalcOrtho "redeclaration"Tomaž Vajngerl2013-09-151-2/+0
* Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl2013-09-151-91/+87