summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin253-2111/+1399
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin6-39/+44
2014-05-23vcl: change to sal_True and sal_False in comments in window.cxxChris Sherlock1-6/+6
2014-05-23vcl: change to true and false in Window::ImplGetCanvas()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::SetCallHandlersOnInputDisabled()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::Show()Chris Sherlock1-2/+2
2014-05-23vcl: change to true and false in Window::ImplTestMousePointerSet()Chris Sherlock2-4/+4
2014-05-23vcl: change to true and false in Window::ImplGetWinData()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::IsTopWindow()Chris Sherlock1-1/+1
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock4-1514/+192
2014-05-23Remove circular references between unoidl::Manager and its providersStephan Bergmann5-15/+11
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann9-50/+45
2014-05-23Try to fix Windows buildTor Lillqvist1-0/+5
2014-05-23Avoid including <config_features.h> in <sfx2/objsh.hxx>Tor Lillqvist2-8/+8
2014-05-23boost::checked_deleter serves the purposeTakeshi Abe1-15/+3
2014-05-23catch exception by const refTakeshi Abe1-2/+2
2014-05-23catch exception by const refTakeshi Abe1-1/+1
2014-05-23vcl: move mouse functions from window.cxx to mouse.cxxChris Sherlock3-727/+777
2014-05-23Reintroduce Win_GetShortPathName()Tor Lillqvist1-0/+23
2014-05-23DOCX import: detect document signatureMiklos Vajna3-1/+13
2014-05-23move lcl_createWindowInfo to correct spot in window.cxxChris Sherlock1-60/+60
2014-05-23MSWord uses \xb for linebreaks in DB fields (bnc#878854)Luboš Luňák1-0/+2
2014-05-23Fix typoTor Lillqvist1-1/+1
2014-05-23vcl: rearrange window.cxx functionsChris Sherlock1-462/+462
2014-05-23OleObjectInfo is used from the scfilt library so must be publicTor Lillqvist1-1/+2
2014-05-23WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2-2/+2
2014-05-23Avoid possible memory leaks in case of exceptionsTakeshi Abe2-53/+39
2014-05-23Always use CPPUNIT_ASSERT_DOUBLES_EQUAL when comparing floating point valuesStephan Bergmann1-23/+12
2014-05-23ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez5-17/+38
2014-05-23ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez6-5/+98
2014-05-23ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez11-1/+452
2014-05-23oox, writerfilter: add a14 namespace and tokensJacobo Aragunde Pérez5-0/+458
2014-05-23coverity#704940 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-23coverity#1215310 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215311 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215312 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215313 Uncaught exceptionCaolán McNamara3-3/+6
2014-05-23coverity#1215382 Uncaught exceptionCaolán McNamara1-1/+8
2014-05-23coverity#1215383 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215384 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215385 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215386 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-23coverity#1215400 Uninitialized scalar fieldCaolán McNamara1-2/+5
2014-05-23Fold hyphen-c99.patch.0 into hyphen-fdo48017-wfopen.patchStephan Bergmann3-17/+4
2014-05-23WaE: comparison is always false due to limited range of data typeTor Lillqvist1-6/+20
2014-05-23DOCX import: recurse into w:ins in groupshape textMiklos Vajna1-0/+7
2014-05-23DOCX import: detect inline shape inside shape textMiklos Vajna1-0/+2
2014-05-23DOCX import: detect table in groupshapeMiklos Vajna1-0/+2
2014-05-23external/hypen: Fix for pre-C99Stephan Bergmann2-0/+14
2014-05-23Remove dead codeStephan Bergmann1-54/+0