summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)AuthorFilesLines
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 Snelders2-4/+16
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 Yoshida2-5/+5
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-3/+4
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 Yoshida2-13/+12
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 Yoshida2-7/+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-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 Yoshida2-42/+8
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 Yoshida3-10/+185
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 UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-1/+5
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida2-89/+82
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida1-10/+19
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 Yoshida4-3/+105
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 Yoshida1-3/+18
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-11/+52
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara5-16/+16
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 Sarmiento1-5/+0
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara6-24/+21
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
2012-04-19Revert "Use boost::scoped_ptr for this."Kohei Yoshida2-2/+5
2012-04-19Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida2-1/+4
2012-04-19Pass const reference.Kohei Yoshida2-16/+16
2012-04-18String & bool cleanup.Kohei Yoshida5-22/+34
2012-04-18Non-inlining constructors.Kohei Yoshida1-0/+15
2012-04-17no TYPEINFO for edit undo objects.Kohei Yoshida2-32/+3
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida8-108/+134
2012-04-17This doesn't have to be public.Kohei Yoshida1-1/+0
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida7-174/+168