summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Collapse)Author
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara
move ImplFindByLocale to windows only code, rename to findDevFontListByLocale
2012-03-09change vcl's SETTINGS_* #define's to const intLuboš Luňák
They pollute not only the global namespace, but all namespaces, given they're are #define's. I bet they'd eventually all conflict with the namespaced enum in kdelibs headers.
2012-03-08fold i18npaper into i18nutilCaolán McNamara
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-03-08STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara
2012-03-07callcatcher: update listCaolán McNamara
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud
2012-03-04GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud
There was a TODO to replace a manually managed array of Glyphs to use std::list a GlyphItem is 36 bytes long. the colleciton of GlyphItems is mostly used in a sequential access. random insert/delete are fairly rare. using std::list would increase the size by at least 8 to 16 bytes per element (depending on the size of void*) (25 to 50% overhead) and would greatly degrade data locality for most iterations loops. so std::vector seems more appropriate here.
2012-03-05Brutal dummy hacks based on "aqua" code just to get iOS stuff to linkTor Lillqvist
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01String types have changed in base classTor Lillqvist
2012-03-01WaE: class 'CGRect' was previously declared [in SDK headers] as a structTor Lillqvist
2012-03-01WaE: 'SalData' defined as a struct here but previously declared as a classTor Lillqvist
2012-03-01WaE: extra tokens at end of #endif directiveTor Lillqvist
2012-02-29SessionManagerClient is never instantiatedCaolán McNamara
the "pThis" is a hack to smuggle an argument into a static method, its not actually a SessionManagerClient instance, clarify the code around that
2012-02-28move vcl session management to fancy new SAL_LOG tracingBjoern Michaelsen
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-27callcatcher: update unused listCaolán McNamara
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks
2012-02-22WaE: retain parameter names in the base class for documentationMichael Meeks
2012-02-22-Werror=unused-parameterStephan Bergmann
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-21unwrap ifdefs with unused membersCaolá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-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-19vcl: dead codeThomas Arnhold
2012-02-19Remove unused codePetr Vorel
2012-02-18vcl: remove some more unused windows codeThomas Arnhold
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-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-17Removed unused code from vcl moduleSzabolcs Dezsi
2012-02-17Remove unused code.Petr Vorel
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-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-15unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-13Remove unused codeElton Chung
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann