summaryrefslogtreecommitdiffstats
path: root/sw/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* update comments about SvPtrArrCaolán McNamara2012-07-281-1/+0
| | | | Change-Id: I627f65581f457f0b1485bc30abcd5e4a10434d14
* Use memcmp insteadof rtl_compareMemory in swArnaud Versini2012-07-281-1/+1
| | | | Change-Id: Ie3a95f628387756d2fa941707bd5e224b41b5720
* Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin2012-07-261-17/+20
| | | | Change-Id: Ie7edc6b32b373619d4c0ac154da93650743049cf
* refactor ModelToViewHelper, should have unchanged resultsCaolán McNamara2012-07-265-25/+24
| | | | Change-Id: Ib57f0d6f9491d12ffacada5ec0ae8bc68874c25b
* Convert SV_DECL_VARARR(SwRects) to std::vectorNoel Grandin2012-07-261-4/+4
| | | | Change-Id: I7fa9380fad92d6667ccd9a635b2d26f700aa780e
* Convert SV_DECL_VARARR_SORT(_SwPamRanges) to o3tl::sorted_vectorNoel Grandin2012-07-261-7/+7
| | | | Change-Id: I6f3fa6b4940ba17e21e9fc47bcdd61c9761ba477
* Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin2012-07-261-4/+7
| | | | Change-Id: I84c4cd5686ea0649ad9ca6c879d51bffe6d693c2
* Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin2012-07-262-5/+12
| | | | Change-Id: I4af9e86257a9e40b91351fd34ac70fe053d02367
* delete svl/svstdarr.hxxMichael Stahl2012-07-255-5/+0
| | | | Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
* autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl2012-07-251-7/+13
| | | | | | | ... to store not Strings but derived SwAutoCompleteStrings with something far saner: an abstract base class with virtual dtor. Change-Id: I7d966f385dd41154ee1c4cdb43b56ff1aace9b5e
* Convert SV_DECL_PTRARR_DEL(_SwSeqFldList) to std::vectorNoel Grandin2012-07-251-6/+16
| | | | Change-Id: I40802ba1e7b2e2f6f57c59c4d66b544604d01ce5
* Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin2012-07-252-3/+3
| | | | Change-Id: Id5ff378b25619a9bf126824b4abadd19615b7a31
* Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vectorNoel Grandin2012-07-251-2/+11
| | | | Change-Id: I17c40bda4ab401bde42b64d090fd7e3259e79026
* Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin2012-07-251-0/+1
| | | | Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef
* Change /*!< inline doxygen comments to /**< .Jan Holesovsky2012-07-252-12/+11
| | | | Change-Id: I8a9bad7131f5a83fe7bc586c1a0b678fda1eca71
* This is modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq2012-07-2511-129/+129
| | | | | | | | Change-Id: I73cd4c901aa003abec43f55948c184672d2e14ff Reviewed-on: https://gerrit.libreoffice.org/338 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jan Holesovsky <kendy@suse.cz> Reviewed-by: Jan Holesovsky <kendy@suse.cz>
* SwPostItField: add aName memberMiklos Vajna2012-07-201-2/+5
| | | | | | To handle roundtrip of office:name in ODF. Change-Id: I35dab189f7b9b8191ca92c647332e2271d4806f9
* 0xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara2012-07-181-1/+1
| | | | | | | | | | | | | | | | | | | a) the default properties for the code point make it not split a word it appears in into two different words in any break mode we have. Which is what we want from a CH_TXTATR_INWORD b) unicode TR#20 gives for the interlinear annotation anchor: "What to do if detected: In a proxy context or browser context, remove U+FFF9", so when we need to strip it from text to run that text through e.g. the spellchecker or word counting then there's a solid precedent for stripping it In addition I *do* want the footnote placeholder to break the word it appears in, that gives the desired wordcount and cursor travelling behaviour The BREAKWORD and other *random* selection of CH_TXTATR are still odd choices, and there's way too many of them. Change-Id: I930ff8ff806af448829bc1a1ae6cb92053e9a284
* fdo#50801 fix cross-reference text when Caption order is Numbering firstUray M. János2012-07-172-13/+13
| | | | Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d
* Convert SV_DECL_PTRARR_DEL(SwUnoCrsrTbl) to std::setNoel Grandin2012-07-171-3/+7
| | | | Change-Id: I0d79505e2d97b1f8608e6d6e72b317bfaa344b1d
* Convert SV_DECL_PTRARR_SORT_DEL(SwGlblDocContents) to o3tl::sorted_vectorNoel Grandin2012-07-171-5/+5
| | | | Change-Id: Id0ee0ae93d69641cf65d12c8f170d3c6b34dbeb9
* Convert SV_DECL_PTRARR_DEL( SwFmtCollConditions) to boost::ptr_vectorNoel Grandin2012-07-171-3/+2
| | | | Change-Id: I45c66246de9d5608b630ceeb11535faf28f9c073
* Doxygen needs ///< for inline comments, not only //<.Jan Holesovsky2012-07-171-3/+3
| | | | Change-Id: Ib8db74de1f18342794713952470e26ba87bc75fe
* implement docx import/export of SwPostItField::aInitialsMiklos Vajna2012-07-161-0/+1
| | | | Change-Id: I919f5f0c4f6a1f6b1ea6261d9703da7a6c1046d3
* SwPostItField: added aInitials memberMiklos Vajna2012-07-162-2/+5
| | | | Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf
* Remove unused HIDsThomas Arnhold2012-07-141-9/+0
| | | | | | Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
* Remove unused HIDsThomas Arnhold2012-07-141-382/+0
| | | | | | Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
* SwXTextField: add getter method for m_nServiceIdMiklos Vajna2012-07-121-0/+1
| | | | Change-Id: I5a4f65da17062db1334bb0140b7b4545494adfa6
* SwPostItMgr: these can be staticMiklos Vajna2012-07-121-3/+3
| | | | Change-Id: I83b18d86c61e38ebe344d0b4153513ad65b20720
* fdo#51793: FormatNumber can handle sal_uInt32 values after all...Cédric Bosdonnat2012-07-101-1/+1
| | | | Change-Id: I9d50bce0278a4aa65873aa816eb991473f556cee
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+2
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna2012-07-093-17/+11
| | | | | | | | | sw document model, xmloff and offapi supported these separately, but sw layout did not. It turns out it's not needed for Word interop, either, so better to just merge these, instead of implementing them independently without a good use-case. Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
* sorted all include statements alphabetically in sw/source/core/bastyp/Philipp Riemer2012-07-051-1/+3
| | | | | | * fixing the missing include statements in shellres.hxx (bjoern-michaelsen) Change-Id: I976586b346facf38905391bd336b7f08b218f4a4
* fix Windows build, include vectorMichael Stahl2012-07-051-4/+6
| | | | Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a
* Convert Svptrarr to std::deque<SwAutoCompleteString*>Noel Grandin2012-07-041-1/+4
| | | | | | And convert some salBool to bool. Change-Id: I57248b2a316009d0b4e6f5d24963a361312bafd9
* Convert Svptrarr to std::vector<const SwUserFieldType*>Noel Grandin2012-07-041-4/+4
| | | | | | Also convert method return type from sal_Bool to bool Change-Id: I259e99709297d4c3b9b74643920e2afefa469a93
* Convert Svptrarr to std::set<const SwTxtFld*>Noel Grandin2012-07-041-4/+4
| | | | Change-Id: I71bfd2075c7dd7a97fd5553c8e55e614d6be4cf3
* Convert Svptrarr to std::deque<const SwTxtAttr*>Noel Grandin2012-07-041-2/+2
| | | | Change-Id: I527814582214401a1f7dd9c192e6aa96e45f7819
* renamed "MakeFormel" into "MakeFormula" (in sw/)Philipp Riemer2012-07-041-3/+3
| | | | Change-Id: I1da8e5e7b8d12895c099a6c0cc259009e76aa341
* SwPageDesc: let IsHeaderShared() not affect IsHeaderSharedFirst()Miklos Vajna2012-07-041-2/+2
| | | | Change-Id: I23224f4b408e36a858cd8ce6b1cfbdaac2bf4b60
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-2/+1
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* SwPageDesc: add GetFirstFmt methodsMiklos Vajna2012-07-031-2/+13
| | | | Change-Id: Id0e1185950446d0c9b7159a406315540956baed1
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-021-2/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-021-3/+0
| | | | Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689
* Remove unused definesThomas Arnhold2012-07-021-78/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-026-11/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* SwDoc: kill copy&paste with CopyMasterHeader() and CopyMasterFooter()Miklos Vajna2012-07-021-0/+4
| | | | Change-Id: I10480cc7977e7227a6abe84e7bf27f69a980f89a
* sw: initial HeaderTextFirst / FooterTextFirstMiklos Vajna2012-07-022-1/+5
| | | | | | | | The header/footer text for the first page can now be written (document model ready), but layout doesn't take it into account yet. Also, SwDoc::ChgPageDesc() has some copy&paste, will fix that soon. Change-Id: Ic28659f028e7db4aa1b6eefc76a4e672127e2c98
* Remove unused definesThomas Arnhold2012-07-024-8/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* Remove unused definesThomas Arnhold2012-07-016-23/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565