summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-01-22docx export: fix table 'tblInd' attribute computationPierre-Eric Pelloux-Prayer
Change-Id: I3980ad8e372290973ed89488eb540267136af491
2013-01-22sw: DOCX export of TextFrame border/shadow testcaseMiklos Vajna
Change-Id: I26be6fbd5f0cd95218cdd7235e1fc10eeafb6704
2013-01-22sw: DOCX export of TextFrame shadowMiklos Vajna
Change-Id: Ia095a3adee271cf7235fb7c13824d7f265658897
2013-01-22sw: DOCX export of TextFrame border width / colorMiklos Vajna
Change-Id: If88abe20eeec478d340f913973d4f4815dc0e510
2013-01-22sw: DOCX export of TextFrame background colorMiklos Vajna
Change-Id: If488129c8b563b82932b58e16328922cc2653da8
2013-01-22sw: DOCX export of TextFrames testcaseMiklos Vajna
Change-Id: Ie46a2627d247fb293606c6deab3254113b741336
2013-01-22sw: DOCX export of TextFrame size/positionMiklos Vajna
Change-Id: Ie830fe9f7276fbc8f20e7d37424116d6653a6931
2013-01-22sw: initial DOCX export of TextFrames as VML rectanglesMiklos Vajna
Change-Id: I0b204e9a81aad3e4f5fafc17bbd0c3935eb5cdb5
2013-01-21fix previous string conversion:Michael Stahl
- unconverted assertion in dinfdlg.cxx - wrong replaceAt in SidebarWin.cxx - obsolete cast in SpellDialog.cxx Change-Id: I18450c0c6fdd275b7f81a7fce58cdf98bb806e27
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-21Resolves: fdo#58749 wrong custom widget libname in columns pageCaolán McNamara
Change-Id: Ia11d30816b920b60367b8a0b7bd70d4bb4614ded
2013-01-21ditch some pesty XubStringsCaolán McNamara
Change-Id: I42a80b12d843b95e2ddc0872ee793ebbda050066
2013-01-21fdo#59530 WW8 import of commented text rangesMiklos Vajna
Change-Id: I3e2928922ebcec8188c1b5416108373c4f26dd62
2013-01-20SwSplitTableDlg also unusedCaolán McNamara
Change-Id: I0eef94907586ecae8213da6f322366ddc8e0c686
2013-01-20AbstractSwSplitTableDlg never usedCaolán McNamara
Change-Id: I8b3fa5a513d31002655af479ba41a85b713509bd
2013-01-19convert outline numbering tabdialog to .uiCaolán McNamara
Change-Id: I233c43132fe82f65f2f2dda9fc1afee0237610bd
2013-01-19convert character properties tabdialog to .uiCaolán McNamara
Change-Id: I73fc5fc19ae75971b0569b708f4104c79b9a9cc2
2013-01-19sal_Bool to boolTakeshi Abe
Change-Id: I36603ac94b190a67b61b63b5ae0d981c09fcb270
2013-01-19Remove unused static variableTakeshi Abe
Change-Id: I2a0d2919b66d1450712660dbd0eb457d3f7f1c7d
2013-01-18disable the test case for paragraph mark exportLuboš Luňák
I don't know what's wrong with it or why the problem shows only for me on openSUSE12.2, but it's been broken for several days now and there's not much point in keeping it that way given that it didn't work from the beginning. Change-Id: I608bc01e4ee914629db1aa75ce8463044fe20ca6
2013-01-18convert table properties tabdialog to .uiCaolán McNamara
Change-Id: Ide72fb6bfc604f13e9d01250aac8e9b011bd034b
2013-01-18add a way to select the current SfxTabPage by nameCaolán McNamara
Change-Id: Ib7a07bc0e6ec9f47b83839fb3eb8f31c014dedff
2013-01-18split out background page and adapt code to .uiCaolán McNamara
I've being putting this one off for a while as its a complicated set of hidden pieces shows for different background types format->frame->background shows transparency option table->properties->background shows "for cell/table/row" options flipping as graphic/color should show different contents Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f
2013-01-17ItemSetToPageDesc: remove mysterious SvxPageUsage flag manglingMichael Stahl
These 2 lines (from initial CVS import) appear unnecessary since the only valid SvxPageUsage value with 0x04 set is 0x07. Change-Id: I4fe92e100955ff00831e0ef7bdad21e7105193ed
2013-01-17fdo#59428: SwPageDesc::GetUseOn(): mask PD_FIRSTSHARE.Michael Stahl
There is at least one call in SwDoc::ChgPageDesc() checks if the result equals PD_MIRROR. (regression from fa0f42bafbf24e9141ddee728b160b5ab47077f2) Change-Id: Id37ca46eec5885f7f5230337d8a8a594845f7842
2013-01-17fdo#59437: SwFmtAnchor::SetAnchor: Anchors may be on StartNodesMichael Stahl
Assertion added in 90a0116ccb48388d91b21128fcac2e4609838581 wasn't quite right. Change-Id: Icac6c4e3932837ffaf170d9b18664e5b4ff579ff
2013-01-17Const correct-ness in one place...Kohei Yoshida
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida
And make sure the whole thing still builds. Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
2013-01-17Add close findbar button also on other LO componentsJoren De Cuyper
Change-Id: I8a18d0459d9584d00b8d7c747b0bb500e02988d9 Reviewed-on: https://gerrit.libreoffice.org/1727 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-17fdo#52286 fix RTF export of sub/super script font heightMiklos Vajna
Change-Id: If71cb6a20842f2fbe8eae94955da2d53842999a4
2013-01-16Resolves: fdo#58998 insert section applied twiceCaolán McNamara
regression since 0157f0b1ba364f7f9af2aacd1be9fbb5ddec2b4d my belief was that OK_Impl was only called in one place, in sw/source/ui/fmtui/tmpdlg.cxx, so I merged the use there into OK_Impl, but of course there was another use in sfx2/source/dialog/tabdlg.cxx Given that OK_Impl only called PrepareLeaveCurrentPage originally... a) replace OK_Impl in sfx2/source/dialog/tabdlg.cxx with PrepareLeaveCurrentPage, a no-op from the original state. b) add an Apply method that does what I want, i.e. call ok without closing the dialog, so we can retain the fix of fdo#38606 to have "apply" immediately apply the effect of pressing "ok" without closing and reopening the dialog Change-Id: I57e2e41c07ab9bf89ada98d1b9c3336db3493f19
2013-01-16rhbz#818557: fix it differently: SwDocShell::_LoadStyles():Michael Stahl
Try to prevent pushing of SfxShells from this function via EndAllAction and SwView::AttrChangedNotify() by setting a ridiculous pre-exising global bNoInterrupt variable. Change-Id: I9c91ca882891c8dfcd9dc08ba197233cfefddefd
2013-01-16sw: start using cppu::supportsService in unocoreMiklos Vajna
Change-Id: Ifa2154af314af98c7c81781f8cbd47ba1e48f730
2013-01-16add close option to findbar in Writerjorendc
Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67 Reviewed-on: https://gerrit.libreoffice.org/1557 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-16sw unit test: force layout compute after loading documentPierre-Eric Pelloux-Prayer
Change-Id: I35173bbc2a4e33dfee555aa71f053e219ef01d1e
2013-01-16sal_Bool to boolTakeshi Abe
Change-Id: I6997b288f444c7f0a982e88a9549569ed816493e
2013-01-16Drop unreachable branchTakeshi Abe
Change-Id: I90ce9190b652956e3ddb248bf570cf829da3a387
2013-01-16docx export: fix regression on table borders exportPierre-Eric Pelloux-Prayer
The removed code was supposed to allow LO to write cell borders only if they were different from default cell border. Bug #59275 show that this is incorrect. Change-Id: If31914c412480fdadb775ca6675999ecde3e6bba
2013-01-15sw: kill no longer needed ASCII_STR() defineMiklos Vajna
Change-Id: Id7f221ba96594502d04bba05375cba03b0f36970
2013-01-15make translatable a few more ui stringsAndras Timar
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
2013-01-15docx export: add test case for paragraph mark exportPierre-Eric Pelloux-Prayer
Change-Id: I2701ee12221460f8ff19397ea215cc1484648d18 Reviewed-on: https://gerrit.libreoffice.org/1650 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-15fix mailmerge output as plain text, explicitly pick correct .txt export filterCaolán McNamara
Change-Id: Ie277dc58d9e562ffa2a0edd17c18aafe4f4bd4de
2013-01-15split out border page and adapt codeCaolán McNamara
Change-Id: I1c6b8c0fdbd82d54920e168afbe5c33a29244202
2013-01-15fdo#40465 solve regression when zooming with cursor not visibleWinfried Donkers
Change-Id: If8dfff1a27218c7821823fcad04bab9f924fec70
2013-01-15clean up copy&paste tests duplicationMiklos Vajna
Change-Id: Idc3e959ba701f9967f7bdb95bd920c8e7416c80a
2013-01-15fdo#59338 fix RTF paste into footnoteMiklos Vajna
Change-Id: I89501f267fd4256eb3b1316ef41a0f9b0786e0f0
2013-01-15fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new styleNoel Grandin
The services already existed, it just did not have an IDL file. Adapts com.sun.star.embed.OOoEmbeddedObjectFactory com.sun.star.embed.OLEEmbeddedObjectFactory com.sun.star.embed.EmbeddedObjectCreator Change-Id: I8ba01c7fd956a46c87d02dc7d61bdd5fcdf21ab8
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin
Change-Id: I98bfbc8e143b9ad9d486f97380186fde9b4423ec
2013-01-14fdo#58854 'Insert' button was untranslatableAndras Timar
Change-Id: Iedb17e216083fdb8990fe9dc663b27eaa352ecf3