summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-20require icu_headers hereCaolán McNamara1-0/+1
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara3-4/+12
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOMCaolán McNamara1-2/+1
2014-01-20Remove space before percent signKhaled Hosny1-4/+4
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino6-16/+17
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino7-34/+19
2014-01-20Related: #i56998# use locale rules to format percentage...Caolán McNamara2-4/+6
2014-01-20Related: #i56998# use FUNIT_PERCENT on fields that allow relative valueTsutomu Uchino1-2/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan11-68/+58
2014-01-18Window::PreNotify should return boolStephan Bergmann13-32/+32
2014-01-17bool improvementsStephan Bergmann17-45/+41
2014-01-17105491: Switched update of vertical flag and setting the item set to avoid in...Andre Fischer1-1/+1
2014-01-17Pass scaling to borderline primitive objects.Kohei Yoshida1-10/+24
2014-01-17Make thse constructors non-inline.Kohei Yoshida1-0/+31
2014-01-17Hide the implementation of svx::frame::Array.Kohei Yoshida1-2/+80
2014-01-17Window::Notify should return boolStephan Bergmann10-55/+55
2014-01-17removed some unused code (svx, svtools, unotest)Petr Vorel3-14/+0
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand1-3/+9
2014-01-16Related: fdo#73414 use frame::XDispatch::dispatch directlyCaolán McNamara1-40/+3
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara1-0/+21
2014-01-16fdo#73414 Remove Increase Font limits for WriterMaxim Monastirsky1-66/+10
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin6-9/+9
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza8-92/+28
2014-01-15WaE: busted codeCaolán McNamara1-1/+1
2014-01-15more xub_Strlen->sal_Int32Caolán McNamara4-28/+27
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan13-36/+36
2014-01-15Translate German comments to EnglishSven Wehner1-2/+2
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan11-36/+25
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan5-108/+12
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann1-2/+2
2014-01-14xub_StrLen->sal_SizeCaolán McNamara1-1/+1
2014-01-14longparas: xub_Strlen->sal_Int32Caolán McNamara1-9/+8
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-1/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-4/+4
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann1-3/+0
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara2-7/+7
2014-01-10Resolves: fdo#35779 set the bg color of the editeng from the text shapeCaolán McNamara1-1/+34
2014-01-10fdo#72005: Insert the border rectangle to the bottom of the stack.Kohei Yoshida1-8/+31