summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida
2012-05-08Removed commented out code blocks.Kohei Yoshida
2012-05-08Use scoped_ptr for this.Kohei Yoshida
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida
2012-05-05Nobody uses this.Kohei Yoshida
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida
2012-05-03Another SV_DECL_PTRARR now gone.Kohei Yoshida
2012-05-03Removed another SV_DECL_PTRARR.Kohei Yoshida
2012-05-03Have the table field item store sheet ID.Kohei Yoshida
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-28Some cppcheck cleaningJulien Nabet
2012-04-26fdo#46805 - special-case appending items to autocorrect listsMichael Meeks
2012-04-25remove some unused codeJose Santiago Jimenez Sarmiento
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara
2012-04-24Removed unused code from editengVicent Vendrell
2012-04-20CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl
2012-04-20fdo#47436: Fixed crash while opening odt file.Dezsi Szabolcs
2012-04-19Revert "Use boost::scoped_ptr for this."Kohei Yoshida
2012-04-19Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida
2012-04-19Pass const reference.Kohei Yoshida
2012-04-18String & bool cleanup.Kohei Yoshida
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-17This doesn't have to be public.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-16EditUndoSplitParaKohei Yoshida
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida
2012-04-16Same with EditUndoDelContent.Kohei Yoshida
2012-04-16same with EditUndoRemoveChars.Kohei Yoshida
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Let's use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida