summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: shave off some moreCaolán McNamara2015-02-033-58/+0
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-5/+0
* loplugin:unreffunStephan Bergmann2015-02-011-20/+0
* coverity#1267684 Uncaught exceptionCaolán McNamara2015-01-301-2/+3
* ensure the default export filter is really availableDavid Tardon2015-01-301-7/+4
* remove copypastaDavid Tardon2015-01-301-4/+0
* tdf#85195 only check export formats for default formatDavid Tardon2015-01-301-16/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-2915-476/+0
* use a less ugly string to double conversion, tdf#88740 follow-upEike Rathke2015-01-291-11/+17
* tdf#78854 do not crash when undoing layout changeDavid Tardon2015-01-291-66/+0
* tdf#88740 fix sidebar angle rotation i18nAndras Timar2015-01-281-0/+6
* tdf#82524: Mismatch of ValueSet and metric field valuesKatarina Behrens2015-01-271-0/+1
* Lock SolarMutex around fmFormShell::DetermineForms callsStephan Bergmann2015-01-271-0/+5
* coverity#1266476 silence Dereference null return valueCaolán McNamara2015-01-261-3/+3
* coverity#1266440 Unchecked return valueCaolán McNamara2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2615-107/+71
* Typo: syncro->synchroJulien Nabet2015-01-242-9/+9
* coverity#1265796 Dereference null return valueCaolán McNamara2015-01-241-1/+9
* coverity#1265799 Dereference null return valueCaolán McNamara2015-01-241-3/+3
* On init of DbCellControl, load value from ModelLionel Elie Mamane2015-01-221-0/+2
* fdo#88551 no need to update content from field when activating grid cellLionel Elie Mamane2015-01-221-8/+0
* callcatcher: update unused codeCaolán McNamara2015-01-211-24/+0
* Some more loplugin:cstylecast: svxStephan Bergmann2015-01-207-12/+12
* Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara2015-01-191-11/+11
* initializeControlModel needs parent to be setLionel Elie Mamane2015-01-191-5/+6
* argh damnitMichael Stahl2015-01-191-1/+1
* svx: ExternalToolEdit: don't terminate if SystemShellExecute throwsMichael Stahl2015-01-191-3/+11
* svx: ExternalToolEdit: check that temp file is actually createdMichael Stahl2015-01-191-2/+14
* Mistake in choice of FM_PROPJulien Nabet2015-01-191-1/+1
* Fix typo code Resouce->ResourceAndrea Gelmini2015-01-191-4/+4
* Typo: sDatasouce->sDatasourceJulien Nabet2015-01-181-9/+9
* rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2015-01-171-19/+78
* make OverlayTriangle public, allow to change each pointTomaž Vajngerl2015-01-163-64/+27
* convert sal_uIntPtr to longNoel Grandin2015-01-151-1/+1
* fdo#39440 svx: reduce scope of local variablesMichael Weghorn2015-01-1411-42/+24
* fdo#39440 svx: reduce scope of local variablesMichael Weghorn2015-01-1418-48/+30
* GetData is a hopelessly generic nameCaolán McNamara2015-01-141-1/+1
* HiDPI changes to ruler to respect screen DPIdbeurle2015-01-141-1/+26
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-1/+1
* svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken2015-01-131-4/+0
* Resolves: fdo#79975 toggle checkered background back onCaolán McNamara2015-01-121-1/+0
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-1218-26/+26
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-1218-28/+28
* Factor out XFillBmpStretchItem::dumpAsXml() from swMiklos Vajna2015-01-111-0/+8
* Factor out XFillBmpPosItem::dumpAsXml() from swMiklos Vajna2015-01-101-0/+8
* Factor out XFillBmpTileItem::dumpAsXml() from swMiklos Vajna2015-01-091-0/+8
* fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2015-01-091-2/+2
* Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2015-01-092-1/+2
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-0923-38/+38
* HACK to avoid empty page size/div by 0 in chart2 LegendWrapper::setPositionStephan Bergmann2015-01-081-1/+1