summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-2/+2
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-073-4/+6
|
* don't need this pure virtual implCaolán McNamara2012-04-071-6/+0
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-6/+6
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-3/+3
|
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-051-7/+0
|
* disabled for 11 years, not like to get fixed soonCaolán McNamara2012-04-051-34/+0
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-301-3/+3
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-292-2/+0
|
* .java files don't need executable bitsMichael Stahl2012-03-2319-0/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* Convert tools/table.hxx usage to std::set in toolkit module in ↵Noel Grandin2012-03-132-16/+15
| | | | UnoPropertyArrayHelper class
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-2/+2
|
* fix dbgutil buildCaolán McNamara2012-03-051-1/+1
|
* Convert ImplPropertyTable from tools/table.hxx to std::mapNoel Grandin2012-03-052-93/+48
| | | | | | In the process, remove the ImplControlProperty struct, since it was duplicating information already stored in the key of the map.
* Remove unused codeElton Chung2012-03-052-18/+1
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* toolkit: fix module name for svt to 'merged' when using mergedlibsMichael Meeks2012-02-241-1/+7
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* entirely unused UnoMemoryStream classCaolán McNamara2012-02-195-186/+0
|
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-0/+2
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* callcatcher: update unused code listCaolán McNamara2012-02-162-37/+0
|
* Clang -Wconstant-conversion.Stephan Bergmann2012-02-161-1/+1
|
* fix support for embedded images for basic Dialogs ( fdo#45992 )Noel Power2012-02-136-34/+88
|
* callcatcher: regenerate listCaolán McNamara2012-02-131-14/+0
|
* update unused listCaolán McNamara2012-02-081-9/+0
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* refactor ConvertLineEndCaolán McNamara2012-01-301-2/+1
|
* CreateResMgr just takes a const char*Caolán McNamara2012-01-301-4/+2
|
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-231-1/+6
|
* Explicit type in SvStream::operator << call.Stephan Bergmann2012-01-191-1/+1
|
* remove unused codeThomas Arnhold2012-01-182-71/+0
|
* sd: remove some unused definesIvan Timofeev2012-01-172-3/+0
|
* sd: remove unused templatesIvan Timofeev2012-01-172-15/+0
|
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-1612-28/+28
| | | | | | Part XXXIX Modules testtools, toolkit, tools
* Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.Stephan Bergmann2012-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a8fd4c76a969ac98d1aff91ff7442f43aee0006 claims that RescheduleDuringAcquire is necessary to prevent deadlocks, but fails to explain what those deadlocks look like (and the cited HH internal issue 163542 is not available for inspection). It does lead to code erroneously being called with unlocked solar mutex, leading to crashes like Thread 1: 0 in com::sun::star::uno::BaseReference::is at solver/unxlngx6/inc/com/sun/star/uno/Reference.h:103 1 in sdr::contact::ControlHolder::is at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:204 2 in sdr::contact::ViewObjectContactOfUnoControl_Impl::hasControl at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:642 3 in sdr::contact::ViewObjectContactOfUnoControl::isPrimitiveVisible at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:1815 4 in sdr::contact::ViewObjectContact::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:396 5 in sdr::contact::ViewObjectContact::getPrimitive2DSequenceSubHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:428 6 in sdr::contact::ViewObjectContactOfPageHierarchy::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx:450 7 in sdr::contact::ViewObjectContact::getPrimitive2DSequenceSubHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:428 8 in sdr::contact::ViewObjectContactOfSdrPage::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx:699 9 in sdr::contact::ObjectContactOfPageView::DoProcessDisplay at svx/source/sdr/contact/objectcontactofpageview.cxx:248 10 in sdr::contact::ObjectContactOfPageView::ProcessDisplay at svx/source/sdr/contact/objectcontactofpageview.cxx:132 11 in SdrPageWindow::RedrawLayer at svx/source/svdraw/sdrpagewindow.cxx:391 12 in SdrPageView::DrawLayer at svx/source/svdraw/svdpagv.cxx:398 13 in SwViewImp::PaintLayer at sw/source/core/view/vdraw.cxx:148 14 in SwRootFrm::Paint at sw/source/core/layout/paintfrm.cxx:2976 15 in ViewShell::Paint at sw/source/core/view/viewsh.cxx:1678 16 in SwCrsrShell::Paint at sw/source/core/crsr/crsrsh.cxx:1165 17 in SwEditWin::Paint at sw/source/ui/docvw/edtwin2.cxx:535 18 in Window::ImplCallPaint at vcl/source/window/window.cxx:2417 19 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 20 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 21 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 22 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 23 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 24 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441 25 in Window::ImplCallOverlapPaint at vcl/source/window/window.cxx:2477 26 in Window::ImplHandlePaintHdl at vcl/source/window/window.cxx:2497 27 in Window::LinkStubImplHandlePaintHdl at vcl/source/window/window.cxx:2491 28 in Link::Call at solver/unxlngx6/inc/tools/link.hxx:140 29 in Timer::Timeout at vcl/source/app/timer.cxx:256 30 in Timer::ImplTimerCallbackProc at vcl/source/app/timer.cxx:144 31 in SalTimer::CallCallback at vcl/inc/saltimer.hxx:66 32 in SvpSalInstance::CheckTimeout at vcl/headless/svpinst.cxx:199 33 in SvpSalInstance::Yield at vcl/headless/svpinst.cxx:310 34 in ImplYield at vcl/source/app/svapp.cxx:455 35 in Application::Reschedule at vcl/source/app/svapp.cxx:482 36 in SolarMutexReleaser::~SolarMutexReleaser at solver/unxlngx6/inc/vcl/svapp.hxx:551 37 in VCLXWindowImpl::OnProcessCallbacks at toolkit/source/awt/vclxwindow.cxx:320 38 in VCLXWindowImpl::LinkStubOnProcessCallbacks at toolkit/source/awt/vclxwindow.cxx:291 39 in Link::Call at solver/unxlngx6/inc/tools/link.hxx:140 40 in ImplHandleUserEvent at vcl/source/window/winproc.cxx:1999 41 in ImplWindowFrameProc at vcl/source/window/winproc.cxx:2571 42 in SalFrame::CallCallback at vcl/inc/salframe.hxx:294 43 in SvpSalInstance::Yield at vcl/headless/svpinst.cxx:299 44 in ImplYield at vcl/source/app/svapp.cxx:455 45 in Application::Yield at vcl/source/app/svapp.cxx:489 46 in Application::Execute at vcl/source/app/svapp.cxx:432 47 in desktop::Desktop::Main at desktop/source/app/app.cxx:1824 48 in ImplSVMain at vcl/source/app/svmain.cxx:178 49 in SVMain at vcl/source/app/svmain.cxx:215 50 in soffice_main at desktop/source/app/sofficemain.cxx:67 51 in sal_main at desktop/source/app/main.c:34 52 in main at desktop/source/app/main.c:33 Thread 2: 0 __lll_unlock_wake at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:373 1 in _L_unlock_657 from /lib64/libpthread-2.12.so 2 in __pthread_mutex_unlock_usercnt at pthread_mutex_unlock.c:52 3 __pthread_mutex_unlock at pthread_mutex_unlock.c:290 4 in osl_releaseMutex at sal/osl/unx/mutex.c:179 5 in vcl::SolarMutexObject::release at vcl/source/app/solarmutex.cxx:54 6 in SalYieldMutex::release at vcl/generic/app/geninst.cxx:73 7 in SolarMutexGuard::~SolarMutexGuard at solver/unxlngx6/inc/vcl/svapp.hxx:436 8 in SfxBaseModel::close at sfx2/source/doc/sfxbasemodel.cxx:1500 9 in SwXTextDocument::close at sw/source/ui/uno/unotxdoc.cxx:574 10 in callVirtualMethod at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:155 11 in cpp_call at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:392 12 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:586 13 in binaryurp::IncomingRequest::execute_throw at binaryurp/source/incomingrequest.cxx:263 14 in binaryurp::IncomingRequest::execute at binaryurp/source/incomingrequest.cxx:89 15 in binaryurp::(anonymous namespace)::request at binaryurp/source/reader.cxx:107 16 in cppu_threadpool::JobQueue::enter at cppu/source/threadpool/jobqueue.cxx:121 17 in cppu_threadpool::ORequestThread::run at cppu/source/threadpool/thread.cxx:222 18 in cppu_requestThreadWorker at cppu/source/threadpool/thread.cxx:57 19 in osl_thread_start_Impl at sal/osl/unx/thread.c:292 20 in start_thread at pthread_create.c:301 21 in clone at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 Looks best to remove that strange feature again and, if deadlocks should resurface, how to fix them cleanly.
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-9/+9
|
* catch exception by constant referenceTakeshi Abe2012-01-072-8/+8
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-067-8/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-054-5/+0
|
* build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard2011-12-301-1/+1
|
* childs -> childrenMichael T. Whiteley2011-12-084-36/+36
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|