summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian
2014-01-27coverity#1079287 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-27coverity#1103750 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-27coverity#1103751 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-26coverity#1103752 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-26coverity#1103753 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-26bIsSetType is never readStephan Bergmann
2014-01-25coverity#704343 Dead default in switchCaolán McNamara
2014-01-25coverity#704842 Dereference after NULL checkNorbert Thiebaud
2014-01-24coverity#1158401 Uncaught exceptionCaolán McNamara
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-23coverity#1158462 Uninitialized pointer fieldCaolán McNamara
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-23Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-22Resolves: fdo#72989 color buttons not disabled in readonly docsCaolán McNamara
2014-01-22bool improvementsStephan Bergmann
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist
2014-01-21WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist
2014-01-21warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann
2014-01-21warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operationStephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-20require icu_headers hereCaolán McNamara
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOMCaolán McNamara
2014-01-20Remove space before percent signKhaled Hosny
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino
2014-01-20Related: #i56998# use locale rules to format percentage...Caolán McNamara
2014-01-20Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-17105491: Switched update of vertical flag and setting the item set to avoid in...Andre Fischer
2014-01-17Pass scaling to borderline primitive objects.Kohei Yoshida
2014-01-17Make thse constructors non-inline.Kohei Yoshida
2014-01-17Hide the implementation of svx::frame::Array.Kohei Yoshida
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-17removed some unused code (svx, svtools, unotest)Petr Vorel
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand
2014-01-16Related: fdo#73414 use frame::XDispatch::dispatch directlyCaolán McNamara
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara
2014-01-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky