summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Expand)AuthorFilesLines
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-225/+225
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold1-6/+6
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-22coverity#982817 Out-of-bounds accessNorbert Thiebaud1-1/+1
2013-01-28fdo#46808, Convert some bits to new-style UNONoel Grandin1-3/+1
2013-01-22add AccessibleRelationMemberOf to AccessibleRelationSetCaolán McNamara1-0/+8
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin1-7/+5
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-1/+1
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist4-11/+11
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin23-291/+267
2013-01-07allow menu items to be referred to by a nameCaolán McNamara1-2/+2
2013-01-07Call SetOutputSizePixelScaleOffsetAndBuffer for non-AndroidTor Lillqvist1-6/+1
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin1-6/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-8/+0
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin2-10/+13
2012-11-26Make ~Window more robustStephan Bergmann1-10/+13
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-11/+3
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke1-0/+1
2012-11-22AllSettings with LanguageTagEike Rathke3-3/+3
2012-11-19warning C4100: unreferenced formal parameterMichael Stahl1-1/+1
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-8/+5
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-11-13merge SetDescription into SetTextCaolán McNamara1-3/+3
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara2-70/+7
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2-20/+7
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-15/+6
2012-10-24fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák3-4/+2
2012-10-07WaE: 's_hAccessibleImplementationModule' defined but not usedTor Lillqvist1-0/+2
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist1-0/+8
2012-10-04Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADINGTor Lillqvist1-1/+19
2012-10-03re-base on ALv2 code. Includes:Michael Meeks70-1592/+989
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini15-15/+2
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+1
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud5-12/+12
2012-09-21unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>Matúš Kukan1-0/+2
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+1
2012-09-14gridfixes: #i117145#Norbert Thiebaud2-13/+25
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud2-0/+9
2012-09-14gridfixes: #i117549# create/loadTabPageNorbert Thiebaud1-7/+13
2012-09-14gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud5-95/+76
2012-09-14gridfixes: GCC WaEFrank Schoenheit [fs]1-2/+2
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud4-30/+79
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud3-2/+16
2012-09-14DefaultGridDataModel::getRowData: use o3tl::select1stMiklos Vajna1-2/+2
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]4-2/+30
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud2-22/+24
2012-09-14gridfixes: #i117625# recognize unsuccessful sorting attemptsNorbert Thiebaud2-9/+25