summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "remove last traces of serial number check from MSI"Andras Timar2012-03-206-0/+8
| | | | This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
* Added more code to test the integrity of the source data arrays.Kohei Yoshida2012-03-201-0/+50
| | | | | Source data array stores item IDs and represents the original data series before normalization.
* remove last traces of serial number check from MSIAndras Timar2012-03-206-8/+0
|
* remove last traces of serial number check from MSIAndras Timar2012-03-205-10/+5
|
* callcatcher: update listCaolán McNamara2012-03-2010-134/+5
|
* download some unusual image mimetypes by defaultCaolán McNamara2012-03-201-3/+4
|
* add another bug idCaolán McNamara2012-03-201-1/+1
|
* More missing SAL_CALLStephan Bergmann2012-03-204-4/+4
|
* Missing SAL_CALLStephan Bergmann2012-03-201-1/+1
|
* Improve error reportingStephan Bergmann2012-03-201-3/+3
|
* Improve error reportingStephan Bergmann2012-03-201-19/+15
|
* add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power2012-03-2024-10/+275
|
* removed zoomtools int functionsTim Hardeck2012-03-203-26/+3
| | | | | | Changed viewport.cxx to use long instead of int like all other zoom functions and in this succession removed the zoomtools int functions which where only added for this one exception.
* remove unused License Agreement dialog from MSIAndras Timar2012-03-2026-240/+14
|
* remove unused xpdinstaller moduleAndras Timar2012-03-2011-2187/+3
|
* Convert tools/table.hxx usage to std::map in IDL moduleNoel Grandin2012-03-209-19/+22
| | | | | Along the way, convert the table parameter passing to using references since we are never passing a null pointer.
* Remove unused code (sdext)Christina Rossmanith2012-03-209-65/+0
|
* Remove unused code (sdext)Christina Rossmanith2012-03-205-69/+2
|
* Remove unused codeChristina Rossmanith2012-03-202-13/+0
|
* remove unused code (oox, sc)Petr Vorel2012-03-207-139/+0
|
* remove unused code (oox, sc)Petr Vorel2012-03-209-60/+0
|
* Resolves: fdo#46923/fdo#46750 take mnSubStringMin into accountCaolán McNamara2012-03-201-1/+3
|
* Make redland build on Mac with internal libxmlFridrich Štrba2012-03-202-0/+8
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Make librsvg link with internal libxmlFridrich Štrba2012-03-201-3/+13
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Fix libcroco build against internal libxml2Fridrich Štrba2012-03-201-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* amended UI text in MSIAndras Timar2012-03-201-2/+2
|
* cppcheck report: logical disjunction always evaluates to trueJulien Nabet2012-03-201-1/+1
|
* LibreOffice installer does not need Serial numberAndras Timar2012-03-2011-23/+0
|
* Remove unused code as listed in unusedcode.easySantiago Martinez2012-03-208-93/+0
|
* removed unused codePetr Vorel2012-03-2013-306/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-2024-99/+66
|
* callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara2012-03-203-9/+41
|
* GetStringRes inline doesn't have a purpose anymoreCaolán McNamara2012-03-202-6/+2
|
* make ResId->OUString the primary routeCaolán McNamara2012-03-2013-139/+130
|
* map of kind+name -> new-nameCaolán McNamara2012-03-203-112/+44
|
* sd.flt is archaic nowCaolán McNamara2012-03-201-135/+0
|
* orientation is always verticalCaolán McNamara2012-03-205-397/+43
|
* move GetFilterFlags inside ifdef WNTCaolán McNamara2012-03-203-29/+28
|
* reduce UniStringsCaolán McNamara2012-03-2021-132/+123
|
* unused defineCaolán McNamara2012-03-201-1/+0
|
* toxinit.hxx included by nothingCaolán McNamara2012-03-201-40/+0
|
* update to point to moved openoffice.org bugzillaCaolán McNamara2012-03-201-1/+1
|
* remove extra string castsCaolán McNamara2012-03-2023-53/+48
|
* split macros to elide unneeded methodsCaolán McNamara2012-03-2014-26/+34
|
* SfxUINT32s->std::vectorCaolán McNamara2012-03-203-23/+8
|
* cgms are image/cgmCaolán McNamara2012-03-202-1/+2
|
* callcatcher update listCaolán McNamara2012-03-203-3/+11
|
* remove unused Language selection dialog from MSIAndras Timar2012-03-206-117/+0
|
* remove unused BrOffice filesAndras Timar2012-03-206-22/+0
|
* Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen2012-03-201-2/+10
| | | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>