Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-08 | remove include comments and boxes | Thomas Arnhold | |
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7 | |||
2012-08-07 | fdo#46193 MessBox was made copyable | Zolnai Tamás | |
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd | |||
2012-07-14 | simplify include guards | Thomas Arnhold | |
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f | |||
2012-07-14 | hrc cleanup: Remove include guards from src files | Thomas Arnhold | |
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519 | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-29 | fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibility | Jacek Wolszczak | |
Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55 | |||
2012-06-29 | fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibility | Jacek Wolszczak | |
Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013 | |||
2012-06-29 | Java5 update - convert Vector to ArrayList | Noel Grandin | |
Change-Id: Ic6e7946a065d6667e3cf620811102714817f11a2 | |||
2012-06-29 | Remove UNO includes comments | Thomas Arnhold | |
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a | |||
2012-06-25 | remove some annoying XubStrings | Caolán McNamara | |
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94 | |||
2012-06-22 | remove bunch of obsolete looking .dxp files | Michael Stahl | |
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97 | |||
2012-06-11 | re-base on ALv2 code. | Michael Meeks | |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | |
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b | |||
2012-06-09 | Remove superfluous include comments | Thomas Arnhold | |
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59 | |||
2012-05-29 | nuke unused typedef | Takeshi Abe | |
Change-Id: I12a55e08a83b88221d992790c97c830761755582 | |||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | |
Variables should have module name as prefix to prevent collisions. | |||
2012-05-09 | gbuild: use mixed paths on cygwin | Matúš Kukan | |
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3 | |||
2012-05-01 | make javah work for me with JDK7 under windows | Caolán McNamara | |
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-09 | gbuild: simplify and unify gb_Helper_*native* | Matúš Kukan | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-03-31 | accessibility: use CustomTarget makefiles | Matúš Kukan | |
2012-03-23 | .java files don't need executable bits | Michael Stahl | |
2012-02-20 | WaE: ununsed variables | Caolán McNamara | |
2012-02-08 | Added READMEs for modules which used to be in components | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2011-12-24 | fix gbuildified accessibilty on windows | Peter Foley | |
2011-12-23 | use generated java source | David Tardon | |
2011-12-23 | avoid copying hack | David Tardon | |
2011-12-23 | remove unused file | David Tardon | |
2011-12-23 | convert windows-specific bits, part 2: lib | David Tardon | |
2011-12-23 | convert windows-specific bits, part 1: jars | David Tardon | |
2011-12-23 | gbuildize accessibility | David Tardon | |
2011-12-19 | accessibility: workben was removed in c8e7f88325 | Michael Stahl | |
2011-12-19 | drop this workben | Caolán McNamara | |
2011-12-19 | msvc 2008 express won't link without explicit salhelper | Caolán McNamara | |
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line | |||
2011-12-09 | Fix for fdo43460, Part I, getLength to isEmpty | Olivier Hallot | |
Part I Modules unoControl, accessibility and avmedia | |||
2011-12-07 | don't need an extra header, fold into body | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in accessibility | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-10-06 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |