summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
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
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-15WaE: busted codeCaolán McNamara
2014-01-15more xub_Strlen->sal_Int32Caolán McNamara
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Translate German comments to EnglishSven Wehner
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann
2014-01-14xub_StrLen->sal_SizeCaolán McNamara