summaryrefslogtreecommitdiffstats
path: root/editeng/inc
Commit message (Expand)AuthorAgeFilesLines
* fdo#49350 Speedup "OK" action of auto-correct dialogTomaž Vajngerl2012-09-231-1/+6
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-162-6/+1
* remove include comments and boxesThomas Arnhold2012-08-0865-135/+0
* Remove usage of list.hxxNoel Grandin2012-08-081-2/+2
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
* drop bogus eof linesThomas Arnhold2012-08-072-5/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-2/+0
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-071-1/+1
* LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl2012-07-305-0/+370
* fix non-const accesses in previous commit:Michael Stahl2012-07-261-2/+0
* Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin2012-07-261-20/+14
* move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl2012-07-251-3/+19
* autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl2012-07-251-4/+40
* Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin2012-07-121-3/+12
* Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara2012-07-111-20/+0
* CalcDataFilesChangedCheckValue is always zeroCaolán McNamara2012-07-111-2/+0
* nCurrentDataFilesChangedCheckValue is kind of pointlessCaolán McNamara2012-07-111-1/+0
* refactor handling of double border widths:Michael Stahl2012-07-041-0/+4
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-22/+13
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* 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