summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2012-11-19warning C4100: unreferenced formal parameterMichael Stahl1-1/+1
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-8/+5
2012-11-15ensure translations are built before using themDavid Tardon1-1/+1
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 McNamara5-122/+7
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann3-21/+8
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin3-27/+9
2012-10-24fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..Noel Grandin2-4/+4
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 Meeks104-2356/+1477
2012-10-03toolkit: cleanup unit test, and remove obsolete src2xml.Michael Meeks24-3150/+5
2012-10-03fs34b: integrated complex test cases into GNUMake's subsequentcheck targetFrank Schoenheit [fs]3-97/+57
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini16-17/+6
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl1-2/+2
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
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-20Remove unused method "getScrollVisibility"Julien Nabet1-1/+0
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+1
2012-09-14gridfixes: #i117145#Norbert Thiebaud3-14/+25
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud3-56/+108
2012-09-14gridfixes: #i117549# create/loadTabPageNorbert Thiebaud1-7/+13
2012-09-14gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud10-113/+94
2012-09-14gridfixes: GCC WaEFrank Schoenheit [fs]1-2/+2
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud6-34/+230
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud4-2/+20
2012-09-14DefaultGridDataModel::getRowData: use o3tl::select1stMiklos Vajna1-2/+2
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]5-3/+58
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud2-22/+24
2012-09-14gridfixes: #i117625# recognize unsuccessful sorting attemptsNorbert Thiebaud2-9/+25
2012-09-14gridfixes: #i117188# remove column sort when rows are insertedFrank Schoenheit [fs]2-41/+20
2012-09-12targetted VBA re-work.Noel Power2-38/+0
2012-09-11blind fix for toolkit_unoapiNoel Power1-0/+4
2012-09-11Stray circular dependency of tk on svtStephan Bergmann1-1/+0
2012-09-11Missing "this->" qualificationStephan Bergmann1-1/+1
2012-09-11-Werror=unused-but-set-variableStephan Bergmann1-1/+0
2012-09-11-Werror=non-virtual-dtorStephan Bergmann1-0/+1
2012-09-11disable scrollable Frame ( not working well )Noel Power2-3/+2
2012-09-11get scrollbar details actually read for groupboxNoel Power5-26/+46
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power3-6/+33
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power6-120/+106
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power5-53/+114
2012-09-11fix scroll top & scroll leftNoel Power2-4/+15