Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-14 | Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field. | Kohei Yoshida | |
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61 | |||
2012-05-14 | convert GetComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3 | |||
2012-05-11 | Removing EXTENDED_DATE. There is really no such thing. | Kohei Yoshida | |
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0 | |||
2012-05-11 | Better names for presentation specific field item types. | Kohei Yoshida | |
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17 | |||
2012-05-11 | Fixed a regression on impress/draw file save losing date field format info. | Kohei Yoshida | |
Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e | |||
2012-05-11 | Added UNSPECIFIED to textfield::Type. | Kohei Yoshida | |
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb | |||
2012-05-11 | Return correct presentation strings for fields. | Kohei Yoshida | |
Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1 | |||
2012-05-11 | Return the correct service names for each field type. | Kohei Yoshida | |
Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b | |||
2012-05-10 | callcatcher: update unused code list | Caolán McNamara | |
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6 | |||
2012-05-10 | Resolves: fdo#37044 two different TransliterationChgData structs | Caolán McNamara | |
There are two structs called TransliterationChgData with different layout. The crashes on MacOSX must be due to this. Rename them so they've different names. Change-Id: I887a33bed26b339e229b7fb1ef8dddd192f6fae3 | |||
2012-05-08 | A little more cleanup; translation of field IDs are no longer needed. | Kohei Yoshida | |
Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f | |||
2012-05-08 | Use defined UNO property names instead of hard-coded values. | Kohei Yoshida | |
Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d | |||
2012-05-08 | Removed commented out code blocks. | Kohei Yoshida | |
Change-Id: I7e5d0abbf209fd975a1f886b2588b51e05cf35e7 | |||
2012-05-08 | Use scoped_ptr for this. | Kohei Yoshida | |
Change-Id: I43aba3046fb0c7adcf5362ea26273189addc12fe | |||
2012-05-08 | Create SvxFieldData instance directly from the UNO textfield object. | Kohei Yoshida | |
Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1 | |||
2012-05-08 | Set anchor to XTextContent using UNO API. | Kohei Yoshida | |
Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910 | |||
2012-05-08 | Avoid calling getImplementation() on the text range object. | Kohei Yoshida | |
Change-Id: I3d1d4c1e9adebda16c62f4e14bd5aca14e058605 | |||
2012-05-05 | Use UNO's field type values for the SvxFieldData class IDs too. | Kohei Yoshida | |
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4 | |||
2012-05-05 | Use the UNO field type values instead of the internal ones. | Kohei Yoshida | |
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60 | |||
2012-05-05 | Avoid the ID of unknown field being the highest number of all field IDs. | Kohei Yoshida | |
Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827 | |||
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-03 | Added a field updater wrapper to allow updating of field items. | Kohei Yoshida | |
Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2 | |||
2012-05-03 | Another SV_DECL_PTRARR now gone. | Kohei Yoshida | |
Change-Id: I0521274a6e19414d2640a1473a249a90ce2224fc | |||
2012-05-03 | Removed another SV_DECL_PTRARR. | Kohei Yoshida | |
Change-Id: Ib3900d000c6a884c209a06b30e990963d92bc33f | |||
2012-05-03 | Have the table field item store sheet ID. | Kohei Yoshida | |
I forgot to commit this change... Change-Id: Ifcdbb2b16cf31b180393ea9b4188171c6cfe9963 | |||
2012-05-03 | fdo#31005 Table Autoformats do not save/apply all properties | Muhammad Haggag | |
This change expands the number of properties supported by autoformats, mainly for Writer. Some improvements affect Calc as well (e.g. border styles are now preserved for Calc). Common: boxitem.hxx, frmitems.cxx * Added a new version for SvxBoxItem serialization that includes border styles. * Updated SvxBoxItem and SvxBorderLine serialization logic accordingly. Writer: fmtornt.hxx, attrfrm.cxx * Added serialization/deserialization logic for SwFmtVertOrient. Writer: tblafmt.hxx, tblafmt.cxx, ndtbl.cxx * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50. * Autoformats now record the text orientation and vertical alignment of table cells. * Autoformats now record the following table-level properties: - Break - Keep with next paragraph - Repeat heading - Allow table split across pages - Allow rows to break across pages - Merge adjacent line styles - Table shadow Calc: autoform.hxx, autoform.cxx * Added support for reading/writing writer-specific data as binary blobs. * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50. | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-28 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Idf2e6e3e2870429541b3b5c225470cc80a13c102 | |||
2012-04-26 | fdo#46805 - special-case appending items to autocorrect lists | Michael Meeks | |
2012-04-25 | remove some unused code | Jose Santiago Jimenez Sarmiento | |
2012-04-24 | WaE: mixing comparison of bool and sal_Bool | Caolán McNamara | |
2012-04-24 | Removed unused code from editeng | Vicent Vendrell | |
Committer:Vicent Vendrell <viventa1@yahoo.es> On branch master modified: editeng/source/editeng/editdoc.cxx modified: editeng/source/editeng/editdoc.hxx modified: unusedcode.easy | |||
2012-04-20 | CharAttribList::OptimizeRanges: de-optimize to not crash so fast | Michael Stahl | |
Crashes on import of bugdoc from fdo#48969 with Assertion `n < this->size()' failed. (regression from b35980d9b28f1e3985f94238f7d8c9962f654bd0) | |||
2012-04-20 | fdo#47436: Fixed crash while opening odt file. | Dezsi Szabolcs | |
2012-04-19 | Revert "Use boost::scoped_ptr for this." | Kohei Yoshida | |
This reverts commit a4bc804627b8b21506e9b86fa54d2f7d2525e43e. | |||
2012-04-19 | Revert "Let's use boost::scoped_ptr for this." | Kohei Yoshida | |
This reverts commit e1520a9d6a9f9bcfcaa332d54892040fe54776c2. | |||
2012-04-19 | Pass const reference. | Kohei Yoshida | |
2012-04-18 | String & bool cleanup. | Kohei Yoshida | |
2012-04-18 | Non-inlining constructors. | Kohei Yoshida | |
2012-04-17 | no TYPEINFO for edit undo objects. | Kohei Yoshida | |
2012-04-17 | Make more methods of ImpEditEngine private to avoid direct access. | Kohei Yoshida | |
2012-04-17 | This doesn't have to be public. | Kohei Yoshida | |
2012-04-17 | Removed all references to ImpEditEngine from all of edit undo classes. | Kohei Yoshida | |
2012-04-17 | None of the edit undo classes access ImpEditEngine directly. | Kohei Yoshida | |
2012-04-16 | Remove the last undo friend from ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | Same with EditUndoConnectParas. | Kohei Yoshida | |