summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Resolves: rhbz#855972 crash on switching to outline viewCaolán McNamara1-1/+3
2012-09-10fdo#47368: Remove event listener also in Invalidate()Tor Lillqvist2-0/+9
2012-09-05fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl2-6/+11
2012-08-29fdo#53888: svx: do not link against dbtoolsMatúš Kukan1-1/+0
2012-08-23fdo#53888: svx: fix dependencies:Michael Stahl2-1/+1
2012-08-20fdo#47434: Zero rect. size causing wrong line positions.Muthu Subramanian1-0/+4
2012-08-10Minor cleanup.Jan Holesovsky2-10/+10
2012-08-10fdo#37791 Insert selected text to Findbar by Ctrl FZolnai Tamás2-19/+32
2012-08-10fdo#49750 Search Toolbar keeps its historyZolnai Tamás2-0/+25
2012-08-10fdo#46968 fixing undo of textbox resizingUray M. János1-1/+1
2012-07-24Fix fdo#51943 - prevent lose focus event to close popup.Thorsten Behrens2-7/+16
2012-07-23fdo#44534 invalidate bound rect after drag&dropDavid Tardon1-0/+2
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders2-0/+12
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-14/+21
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl4-10/+14
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák1-1/+1
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky1-1/+1
2012-06-05drop a XubStringCaolán McNamara1-1/+1
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-88/+82
2012-06-02targeted string re-workNorbert Thiebaud5-55/+55
2012-06-02targeted string re-workNorbert Thiebaud6-21/+21
2012-06-02targeted string re-workNorbert Thiebaud6-60/+60
2012-06-01targeted string re-workNorbert Thiebaud6-72/+70
2012-05-31rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )Fridrich Štrba1-1/+1
2012-05-30targeted string re-workNorbert Thiebaud7-44/+44
2012-05-31nuke unused typedefTakeshi Abe2-3/+0
2012-05-30svxcore: needs also generated header from connectivityMatúš Kukan1-0/+1
2012-05-29targeted string re-workNorbert Thiebaud1-8/+8
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks15-33/+33
2012-05-29svxcore needs headers from connectivityDavid Tardon1-0/+4
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky5-92/+141
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann6-7/+7
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara4-9/+7
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky3-15/+25
2012-05-22zoom slider: Implemented design by Mirek M.Jan Holesovsky2-40/+16
2012-05-21deleting NULL is safeTakeshi Abe1-4/+2
2012-05-21removed unused #definesTakeshi Abe1-4/+0
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
2012-05-17removed unused const rtl::OUStringTakeshi Abe6-8/+0
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2-3/+3
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-3/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara2-2/+0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara4-45/+45
2012-05-14fdo#49750 findbar: try to fill empty textfield with selected textMiklos Vajna1-1/+19
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+1
2012-05-11removed unused static dataTakeshi Abe1-4/+0
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-10/+10
2012-05-05Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying windowCaolán McNamara1-0/+1
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-1/+3
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet2-3/+3