summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Collapse)AuthorAgeFilesLines
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|
* Remove unused codeElton Chung2012-02-106-84/+0
|
* utl: delete unused NodeValueAccessor::bind() methodGreg Kroah-Hartman2012-02-091-10/+0
|
* update unused listCaolán McNamara2012-02-082-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
|
* A few safe replacements of pathes->pathsJesús Corrius2012-02-018-16/+16
|
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-314-587/+0
| | | | ...so that other code in comphelper can use it.
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-4/+39
| | | | | | | | | | | | | | | | | * cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
* remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev2012-01-301-3/+2
|
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-276-260/+0
| | | | | Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
* drop unnecessary includeCaolán McNamara2012-01-272-11/+12
|
* Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-265-672/+0
|
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-2/+2
|
* Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-266-595/+0
|
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-256-312/+0
|
* Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann2012-01-252-0/+73
|
* make unotools ByteString freeCaolán McNamara2012-01-231-2/+2
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-217-26/+22
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann2012-01-201-2/+2
|
* Fix for fdo43460 Part XLII getLength() to isEmpty()Olivier Hallot2012-01-1914-68/+68
| | | | | | Part XLII Modules unotools
* convert one freshly introduced DBG_ERRORFILE to SAL_WARNEike Rathke2012-01-181-8/+2
|
* nitpick, it's i18n, not l18nEike Rathke2012-01-184-37/+37
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-1717-99/+99
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-1617-368/+105
|
* bumped locale data wrapper to use XLocaleData4 and provide date acceptance ↵Eike Rathke2012-01-112-3/+27
| | | | patterns
* Use SAL_N_ELEMENTSThomas Arnhold2012-01-101-1/+1
| | | | | | | | Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-105-32/+27
|
* make indent saneCaolán McNamara2012-01-091-26/+24
|
* simplify CharClassCaolán McNamara2012-01-092-62/+23
| | | | | | | multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
* make indent saneCaolán McNamara2012-01-091-85/+100
|
* mark uncopyable with boost::noncopyableCaolán McNamara2012-01-091-5/+2
|
* catch exception by constant referenceTakeshi Abe2012-01-088-33/+20
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-069-9/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-054-4/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-056-6/+0
|
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-11/+22
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann2012-01-043-12/+23
|
* Dead code.Stephan Bergmann2012-01-042-88/+0
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-213-38/+6
|
* callcatcher: Remove unused codeAugust Sodora2011-12-2014-593/+1
|
* callcatcher: update listCaolán McNamara2011-12-201-6/+0
|
* Remove unused codeAugust Sodora2011-12-191-113/+0
|
* callcatcher: Remove unused codeAugust Sodora2011-12-1934-791/+0
|
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-161-2/+2
|
* add version suffix (beta1) to about dialogPetr Mladek2011-12-162-0/+9
| | | | | | | | configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
* Removed extra semicolonsJesse2011-12-151-4/+4
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-144-76/+0
|
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-142-74/+0
|