summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-04fdo#46112: tweak condition to prevent guessing only...Michael Stahl1-1/+2
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-06-04fdo#46112: fix Calc ODF border line import:Michael Stahl1-1/+10
2012-06-04Fix call of getLengthJulien Nabet1-2/+2
2012-06-04Hyperlinks/Fields wrapping feature.Muthu Subramanian2-2/+69
2012-05-31nuke unused typedefTakeshi Abe2-6/+0
2012-05-29targeted string re-workNorbert Thiebaud11-58/+58
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-21fdo#40874: make recorded border macros run:Michael Stahl1-3/+40
2012-05-18fd0#40778 - Remove dictionary choice when adding new entryRob Snelders4-4/+18
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+1
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida4-7/+7
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+5
2012-05-11Unit test for UNO field item implementation.Kohei Yoshida1-0/+139
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida3-12/+1
2012-05-11Better names for presentation specific field item types.Kohei Yoshida3-16/+15
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 Yoshida3-8/+6
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 McNamara2-2/+21
2012-05-10Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara1-12/+13
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida4-44/+11
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida2-19/+19
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 Yoshida5-16/+228
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida3-2/+50
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida1-26/+62
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida3-32/+23
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida3-106/+83
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2-11/+19
2012-05-05Nobody uses this.Kohei Yoshida1-2/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida8-3/+181
2012-05-03Another SV_DECL_PTRARR now gone.Kohei Yoshida3-25/+37
2012-05-03Removed another SV_DECL_PTRARR.Kohei Yoshida3-125/+136
2012-05-03Have the table field item store sheet ID.Kohei Yoshida2-3/+23
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2-11/+61
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara7-18/+18
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-28Some cppcheck cleaningJulien Nabet1-2/+2
2012-04-26fdo#46805 - special-case appending items to autocorrect listsMichael Meeks1-0/+14
2012-04-25remove some unused codeJose Santiago Jimenez Sarmiento2-6/+0
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara8-28/+25
2012-04-24Removed unused code from editengVicent Vendrell2-6/+0
2012-04-20CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl1-2/+2
2012-04-20fdo#47436: Fixed crash while opening odt file.Dezsi Szabolcs1-1/+2