summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-12-04WaE: private field 'mbPrinter' is not usedTor Lillqvist1-1/+0
2013-12-04No more uses of printer built in fontsKhaled Hosny7-379/+18
2013-12-04Device-specific font substitution is not usedKhaled Hosny20-118/+23
2013-12-04Don't perform printer font substitutionKhaled Hosny7-256/+41
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini26-743/+4
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin2-7/+8
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin1-3/+3
2013-12-03vcl: d'oh /me still to dumb to typeMichael Stahl1-1/+1
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl8-11/+12
2013-12-03vcl: try to fix some sal_Int32 GetTextBreak()sMichael Stahl2-8/+9
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara9-58/+57
2013-12-03drop unused argumentCaolán McNamara1-1/+1
2013-12-03we don't need to copy this string anymoreCaolán McNamara1-4/+3
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin1-12/+12
2013-12-03Call getLineBreak with null XHyphenator unless TEXT_DRAW_WORDBREAK_HYPHENATIONStephan Bergmann1-2/+4
2013-12-02Resolves: #i123765# reset buffered DropTarget when undockingArmin Le Grand1-0/+5
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr1-0/+8
2013-12-02No idea what maOwnContextMemory isTor Lillqvist2-2/+0
2013-12-02vcl: check if AT is running before loading the libraryMichael Stahl2-10/+33
2013-12-02vcl: fix crashes when retrieving objects for MSAAMichael Stahl1-4/+6
2013-12-02fix buildCaolán McNamara2-14/+34
2013-12-02Make include guards sane in vclTor Lillqvist41-138/+110
2013-12-02Clear up some copypastaTor Lillqvist4-12/+12
2013-12-01Remove useless comments from field.cxx field2.cxxTomaž Vajngerl2-568/+0
2013-12-01Use SAL_MAX_INT64 for max value in NumericFormatter & code formatTomaž Vajngerl1-10/+10
2013-12-01upload libeot-0.01David Tardon2-5/+5
2013-11-30WaE: ‘nPos’ may be used uninitialized in this functionTomaž Vajngerl1-1/+1
2013-11-29typo: seperator -> separatorAndras Timar1-1/+1
2013-11-29Surely ATSLayout is no friend of the CoreText AquaSalGraphicsTor Lillqvist1-1/+0
2013-11-29Fix bit-rot in the ATSUI codeTor Lillqvist2-3/+4
2013-11-29Avoid pointless class derivation for the CoreText SystemFontListTor Lillqvist3-40/+22
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist6-95/+62
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist6-79/+48
2013-11-28Any::operator >>= returns false rather than throwStephan Bergmann1-8/+1
2013-11-28Surely we want CGFloat and CGRect from the appropriate SDK headerTor Lillqvist1-6/+0
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann10-45/+45
2013-11-25Integrate branch of IAccessible2Steve Yin1-2/+0
2013-11-25Integrate branch of IAccessible2Steve Yin12-29/+161
2013-11-25this is the same condition as isSuitableDestinationCaolán McNamara1-1/+1
2013-11-25fdo#61272: Do the mapping correctly both for WMF and EMF.Jan Holesovsky1-1/+1
2013-11-25Related fdo#61272: Revert "wmf-mm-text.diff: Fix WMF rendering, n#417818"Jan Holesovsky3-25/+0
2013-11-25Related fdo#61272: Revert "wmf-mm-text-1.diff: Fix WMF rendering, n#417818"Jan Holesovsky1-14/+4
2013-11-25EMF: More useful debugging output.Jan Holesovsky3-99/+51
2013-11-25Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-0/+37
2013-11-23Lenght -> LengthJulien Nabet1-3/+3
2013-11-23Correctly check getFileURLFromSystemPath() successKhaled Hosny1-1/+1
2013-11-23Make TTC fonts work againKhaled Hosny1-1/+1
2013-11-23Simplify this code a bitKhaled Hosny1-9/+3
2013-11-22Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-22/+45
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-10/+10