summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold32-73/+73
2011-03-11Move DBG_TRACE to OSL_TRACE for getStr()Thomas Arnhold1-3/+3
2011-03-11Move DBG_TRACE to OSL_TRACEThomas Arnhold1-6/+6
2011-03-11Move DBG_TRACE3 to OSL_TRACEThomas Arnhold1-2/+2
2011-03-11Move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACEThomas Arnhold1-4/+4
2011-03-11Move DBG_ERROR1 to OSL_TRACEThomas Arnhold7-16/+16
2011-03-11Move DBG_ERROR to OSL_FAIL and correct OString usageThomas Arnhold1-3/+3
2011-03-11Move DBG_ERROR to OSL_FAIL (multiline)Thomas Arnhold1-1/+1
2011-03-11Move DBG_ERROR to OSL_FAIL (multiline)Thomas Arnhold1-2/+2
2011-03-11Remove dead codeThomas Arnhold1-2/+0
2011-03-11Move DBG_ERROR to OSL_FAIL and correct OString usageThomas Arnhold1-2/+2
2011-03-11Move DBG_ERROR to OSL_FAIL for getStr()Thomas Arnhold2-3/+3
2011-03-11Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()Thomas Arnhold1-1/+1
2011-03-11Move DBG_ERROR to OSL_FAIL for strings GetBuffer()Thomas Arnhold1-1/+1
2011-03-11fdo#34896 color palette size (8x13), only show scrollbar when neededXavier ALT3-7/+13
2011-03-09Remove List container in components/imgprodRafael Dominguez2-71/+30
2011-03-08Added shadow option to appearance dialog.Sébastien Le Ray3-74/+95
Notes: split repo tag: components_LO-BASE-INTEGRATION-DEV300_M101
2011-03-05Remove 'added by' commentsJ. Graeme Lingard11-41/+11
2011-03-05Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from componentsChristina Rossmanith17-131/+0
2011-03-04Remove various useless comments in components.Guillaume Poussel13-53/+8
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-03findbar: Add the findbar to the menus above the Search dialog.Jan Holesovsky1-0/+1
2011-03-02fdo#34872, ODF 1.2 manifest export: missing version fixedCédric Bosdonnat1-0/+1
2011-03-02Add osl/diagnose.d includesThomas Arnhold3-0/+3
2011-03-02Replace one DBG_UTIL with OSL_DEBUG_LEVELThomas Arnhold2-3/+1
And remove the other one, as OSL_FAIL is executed only on OSL_DEBUG_LEVEL > 0 (in diagnose.h).
2011-03-02Remove DBG_UTILxThomas Arnhold1-9/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold107-263/+263
2011-03-02Remove TF_SDBAPIThomas Arnhold2-6/+0
2011-03-02Remove MY_DEBUGThomas Arnhold1-6/+0
2011-03-02Remove USE_SAVE_STATEThomas Arnhold1-8/+0
2011-03-02Remove SAVE_ALL_STATESThomas Arnhold1-55/+0
2011-03-02Remove AS_DBG_SWITCHThomas Arnhold1-51/+0
2011-03-02Remove TEST_IMPLEMENTATION_DIRECTLYThomas Arnhold1-196/+0
2011-03-02Remove VERBOSE_DEBUG_OUTPUTThomas Arnhold1-48/+0
2011-03-02Remove OWN_DEBUG_PRINTThomas Arnhold1-55/+0
2011-03-02Remove FILTER_WARNING_ENABLEDThomas Arnhold1-56/+0
2011-03-02Refine compression of Windows installerKalman Szalai - KAMI1-2/+3
I increased the efficiency of LZM compression of makecab. I found that we can use .Set CompressionMemory=21 setting. This setting produces 83,91% of original installer size and if we combine it with a simple zip compression the download size can reduce to 83,54%. Reference: http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg07068.html
2011-03-01avoid implicit castCaolán McNamara3-6/+4
2011-03-01pointless to go from char* to OString to char*Caolán McNamara1-4/+2
2011-03-01pointless castCaolán McNamara1-1/+1
2011-03-01Changed label size and/or position for BTN_AUTOSAVE, ED_AUTOSAVE and FT_MINUTEJean-Baptiste Faure1-3/+3
The size of BTN_AUTOSAVE is too small for corresponding FR string. I needed to move to the right ED_AUTOSAVE and FT_MINUTE Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-01Remove dead codeMichael Lefevre2-31/+0
ACCESSIBLE_EVENT_NOTIFICATION_ENABLED was never define. So the #ifdef #endif "brackets" could go away.
2011-02-28MSI: ensure thesaurus indexer custom action is builtSteven Butler1-0/+1
2011-02-28Add MSI custom action capable of generating thesaurus indexSteven Butler3-0/+293
2011-02-27Fix Windows buildFridrich Štrba1-0/+2
2011-02-27Handle DragonFly like the other BSDs in more cases.Francois Tigeot1-1/+2
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold7-13/+13
2011-02-26Remove "using namespace ::rtl"Julien Nabet1-1/+2
2011-02-25Fix issue with removal of "using namespace rtl"Joseph Powers1-2/+1
OStringBuffer is only used in the debug code and the correct #include is located with it. We don't really need the "using ::rtl::OStringBuffer".
2011-02-26Remove "using namespace ::rtl"Julien Nabet6-6/+12
2011-02-26Remove "using namespace ::rtl"Julien Nabet7-9/+17