summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Fix call of getLengthJulien Nabet2012-06-041-2/+2
* Hyperlinks/Fields wrapping feature.Muthu Subramanian2012-06-042-2/+69
* nuke unused typedefTakeshi Abe2012-05-312-6/+0
* targeted string re-workNorbert Thiebaud2012-05-2911-58/+58
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-291-1/+1
* fdo#40874: make recorded border macros run:Michael Stahl2012-05-211-3/+40
* fd0#40778 - Remove dictionary choice when adding new entryRob Snelders2012-05-184-4/+18
* 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-144-7/+7
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-4/+5
* Unit test for UNO field item implementation.Kohei Yoshida2012-05-111-0/+139
* 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-113-16/+15
* 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-113-8/+6
* 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-102-2/+21
* 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-084-44/+11
* Use defined UNO property names instead of hard-coded values.Kohei Yoshida2012-05-082-19/+19
* 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-085-16/+228
* Set anchor to XTextContent using UNO API.Kohei Yoshida2012-05-083-2/+50
* 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-053-32/+23
* Use the UNO field type values instead of the internal ones.Kohei Yoshida2012-05-053-106/+83
* Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2012-05-052-11/+19
* Nobody uses this.Kohei Yoshida2012-05-051-2/+0
* 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-038-3/+181
* 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-032-3/+23
* fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2012-05-032-11/+61
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
* make ResId::toString a non-static memberCaolán McNamara2012-04-307-18/+18
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* 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-252-6/+0
* WaE: mixing comparison of bool and sal_BoolCaolán McNamara2012-04-248-28/+25
* 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