summaryrefslogtreecommitdiffstats
path: root/editeng/inc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused definesThomas Arnhold2012-07-013-18/+0
* some pesky XubStringsCaolán McNamara2012-06-291-5/+5
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-251-2/+2
* re-base on ALv2 code.Michael Meeks2012-06-223-69/+42
* re-base on ALv2 code.Michael Meeks2012-06-2123-562/+355
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-212-14/+1
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-191-6/+4
* move odd IsSimilarChinese debugging thing to local scopeCaolán McNamara2012-06-191-8/+0
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-4/+2
* Drop throw clause that was incomplete anywayTor Lillqvist2012-06-131-1/+1
* error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara2012-06-131-1/+1
* Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin2012-06-121-10/+8
* fd0#40778 - Remove dictionary choice when adding new entryRob Snelders2012-05-182-0/+2
* Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida2012-05-141-1/+1
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-1/+1
* Better names for presentation specific field item types.Kohei Yoshida2012-05-111-3/+3
* Added UNSPECIFIED to textfield::Type.Kohei Yoshida2012-05-111-1/+1
* callcatcher: update unused code listCaolán McNamara2012-05-101-1/+2
* A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida2012-05-082-2/+3
* Use defined UNO property names instead of hard-coded values.Kohei Yoshida2012-05-081-1/+1
* Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2012-05-082-6/+43
* Set anchor to XTextContent using UNO API.Kohei Yoshida2012-05-081-0/+33
* Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2012-05-052-31/+18
* Use the UNO field type values instead of the internal ones.Kohei Yoshida2012-05-051-17/+1
* Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2012-05-051-1/+0
* Nobody uses this.Kohei Yoshida2012-05-051-2/+0
* Added a field updater wrapper to allow updating of field items.Kohei Yoshida2012-05-032-0/+74
* Have the table field item store sheet ID.Kohei Yoshida2012-05-031-0/+5
* fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2012-05-031-0/+9
* make ResId::toString a non-static memberCaolán McNamara2012-04-302-2/+2
* remove some unused codeJose Santiago Jimenez Sarmiento2012-04-251-1/+0
* WaE: mixing comparison of bool and sal_BoolCaolán McNamara2012-04-242-4/+4
* Non-inlining constructors.Kohei Yoshida2012-04-181-16/+22
* no TYPEINFO for edit undo objects.Kohei Yoshida2012-04-171-1/+0
* Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida2012-04-171-0/+7
* Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida2012-04-172-7/+14
* None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida2012-04-171-2/+8
* Remove the last undo friend from ImpEditEngine.Kohei Yoshida2012-04-161-0/+2
* EditUndoSplitParaKohei Yoshida2012-04-161-0/+2
* Same with EditUndoConnectParas.Kohei Yoshida2012-04-161-0/+3
* Same with EditUndoDelContent.Kohei Yoshida2012-04-161-0/+10
* EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-161-0/+2
* Have EditUndo also return EditEngine*.Kohei Yoshida2012-04-161-5/+7
* EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-161-1/+6
* EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-161-10/+38
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-1612-34/+34
* Really fix the build.Kohei Yoshida2012-04-141-0/+1
* This must be const.Kohei Yoshida2012-04-141-1/+1
* Export this to get it to build in forms.Kohei Yoshida2012-04-141-1/+1
* EE_APPEND now has to be the max value of size_t.Kohei Yoshida2012-04-131-1/+2