summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Collapse)Author
2013-12-19CID#1130380 (unlikely) invalid iterator useCaolán McNamara
Change-Id: I09b7186ce395eb8d32bb9604aeaa26fe2243eed1
2013-12-19CID#736021 (unlikely) invalid iterator useCaolán McNamara
Change-Id: Ic23ccd99a573765ba434fd2fb7bbfe1d3491fcd3
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann
Change-Id: I955dcb5cedfbdf413054482d2c51d187e6f41898
2013-12-03convert SwTxtNode::GetLang from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I2740622a5e30916d050e01350208a0de268e42ac
2013-12-02Integrate branch of IAccessible2Steve Yin
Conflicts: everything Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3
2013-11-27Drop duplicate #includeTakeshi Abe
Change-Id: I8c5daff82b96e4d9e2e89e18473c9be8c9c8162b
2013-11-04remove redundant calls to OUString constructorNoel Grandin
Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
It's a public class, so it should have the 'Sw' prefix. Change-Id: I0040c1cc37ffcba7fc5f58b71c86f4a7cb0bfce4
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann
Patch by: zhengfan, Oliver Review by: Oliver reintegrate from branch writer001 (cherry picked from commit 8f2a21eac4a904db3cc4c448179e2d2cf5878ef4) Conflicts: sw/inc/tox.hxx sw/source/core/tox/tox.cxx sw/source/filter/ww8/dump/ww8scan.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx Change-Id: I75b2971f23754afa0bcb0b549bfb820dd5924b3b
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e
2013-10-15more fixes for OUString conversion in Windows buildNoel Grandin
More std::min pickiness, and some ternary operator pickiness. Change-Id: Ic7feed165c6bb35e08a5e44031d06a1fcb298983
2013-10-15convert sw/source/ui/index/*.cxx from String to OUStringNoel Grandin
Change-Id: If327c8104aed144863a6b86b08c783f5a43551cf
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin
Change-Id: Ib24edf99414b2f1821bdfe37d3b27b9c79820947
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara
Change-Id: I0f929843d73eb445c8b1aa56d59cbbce844b9008
2013-10-10warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385
2013-10-10convert sw/source/ui/inc/sw*.hxx from String to OUStringNoel Grandin
Change-Id: I75ee55f9a8e2b7036621adbee40b92f29029f366
2013-10-10convert sw/source/ui/inc/t*.hxx from String to OUStringNoel Grandin
Change-Id: I5fa8a7af4a869998af19509a132a4cb67716097b
2013-10-10convert sw/source/ui/inc/uno*.hxx from String to OUStringNoel Grandin
Change-Id: I7f6b4a29655390356aef9c6045590ee00c0fed4f
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0
2013-10-02inizializes->initializesCaolán McNamara
Change-Id: If57c23762de09b0fca3f68c534fa5d71647a3140
2013-10-02fdo#62475 - remove visual noise and fix existing commentsPhilipp Riemer
Conflicts: sw/source/ui/index/cnttab.cxx sw/source/ui/misc/outline.cxx sw/source/ui/uiview/view2.cxx Change-Id: Ib75355808599401f8c0a8a626ce034f1699c9104 Reviewed-on: https://gerrit.libreoffice.org/6085 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02fix format for code consistencyPhilipp Riemer
Conflicts: sw/source/core/doc/docglbl.cxx sw/source/filter/ww8/ww8par2.cxx Change-Id: I8deb4ecf2714f29d53e0653ecaeabac251e9f071 Reviewed-on: https://gerrit.libreoffice.org/6082 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02remove/add blank linesPhilipp Riemer
Conflicts: sw/source/core/unocore/unoprnms.cxx Change-Id: Icc044955b7b9f28d9f237e97865198cd2ded89a1 Reviewed-on: https://gerrit.libreoffice.org/6079 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02remove zhaojianwei code markersPhilipp Riemer
Conflicts: sw/source/core/doc/docfmt.cxx Change-Id: Iddda0d57ae547680634d45aaf8c6deb40855b860 Reviewed-on: https://gerrit.libreoffice.org/6078 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara
Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6
2013-09-30delete code that was commented outPhilipp Riemer
Change-Id: I86f53763305682946098ece4fd6d58bcfdc5a73f Reviewed-on: https://gerrit.libreoffice.org/6083 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-11convert select address book to .uiCaolán McNamara
Change-Id: I578bd89d2abb077c7b90ec4f75e0b8204dd33f92
2013-09-03convert select index dialog to .uiCaolán McNamara
Change-Id: I49a3d67e9c22c1608354b732f8aee27afcf15885
2013-09-02bDel is unused uninitializedCaolán McNamara
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
2013-09-02convert apply styles dialog to .uiCaolán McNamara
Change-Id: Id596ceaebc0dda3be046be89f22b6bf1a304fa4e
2013-09-02rework SwIndexTreeLB to be a SvSimpleTable to make .ui conversion easierCaolán McNamara
Change-Id: I7ce02cb53e6164e69f0d4efd9863ba16a4fab025
2013-08-28fix abuse of GetTabDialog to indicate that we're pre resetCaolán McNamara
Change-Id: I3572ccd1e984af97ede28db558e22ee6e8019344
2013-08-28convert tox index page to .uiCaolán McNamara
Change-Id: I4929ac3b82af91d8b9cb95b033a9171d46554774
2013-08-26drop unused helpids fullyCaolán McNamara
Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb
2013-08-26convert token widget to .uiCaolán McNamara
which means that the widgets inside the token window in index/table->entries are no longer truncated at the bottom Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92
2013-08-26convert tox entries page to .uiCaolán McNamara
Change-Id: Iedc6ab145a39b3844a42b70bfa18f4af574d732d
2013-08-26split out the custom index widget to simplify conversion to .uiCaolán McNamara
Change-Id: If909ff5e68d9212601d62fd917055cec0538e948
2013-08-23convert toc dialog to .uiCaolán McNamara
this should stop the intermittent redraw glitch and the toc dialog initially appearing shoved up against the left edge of the screen Change-Id: Id1dad162f110cd9140d2603a2b3b43ef64e703ca
2013-08-21WaE: enumeral and non-enumeral type in conditional expressionCaolán McNamara
Change-Id: I0b35ce3559acae739e810780832f6e275b493382
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev
Change-Id: I77726f009338ae49877c5f58fe6c14d386089bbe
2013-08-13String to OUString and some reduction of scopeMatteo Casalin
Change-Id: Ia760c5f3f8c158bea30be3102841a66330e5180a Reviewed-on: https://gerrit.libreoffice.org/5339 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12String to OUString and some optimizationsMatteo Casalin
Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a
2013-08-08sw: convert some SwStyleNameMapper methods to OUStringMichael Stahl
Change-Id: I151678b2bf155a7561b4c4e4b2d9fd1f05930477
2013-08-08convert toc style page to .uiCaolán McNamara
Change-Id: I8ed03fc3e5433d8a2fe83c3ad88fa95773fe6c53
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
2013-07-17fdo#39904, n#825976: implement hyperlinks for Illustrations indexCédric Bosdonnat
(cherry picked from commit 8bb2c7f1556c10508c8ac451c579539ccf5dacfb) Conflicts: sw/inc/swtypes.hxx Change-Id: I6f682c382e7ab0e06259b335247fdcebd7412942
2013-07-16warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
Change-Id: I2d65386fb697cbd62768cbcc565611d9a5fdb068