summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-22convert more SvStream::operator<< callsNoel Grandin60-1241/+1248
2014-01-22writerfilter: refactor to avoid redundant FSPA class in doctokMiklos Vajna5-105/+21
2014-01-22writerfilter: drop no longer needed BKF class in doctokMiklos Vajna2-203/+0
2014-01-22writerfilter: drop no longer needed Fib class in doctokMiklos Vajna4-165/+0
2014-01-22writerfilter: drop no longer needed LineProps class in doctokMiklos Vajna2-397/+0
2014-01-22writerfilter: drop no longer needed TBD class in doctokMiklos Vajna5-436/+0
2014-01-22android: Remove native-code.cxx on make clean.Matúš Kukan1-0/+1
2014-01-22Clean up SfxItemSet::PutStephan Bergmann5-27/+11
2014-01-22fdo#73886: Let's keep the "left" border outer and "right" inner.Kohei Yoshida2-14/+4
2014-01-22rename _HeaderTabListBox to MacroEventListBoxCaolán McNamara5-16/+16
2014-01-22split resize parts of ConnectElements into ::ResizeCaolán McNamara2-19/+19
2014-01-22comment out of dataCaolán McNamara1-1/+1
2014-01-22as far as I can see there is no users of SvxShortcutAssignDlgCaolán McNamara3-43/+0
2014-01-22warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-1/+1
2014-01-22Fix misaligned code commentChris Sherlock1-2/+1
2014-01-22longparas: sneaky sal_uInt16 casts truncating values causing loopCaolán McNamara2-3/+3
2014-01-22DOCX import: set document-level font size default based on default para styleMiklos Vajna3-2/+35
2014-01-22-Werror,-WreorderStephan Bergmann1-2/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky67-354/+274
2014-01-22reorient the ok/cancel/help buttons of external dataCaolán McNamara1-9/+10
2014-01-22Improve settings code reabilityChris Sherlock3-6/+17
2014-01-22Maybe this bool clean-up avoids false -Werror=maybe-uninitialized on AndroidStephan Bergmann1-4/+4
2014-01-22fdo#73886: Check the right width in case the left width is zero.Kohei Yoshida1-0/+5
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=Stephan Bergmann1-3/+3
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann73-195/+195
2014-01-22Add some unit-tests for Mid vb function (includes fdo#73771)Julien Nabet4-0/+60
2014-01-22drop translation of % now that we use icu to format itCaolán McNamara2-1/+1
2014-01-22CLDR Version 24 doesn't know about es and sl using space before %Caolán McNamara1-1/+12
2014-01-22Resolves: fdo#72989 color buttons not disabled in readonly docsCaolán McNamara1-31/+16
2014-01-22Fix service name of UnoFrameControlZolnai Tamás1-1/+1
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.Stephan Bergmann1-13/+16
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann8-144/+144
2014-01-22bool improvementsStephan Bergmann33-90/+89
2014-01-22bool improvementsStephan Bergmann4-35/+35
2014-01-22bool improvementsStephan Bergmann1-28/+28
2014-01-22bool improvementsStephan Bergmann2-3/+3
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-22bool improvementsStephan Bergmann1-7/+7
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino3-1/+18
2014-01-22VML import: parse shape text run inside w:smartTagMiklos Vajna3-0/+8
2014-01-22Resolves: #i106063# avoid additional seek for true color DIBTsutomu Uchino1-12/+0
2014-01-22Resolves: #i124067# naïve considered pretentiousCaolán McNamara8-8/+0
2014-01-22Improve Clang 3.2 hasCLanguageLinkageType workaroundStephan Bergmann1-1/+1
2014-01-22Resolves: #i123744# consider certificate's Subject Alternative Name...Oliver-Rainer Wittmann2-5/+41
2014-01-22WaE: -WreorderTor Lillqvist1-2/+2
2014-01-22Resolves: #i123744# correct consideration of Subject Alternative Name...Oliver-Rainer Wittmann1-2/+3
2014-01-22fdo#73917 spelling dialog: don't report fully ignored words againLászló Németh2-6/+9
2014-01-22Make the casting work on Windows too.Jan Holesovsky1-3/+4