summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Collapse)AuthorFilesLines
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák3-4/+2
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-07WaE: 's_hAccessibleImplementationModule' defined but not usedTor Lillqvist1-0/+2
Change-Id: I700f66cbc3ddb01d723b9a50709b4b1d5ab66405
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist1-0/+8
There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-04Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADINGTor Lillqvist1-1/+19
Change-Id: Iaf1f6c0fc76b97b1cfca63edfb91d5a39988c8c0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks104-2356/+1477
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
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
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl1-2/+2
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+1
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud5-12/+12
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-21unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>Matúš Kukan1-0/+2
Change-Id: I68df188c229f7cd31d5b79c073fe9440e307ad1d
2012-09-20Remove unused method "getScrollVisibility"Julien Nabet1-1/+0
Change-Id: Ic0ecaad629cfaed7d249852db24fd24d2020686b
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+1
...with the same rationale as recent 543158edba6678d3d76eee983a9d4edd2a422fee "Require XComponentContext.getServiceManager to throw instead of returning null" (this helps find problems like 065a758d0c2b66c6683d648347b7a6cdef4a80f7 "Enable experimental gtk3 plugin only via SAL_USE_VCLPLUGIN"). Removed comphelper::createProcessComponent[WithAguments] and replaced its few uses with direct calls to createInstance[WithArguments]. Change-Id: Ia44b8656f74de88ef6eab3eb6bd597729b08e1c8
2012-09-14gridfixes: #i117145#Norbert Thiebaud3-14/+25
Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2 Reviewed-on: https://gerrit.libreoffice.org/531 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud3-56/+108
Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a Reviewed-on: https://gerrit.libreoffice.org/554 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117549# create/loadTabPageNorbert Thiebaud1-7/+13
use a GeometryControlModel only if the parent model is one, too Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a Reviewed-on: https://gerrit.libreoffice.org/550 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud10-113/+94
Change-Id: Ia7a555fb2551675605414189174eae8f65c70db7 Reviewed-on: https://gerrit.libreoffice.org/547 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: GCC WaEFrank Schoenheit [fs]1-2/+2
Change-Id: Ie771f38a2a1d3d60dd6d84806d17839d93ec6cf3 Reviewed-on: https://gerrit.libreoffice.org/546 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud6-34/+230
allow inserting rows at arbitrary positions Change-Id: Ia5af125035979951c61d6c8cd9a916e8f81bb6c0 Reviewed-on: https://gerrit.libreoffice.org/545 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud4-2/+20
Conflicts: toolkit/inc/toolkit/helper/property.hxx toolkit/source/controls/grid/defaultgriddatamodel.cxx Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8
2012-09-14DefaultGridDataModel::getRowData: use o3tl::select1stMiklos Vajna1-2/+2
Change-Id: I785588971d0f42596802276d3d08222204387b98
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]5-3/+58
Change-Id: Ic08c2d54a76f2a2821822ec4b275883e4445c70c Reviewed-on: https://gerrit.libreoffice.org/543 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud2-22/+24
- made explicit that it is about row selection, leaving room for a future selection of columns - some changes for consistency - do not derive XGridControl from XGrid(Row)Selection, those two are orthogonal - published involved UNO types Change-Id: Ie97de42a9ea70a0191657f898ca9d59706e23290 Reviewed-on: https://gerrit.libreoffice.org/542 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117625# recognize unsuccessful sorting attemptsNorbert Thiebaud2-9/+25
and do not claim to be sorted afterwards Change-Id: I3d71d45893563eac3b59e865aa1aa8d31e8154a8 Reviewed-on: https://gerrit.libreoffice.org/535 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117188# remove column sort when rows are insertedFrank Schoenheit [fs]2-41/+20
Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273 Reviewed-on: https://gerrit.libreoffice.org/532 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-12targetted VBA re-work.Noel Power2-38/+0
2012-09-11blind fix for toolkit_unoapiNoel Power1-0/+4
Change-Id: I545b712c5fb72d8de415752b7fb4ec20ab3fcee0
2012-09-11Stray circular dependency of tk on svtStephan Bergmann1-1/+0
Change-Id: I766178a729030fbe13dd42f82fc88d58e21439d7
2012-09-11Missing "this->" qualificationStephan Bergmann1-1/+1
Change-Id: I341e73bd2d8a240c4e31916393729efba8d9a4e2
2012-09-11-Werror=unused-but-set-variableStephan Bergmann1-1/+0
Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142
2012-09-11-Werror=non-virtual-dtorStephan Bergmann1-0/+1
Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9
2012-09-11disable scrollable Frame ( not working well )Noel Power2-3/+2
Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87
2012-09-11get scrollbar details actually read for groupboxNoel Power5-26/+46
<sigh> the display with groupbox is disappointing, there are many artifacts and the size of the area you actually need to scroll wrong, perhaps we actuall really need a proper groupbox Change-Id: Iba6ff62718728324a461806cef61ee6a6a438ddf
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power3-6/+33
Change-Id: If15a2b7312577a8285dc1ab1dea1ccb7c4824ed6
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power6-120/+106
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power5-53/+114
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
2012-09-11fix scroll top & scroll leftNoel Power2-4/+15
Change-Id: If333932a0f3cfde6e8459ca3506a609207982f96
2012-09-11better scrolling, support for scroll width and scroll heightNoel Power2-52/+19
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
2012-09-11misc fixes and improvementsNoel Power6-40/+70
hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c
2012-09-11mpre debug, fix more obvious fobarsNoel Power1-15/+21
Change-Id: I88664f7dd09c8d6cdc1c18e87b3cd40b7e3bb246
2012-09-11attempt own scrollNoel Power6-32/+154
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power4-2/+175
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin1-7/+0
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-05Java cleanup, fix compile errorNoel Grandin1-4/+4
Although I don't think this file is currently in use anywhere. Change-Id: Idc3e01383d08361084e0117de8ff16b7cd82ddb2
2012-09-03More places that require a prefixed "system"Stephan Bergmann1-1/+1
Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-1/+2
Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3