summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22fdo#36555: pImplementationName is not a compile-time constantfeature/sqliteLionel Elie Mamane1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2011-01-26DataAccess.xcu, sqlite_connection.cxxWol2-8/+27
Add DataAccess needed to compile, changes to sqlite_connection to attempt to compile
2011-01-26Add makefile.mk, try to get sqlite_connection to compileWol1-0/+155
2011-01-19Adding more modified files trying to get it to buildWol5-25/+30
2011-01-19Commit original sqlite files by Christian WernerWol15-0/+6644
2011-01-18readme formatting - fdo#32741Andras Timar1-0/+6
* using CRLF instead of LF on WIN platform * word wrap at column 75 for better readability
2011-01-18Make --help and --version work even without $DISPLAY.Lubos Lunak3-19/+45
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-01-18No need to check for a failed condition since the value has an init value.Kohei Yoshida1-4/+1
2011-01-18WaE patch for editeng.Christian Lohmaier1-1/+1
2011-01-18fix broken code indentationLuboš Luňák1-2/+2
2011-01-18build with libpng 1.5.0 (fdo#33231)Luboš Luňák1-2/+2
2011-01-18don't pushback and process a corrupt extensionCaolán McNamara1-1/+2
2011-01-18drop this redundant commentCaolán McNamara1-2/+0
2011-01-18Use the foolproof checked macro for thisCaolán McNamara1-8/+4
2011-01-18cppcheck: pass by referenceCaolán McNamara2-4/+4
2011-01-18tweak G_SLICE to canonical always-mallocCaolán McNamara1-1/+1
2011-01-17cppcheck: initialize member variableCaolán McNamara1-0/+1
2011-01-17fix COMMON_OUTDIR/COMMON_OUTPUT typo (fdo#33096)Luboš Luňák1-1/+1
2011-01-17some cppcheck cleaningJulien Nabet1-1/+1
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara4-8/+8
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara5-13/+13
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara1-2/+2
2011-01-17speed up startup a little bitCaolán McNamara3-46/+49
2011-01-16equalsAsciiL faster than equalsAsciiCaolán McNamara1-1/+1
2011-01-16reduce the amount of __cxa_atexit churnCaolán McNamara2-5/+11
2011-01-16Sun Microsystems -> The Document Foundation in desktop file fdo#31191Andras Timar1-1/+1
2011-01-16make publicDavid Tardon1-1/+1
The SdrDragEntry class is "leaked out" through the functions of SVX_DLLPUBLIC SdrDragMethod that use its maSdrDragEntries member (of type std::vector<SdrDragEntry*>). That breaks build with debug version of libstdc++ (with gcc 4.5, at least) in sd and chart2 because linker cannot find typeinfo for SdrDragEntry. Alternative would be to move the definitions of these functions to source/svdraw/svddrgmt.cxx .
2011-01-16C4706 silence assign in comparison warningCaolán McNamara1-1/+1
2011-01-16drop static and just use a single sal_UnicodeCaolán McNamara1-3/+1
2011-01-16drop unused stringsCaolán McNamara1-2/+0
2011-01-16equalsAsciiL faster than equalsCaolán McNamara1-22/+17
2011-01-16equalsAsciiL faster than equalsCaolán McNamara1-18/+18
2011-01-16equalsAsciiL faster than equalsCaolán McNamara3-3/+3
2011-01-16remove unused stringsCaolán McNamara1-3/+0
2011-01-16equalsAsciiL faster than equalsCaolán McNamara1-8/+8
2011-01-16drop unused global OUStringsCaolán McNamara1-5/+0
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara14-164/+163
2011-01-15microopts equalsAsciiL faster than compareToAscii(const sal_Char*)Caolán McNamara4-19/+19
2011-01-15equalsAsciiL faster than equalsAscii when length availableCaolán McNamara2-2/+2
2011-01-14Resolves: rhbz#668057 lock sftp urls tooCaolán McNamara1-3/+13
2011-01-14remove superfluous includesDavid Tardon2-17/+4
2011-01-14remove superfluous includesDavid Tardon1-4/+0
2011-01-14specify array size as a constantDavid Tardon1-2/+3
2011-01-14use SAL_N_ELEMENTS to compute array sizeDavid Tardon4-9/+9
2011-01-14Additional fix to Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)Joseph Powers2-18/+14
Thanks Lubos Lunak for pointing this out.
2011-01-14fix FMR crasher bug#33099Michael Meeks1-1/+2
2011-01-14fix out_of_range abort introduced in 7bc30e29Luboš Luňák1-2/+2
2011-01-14Be slightly more paranoid defensiveTor Lillqvist1-2/+2
2011-01-13Fix buffer size problem that broke MSI installer localizationTor Lillqvist1-10/+9
2011-01-13Remove some extra #includes and trailing whitespaceJoseph Powers3-19/+17