summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Collapse)AuthorAgeFilesLines
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
| | | | Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-191-6/+4
| | | | | | | | | | | merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
* move odd IsSimilarChinese debugging thing to local scopeCaolán McNamara2012-06-192-8/+11
| | | | Change-Id: I3abcd97b15d9a8500435fab795a7834fa5745dc9
* death to some UniStringsCaolán McNamara2012-06-191-3/+2
| | | | Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-181-1/+1
| | | | Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-4/+2
| | | | | | | | | | | These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
* Remove unnecessary size-too-large checkStephan Bergmann2012-06-131-5/+0
| | | | | | ...it is done in UniString(rtl::OUString const&) ctor anyway Change-Id: I890ab21a6c04fe0ddc0a9b2c9a356359984e516e
* Better fix for those short stringsStephan Bergmann2012-06-131-3/+2
| | | | | | | ...that are not intended to be short after all; just the length calculation turned out to be wrong. Change-Id: Ic3a81c935161564f980ddd0241575fff2f76b467
* Drop throw clause that was incomplete anywayTor Lillqvist2012-06-132-2/+2
| | | | | | | | | SvxUnoTextRangeBase::SetPropertyValueHelper throws a css::lang::IllegalArgumentException but its delaration did not mention that. This caused a crash in sd_filters_test with Apple's Clang which does not have -fno-enforce-eh-specs. So drop the whole throw clause. Change-Id: Ib9bbbc885f657aeb8d671c75a41b60a6544ea421
* Take care of short stringsStephan Bergmann2012-06-131-0/+3
| | | | Change-Id: I469b27a45bb5676570b59a829419f3959210a1a6
* error C2227: left of ´->acquire´ must point to class/struct/union typeCaolán McNamara2012-06-131-1/+1
| | | | Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
* Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vectorNoel Grandin2012-06-122-38/+33
| | | | | | | | I had to make the destructor of SvxRTFItemStackType public. The combination of friend class, boost, and a private destructor does not make OSX's gcc happy. Change-Id: I2d9a3bff3c5edaf5435fb543389a9a2822c6b2ad
* don't need to realloc stringCaolán McNamara2012-06-121-9/+7
| | | | Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-8/+5
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-10/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-0910-26/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* valgrind: uninitialized valueCaolán McNamara2012-06-061-0/+1
| | | | Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
* fdo#46112: tweak condition to prevent guessing only...Michael Stahl2012-06-041-1/+2
| | | | | | | ...if there are actually individual line widths given; fixes the sw_rtftok test. Change-Id: If5f6ef54b93c5bfccfd011f25d9d9301637d388e
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-5/+4
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46112: fix Calc ODF border line import:Michael Stahl2012-06-041-1/+10
| | | | | | | | | | | | | | | There are 2 problems here: - the border widths are tripled on import, because that is effectively what SetWidth does for DOUBLE borders; set a divisor of 3 similar to e2ffb71305c5f085eec6d396651c76d6daee3406 - the 3 individual line widths are ignored and the 3 lines end up with the same width, while older versions had numerous pre-defined border styles with asymmetric line widths; fix this by always guessing the width from the 3 parts for DOUBLE lines Change-Id: Ibdde7e034e25433835765330e81db0825efd9eb8
* Fix call of getLengthJulien Nabet2012-06-041-2/+2
| | | | Change-Id: I5fb5bc5016bd2779643ecfcf2df40e00c4741a2c
* Hyperlinks/Fields wrapping feature.Muthu Subramanian2012-06-042-2/+69
| | | | | | * Known issue: If the hyperlink wraps the next content is always from the new line! :( * Pending: Creation of unit test case for this.
* nuke unused typedefTakeshi Abe2012-05-312-6/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* targeted string re-workNorbert Thiebaud2012-05-2911-58/+58
| | | | Change-Id: I477fc34c21530b51d975216156e66abf21a7149c
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-291-1/+1
| | | | Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
* fdo#40874: make recorded border macros run:Michael Stahl2012-05-211-3/+40
| | | | | | | | | | | When the new BorderLine2 struct with its added members was introduced, the PutValues methods that are called by the macro recorder with seqeunces of Anys were not adapted, so running recorded macro for ".uno:BorderInner" ".uno:BorderOuter" ".uno:SetBorderStyle" fails. (regression from b624e6e6cf2ecfc6e6e983af45212fce5e731006, 7db30f7aa037f52eb07cbb4fd2796bd869204af8) Change-Id: Icd8a11d7f5c8d79c57020f213a1554540b6c666d
* fd0#40778 - Remove dictionary choice when adding new entryRob Snelders2012-05-184-4/+18
| | | | Change-Id: Id7bd039b505d30e71065c2cdf27eba1cb466be56
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-1/+1
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida2012-05-144-7/+7
| | | | Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-4/+5
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* Unit test for UNO field item implementation.Kohei Yoshida2012-05-111-0/+139
| | | | | | Make sure the type IDs are associated with correct service names. Change-Id: I5ff8ec7fb56f2790f9a3eca8e019c784cb27de43
* Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida2012-05-113-12/+1
| | | | | | This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
* Better names for presentation specific field item types.Kohei Yoshida2012-05-113-16/+15
| | | | Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
* Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida2012-05-111-6/+6
| | | | Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e
* Added UNSPECIFIED to textfield::Type.Kohei Yoshida2012-05-113-8/+6
| | | | Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
* Return correct presentation strings for fields.Kohei Yoshida2012-05-111-26/+36
| | | | Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1
* Return the correct service names for each field type.Kohei Yoshida2012-05-111-43/+70
| | | | Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b
* callcatcher: update unused code listCaolán McNamara2012-05-102-2/+21
| | | | Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
* Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara2012-05-101-12/+13
| | | | | | | | There are two structs called TransliterationChgData with different layout. The crashes on MacOSX must be due to this. Rename them so they've different names. Change-Id: I887a33bed26b339e229b7fb1ef8dddd192f6fae3
* A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida2012-05-084-44/+11
| | | | Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f
* Use defined UNO property names instead of hard-coded values.Kohei Yoshida2012-05-082-19/+19
| | | | Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d
* Removed commented out code blocks.Kohei Yoshida2012-05-081-249/+0
| | | | Change-Id: I7e5d0abbf209fd975a1f886b2588b51e05cf35e7
* Use scoped_ptr for this.Kohei Yoshida2012-05-081-3/+3
| | | | Change-Id: I43aba3046fb0c7adcf5362ea26273189addc12fe
* Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2012-05-085-16/+228
| | | | Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1
* Set anchor to XTextContent using UNO API.Kohei Yoshida2012-05-083-2/+50
| | | | Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910
* Avoid calling getImplementation() on the text range object.Kohei Yoshida2012-05-081-26/+62
| | | | Change-Id: I3d1d4c1e9adebda16c62f4e14bd5aca14e058605
* Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2012-05-053-32/+23
| | | | Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
* Use the UNO field type values instead of the internal ones.Kohei Yoshida2012-05-053-106/+83
| | | | Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60
* Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida2012-05-052-11/+19
| | | | Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827
* Nobody uses this.Kohei Yoshida2012-05-051-2/+0
| | | | Change-Id: I8bfb2d04285885c76f0ed1455c46612ad5ec98b0