summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida7-141/+185
2013-08-28const correct-ness.Kohei Yoshida2-2/+2
2013-08-28Use smart pointers for these.Kohei Yoshida5-38/+52
2013-08-28Resolves: fdo#68192 always recode from trad symbol to apple symbolCaolán McNamara1-10/+11
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida9-57/+55
2013-08-28String to OUString.Kohei Yoshida1-5/+3
2013-08-28No need to fully qualify these.Kohei Yoshida1-2/+2
2013-08-28sal_Bool to bool.Kohei Yoshida2-13/+14
2013-08-28janitorial: more constnessLionel Elie Mamane1-1/+1
2013-08-28ODBC OResultSet::ensureCacheForColumn initialise *all* new elementsLionel Elie Mamane1-1/+1
2013-08-28remove risk of infinite recursionLionel Elie Mamane1-1/+0
2013-08-28added SAL_INFO to makeFallback()Eike Rathke1-0/+3
2013-08-28added makeFallback() checks to unit testEike Rathke1-0/+13
2013-08-28again match some copy&paste namesEike Rathke1-4/+4
2013-08-28makeFallback() with hierarchical retryEike Rathke1-0/+16
2013-08-28Implement set[Float|Double]. (firebird-sdbc)Andrzej J.R. Hunt1-21/+13
2013-08-28Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-28SQL_FLOAT corresponds to DataType::FLOAT.Andrzej J.R. Hunt1-2/+2
2013-08-28Use correct type for SQL_FLOAT. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
2013-08-28Remove unused code (firebird-sdbc)Andrzej J.R. Hunt1-16/+1
2013-08-28Use template to set integer parameters. (firebird-sdbc)Andrzej J.R. Hunt2-44/+27
2013-08-28added unit test for ca-valenciaEike Rathke1-0/+22
2013-08-28need to check for variants in isIsoODF()Eike Rathke1-3/+4
2013-08-28added unit test for fallback stringsEike Rathke1-0/+6
2013-08-28reorder fall back strings for language with variantEike Rathke1-2/+16
2013-08-28grml.. lt_list_value is an lt_variant_t*Eike Rathke1-6/+10
2013-08-28match names with tagEike Rathke1-14/+14
2013-08-28include variants in fallback stringsEike Rathke1-0/+25
2013-08-28added getVariants()Eike Rathke2-0/+42
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida2-58/+113
2013-08-28Last piece of SOLAR_JAVA to ENABLE_JAVA migration.Andrzej J.R. Hunt1-1/+1
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann1-0/+1
2013-08-28Resolves: #i122923# optimize place to add alpha to bitmaps which need rotationArmin Le Grand2-29/+33
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann1-2120/+2123
2013-08-28Related: #i122923# win only: improved bitmap handling for renderingArmin Le Grand1-16/+21
2013-08-28Resolves: fdo#65924 retweak the border positionsCaolán McNamara2-3/+3
2013-08-28bnc#816593 DOCX import: fix auto table width wrt nested tablesMiklos Vajna3-0/+22
2013-08-28add --with-help=common parameter to the configure optionPetr Mladek2-4/+21
2013-08-28fdo#68588 Move embeddeddbList into OGeneralPageWizard.Andrzej J.R. Hunt2-26/+31
2013-08-28Updated coreCaolán McNamara1-0/+0
2013-08-28Adding VLC version checkingMinh Ngo5-3/+78
2013-08-28fdo#57950: Remove some chained appends in i18nlangtagJelle van der Waa1-8/+5
2013-08-28autosize the user-defined number format listbox in database field tabpageCaolán McNamara1-1/+6
2013-08-28added unit test for ca-ES-valenciaEike Rathke1-0/+23
2013-08-28correct example is ca-ES-valenciaEike Rathke1-1/+1
2013-08-28added Bcp47CountryEntryEike Rathke1-0/+30
2013-08-28Organize methods that update invalidated ranges for online spell checker.Kohei Yoshida6-19/+22
2013-08-28sal_Bool to bool.Kohei Yoshida2-72/+72
2013-08-28IsInValid() => IsValid() and adjust its call sites.Kohei Yoshida3-6/+6
2013-08-28NOT_INVALID => Valid.Kohei Yoshida2-8/+7