summaryrefslogtreecommitdiff
path: root/editeng/inc
AgeCommit message (Collapse)Author
2012-06-15hrc cleanup: Remove completely unused RIDsThomas 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-13Drop throw clause that was incomplete anywayTor 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-13error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara
Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel 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-18fd0#40778 - Remove dictionary choice when adding new entryRob Snelders
Change-Id: Id7bd039b505d30e71065c2cdf27eba1cb466be56
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
2012-05-10callcatcher: update unused code listCaolán McNamara
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida
Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida
Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida
Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida
Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida
Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827
2012-05-05Nobody uses this.Kohei Yoshida
Change-Id: I8bfb2d04285885c76f0ed1455c46612ad5ec98b0
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida
Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2
2012-05-03Have the table field item store sheet ID.Kohei Yoshida
I forgot to commit this change... Change-Id: Ifcdbb2b16cf31b180393ea9b4188171c6cfe9963
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad 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-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-25remove some unused codeJose Santiago Jimenez Sarmiento
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara
2012-04-18Non-inlining constructors.Kohei Yoshida
2012-04-17no TYPEINFO for edit undo objects.Kohei Yoshida
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida
2012-04-17None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida
2012-04-16Remove the last undo friend from ImpEditEngine.Kohei Yoshida
2012-04-16EditUndoSplitParaKohei Yoshida
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida
2012-04-16Same with EditUndoDelContent.Kohei Yoshida
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine.
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara
2012-04-14Really fix the build.Kohei Yoshida
2012-04-14This must be const.Kohei Yoshida
2012-04-14Export this to get it to build in forms.Kohei Yoshida
2012-04-13EE_APPEND now has to be the max value of size_t.Kohei Yoshida
2012-04-13Another svarray to kill.Kohei Yoshida
2012-04-13ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida
Be careful whom you befriend with...
2012-04-13EditView is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida
Turns out that this change affected all cppunit runs.
2012-04-11We 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-09Killed Another instance of svarray.Kohei Yoshida
2012-04-06reduce overzealous namingLuboš Luňák