summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-283-8/+3
| | | | Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
* Java cleanup - remove unused parameters and fieldsNoel Grandin2012-08-281-1/+1
| | | | Change-Id: I4e9a27ce0b5f6d782034306afadb1b9d0ed9a2ba
* Java cleanup - remove unnecessary null checksNoel Grandin2012-08-283-14/+8
| | | | Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
* Java cleanup - remove unused importsNoel Grandin2012-08-2820-57/+0
| | | | Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
* Java cleanup - remove unnecessary semi-colonsNoel Grandin2012-08-284-4/+3
| | | | Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
* Remove newly unused instance provisioningStephan Bergmann2012-08-283-5/+0
| | | | Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46
* Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin2012-08-286-15/+27
| | | | Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69
* Java5 updates - convert to genericsNoel Grandin2012-08-2029-137/+105
| | | | Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
* Java update - fix various javadoc issuesNoel Grandin2012-08-202-2/+2
| | | | | | Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
* gbuild: register all jarsMichael Stahl2012-08-172-7/+7
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-4/+0
| | | | | | | | | With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
* remove include comments and boxesThomas Arnhold2012-08-081-5/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-071-4/+4
| | | | | | | | | | | | | 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
* simplify include guardsThomas Arnhold2012-07-141-1/+1
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak2012-06-2919-110/+0
| | | | Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55
* fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak2012-06-2913-27/+27
| | | | Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013
* Java5 update - convert Vector to ArrayListNoel Grandin2012-06-292-4/+4
| | | | Change-Id: Ic6e7946a065d6667e3cf620811102714817f11a2
* Remove UNO includes commentsThomas Arnhold2012-06-296-15/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* remove some annoying XubStringsCaolán McNamara2012-06-251-1/+1
| | | | Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-4/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
* re-base on ALv2 code.Michael Meeks2012-06-11124-2898/+1794
|
* Remove superfluous empty lines on topThomas Arnhold2012-06-096-12/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-0910-20/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* nuke unused typedefTakeshi Abe2012-05-292-5/+0
| | | | Change-Id: I12a55e08a83b88221d992790c97c830761755582
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-14/+11
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: use mixed paths on cygwinMatúš Kukan2012-05-091-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
* make javah work for me with JDK7 under windowsCaolán McNamara2012-05-011-1/+1
| | | | Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* gbuild: simplify and unify gb_Helper_*native*Matúš Kukan2012-04-091-1/+1
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
|
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-7/+7
|
* accessibility: use CustomTarget makefilesMatúš Kukan2012-03-317-107/+26
|
* .java files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* WaE: ununsed variablesCaolán McNamara2012-02-201-2/+2
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-173-5/+5
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-163-5/+5
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-153-1/+50
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-5/+0
|
* fix gbuildified accessibilty on windowsPeter Foley2011-12-242-2/+2
|
* use generated java sourceDavid Tardon2011-12-232-19/+7
|
* avoid copying hackDavid Tardon2011-12-231-6/+8
|
* remove unused fileDavid Tardon2011-12-231-64/+0
|
* convert windows-specific bits, part 2: libDavid Tardon2011-12-235-70/+139
|