summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-11/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-10/+6
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-1/+2
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-05-291-1/+1
| | | | Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* removed unused const rtl::OUStringTakeshi Abe2012-05-182-4/+0
| | | | Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-174-61/+24
| | | | | | | | a) merge them together and move it into comphelper b) turn it into a POD rather than having vast amounts of destructors registered into the cxa_atexit chain Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
* ditch UniStringCaolán McNamara2012-05-151-36/+40
| | | | Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-2/+2
| | | | Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-2/+2
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* 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
* mingw: avoid weird build error and -WerrorDavid Tardon2012-04-161-1/+2
| | | | | | | The error message is: "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
* add package deps for resourcesDavid Tardon2012-04-091-0/+4
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-4/+4
| | | | | | | | | 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-064-11/+5
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
| | | | | | 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-4/+4
| | | | | | 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-051-1/+1
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-148-0/+26
| | | | | | | | | | | | | | ...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.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-3/+3
|
* Translate German commentsPhilipp Weissenbacher2012-03-073-24/+21
|
* Translate German comments, fix some whitespace and bad translationsPhilipp Weissenbacher2012-03-0612-91/+86
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-012-2/+2
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-233-4/+10
|
* Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti2012-02-211-0/+2
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
|
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-184-14/+17
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Forgotten German word in translated commentLionel Elie Mamane2012-02-161-1/+1
|
* fdo#46163 convert bound values to bound column's typeLionel Elie Mamane2012-02-162-14/+67
|
* correct indentationLionel Elie Mamane2012-02-161-3/+3
|
* Translate German commentsPhilipp Weissenbacher2012-02-162-91/+82
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-101-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-2/+0
|
* 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
|
* refactor ConvertLineEndCaolán McNamara2012-01-301-4/+1
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-8/+1
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-064-2/+2
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-0/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-6/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann2012-01-021-1/+1
| | | | | | | | | Which causes cppuhelper to pick wrong variant from other library, now that its own symbols are no longer reduced to private on Mac OS X. As a temporary hack, emit cppu_detail_getCppuType for the relevant types always as fully comprehensive; should be revisited when improving types.rdb format (routinely generating C++ information for certain UNO types into a dedicated library?). Requires a fix to xmlreader and a fix to forms that looks like a Mac OS X GCC bug.
* build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard2011-12-301-1/+1
|
* Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-3029-111/+111
| | | | | | Part XVIII module form
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* WaE: NULL used in arithmeticTor Lillqvist2011-12-121-1/+1
|