summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)AuthorFilesLines
2013-09-28save commit: fix various breakage due to GraphicObject... need rebase -iNorbert Thiebaud1-3/+3
2013-09-27Save Commit: must be squashed!!! ObjectGraphic refactorNorbert Thiebaud1-2/+2
2013-08-06initial cut at ref-counting GraphicObjectsMichael Meeks1-7/+7
2013-07-27Mark as const/staticTakeshi Abe1-14/+14
2013-07-27Drop unused inline functionTakeshi Abe1-5/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke6-159/+159
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-11/+11
2013-04-26XubString->OUStringCaolán McNamara4-5/+5
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo1-1/+2
2013-04-07#120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand1-0/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-24/+23
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-13/+13
2013-03-14i#119907# Numbering type now applied (almost) unconditionally.Andre Fischer1-11/+2
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-2/+2
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-2/+2
2013-03-08simplify some compareToThomas Arnhold1-2/+2
2013-03-04remove unused and commented out codeThomas Arnhold1-9/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-2/+2
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-25/+13
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-5/+5
2012-11-23callcatcher: update listCaolán McNamara1-9/+0
2012-11-15re-base on ALv2 code. Includes:Michael Meeks3-84/+516
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks12-276/+168
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-3/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-06-13Drop throw clause that was incomplete anywayTor Lillqvist1-1/+1
2012-05-29targeted string re-workNorbert Thiebaud1-3/+3
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-4/+4
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-10/+0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-10/+9
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida1-6/+6
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-5/+5
2012-05-11Return correct presentation strings for fields.Kohei Yoshida1-26/+36
2012-05-11Return the correct service names for each field type.Kohei Yoshida1-43/+70
2012-05-10callcatcher: update unused code listCaolán McNamara1-1/+19
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida1-42/+6
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida1-18/+18
2012-05-08Removed commented out code blocks.Kohei Yoshida1-249/+0
2012-05-08Use scoped_ptr for this.Kohei Yoshida1-3/+3
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2-8/+6
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida2-2/+17
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida1-26/+62
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-88/+81