summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-29Better solution for libexttextcat android platform parsingThorsten Behrens
2011-09-29OSL_TRACE: Remove trailing newlinesAndras Timar
2011-09-29Resolves: fdo#41083 honour minimum word hyphenation lengthCaolán McNamara
2011-09-29Solve more ambiguous issues with Locale from sun::star.. and icu::.Tomas Chvatal
2011-09-29Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const ↵Stephan Bergmann
*() in Mac OS X only code.
2011-09-29change to the old way to set the language to en-US for unit testsMarkus Mohrhard
2011-09-29Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann
2011-09-29bump to libexttextcat 3.1.0, enable previously broken languagesCaolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-29Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed ↵Stephan Bergmann
once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
2011-09-29stray fprintfCaolán McNamara
2011-09-29we're not using this header hereCaolán McNamara
2011-09-29mkdir -pCaolán McNamara
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29add modelinesCaolán McNamara
2011-09-29remove archaic header guardsCaolán McNamara
2011-09-29ByteString->rtl::OStringBufferCaolán McNamara
2011-09-29why use a pointer when a reference will doCaolán McNamara
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-29ByteString->rtl::OString[Buffer}Caolán McNamara
2011-09-29callcatcher: unused codeCaolán McNamara
2011-09-29WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATETor Lillqvist
Fixes warnings: 'SvXML*_Impl' declared with greater visibility than the type of its field 'SvXMLExport_Impl::mpRDFaHelper'.
2011-09-29Don't build l10ntools for non-desktop OSesTor Lillqvist
2011-09-29Use NSString's UTF8String method instead of the deprecated cStringTor Lillqvist
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski
Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16>
2011-09-29filters: Updating js2hxx.py to python3Hugo Beauzée-Luyssen
2011-09-29next test -> unotest changeMarkus Mohrhard
2011-09-29WaE: 'fileAttributesAtPath:traverseLink:' is deprecatedTor Lillqvist
2011-09-29Add mode linesTor Lillqvist
2011-09-29WaE: class 'AquaFilePickerDelegate' does not implement the ↵Tor Lillqvist
'NSOpenSavePanelDelegate' protocol
2011-09-29Avoid "jump to case label crosses initialization" errors with gcc 4.2.1Tor Lillqvist
Reduce scope of variables declared inside a switch statement. OK, so make those code snippets into blocks then, to reduce the scope of those variables. Workaround for weird errors as reported by gcc 4.2.1 in the 10.6 SDK: SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()': SalAquaPicker.cxx:134: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults' SalAquaPicker.cxx:141: error: jump to case label SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn' SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults'
2011-09-28fix another unotest/test breakerMarkus Mohrhard
2011-09-28adapt make dev-install to unotest changesMarkus Mohrhard
2011-09-29This was what I meant, sorry for thinkoTor Lillqvist
2011-09-28target 'all' should be the first one to make it the default one.Norbert Thiebaud
2011-09-28Add mode lines and detabifyTor Lillqvist
2011-09-28WaE: class 'RecentMenuDelegate' does not implement the 'NSMenuDelegate' protocolTor Lillqvist
2011-09-28Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATETor Lillqvist
Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater visibility than the type of its field 'SfxStandaloneDocumentInfoObject::<anonymous>' and 'SfxStandaloneDocumentInfoObject' declared with greater visibility than its base 'SfxDocumentInfoO\ bject'.
2011-09-28make configure check for cpp/poppler-version.hRene Engelhard
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist
2011-09-28install testdllapi.h correctlyMichael Meeks
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks
2011-09-28text can be const nowCaolán McNamara
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-28Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist
2011-09-28Define LIBO_WERROR when warnings are errorsTor Lillqvist
2011-09-28WaE: foo does not implement the fooDelegate protocolTor Lillqvist
2011-09-28WaE: suggest a space before ';' or explicit braces around empty body in ↵Tor Lillqvist
'while' statement