summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-06-29fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak19-110/+0
Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55
2012-06-29fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak13-27/+27
Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin2-4/+4
Change-Id: Ic6e7946a065d6667e3cf620811102714817f11a2
2012-06-29Remove UNO includes commentsThomas Arnhold6-15/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-25remove some annoying XubStringsCaolán McNamara1-1/+1
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-4/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-11re-base on ALv2 code.Michael Meeks124-2898/+1794
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold10-20/+0
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-05-29nuke unused typedefTakeshi Abe2-5/+0
Change-Id: I12a55e08a83b88221d992790c97c830761755582
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl2-14/+11
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan1-1/+1
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-01make javah work for me with JDK7 under windowsCaolán McNamara1-1/+1
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan1-1/+1
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan2-2/+2
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-7/+7
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-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+2
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-7/+7
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan7-107/+26
2012-03-23.java files don't need executable bitsMichael Stahl2-0/+0
2012-02-20WaE: ununsed variablesCaolán McNamara1-2/+2
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz3-5/+5
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz3-5/+5
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon3-1/+50
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz5-5/+0
2011-12-24fix gbuildified accessibilty on windowsPeter Foley2-2/+2
2011-12-23use generated java sourceDavid Tardon2-19/+7
2011-12-23avoid copying hackDavid Tardon1-6/+8
2011-12-23remove unused fileDavid Tardon1-64/+0
2011-12-23convert windows-specific bits, part 2: libDavid Tardon5-70/+139
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon7-177/+253
2011-12-23gbuildize accessibilityDavid Tardon12-324/+220
2011-12-19accessibility: workben was removed in c8e7f88325Michael Stahl1-7/+0
2011-12-19drop this workbenCaolán McNamara66-8971/+0
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara1-1/+1
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot5-5/+5
Part I Modules unoControl, accessibility and avmedia
2011-12-07don't need an extra header, fold into bodyCaolán McNamara2-63/+29
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-69/+0
2011-11-27remove include of pch header in accessibilityNorbert Thiebaud70-135/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2-2/+2
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-1/+1
2011-09-24remove obsolete Forte NOOPT filesMichael Meeks1-3/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-09-12callcatcher: various unused methodsCaolán McNamara5-11/+1