summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01avoid implicit castingCaolán McNamara
2011-03-01Pointless to convert char* to OString and backCaolán McNamara
2011-03-01avoid implicit castingCaolán McNamara
2011-03-01found an implicit casting bugCaolán McNamara
2011-03-01Change deprecated List for std::vector<String> in FillThemeList.npcdoom
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-02-27[PATCH] Remove deprecated container list for std::vector.Rafael Dominguez
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-25Removed macros.Kohei Yoshida
This messes up context tagging again.
2011-02-25Resolves fdo#32376 Set default color to the current one in toolbar popupKurosawa Takeshi
2011-02-21Fixed build breakage.Kohei Yoshida
2011-02-21Fixed build breakage.Kohei Yoshida
2011-02-21Remove dead code and translate German commentsAlbert Thuswaldner
2011-02-21Remove dead code and translate German commentsAlbert Thuswaldner
2011-02-21Remove dead code and translate one commentAlbert Thuswaldner
2011-02-21Remove CSET supportThomas Arnhold
Obsolete IBM CSet C-Compiler svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
2011-02-18Add another #include <tools/list.hxx> back in.Joseph Powers
2011-02-18Remove some #include "tools/list.hxx"Joseph Powers
Plus some trailing whitespace cleanup
2011-02-18need these to also be SVX_DLLPUBLIC apparentlyCaolán McNamara
2011-02-17one-param ctors should be explicitDavid Tardon
2011-02-17no need for explicit copy ctorDavid Tardon
2011-02-16Remove WTC supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-16Remove MTW supportThomas Arnhold
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "MTW - metrowerks compiler (mac OS9 ?) - obsolete"
2011-02-16Consistent cell font and background colour toolbar behaviourKatarina Machalkova
Fixes bnc#652214
2011-02-15Remove SINIXThomas Arnhold
2011-02-15Remove PLEASE_DEBUG_THE_TABLES and some dead codeThomas Arnhold
2011-02-15Remove some dead codeThomas Arnhold
2011-02-15Remove SDR_ISPOOLABLEThomas Arnhold
2011-02-15Remove unused file (since 1995)Thomas Arnhold
2011-02-15Move comment text from macro to commentThomas Arnhold
2011-02-15Remove obviously unused documentationThomas Arnhold
2011-02-15Remove HP9000Thomas Arnhold
2011-02-14WaE: var set but unusedCaolán McNamara
2011-02-13Remove some dead codeThomas Arnhold
2011-02-12Remove #include "bootstrp/sstring.hxx"Joseph Powers
This file is no longer needed outside of tools.
2011-02-11Remove obsolete Hyperlink Bar from libs-coreAlfonso Eusebio
Removed all code related to hyperlink bar from libs-core repo.
2011-02-11(std|boost)::hash on a const char* hashes the pointer not the contentsCaolán McNamara
2011-02-10WaE: value set but unusedCaolán McNamara
2011-02-10Remove last traces of SvBytes from svxNigel Hawkins
2011-02-10Remove InvalidSlot svArray stuff in FmXFormShellNigel Hawkins
2011-02-09Remove dead code: This stuff is always falseThomas Arnhold
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-08Remove few bogus comments.Guillaume Poussel
2011-02-08Port stuff to our private implementation of SGI extensionsFridrich Štrba
2011-02-07Remove dead code. Mostly unused namespacesThomas Arnhold
2011-02-06Make PropertyPairHash public.Joseph Powers
On Linux (for Fridrich), just removing the SVX_DLLPRIVATE was enough to fix the issue. However, on the Mac, I had to make it SVX_DLLPUBLIC to get this to work. We both don't know why this quit working.
2011-02-06std::hash -> boost::hashFridrich Štrba
2011-02-06Revert "Add #include <hash_map> again, we still use std::hash"Fridrich Štrba
This reverts commit e1c6c40659d7970bbc2fd30d49055f33c82381db.
2011-02-06Add #include <hash_map> again, we still use std::hashJoseph Powers