summaryrefslogtreecommitdiffstats
path: root/cui/source/options/fontsubs.cxx
Commit message (Expand)AuthorAgeFilesLines
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* loplugin: cstylecastNoel Grandin2014-10-231-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-3/+3
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-1/+1
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-1/+1
* avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2014-06-041-1/+1
* use new VCL IsValueChangedFromSaved methodNoel Grandin2014-05-081-2/+2
* cui: sal_Bool->boolNoel Grandin2014-04-161-12/+12
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-2/+2
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
* svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin2014-03-251-3/+3
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1
* unotools: sal_Bool -> boolStephan Bergmann2014-02-191-1/+1
* bool improvementsStephan Bergmann2014-01-281-1/+1
* convert CUI module from String to OUStringNoel Grandin2013-10-011-8/+8
* convert GetSelectEntry family to OUStringCaolán McNamara2013-07-261-1/+1
* convert versions of dialog to .uiCaolán McNamara2013-07-161-6/+6
* option dialog isn't fully layout aware yet, so always calculateCaolán McNamara2013-07-161-2/+1
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-4/+4
* rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2013-03-071-1/+2
* add borders to simpletablecontainerCaolán McNamara2013-02-111-1/+1
* move java options page .ui to cui and adapt codeCaolán McNamara2013-02-081-1/+1
* move fonts options page .ui to cui and adapt codeCaolán McNamara2013-02-051-199/+183
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-221-6/+6
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-1/+1
* Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2012-11-151-2/+2
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-191-13/+13
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-111-0/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-10-041-23/+14
* remove empty ascii boxes and stuffThomas Arnhold2012-08-071-26/+0
* Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin2012-07-041-2/+2
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-2/+2
* Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara2012-04-271-4/+4
* removed unused definesTakeshi Abe2012-04-221-4/+0
* translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn2012-04-171-6/+6
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-15/+9
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-311-2/+2
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-2/+4
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-251-12/+30
* Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara2011-07-141-1/+2
* sFontGroup unusedCaolán McNamara2011-06-201-1/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-33/+33
|\
| * removetooltypes01: #i112600# remove tooltypes from cuiMikhail Voytenko2011-01-141-34/+34
| * dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in ...Frank Schoenheit [fs]2010-09-031-1/+1
* | Remove precompiled header support.Joseph Powers2011-02-121-2/+0
* | cui: more fixes of dead code, bogus and GermaneXine2010-11-021-44/+1