summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-01-29coverity#1132706 Dereference before null checkCaolán McNamara1-4/+5
2014-01-29coverity#1158171 Missing break in switchCaolán McNamara1-0/+1
2014-01-29bool improvementsStephan Bergmann1-2/+2
2014-01-29add ugly hack to work around SvxDrawPage::add only accepting SvxShapeMarkus Mohrhard1-0/+8
2014-01-28coverity#1028574 : Uninitialized scalar fieldNorbert Thiebaud1-2/+3
2014-01-28coverity#1028578 : Uninitialized scalar fieldNorbert Thiebaud1-5/+9
2014-01-28fix bad cast in SvxStyleBox_Impl::StateChanged()Michael Stahl1-2/+5
2014-01-28bool improvementsStephan Bergmann122-1087/+1087
2014-01-28Introduce com.sun.star.frame.theAutoRecovery singleton.Matúš Kukan2-3/+3
2014-01-28Related: fdo#73051 make font size drop down of optimal widthCaolán McNamara1-5/+17
2014-01-28Resolves: fdo#73051 font size menubar widget too narrowCaolán McNamara1-1/+1
2014-01-28Resolves: #i123950# Corrected/extended interactive crop feature...Armin Le Grand8-142/+455
2014-01-28coverity#705894 Dereference before null checkCaolán McNamara1-1/+1
2014-01-28coverity#705895 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#705897 Dereference before null checkCaolán McNamara1-1/+1
2014-01-28coverity#705898 Dereference before null checkCaolán McNamara1-5/+8
2014-01-28coverity#705899 Dereference before null checkCaolán McNamara1-2/+1
2014-01-28coverity#705900 Dereference before null checkCaolán McNamara1-1/+1
2014-01-28coverity#705902 Dereference before null checkCaolán McNamara1-2/+2
2014-01-28coverity#705906 Dereference before null checkCaolán McNamara1-31/+4
2014-01-28coverity#1132708 Unintended sign extensionCaolán McNamara1-9/+6
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian3-2/+10
2014-01-27coverity#1079287 : Uninitialized scalar fieldNorbert Thiebaud1-13/+14
2014-01-27coverity#1103750 : Uninitialized scalar fieldNorbert Thiebaud1-21/+19
2014-01-27coverity#1103751 : Uninitialized scalar fieldNorbert Thiebaud1-10/+13
2014-01-26coverity#1103752 : Uninitialized scalar fieldNorbert Thiebaud1-10/+12
2014-01-26coverity#1103753 : Uninitialized scalar fieldNorbert Thiebaud1-10/+12
2014-01-26bIsSetType is never readStephan Bergmann1-2/+1
2014-01-25coverity#704343 Dead default in switchCaolán McNamara1-2/+1
2014-01-25coverity#704842 Dereference after NULL checkNorbert Thiebaud1-1/+1
2014-01-24coverity#1158401 Uncaught exceptionCaolán McNamara1-7/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-23coverity#1158462 Uninitialized pointer fieldCaolán McNamara1-3/+4
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-23Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand1-4/+4
2014-01-22remove SvStream::operator<< methodsNoel Grandin2-7/+7
2014-01-22convert more SvStream::operator<< callsNoel Grandin9-45/+45
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky11-36/+36
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann5-5/+5
2014-01-22Resolves: fdo#72989 color buttons not disabled in readonly docsCaolán McNamara1-31/+16
2014-01-22bool improvementsStephan Bergmann6-9/+9
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky11-18/+18
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann9-32/+32
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist1-1/+1
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist1-1/+1
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist1-1/+1
2014-01-21warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann1-1/+1
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann7-8/+8
2014-01-21warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operationStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky11-58/+18