summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák5-5/+0
2012-12-10use PCH with generated cxx sources tooLuboš Luňák1-0/+2
2012-12-10testing PCH for writerfilterLuboš Luňák3-0/+65
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák2-4/+14
2012-12-10no need to make whole linktarget depend on .pchLuboš Luňák1-2/+0
2012-12-10testing PCH for connectivity/flatLuboš Luňák3-0/+55
2012-12-10testing PCH for connectivity/fileLuboš Luňák3-0/+55
2012-12-10rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák3-0/+16
2012-12-10fix clang .d generation with PCHLuboš Luňák1-10/+22
2012-12-10fix PrecompiledHeader vs NoexPrecompiledHeader mismatchLuboš Luňák1-2/+2
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák8-6/+15
2012-12-10#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)Luboš Luňák1-1/+1
2012-12-10enable PCH in configure only for msvc/clangLuboš Luňák1-5/+4
2012-12-10use PCH for LO headers in xmloff tooLuboš Luňák3-20/+23
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák2-0/+10
2012-12-10PCH support for Clang compilerLuboš Luňák2-0/+40
2012-12-10PCH for xmloff, including LO headersLuboš Luňák19-207/+1440
2012-12-10xmloff precompiled headersLuboš Luňák3-0/+60
2012-12-10more headers to be precompiled for salLuboš Luňák1-0/+8
2012-12-10it's not actually necessary to manually include the header for MSVC PCHLuboš Luňák1-0/+2
2012-12-10update .d generation when creating MSVC .pchLuboš Luňák1-2/+2
2012-12-10include debug/optimizing flags when building PCHLuboš Luňák1-4/+7
2012-12-10testing PCH support in salLuboš Luňák3-0/+40
2012-12-10bring back precompiled headers supportLuboš Luňák14-5/+251
2012-12-10rtl:: removal in fpickerRadu Ioan24-348/+345
2012-12-10some minor cleanup of caption dialogCaolán McNamara3-2/+6
2012-12-10migrate 'Insert Caption' dialog to .ui fileJack Leigh10-376/+560
2012-12-10- correct variable-namesRob Snelders2-8/+8
2012-12-10Try -std=c++11 if -std=gnu++0x does not workStephan Bergmann5-10/+49
2012-12-10move .ui to be consistent with the other onesCaolán McNamara2-47/+59
2012-12-10oox: v:textbox's inset attribute should be imported in Hmm, not in EmuMiklos Vajna1-4/+4
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-12-10-Wc++11-narrowingStephan Bergmann2-0/+23
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara51-2082/+72
2012-12-10guard against div by 0Caolán McNamara1-2/+13
2012-12-10sw: unused SwRTFParserMiklos Vajna7-8545/+0
2012-12-10i121446:fix SwAccessibleParagraph::GetGlyphBoundary()'s ret valHerbert Duerr1-1/+1
2012-12-10WaE: non-constant-expression cannot be narrowed to float in initializer listTor Lillqvist1-1/+1
2012-12-10WaE: unused parameterTor Lillqvist1-1/+11
2012-12-10Fix warning: missing header for unified diff at line 3 of patchTor Lillqvist1-1/+1
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin26-329/+263
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin13-27/+30
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin23-114/+112
2012-12-10fdo#46808, Adapt sdbc::ConnectionPool UNO service to new styleNoel Grandin10-19/+58
2012-12-10fdo#46808, Create new-style sdb::ReportDesign serviceNoel Grandin3-18/+54
2012-12-10do not return reference to a local objectDavid Tardon2-2/+2
2012-12-10Fix error: no matching function for call to 'sal_n_array_size'Tor Lillqvist1-1/+1
2012-12-10WaE: narrowing from int/long to float in initializer list (-Wc++11-narrowing)Tor Lillqvist14-49/+50
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist2-8/+2