summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-14vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()Ivan Timofeev1-1/+4
2012-04-12remove formfeedsThomas Arnhold1-3/+3
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson4-30/+90
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara4-67/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-18/+11
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-9/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-33/+33
2012-04-06Remove unused code (vcl)Thomas Collerton1-28/+0
2012-04-04No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist1-1/+11
2012-04-04remove useless line (probably mis-merge)David Tardon1-1/+0
2012-04-04Fix cursor movement in graphite fontsMartin Hosken1-21/+25
2012-04-03adjust code for what the original Intersect() usage probably meantLuboš Luňák1-1/+1
2012-04-03Ignore return type of Region::IntersectDaniel Bankston1-1/+2
2012-04-03fdo#44610 - EasyHackDaniel Bankston1-53/+37
2012-03-29n714787: Duplicate code removal.Muthu Subramanian1-34/+34
2012-03-29set correct paper tray in UIDavid Tardon1-0/+21
2012-03-27fix vertical align when switching mode in multibar fdo#44140Noel Power1-1/+13
2012-03-27Fix vcl alpha blending n#714787Thorsten Behrens1-30/+36
2012-03-26Remove unused code in vlc.Santiago Martinez1-10/+0
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara4-9/+8
2012-03-23.cxx files don't need executable bitsMichael Stahl2-0/+0
2012-03-23GenericSalLayout::KashidaJustify: STL assertionMichael Stahl1-2/+3
2012-03-23GenericSalLayout::KashidaJustify: fix infinite loopMichael Stahl1-0/+2
2012-03-23GenericSalLayout::KashidaJustify: STL assertionMichael Stahl1-1/+2
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar2-3/+3
2012-03-22Add a wrapper for InitVCL(), to be called from Java on AndroidTor Lillqvist1-0/+22
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-1/+1
2012-03-20vcl: better check in GraphiteLayout::expandOrCondense:Petr Mladek1-1/+1
2012-03-16Align transparency cut-off with application defaultsThorsten Behrens1-1/+1
2012-03-16Cleanup: remove silly extra scope.Thorsten Behrens2-233/+225
2012-03-15Revert "fix setting of paper tray from print dialog (fdo#43932)"David Tardon1-1/+1
2012-03-14add 'Japanese Postcard' paper size to both Paper format and Print dialogTakeshi Abe2-1/+3
2012-03-14fix setting of paper tray from print dialog (fdo#43932)David Tardon1-1/+1
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara1-22/+13
2012-03-12pointless comparisonCaolán McNamara1-4/+1
2012-03-08STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara1-1/+0
2012-03-07callcatcher: update listCaolán McNamara1-51/+0
2012-03-06nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara1-8/+0
2012-03-06last user of Window::PostStateChanged was TaskBarCaolán McNamara1-9/+0
2012-03-05iterator are not orderedNorbert Thiebaud1-1/+1
2012-03-05Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara1-2/+52
2012-03-04iterator end should be tested with != not <Norbert Thiebaud1-1/+1
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud1-0/+1
2012-03-04GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud1-159/+108
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist2-19/+0
2012-03-01IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist1-1/+1
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi2-0/+19
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann26-60/+60