summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-14add database unit testMarkus Mohrhard2-0/+48
2011-09-13Updated csv_parser from orcus.Kohei Yoshida1-1/+15
2011-09-13Some cppcheck cleaningJulien Nabet2-3/+3
2011-09-13remove this TODO created in 2000Julien Nabet1-15/+0
2011-09-13cppcheck:remove unused variablesJulien Nabet2-2/+0
2011-09-13include tools/tools.h for visibility markupCaolán McNamara1-1/+1
2011-09-13toolsin.hxx can go nowCaolán McNamara3-41/+0
2011-09-13ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLSCaolán McNamara4-133/+37
2011-09-13Page Break: show the meta-characters by defaultCédric Bosdonnat2-9/+9
2011-09-13Page Break: show/hide them with the line breaksCédric Bosdonnat1-1/+1
2011-09-13Header/Footer: handle high contrast mode in Paint methodCédric Bosdonnat2-36/+63
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat4-29/+31
2011-09-13whitelist cppu::.* for nowCaolán McNamara2-15/+1
2011-09-13power up the chainsaw againCaolán McNamara3-194/+2
2011-09-13Use saner permission on files.Tomas Chvatal1-2/+2
2011-09-13Fix typo: missing dollarsignTor Lillqvist1-1/+1
2011-09-13move init into default ctor, and make non-copyableCaolán McNamara2-9/+14
2011-09-13wrong initialization of DdeInstData with memset despite std::vectorPierre-André Jacquod1-1/+9
2011-09-13add Oracle Java 1.7.0 recognitionHanno Meyer-Thurow3-0/+7
2011-09-13Header/Footer: fixed the Ctrl+PgUp and Ctrl+PdDown behaviorsCédric Bosdonnat5-50/+23
2011-09-13Header/Footer: shared code for the insertion/removalCédric Bosdonnat7-119/+95
2011-09-13Header/Footer: display improvementsCédric Bosdonnat2-9/+46
2011-09-13Fix quoting in create_tree so distdir can have spaces in it.Tomáš Chvátal1-42/+43
2011-09-13reduce the scope a bit furtherCaolán McNamara1-2/+1
2011-09-13Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxxAndreu Correa Casablanca1-1/+2
2011-09-13Added missing dependencies on solenv back into build.lsts.Stephan Bergmann2-2/+2
2011-09-13can remove ByteString::Convert nowCaolán McNamara2-36/+0
2011-09-13not sure if this is copyableCaolán McNamara1-1/+1
2011-09-13make ByteString::Convert privateCaolán McNamara1-4/+5
2011-09-13try better template friend class syntaxCaolán McNamara2-7/+7
2011-09-13ByteString->rtl::OStringBufferCaolán McNamara4-93/+101
2011-09-13let's use scoped_ptr to avoid c++0x deprecated warningsCaolán McNamara1-2/+3
2011-09-13wtratree unbuiltCaolán McNamara2-581/+0
2011-09-13elide conversion from MS1252 to MS1252Caolán McNamara2-4/+0
2011-09-13no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possibleCaolán McNamara5-15/+10
2011-09-13remove commented out CHARSET_ANSI fooCaolán McNamara1-28/+0
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara45-103/+29
2011-09-13remove commented out archaic CHARSET_ANSI pragmaCaolán McNamara1-1/+0
2011-09-13typo fixAndras Timar1-1/+1
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar6-6/+6
2011-09-13n#657909: Fixed import of free drawn curves.Muthu Subramanian1-4/+4
2011-09-13fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.Stephan Bergmann1-6/+12
2011-09-13fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.Stephan Bergmann1-17/+27
2011-09-13Let's keep our file naming scheme consistent.Kohei Yoshida5-4/+4
2011-09-12We normally use an 'f' prefix for double.Kohei Yoshida1-13/+13
2011-09-12No need to use += to initialize m_aFileRoot.Kohei Yoshida1-2/+2
2011-09-12Let's do hard re-calc only when necessary.Kohei Yoshida1-2/+3
2011-09-12Let's put using namespace declarations at the top.Kohei Yoshida1-3/+2
2011-09-12It's appropriate to name this class singular.Kohei Yoshida1-2/+2
2011-09-12Let's not indent in namespace scopes.Kohei Yoshida1-36/+35