summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2012-06-22.dxp files don't need executable bitsMichael Stahl1-0/+0
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-20removed unused forward declarations of classTakeshi Abe3-6/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-6/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-14/+16
2012-06-03targeted string re-work (ii)Olivier Hallot4-56/+48
2012-06-02targeted string re-workNorbert Thiebaud4-14/+13
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks5-7/+7
2012-05-14fdo#35270 - enable caching of grammar checker propertiesMichael Meeks1-3/+2
2012-05-11More visibility markup needed for Mac OS XTor Lillqvist2-7/+7
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-21Resolves: fdo#39999: Changing spelling preferences requires application restartSzabolcs Dezsi1-0/+1
2012-04-20WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara1-2/+2
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-11/+10
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-11/+11
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl2-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2-2/+2
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17Remove unused code.Petr Vorel1-15/+0
2012-02-16possible inefficient checking for emptinessMariusz Dykierek2-3/+3
2012-02-15Various string function clean upStephan Bergmann1-1/+1
2012-02-13Remove unused codeElton Chung2-18/+0
2012-02-11Avoid Possible null pointer dereference in linguistic/source/spelldsp.hxxJulien Nabet1-2/+2
2012-02-08unusedcode.easy: Removed unused code (linguistic)Alexander Bergmann2-57/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-3/+3
2012-01-23ByteString->rtl::OStringCaolán McNamara1-18/+19
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-2/+2
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-2/+2
2012-01-09simplify CharClassCaolán McNamara1-5/+5
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz4-4/+0
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2011-12-30Fix for fdo43460 Part XXIII getLength() to isEmpty()Olivier Hallot11-38/+38
2011-12-22ByteString->rtl::OStringCaolán McNamara1-7/+6
2011-12-20catch exception by constant referenceTakeshi Abe5-19/+10
2011-12-16Properly join spawned GrammarCheckingIterator thread.Stephan Bergmann2-34/+32