summaryrefslogtreecommitdiff
path: root/smoketest
ModeNameSize
-rw-r--r--CppunitTest_smoketest.mk1616logplain
-rw-r--r--Executable_libtest.mk1393logplain
-rw-r--r--Extension_TestExtension.mk560logplain
-rw-r--r--Jar_TestExtension.mk866logplain
-rw-r--r--Jar_smoketest.mk898logplain
-rw-r--r--Library_smoketest.mk946logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_smoketest.mk1121logplain
-rw-r--r--README730logplain
-rw-r--r--Zip_smoketestdoc.mk1589logplain
d---------com / sun / star / comp / smoketest30logplain
d---------data290logplain
-rw-r--r--libtest.cxx3989logplain
d---------org / libreoffice / smoketest38logplain
-rw-r--r--smoketest.cxx7179logplain
-rw-r--r--smoketest_too.cxx25logplain
ce/inc/treeopt.hxx cui/source/options/treeopt.cxx Change-Id: I971c7760e7252321aeca8a4f403515562a9057bb Reviewed-on: https://gerrit.libreoffice.org/10323 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara we still need to invalidate the layout of our parents, but we can keep the cached optimal size Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b 2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann ...and also corresponding param of CreateTabPage function type and corresponding Craete functions. There were some call sites that passed undefined "null pointer references" and SfxTabPage internally uses a pointer member pSet that is checked for null anyway. Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af 2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann ...there was a call site that passed undefined "null pointer reference" (apparently in a case where the passed argument was actually unused) Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a 2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann ...there were a number of call sites that passed undefined "null pointer references" (apparently in cases where the passed argument was actually unused) Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830 2014-05-19OUString -> OStringStephan Bergmann Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a 2014-05-19Resolves: fdo#58170 use selected tab page helpid as final fallbackCaolán McNamara Change-Id: I73a064a40476f685dbf19097115bd48c5cc0f578 2014-04-16cui: sal_Bool->boolNoel Grandin Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609 2014-04-08Resolves: #i124623# Dispose extension's Options page to avoid memory leaksAriel Constenla-Haile (cherry picked from commit 363c5553b7386da80abef818a196f5cf7d353ae0) Change-Id: Ic04b523f5f9d4092889b3ad59569f02946091652 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f 2014-03-25svtools: sal_Bool->boolNoel Grandin Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4 2014-03-21coverity#705459 Dereference null return valueCaolán McNamara Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68 2014-02-23Remove unneccessary commentsAlexander Wilms Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-20svl: sal_Bool -> boolStephan Bergmann Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4 2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann 3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21 2014-01-17Window::Notify should return boolStephan Bergmann Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe 2013-11-20fdo#67642 Expert Config Page Moved to its own windowEfe Gürkan YALAMAN Expert Config Page moved SfxTabPage to ModalDialog. It has its own window as requested on this bug. Double click works as edit button now for better usability. Also Default button renamed as Reset button. Change-Id: Ie4732860b9677a313697d5faa72109c8b16b9c2d Reviewed-on: https://gerrit.libreoffice.org/6704 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org> 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c 2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin Convert code like: aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) ) to aStr.startsWith( "ActiveConnection" ) which compiles down to the same machine code. Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33 2013-10-11-Werror,-Wunused-variableStephan Bergmann Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94 2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann (avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42 2013-10-01convert CUI module from String to OUStringNoel Grandin Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81 2013-09-30merge queue_layout and queue_resizeCaolán McNamara so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a 2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05 2013-09-10CID#736323 resource leakCaolán McNamara Change-Id: I264011a8371e71e28bda8ed853894088f680cd71 2013-09-10CID#736321 resource leakCaolán McNamara Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866 2013-09-08String to OUStringThomas Arnhold Change-Id: I24af8d00178d47a8c675b945d4d1291f0bfd0f11 2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6 2013-09-03Bypass SvxBasicIDEOptionsPage when DISABLE_SCRIPTINGTor Lillqvist Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf 2013-09-02GSOC work, Tool/Options/Basic IDE Options createdGergo Mocsi Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9 2013-08-01Initial files are improved.Efe Gürkan YALAMAN Some typos fixed on header files. Change-Id: Ibd6f1b666a3a5b8b6a943b1bffae0be262bcf2fa