summaryrefslogtreecommitdiff
path: root/editeng/inc
AgeCommit message (Expand)AuthorFilesLines
2012-07-04refactor handling of double border widths:Michael Stahl1-0/+4
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-22/+13
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-2/+2
2012-05-18fd0#40778 - Remove dictionary choice when adding new entryRob Snelders2-0/+2
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-1/+1
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-1/+1
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-3/+3
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-1/+1
2012-05-10callcatcher: update unused code listCaolán McNamara1-1/+2
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida2-2/+3
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida1-1/+1
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2-6/+43
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida1-0/+33
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2-31/+18
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-17/+1
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida1-1/+0
2012-05-05Nobody uses this.Kohei Yoshida1-2/+0
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida2-0/+74
2012-05-03Have the table field item store sheet ID.Kohei Yoshida1-0/+5
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-0/+9
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-2/+2
2012-04-25remove some unused codeJose Santiago Jimenez Sarmiento1-1/+0
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara2-4/+4
2012-04-18Non-inlining constructors.Kohei Yoshida1-16/+22
2012-04-17no TYPEINFO for edit undo objects.Kohei Yoshida1-1/+0
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida1-0/+7
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida2-7/+14
2012-04-17None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida1-2/+8
2012-04-16Remove the last undo friend from ImpEditEngine.Kohei Yoshida1-0/+2
2012-04-16EditUndoSplitParaKohei Yoshida1-0/+2
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida1-0/+3
2012-04-16Same with EditUndoDelContent.Kohei Yoshida1-0/+10
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida1-0/+2
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida1-5/+7
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida1-1/+6
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida1-10/+38
2012-04-16upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara12-34/+34
2012-04-14Really fix the build.Kohei Yoshida1-0/+1
2012-04-14This must be const.Kohei Yoshida1-1/+1
2012-04-14Export this to get it to build in forms.Kohei Yoshida1-1/+1
2012-04-13EE_APPEND now has to be the max value of size_t.Kohei Yoshida1-1/+2
2012-04-13Another svarray to kill.Kohei Yoshida1-4/+4
2012-04-13ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida1-0/+33
2012-04-13EditView is no longer a friend of ImpEditEngine.Kohei Yoshida1-34/+65
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara1-1/+0
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida1-1/+1
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida1-0/+1
2012-04-09Killed Another instance of svarray.Kohei Yoshida1-9/+9
2012-04-06reduce overzealous namingLuboš Luňák1-4/+4
2012-04-03Bool cleanup.Kohei Yoshida1-1/+1