summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-10-31Add class description.Kohei Yoshida1-0/+7
2014-10-31Remove repetitive namespace close / open / close etc & unindent.Kohei Yoshida1-226/+136
2014-10-31Unindent.Kohei Yoshida1-331/+328
2014-10-31Remove repetitive namespace close / re-open & unindent.Kohei Yoshida1-530/+444
2014-10-31We don't need this repetitive namespace open / close thingie...Kohei Yoshida1-552/+470
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-31coverity#705257 gold, Missing break in switchCaolán McNamara1-0/+1
2014-10-30pluralizeCaolán McNamara1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-2/+2
2014-10-30Resolves: fdo#80815 rename Cancel and explain what it will doCaolán McNamara3-4/+5
2014-10-30coverity#1244939 Division or modulo by float zeroCaolán McNamara1-15/+21
2014-10-30Whitespace (and other) cleanup.Jan Holesovsky4-40/+16
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin40-41/+1
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl2-2/+2
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara8-34/+18
2014-10-29Don't use output rArea when TableLayouter::getCellArea returns falseStephan Bergmann1-9/+10
2014-10-28colorwindow: try to fix initial layoutMaxim Monastirsky2-12/+13
2014-10-28colorwindow: Use exactly one row of recent colorsMaxim Monastirsky3-8/+4
2014-10-28colorwindow: Update recent colors list immediatelyMaxim Monastirsky1-3/+7
2014-10-28colorwindow: Unify SelectHdl and SelectRecentHdlMaxim Monastirsky2-24/+7
2014-10-28Rename loadColorVector to addEntriesForColorVectorMaxim Monastirsky2-2/+2
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida32-31/+505
2014-10-28coverity#735332 Unchecked return valueCaolán McNamara1-1/+1
2014-10-28coverity#1078486 Unchecked return valueCaolán McNamara1-1/+1
2014-10-28fdo#85046 - MENU: Edit > Changes should be renamed for better clarityYousuf Philips1-1/+1
2014-10-27cid#735507 Logically dead codeNoel Grandin1-1/+1
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky6-173/+6
2014-10-27Fix color update for selection with multiple colorsMaxim Monastirsky1-0/+4
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin3-12/+12
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky6-150/+4
2014-10-25coverity#1249469 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-25coverity#1249468 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-25coverity#1249467 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-24fdo#83664: svx: don't try to paint on empty OutputDeviceMichael Stahl1-2/+9
2014-10-24Rename color picker button and add an icon to itAdolfo Jayme Barrientos1-4/+15
2014-10-24fdo#85340 - Better tooltip for paragraph spacing buttonsYousuf Philips1-23/+2
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky3-1/+37
2014-10-24Register the item type based on the SIDMaxim Monastirsky1-2/+4
2014-10-24coverity#704836 Dereference after null checkCaolán McNamara1-12/+12
2014-10-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky61-352/+403
2014-10-23Fraction: Revert "-Werror,-Wliteral-conversion (implicit conversion from doub...Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky1-3/+4
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky6-14/+16
2014-10-23Fraction: Revert "make sure the denominator is not 0"Jan Holesovsky1-4/+2
2014-10-23Fraction: Revert "make sure the denominator is not 0"Jan Holesovsky1-6/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky58-219/+219
2014-10-23Fraction: Revert "coverity#1247617 there is nothing to do if width is 0"Jan Holesovsky1-2/+0
2014-10-22Reduce scopes and add some whitespaces.Kohei Yoshida1-121/+190
2014-10-22SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().Kohei Yoshida2-4/+0