summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-05-27sw: Library_swui should not include headers from source/core/incMichael Stahl
2014-05-27cid#707295 Uncaught exceptionNoel Grandin
2014-05-27cid#707296 and cid#738184 Uncaught exceptionNoel Grandin
2014-05-27SwXTextPortionEnumeration: do not expose inline anchored textboxesMiklos Vajna
2014-05-27SwXFrameEnumeration: ignore textboxesMiklos Vajna
2014-05-27SwXFrames::getByIndex: ignore textboxesMiklos Vajna
2014-05-27SwXFrames::getCount: ignore TextFrames, which are TextBoxesMiklos Vajna
2014-05-27SwTextBoxHelper::findTextBox: only draw frames can have textboxesMiklos Vajna
2014-05-27let SwTextBoxHelper::findTextBoxes() take a const SwDocMiklos Vajna
2014-05-27SwXParaFrameEnumeration: ignore textboxesMiklos Vajna
2014-05-27SwXDrawPage::getByIndex(): ignore textboxesMiklos Vajna
2014-05-27SwXDrawPage::getCount(): ignore textboxesMiklos Vajna
2014-05-27SwXShape: return the right XText implementaation in the TextBox caseMiklos Vajna
2014-05-27SwXShape: allow setting TextBox property to falseMiklos Vajna
2014-05-27SwTextBoxHelper::syncProperty(): avoid crash on not-yet-inserted shapeMiklos Vajna
2014-05-27SwXShape: new bool TextBox propertyMiklos Vajna
2014-05-27SwXShape: invoke SwTextBoxHelperMiklos Vajna
2014-05-27Initial SwTextBoxHelperMiklos Vajna
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-26Resolves: fdo#79124 options cells shift down when unit clickedCaolán McNamara
2014-05-26coverity#1158084 Unchecked dynamic_castMiklos Vajna
2014-05-26SwFmtFlyCnt: add doxygen commentMiklos Vajna
2014-05-26coverity#704936 Unchecked dynamic_castCaolán McNamara
2014-05-26fdo#78900 RTF import: allow \dpxsize inside \dptxbxtextMiklos Vajna
2014-05-26cid#707399 Uncaught exceptionNoel Grandin
2014-05-26cid#707410 Uncaught exceptionNoel Grandin
2014-05-26cid#707415 Uncaught exceptionNoel Grandin
2014-05-26bnc#863018 WW8 import: fix upper margin of multi-page floating tableMiklos Vajna
2014-05-26coverity#1213144 Missing break in switchCaolán McNamara
2014-05-26coverity#1213138 Missing break in switchCaolán McNamara
2014-05-26coverity#736062 Missing break in switchCaolán McNamara
2014-05-26coverity#736061 Missing break in switchCaolán McNamara
2014-05-26coverity#736060 Missing break in switchCaolán McNamara
2014-05-26coverity#705269 Missing break in switchCaolán McNamara
2014-05-26cppcheck: uninitvarThomas Arnhold
2014-05-26CppunitTest_sw_ooxmlexport -> CppunitTest_sw_ooxmlsdrexport movesMiklos Vajna
2014-05-26fdo#79062 File having Footnote with Text Effect got corrupted after RTRavindra Vidhate
2014-05-25WaE: warning C4146: unary minus operator applied to unsigned type,...Thomas Arnhold
2014-05-25coverity#1158083 Unchecked dynamic_castMiklos Vajna
2014-05-25coverity#1158082 Unchecked dynamic_castMiklos Vajna
2014-05-24coverity#1158081 Unchecked dynamic_castMiklos Vajna
2014-05-24CppunitTest_sw_rtfimport: the point here was only that this was nearly zeroMiklos Vajna
2014-05-24Fix loop test and evaluate token count just onceMatteo Casalin
2014-05-24OUString: constify, avoid temporaries and buffersMatteo Casalin
2014-05-24sal_uInt16 to size_tMatteo Casalin
2014-05-24OUString: constify and avoid temporariesMatteo Casalin
2014-05-24Use more proper integer types, constify, avoid unneeded conversionsMatteo Casalin
2014-05-24Avoid temporary OUStringsMatteo Casalin