summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2012-03-05iterator are not orderedNorbert Thiebaud
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara
2012-03-04iterator end should be tested with != not <Norbert Thiebaud
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
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01I really only want to know if IsSymbolFont was toggledCaolán McNamara
2012-02-29we use mpFontData->IsSymbolFont() in our comparison to detect symbol fontsCaolán McNamara
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-20vcl: TwoRect -> SalTwoRectThomas Arnhold
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19pngread: remove some unused definesThomas Arnhold
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
2012-02-18Revert "vcl: bring ImplFindByLocale back (windows build)"Thomas Arnhold
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold
2012-02-18Remove unused codeElton Chung
2012-02-17Removed unused code from vcl moduleSzabolcs Dezsi
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13Remove unused codeElton Chung
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-10Remove unused codeElton Chung
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-04these methods can be constCaolán McNamara
2012-02-01const is such a useless concept anyway </sarcasm>Luboš Luňák
2012-02-01the bug number is not from public bugzillaDavid Tardon
2012-02-01OSL_TRACE -> SAL_INFODavid Tardon
2012-02-01it seems this is not true in all casesDavid Tardon
2012-01-31maUIOptions is a Sequence not a stringCaolán McNamara
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot
2012-01-31fix rendering of metafiles embedded in emf+ (updated)Radek Doulik
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-25Clean up (don't bind retval temporaries to references).Stephan Bergmann
2012-01-25Revert "fix rendering of metafiles embedded in emf+"Radek Doulik
2012-01-25Marking ImplDrawModeToColor as const.Muthu Subramanian
2012-01-25Reduced duplicate code detected by simian.Christina Rossmanith
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara
2012-01-24String->rtl::OUStringCaolán McNamara
2012-01-24fix rendering of metafiles embedded in emf+Radek Doulik
2012-01-19remove unused methodsThomas Arnhold
2012-01-19WaE: fix misc. SvStream operator problems.Michael Meeks
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
2012-01-18Unify blitting in vcl.Thorsten Behrens