summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#40874: make recorded border macros run:Michael Stahl2012-05-211-3/+40
* fd0#40778 - Remove dictionary choice when adding new entryRob Snelders2012-05-182-4/+16
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-1/+1
* Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida2012-05-142-5/+5
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-3/+4
* Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida2012-05-113-12/+1
* Better names for presentation specific field item types.Kohei Yoshida2012-05-112-13/+12
* Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida2012-05-111-6/+6
* Added UNSPECIFIED to textfield::Type.Kohei Yoshida2012-05-112-7/+5
* Return correct presentation strings for fields.Kohei Yoshida2012-05-111-26/+36
* Return the correct service names for each field type.Kohei Yoshida2012-05-111-43/+70
* callcatcher: update unused code listCaolán McNamara2012-05-101-1/+19
* Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara2012-05-101-12/+13
* A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida2012-05-082-42/+8
* Use defined UNO property names instead of hard-coded values.Kohei Yoshida2012-05-081-18/+18
* Removed commented out code blocks.Kohei Yoshida2012-05-081-249/+0
* Use scoped_ptr for this.Kohei Yoshida2012-05-081-3/+3
* Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2012-05-083-10/+185
* Set anchor to XTextContent using UNO API.Kohei Yoshida2012-05-082-2/+17
* Avoid calling getImplementation() on the text range object.Kohei Yoshida2012-05-081-26/+62
* Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2012-05-051-1/+5
* Use the UNO field type values instead of the internal ones.Kohei Yoshida2012-05-052-89/+82
* Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2012-05-051-10/+19
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
* Added a field updater wrapper to allow updating of field items.Kohei Yoshida2012-05-034-3/+105
* Another SV_DECL_PTRARR now gone.Kohei Yoshida2012-05-033-25/+37
* Removed another SV_DECL_PTRARR.Kohei Yoshida2012-05-033-125/+136
* Have the table field item store sheet ID.Kohei Yoshida2012-05-031-3/+18
* fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2012-05-031-11/+52
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
* make ResId::toString a non-static memberCaolán McNamara2012-04-305-16/+16
* Some cppcheck cleaningJulien Nabet2012-04-281-2/+2
* fdo#46805 - special-case appending items to autocorrect listsMichael Meeks2012-04-261-0/+14
* remove some unused codeJose Santiago Jimenez Sarmiento2012-04-251-5/+0
* WaE: mixing comparison of bool and sal_BoolCaolán McNamara2012-04-246-24/+21
* Removed unused code from editengVicent Vendrell2012-04-242-6/+0
* CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl2012-04-201-2/+2
* fdo#47436: Fixed crash while opening odt file.Dezsi Szabolcs2012-04-201-1/+2
* Revert "Use boost::scoped_ptr for this."Kohei Yoshida2012-04-192-2/+5
* Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida2012-04-192-1/+4
* Pass const reference.Kohei Yoshida2012-04-192-16/+16
* String & bool cleanup.Kohei Yoshida2012-04-185-22/+34
* Non-inlining constructors.Kohei Yoshida2012-04-181-0/+15
* no TYPEINFO for edit undo objects.Kohei Yoshida2012-04-172-32/+3
* Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida2012-04-178-108/+134
* This doesn't have to be public.Kohei Yoshida2012-04-171-1/+0
* Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida2012-04-177-174/+168
* None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida2012-04-172-52/+81
* Remove the last undo friend from ImpEditEngine.Kohei Yoshida2012-04-163-12/+13
* EditUndoSplitParaKohei Yoshida2012-04-163-10/+14