summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21headless: more work in vclRiccardo Magliocchetti
Provide HeadlessSalSystem::ShowNativeDialog() instead of having it if-zeroed. Then remove LIBO_HEADLESS ifdefery from unx/generic/plugadapt/salplug.cxx which we are not building anymore.
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-21ByteString->rtl::OStringCaolán McNamara
2012-02-21Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
2012-02-20vcl: TwoRect -> SalTwoRectThomas Arnhold
2012-02-20headless: cleanup HEADLESS definitionRiccardo Magliocchetti
Define HEADLESS globally as it is meant to be.
2012-02-20vcl: simplify logicThomas Arnhold
Thanks to Cor Nouws
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20Resoves fdo#42901 duplicated .pfb without duplicated .afm drops fontCaolán McNamara
If we have a duplicate font entry the duplicate is dropped, but if the first font was invalid, e.g. .pfb without .afm this results in dropping *both* fonts, the valid and invalid one
2012-02-19vcl: dead codeThomas Arnhold
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara
2012-02-19ByteString->rtl::OStringCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19Remove unused codePetr Vorel
2012-02-19pngread: remove some unused definesThomas Arnhold
2012-02-18WaE: unused variable rcThomas Arnhold
2012-02-18WaE: unused variable errThomas Arnhold
2012-02-18vcl: remove some more unused windows codeThomas Arnhold
2012-02-18vcl: nFallbacklevel has no effectThomas Arnhold
2012-02-18WaE: fix buildMichael Meeks
2012-02-18fix buildIvan Timofeev
2012-02-18Replaced 'if-elseif-else' chains with 'switches' where they seem naturalMariusz Dykierek
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
Sorry for this.
2012-02-18Revert "vcl: bring ImplFindByLocale back (windows build)"Thomas Arnhold
This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652. This was nothing...
2012-02-18remove some unused windows codeThomas Arnhold
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
Partially reverts 78e9ba6febb7402d4661fbf7934a2526efc8629a This is used by WinGlyphFallbackSubstititution::FindFontSubstitute
2012-02-18Fix typos in commentsElton Chung
2012-02-18Remove unused codeElton Chung
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks
2012-02-17Removed unused code from vcl moduleSzabolcs Dezsi
2012-02-17Remove unused code.Petr Vorel
2012-02-17vcl: simplify cut/paste shared module listsMichael Meeks
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
2012-02-17suppress -Werror for vclplug_gtk3David Tardon
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15I can't see the point of these masses of vcl settings which go nowhereCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15When using libmerged there is no "tk" libraryTor Lillqvist
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-15Revert temporary and not properly ifdeffed Android stuffTor Lillqvist
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-13Remove unused codeElton Chung
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann