summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara
Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-12loplugin: unused string and misleading if/else indentCaolán McNamara
Change-Id: Idd0c4195e5988b3a0ee64282463db44e43d0c597
2012-10-12Put typedef inside class scope.Kohei Yoshida
Change-Id: Ied6b5c1714b23a7f64b5b8271979deb21350f76b
2012-10-12No need to keep this method.Kohei Yoshida
Change-Id: I5152c6f2888919a6b495bdcf1da7d797d1b1232e
2012-10-12These can be private.Kohei Yoshida
Change-Id: I960477a220db813e86c40008bc9e3ed7ed460595
2012-10-12Less friends.Kohei Yoshida
Change-Id: I40410e401d9edd23d62ee12a9b8076d473d5cd29
2012-10-12Hide (part of) the implementation.Kohei Yoshida
Change-Id: Ia750cb1a6234ff3566728b9e22def65febed4f5c
2012-10-11Remove this boundary comment.Kohei Yoshida
Change-Id: Idc7c252a273dd600e05742f075c84421e0ffb23b
2012-10-11Re-organize the data members of SvTreeListBox.Kohei Yoshida
Change-Id: Iefe8182dc20f22fa65299d9253fba3830cd1a9c5
2012-10-11Another crasher.Kohei Yoshida
Change-Id: I36f537618ae04e651e98fd9e9b0f4cf170faac33
2012-10-11Fix another crash on exit.Kohei Yoshida
Change-Id: If0f26e2e81e7f22c63b5eaba1e51bf10a7d3b603
2012-10-11Fix a crash on tree list instantiation.Kohei Yoshida
Change-Id: Ibef33f15223ba568a2626c74f102ecc022a3ab13
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11Avoid sub-classing from std container, especially for this.Kohei Yoshida
Use typedef instead. Change-Id: Iafdcdba8cdf77836542141dce0fdcc34e88db210
2012-10-11XubString->OUStringCaolán McNamara
Change-Id: I15f229010254a51ee485479e8fb751375f288da8
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara
Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7
2012-10-09AddListenerLink/RemoveListenerLink not implementedCaolán McNamara
so the underlying stuff isn't used either, i.e. aList is always empty Change-Id: Ia273576956294f878a81c7fab17446b7f33c5fa2
2012-10-09Remove more unused methodsMarcos Paulo de Souza
Change-Id: I5c6bb319458b1ce60cedfe0e2b0f5eaa8ba55e9d Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/837 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-09SfxErrorHandler::CreateString: remove pointless loopsMichael Stahl
Change-Id: I585add18ea917249df252827e0eee944e59ce410
2012-10-09String->OUString in tools::ErrorContextNoel Grandin
Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-09convert graphic export dialog to .uiCaolán McNamara
Change-Id: I3bd078e569c5cb1a55cfb44de7b1e569908e1698
2012-10-09FL_PBM_OPTIONS never shown eitherCaolán McNamara
Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6
2012-10-09cut out always-hidden controls from graphic ExportDialogCaolán McNamara
Change-Id: Ia94c0418d2a0e93f35f9521ab0614eb110f593a5
2012-10-09maCbJPGPreview is never enabled, remove itCaolán McNamara
Change-Id: I765185bf2c51f37ab7d7209098fa0dcb1ba60b7c
2012-10-08Don't repeat my mistake in the futureTor Lillqvist
Change-Id: I5b5e4464c9a7345aa9ca230100aae0d7fcee91ee
2012-10-08make svtools filter test not loop endlesslyCaolán McNamara
i.e. this partially reverts f26d188ffa00ee6184490fc5c179da16e17301bb which doesn't take into account raw reads of sizeof(ObjAreaType) Change-Id: I80f94f610647128262ebb16c7e888a7cc7ecb9d8
2012-10-08Fix svtools with Visual Studio 2010Fridrich Štrba
Change-Id: I445173e8f469c409801d803ef22cb499935ba19b
2012-10-07WaE: 's_hAccessibleImplementationModule' defined but not usedTor Lillqvist
Change-Id: I8caf2951876d47873b325f306515ec840692b856
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
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-06Bin unused leftover "dummy" fieldsTor Lillqvist
Change-Id: If16fcbb58234a9f1b7e07718f77909273f1fbbd4
2012-10-06fix deps on .hrc filesDavid Tardon
Change-Id: Id50515efae1729d08bd8d90488ab77a82b1ad7c8
2012-10-04Fixes/improvements on previous commitStephan Bergmann
* UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-10-04callcatcher: update unused code listCaolán McNamara
and remove code freshly unused post widget layout introduction Change-Id: Ifa244391f7f2b565dec10314ca3fd2958dfd87a9
2012-10-04Show lang-tag instead of Unknown for languages without unknown nameCaolán McNamara
Change-Id: I8e7bb96ecdc6d6edf38401394209b62b01af6784
2012-10-02XubString->OUStringCaolán McNamara
Change-Id: I49d2d41ad4d5ee4ececf5a57eae070898e33075f
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
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-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
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 WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28Related: fdo#39626 bootstrap.ini is windows-only, use generic mechanismCaolán McNamara
Change-Id: If3cb8451b8af874b82512f1b731654d918d0a196
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
2012-09-28convert hard-coded layout of effects tabpage to .uiCaolán McNamara
Change-Id: I6aa02f112b0b13402db1f0cf721d0db8862432bc
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
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-27Remove DECLARE_SVTREELIST.Kohei Yoshida
There is only one place that uses it. Change-Id: Ie3a41b36a5273c9b658b6a2f0e5d029bcb148546
2012-09-27Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida
Change-Id: If5f7b749539979e95548b93b840412f18fcb68d7
2012-09-27Correct prefix for integer type.Kohei Yoshida
Change-Id: I57668a3a288b4ffc4f0adf6614cdd7e50d21fdf8