summaryrefslogtreecommitdiffstats
path: root/vcl/source
Commit message (Expand)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-18/+11
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-9/+9
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-33/+33
* Remove unused code (vcl)Thomas Collerton2012-04-061-28/+0
* No dialogs to be shown from vcl in a non-NativeActivity Android appTor Lillqvist2012-04-041-1/+11
* remove useless line (probably mis-merge)David Tardon2012-04-041-1/+0
* Fix cursor movement in graphite fontsMartin Hosken2012-04-041-21/+25
* adjust code for what the original Intersect() usage probably meantLuboš Luňák2012-04-031-1/+1
* Ignore return type of Region::IntersectDaniel Bankston2012-04-031-1/+2
* fdo#44610 - EasyHackDaniel Bankston2012-04-031-53/+37
* n714787: Duplicate code removal.Muthu Subramanian2012-03-291-34/+34
* set correct paper tray in UIDavid Tardon2012-03-291-0/+21
* fix vertical align when switching mode in multibar fdo#44140Noel Power2012-03-271-1/+13
* Fix vcl alpha blending n#714787Thorsten Behrens2012-03-271-30/+36
* Remove unused code in vlc.Santiago Martinez2012-03-261-10/+0
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-264-9/+8
* .cxx files don't need executable bitsMichael Stahl2012-03-232-0/+0
* GenericSalLayout::KashidaJustify: STL assertionMichael Stahl2012-03-231-2/+3
* GenericSalLayout::KashidaJustify: fix infinite loopMichael Stahl2012-03-231-0/+2
* GenericSalLayout::KashidaJustify: STL assertionMichael Stahl2012-03-231-1/+2
* replace OpenOffice.org to LibreOffice in registry keysAndras Timar2012-03-232-3/+3
* Add a wrapper for InitVCL(), to be called from Java on AndroidTor Lillqvist2012-03-221-0/+22
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-1/+1
* vcl: better check in GraphiteLayout::expandOrCondense:Petr Mladek2012-03-201-1/+1
* Align transparency cut-off with application defaultsThorsten Behrens2012-03-161-1/+1
* Cleanup: remove silly extra scope.Thorsten Behrens2012-03-162-233/+225
* Revert "fix setting of paper tray from print dialog (fdo#43932)"David Tardon2012-03-151-1/+1
* add 'Japanese Postcard' paper size to both Paper format and Print dialogTakeshi Abe2012-03-142-1/+3
* fix setting of paper tray from print dialog (fdo#43932)David Tardon2012-03-141-1/+1
* remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara2012-03-121-22/+13
* pointless comparisonCaolán McNamara2012-03-121-4/+1
* STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara2012-03-081-1/+0
* callcatcher: update listCaolán McNamara2012-03-071-51/+0
* nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara2012-03-061-8/+0
* last user of Window::PostStateChanged was TaskBarCaolán McNamara2012-03-061-9/+0
* iterator are not orderedNorbert Thiebaud2012-03-051-1/+1
* Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara2012-03-051-2/+52
* iterator end should be tested with != not <Norbert Thiebaud2012-03-041-1/+1
* help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud2012-03-041-0/+1
* GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud2012-03-041-159/+108
* Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist2012-03-022-19/+0
* IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994Tor Lillqvist2012-03-011-1/+1
* Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi2012-03-012-0/+19
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0126-60/+60
* I really only want to know if IsSymbolFont was toggledCaolán McNamara2012-03-011-1/+1
* we use mpFontData->IsSymbolFont() in our comparison to detect symbol fontsCaolán McNamara2012-02-291-5/+25
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-281-6/+0
* there is no Sequence::isEmpty()Ivan Timofeev2012-02-271-1/+1
* Replace getLength() with isEmpty() where appropriateChr. Rossmanith2012-02-272-4/+3