summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Expand)AuthorAgeFilesLines
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* coverity#1158462 Uninitialized pointer fieldCaolán McNamara2014-01-231-3/+4
* SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2014-01-231-1/+1
* Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand2014-01-231-4/+4
* remove SvStream::operator<< methodsNoel Grandin2014-01-222-7/+7
* convert more SvStream::operator<< callsNoel Grandin2014-01-229-45/+45
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-2211-36/+36
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-225-5/+5
* Resolves: fdo#72989 color buttons not disabled in readonly docsCaolán McNamara2014-01-221-31/+16
* bool improvementsStephan Bergmann2014-01-226-9/+9
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-2111-18/+18
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-219-32/+32
* WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist2014-01-211-1/+1
* WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist2014-01-211-1/+1
* WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist2014-01-211-1/+1
* warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann2014-01-211-1/+1
* Consistently let SetDesingMode functions take bool argumentStephan Bergmann2014-01-217-8/+8
* warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operationStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-2011-58/+18
* require icu_headers hereCaolán McNamara2014-01-201-0/+1
* Related: #i56998# use locale rules to format percentageCaolán McNamara2014-01-203-4/+12
* Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOMCaolán McNamara2014-01-201-2/+1
* Remove space before percent signKhaled Hosny2014-01-201-4/+4
* Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino2014-01-206-16/+17
* Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino2014-01-207-34/+19
* Related: #i56998# use locale rules to format percentage...Caolán McNamara2014-01-202-4/+6
* Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino2014-01-201-2/+1
* Unify ctor functions for component implementations.Matúš Kukan2014-01-1811-68/+58
* Window::PreNotify should return boolStephan Bergmann2014-01-1813-32/+32
* bool improvementsStephan Bergmann2014-01-1717-45/+41
* 105491: Switched update of vertical flag and setting the item set to avoid in...Andre Fischer2014-01-171-1/+1
* Pass scaling to borderline primitive objects.Kohei Yoshida2014-01-171-10/+24
* Make thse constructors non-inline.Kohei Yoshida2014-01-171-0/+31
* Hide the implementation of svx::frame::Array.Kohei Yoshida2014-01-171-2/+80
* Window::Notify should return boolStephan Bergmann2014-01-1710-55/+55
* removed some unused code (svx, svtools, unotest)Petr Vorel2014-01-173-14/+0
* Resolves: #i123042# corrected reload of linked content...Armin Le Grand2014-01-171-3/+9
* Related: fdo#73414 use frame::XDispatch::dispatch directlyCaolán McNamara2014-01-161-40/+3
* make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara2014-01-161-0/+21
* fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky2014-01-161-66/+10
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-166-9/+9
* fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza2014-01-168-92/+28
* WaE: busted codeCaolán McNamara2014-01-151-1/+1
* more xub_Strlen->sal_Int32Caolán McNamara2014-01-154-28/+27
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-1513-36/+36
* Translate German comments to EnglishSven Wehner2014-01-151-2/+2
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-1511-36/+25
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-155-108/+12
* EndDialog takes long nResult, not boolStephan Bergmann2014-01-141-2/+2
* xub_StrLen->sal_SizeCaolán McNamara2014-01-141-1/+1