summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2013-10-21Remove comphelper::ComponentContextStephan Bergmann1-3/+6
2013-10-21Check for OUString::copy out-of-bounds argumentsStephan Bergmann1-4/+6
2013-10-21remove uses of COMPARE_*Caolán McNamara5-22/+19
2013-10-19CID#1038502 uninitialized memberCaolán McNamara1-3/+4
2013-10-17CID#1028073: possible memory leakMarkus Mohrhard1-2/+4
2013-10-16Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elementsArmin Le Grand1-13/+0
2013-10-15update pchThomas Arnhold1-0/+1
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-6/+6
2013-10-12No idea why <wchar.h> would be needed here on non-Linux UnixTor Lillqvist1-3/+0
2013-10-11loplugin if-body warningStephan Bergmann1-0/+2
2013-10-09update unusedcode listCaolán McNamara1-15/+0
2013-10-09stray ' in stringCaolán McNamara1-1/+1
2013-10-08Resolves: #i123350# Added Clear() implementation to SdrUndoManager...Armin Le Grand1-0/+19
2013-10-08Smiley face now smiles!Ahmad H. Al Harthi1-7/+7
2013-10-08Move WriteDirection buttons to paragraph sidebar fdo#67746abdulmajeed ahmed2-118/+130
2013-10-07fix string conversionIvan Timofeev1-9/+9
2013-10-07CID#704124 wrong operator used, harmless thoughCaolán McNamara1-1/+1
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl1-89/+219
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold1-2/+2
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-1/+1
2013-10-02toolkit: avoid deadlock in UnoControl::setDesignMode()Michael Stahl1-1/+3
2013-10-02Attempt at an ascii-art reproduction of DrawingLayer design.Michael Meeks1-0/+17
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-29/+0
2013-10-01don't show macro passwords when entering themCaolán McNamara1-3/+3
2013-10-01Convert change password dialog to widget UIManal Alhassoun6-173/+309
2013-10-01convert remnants of String in SVX to StringNoel Grandin36-93/+77
2013-10-01convert SvxNumberFormatShell::SetComment4Entry from String to OUStringNoel Grandin1-1/+1
2013-09-30Sidebar: Show default line-color in 'Draw'Prashant Pandey2-2/+9
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-0/+33
2013-09-29fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard1-3/+7
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky1-3/+0
2013-09-26typo fixes in commentsAndras Timar2-4/+4
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara8-9/+2
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-22insert on-the-fly-ID if select requestedEike Rathke1-0/+3
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan1-8/+3
2013-09-20String to OUString in itemwin.cxxLaurent Balland-Poirier1-7/+5
2013-09-18[Sidebar]: Fix the vague behaviour of color fill toolbox in DrawPrashant Pandey1-2/+11
2013-09-17fdo#64455 Handle unknown color in color lineLaurent Balland-Poirier1-1/+37
2013-09-16Correct use of && where only & makes senseTor Lillqvist1-2/+2
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara2-4/+22
2013-09-16fdo#39468 Translate German comments in itemwin.cxxLaurent BP1-3/+3
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás1-2/+2
2013-09-15use rtl::math::round for rounding, std:round is C++11Tomaž Vajngerl1-3/+2