summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Collapse)AuthorAgeFilesLines
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-212-7/+2
|
* fdo#46074 Ignore corrupted items in Recent DocumentsStephan Bergmann2012-04-201-10/+28
|
* Improved error reportingStephan Bergmann2012-04-191-2/+2
|
* fix typoCaolán McNamara2012-04-101-1/+1
|
* add a getBuildVersion helperCaolán McNamara2012-04-102-0/+15
|
* s/pathes/paths/Tor Lillqvist2012-04-093-11/+11
|
* s/pathes/paths/Tor Lillqvist2012-04-098-10/+10
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-3/+3
| | | | | | | | | 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-063-7/+3
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-8/+8
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-11/+11
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-052-12/+11
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-14/+13
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-57/+58
|
* fold historyoptions_const.hxx into historyoptions.cxxCaolán McNamara2012-03-282-57/+16
|
* don't have to deliver historyoptions_const.hxxCaolán McNamara2012-03-281-1/+0
|
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-73/+73
|
* fold useroptions_const.hxx into useroptions.cxxCaolán McNamara2012-03-282-23/+23
|
* don't need to export useroptions_const.hxxCaolán McNamara2012-03-281-1/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* callcatcher: remove some unused codeCaolán McNamara2012-03-122-21/+0
|
* leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara2012-03-061-7/+0
|
* remove TransliterationWrapper::compareSubstringCaolán McNamara2012-03-063-24/+7
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* WaE: 'unused' attribute ignored when parsing typeTor Lillqvist2012-03-011-1/+1
|
* drop UniString::CreateFromInt64Caolán McNamara2012-02-271-1/+1
|
* expand and remove NS_* macroThomas Arnhold2012-02-212-32/+22
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Remove unused codePetr Vorel2012-02-192-17/+0
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* WaE: unused variablesCaolán McNamara2012-02-171-4/+4
|
* 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
|