summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin3-4/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin2-4/+4
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-5/+5
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin23-55/+55
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-6/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-3/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl2-4/+0
2013-10-24Disallow --without-system-cairo combined with (implicit) --enable-gtkStephan Bergmann1-4/+0
2013-10-24extensions: crude hack for mysterious cairo link failureMichael Stahl1-0/+4
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza1-2/+2
2013-10-23Fix build of ldapbe in UbuntuMarcos Paulo de Souza1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist24-34/+34
2013-10-22extensions: try to fix WNT StringMichael Stahl1-1/+2
2013-10-22stray String in extensionsCaolán McNamara1-1/+1
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-2/+2
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara10-10/+0
2013-10-18fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt1-1/+1
2013-10-15Some string clean-upStephan Bergmann4-42/+18
2013-10-15Use OUString::replaceAllStephan Bergmann1-12/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza12-101/+24
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-13/+8
2013-10-03CID#705646 leak on error pathCaolán McNamara1-2/+1
2013-10-03CID#705647 leak on error pathCaolán McNamara1-0/+3
2013-10-02Spell "indices" correctlyTor Lillqvist2-7/+7
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-01extensions: kill StarOffice/StarSuite branding in browser pluginMichael Stahl1-4/+1
2013-10-01extensions: fix swapped "insert" parametersMichael Stahl1-2/+2
2013-10-01convert extensions module from String to OUStringNoel Grandin44-269/+268
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara3-8/+8
2013-09-23Try to fix cross-compilationTor Lillqvist2-2/+2
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-1/+1
2013-09-19WaE: cast to 'void *' from smaller integer typeTor Lillqvist1-5/+5
2013-09-17drop unused hidsCaolán McNamara1-1/+0
2013-09-17move uiconfig stuff into the same toplevel source dirCaolán McNamara4-2/+2
2013-09-17Convert tab order dialog to widget UIManal Alhassoun8-176/+234
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann2-2/+2
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist2-13/+13
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-1/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer2-43/+8
2013-08-30ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-4/+4
2013-08-24build on higher debug levelsCaolán McNamara1-4/+4
2013-08-21valueOf() -> number()Luboš Luňák4-6/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák13-15/+15