summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini4-17/+26
2012-07-24-Werror=formatIvan Timofeev1-1/+1
2012-07-24Debug unhandled exceptionLionel Elie Mamane1-0/+3
2012-07-24janitorial: C++-style cast instead of legacy C-style castLionel Elie Mamane1-1/+1
2012-07-24fdo#52399: Do not needlessly set DefaultContext of global ServiceManagerStephan Bergmann1-4/+0
2012-07-24forcing repaint has catastrophic performance implications; invalidate onlyLionel Elie Mamane1-3/+1
2012-07-24Cross-compiling-msi-related changes; not finished.Jan Holesovsky4-4/+18
2012-07-24import RTF_MTYPEMiklos Vajna2-0/+4
2012-07-24RTFDocumentImpl::popState: clean up duplicated list of DESTINATION_M* casesMiklos Vajna1-25/+12
2012-07-24import RTF_M{SSUB,SSUBPR,SSUP,SSUPPR,SSUBSUP,SSUBSUPPR,SPRE,SPREPR}Miklos Vajna2-1/+25
2012-07-24implement import of RTF_M{RAD,RADPR,DEG}Miklos Vajna2-1/+16
2012-07-24rtftok: add OPEN_M_TOKEN to avoid code duplicationMiklos Vajna1-155/+46
2012-07-24implement import of RTF_M{STRIKEH,BORDERBOX,BORDERBOXPR}Miklos Vajna2-1/+27
2012-07-24implement import of RTF_M{POS,VERTJC,LIMUPP,LIMUPPPR,GROUPCHR,GROUPCHRPR}Miklos Vajna3-1/+41
2012-07-24RTFDocumentImpl::pushState: use switch here as wellMiklos Vajna1-23/+23
2012-07-24implement import of RTF_{MMR,MNARY,MNARYPR,MSUB,MSUP,MSUBHIDE,MSUPHIDE}Miklos Vajna2-2/+42
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann3-6/+22
2012-07-24++aIter++ is quite funny, but it's in practice the same like ++aIterLuboš Luňák1-1/+1
2012-07-24Disable testWordBoundaries test with old icu.Jan Holesovsky1-0/+2
2012-07-24fdo#51659: static assertion for STR_ARR_SVT_LANGUAGE_TABLEMichael Stahl1-0/+7
2012-07-24it's pData2Eike Rathke1-1/+1
2012-07-24Attempt to remove the last FORCE2ARCHIVE.Jan Holesovsky1-2/+2
2012-07-24implement import of RTF_{MM,MMPR,MMR}Miklos Vajna2-2/+22
2012-07-24RTFDocumentImpl::popState: use switch hereMiklos Vajna1-96/+120
2012-07-24implement import of RTF_{MFUNC,MFUNCPR,MFNAME,MLIMLOW,MLIMLOWPR,MLIM}Miklos Vajna3-1/+45
2012-07-24escape RTF_LBRACE and RTF_RBRACE inside RTF_MRMiklos Vajna1-1/+9
2012-07-24Call uuidgen without -n when cross-compiling.Jan Holesovsky1-0/+5
2012-07-24warning C4702: unreachable codeStephan Bergmann1-4/+1
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan1-1/+3
2012-07-24tubes: remove unused methodMatúš Kukan2-6/+0
2012-07-24tubes: init TeleManager in desktopMatúš Kukan6-50/+84
2012-07-24Check for makecab in case we are cross-building .msi.Jan Holesovsky1-1/+1
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky2-10/+6
2012-07-24Allow specification of --with-package-format=msi regardless of EPM setting.Jan Holesovsky1-88/+95
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky7-7/+33
2012-07-24Fix fdo#51943 - prevent lose focus event to close popup.Thorsten Behrens2-7/+16
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian17-7/+208
2012-07-24hwpfilter: improve text import and error handlingMichael Stahl18-618/+373
2012-07-24mhu24: add comphelper::newArray_{null,ex} helpersMichael Stahl2-0/+52
2012-07-24better page descriptor handling in RTFMichael Stahl1-6/+10
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke2-6/+13
2012-07-24Fix endless loop in libvisio with text fields in VSD6Fridrich Štrba2-0/+13
2012-07-24More warning C4702: unreachable codeStephan Bergmann1-0/+18
2012-07-24fdo#52223 fix Object Catalog in Basic IDE when resizingUray M. János5-30/+27
2012-07-24Correction of context menu entry for Math arccot functionLaurent Balland-Poirier1-1/+1
2012-07-23More helpful description for this option.Kohei Yoshida1-1/+1
2012-07-23Unused parameter.Kohei Yoshida2-2/+2
2012-07-23Honor the configuration option in the interpreter.Kohei Yoshida1-12/+17
2012-07-23Let's not forget to set the description for this option.Kohei Yoshida1-0/+1
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida1-7/+26