Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | hrc cleanup: Remove completely unused RIDs | Thomas Arnhold | |
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994 | |||
2012-06-13 | Drop throw clause that was incomplete anyway | Tor Lillqvist | |
SvxUnoTextRangeBase::SetPropertyValueHelper throws a css::lang::IllegalArgumentException but its delaration did not mention that. This caused a crash in sd_filters_test with Apple's Clang which does not have -fno-enforce-eh-specs. So drop the whole throw clause. Change-Id: Ib9bbbc885f657aeb8d671c75a41b60a6544ea421 | |||
2012-06-13 | error C2227: left of ´->acquire´ must point to class/struct/union type | Caolán McNamara | |
Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vector | Noel Grandin | |
I had to make the destructor of SvxRTFItemStackType public. The combination of friend class, boost, and a private destructor does not make OSX's gcc happy. Change-Id: I2d9a3bff3c5edaf5435fb543389a9a2822c6b2ad | |||
2012-05-18 | fd0#40778 - Remove dictionary choice when adding new entry | Rob Snelders | |
Change-Id: Id7bd039b505d30e71065c2cdf27eba1cb466be56 | |||
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 | Better names for presentation specific field item types. | Kohei Yoshida | |
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17 | |||
2012-05-11 | Added UNSPECIFIED to textfield::Type. | Kohei Yoshida | |
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb | |||
2012-05-10 | callcatcher: update unused code list | Caolán McNamara | |
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6 | |||
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 | 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-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-05 | Nobody uses this. | Kohei Yoshida | |
Change-Id: I8bfb2d04285885c76f0ed1455c46612ad5ec98b0 | |||
2012-05-03 | Added a field updater wrapper to allow updating of field items. | Kohei Yoshida | |
Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2 | |||
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-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
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-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 | 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 | Same with EditUndoConnectParas. | Kohei Yoshida | |
2012-04-16 | Same with EditUndoDelContent. | Kohei Yoshida | |
2012-04-16 | EditUndoInsertCharts is no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Have EditUndo also return EditEngine*. | Kohei Yoshida | |
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine. | |||
2012-04-16 | EdtAutoCorrDoc no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | EditRTFParser no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | upgrade GetValueTextByPos family to rtl::OUString | Caolán McNamara | |
2012-04-14 | Really fix the build. | Kohei Yoshida | |
2012-04-14 | This must be const. | Kohei Yoshida | |
2012-04-14 | Export this to get it to build in forms. | Kohei Yoshida | |
2012-04-13 | EE_APPEND now has to be the max value of size_t. | Kohei Yoshida | |
2012-04-13 | Another svarray to kill. | Kohei Yoshida | |
2012-04-13 | ImpEditView no longer a friend of ImpEditEngine. | Kohei Yoshida | |
Be careful whom you befriend with... | |||
2012-04-13 | EditView is no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-12 | partially revert the editeng singleton stuff to get build to complete | Caolán McNamara | |
2012-04-12 | Handle the correct deletion order of EditDLL in the base class. | Kohei Yoshida | |
Turns out that this change affected all cppunit runs. | |||
2012-04-11 | We need to delete EditDLL before de-initialize vcl to avoid crash. | Kohei Yoshida | |
Without manually releasing the EditDLL singleton instance, it gets deleted *after* the cppunit does its cleanup, which de-initializes VCL. The problem is, when the EditDLL instance is destroyed, its member GlobalEditData instance deletes the OutputDevice instance that it owns, which in turn accesses font caches in VCL. But by the time we reach that point, VCL is already de-initialized, hence the problem. | |||
2012-04-09 | Killed Another instance of svarray. | Kohei Yoshida | |
2012-04-06 | reduce overzealous naming | Luboš Luňák | |