summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna2013-01-251-0/+2
* SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna2013-01-252-2/+76
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-213-6/+6
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-1/+1
* split confused ImplInitDigitMode method into seperate functionsCaolán McNamara2013-01-143-59/+48
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-133-274/+0
* Explicitly initialize SfxItemPoolUser in copy constructor.Kohei Yoshida2013-01-081-0/+1
* Remove unnecessary virtual keywords.Kohei Yoshida2013-01-081-2/+2
* BinObject is no more. Change the method names to reflect that.Kohei Yoshida2013-01-082-8/+8
* Turn EditTextObjectImpl into a real impl class.Kohei Yoshida2013-01-086-241/+238
* Let's not have "which" value in EditTextObject.Kohei Yoshida2013-01-082-14/+7
* Rename BinTextObject to EditTextObjectImpl.Kohei Yoshida2013-01-085-75/+75
* More SfxItemPoolUser up to the base class.Kohei Yoshida2013-01-083-6/+7
* Remove one variant of HasField() which takes arcane TypeId.Kohei Yoshida2013-01-083-34/+10
* Add new ods import test for rich-text cell contents.Kohei Yoshida2013-01-083-0/+23
* allow menu items to be referred to by a nameCaolán McNamara2013-01-071-3/+3
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-073-0/+5
* fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak2013-01-061-1/+1
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-042-2/+2
* Spellcheck menu: Rename 'Add' to 'Add to Dictionary'Samuel Mehrbrodt2013-01-041-2/+2
* remove use of #pragma optimizeLuboš Luňák2013-01-011-8/+0
* Simplify thisJulien Nabet2012-12-281-1/+1
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-1/+4
* build fix for editeng OUString cleanupPeter Foley2012-12-251-2/+2
* OUString cleanup in editeng/acessibilityOlivier Hallot2012-12-251-19/+19
* OUString cleanup in editeng/acessibilityOlivier Hallot2012-12-253-15/+13
* OUString cleanups in editeng/accessibilityOlivier Hallot2012-12-255-79/+70
* Some cppcheck cleaning in editengJulien Nabet2012-12-223-42/+1
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-19/+9
* drop useless checkDavid Tardon2012-12-171-4/+0
* PCH for Library_scLuboš Luňák2012-12-161-1/+0
* fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINEDEike Rathke2012-12-131-19/+16
* fdo#58060 - use empty-string for LANGUAGE_DONTKNOW ie. acorr_.datMichael Meeks2012-12-121-0/+4
* Related: fdo#55570 presumably we can attempt the insert...Caolán McNamara2012-12-121-4/+1
* 'using namespace rtl;' in a header is baaaadLuboš Luňák2012-12-111-2/+0
* cppcheck: size() == 0 -> empty()Caolán McNamara2012-12-111-3/+3
* fdo#55570 - use a hash instead of set initially until sorting neededMichael Meeks2012-12-102-41/+105
* fdo#55570 - re-factor SvxAutocorrWordList to hide it's innardsMichael Meeks2012-12-104-76/+116
* callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2012-12-104-593/+0
* mvoe rtl_(u)string_alloc to salLuboš Luňák2012-12-063-4/+1
* fdo#52640 fix right-aligned tabstopsDavid Tardon2012-12-042-4/+4
* more explicit ctorsDavid Tardon2012-12-0423-33/+33
* Support added for fine dashing on table borders.Eilidh McAdam2012-12-042-2/+11
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-301-10/+1
* API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2012-11-296-22/+12
* API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna2012-11-282-26/+16
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-1/+1
* Resolves: fdo#57640 we really want to *titlecase* the initial characterCaolán McNamara2012-11-281-2/+2
* String=>OUString of svl's urihelperNorbert Thiebaud2012-11-271-1/+6
* SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONEEike Rathke2012-11-271-4/+1