summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida3-32/+23
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida3-106/+83
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2-11/+19
2012-05-05Nobody uses this.Kohei Yoshida1-2/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida8-3/+181
2012-05-03Another SV_DECL_PTRARR now gone.Kohei Yoshida3-25/+37
2012-05-03Removed another SV_DECL_PTRARR.Kohei Yoshida3-125/+136
2012-05-03Have the table field item store sheet ID.Kohei Yoshida2-3/+23
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2-11/+61
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara7-18/+18
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-28Some cppcheck cleaningJulien Nabet1-2/+2
2012-04-26fdo#46805 - special-case appending items to autocorrect listsMichael Meeks1-0/+14
2012-04-25remove some unused codeJose Santiago Jimenez Sarmiento2-6/+0
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara8-28/+25
2012-04-24Removed unused code from editengVicent Vendrell2-6/+0
2012-04-20CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl1-2/+2
2012-04-20fdo#47436: Fixed crash while opening odt file.Dezsi Szabolcs1-1/+2
2012-04-19Revert "Use boost::scoped_ptr for this."Kohei Yoshida2-2/+5
2012-04-19Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida2-1/+4
2012-04-19Pass const reference.Kohei Yoshida2-16/+16
2012-04-18String & bool cleanup.Kohei Yoshida5-22/+34
2012-04-18Non-inlining constructors.Kohei Yoshida2-16/+37
2012-04-17no TYPEINFO for edit undo objects.Kohei Yoshida3-33/+3
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida9-108/+141
2012-04-17This doesn't have to be public.Kohei Yoshida1-1/+0
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida9-181/+182
2012-04-17None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida3-54/+89
2012-04-16Remove the last undo friend from ImpEditEngine.Kohei Yoshida4-12/+15
2012-04-16EditUndoSplitParaKohei Yoshida4-10/+16
2012-04-16EditUndoSplitParaKohei Yoshida2-7/+6
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida4-17/+34
2012-04-16Same with EditUndoDelContent.Kohei Yoshida5-31/+64
2012-04-16same with EditUndoRemoveChars.Kohei Yoshida2-9/+8
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida4-19/+25
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida2-10/+21
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida7-43/+60
2012-04-16Let's use boost::scoped_ptr for this.Kohei Yoshida2-4/+1
2012-04-16EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida4-48/+48
2012-04-16Use boost::scoped_ptr for this.Kohei Yoshida2-5/+2
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida7-111/+237
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara17-84/+88
2012-04-16Corret size_t format specifierStephan Bergmann1-1/+1
2012-04-14Resolves: fdo#48683 nice crash when hitting DELJulien Nabet1-4/+1
2012-04-14WaE fixJulien Nabet1-1/+1
2012-04-14Really fix the build.Kohei Yoshida3-1/+7
2012-04-14Keep tinderbox happy.Kohei Yoshida1-3/+3
2012-04-14This must be const.Kohei Yoshida2-2/+2