Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-09 | GCP_KERN_HACK has been hardcoded since 2002, so why bother with ifdefs | Tor Lillqvist | |
Change-Id: I7e37289aba503310c54026d5a8bcbf8e4d51fb6c | |||
2012-05-09 | USE_UNISCRIBE has been hardcoded since 2009, so why bother with ifdefs | Tor Lillqvist | |
Change-Id: I16210b01b67e0bc4c817a0b1480483dd6237a5ba | |||
2012-05-09 | Resolves: rhbz#818557 crash with NULL shell post template update | Caolán McNamara | |
It's all a bit baffling in a maze of Shells, but what I can see is that when we update from the template at the end of loading we end up with a different order of shells on the stack than in the usual case. Apparently from positioning the cursor at an earlier stage than usual. If I lock the dispatcher for the duration of updating the template it all works out ok. I freely admit I can't foresee the full consequences of this, but it appears to work. Change-Id: Ib7b2f511cdb5a37715a6ad839d9b1426ad9db8e0 | |||
2012-05-09 | Related: fdo#48961 don't crash on silly pixmap sizes | Caolán McNamara | |
Change-Id: I43dbe846160d19b203ad6bed06e807d4fbf7ce56 | |||
2012-05-09 | fdo#49501 RTF_MARGL/R/T/B should also set the current margin | Miklos Vajna | |
Change-Id: I I69b92d0cd07c9f08f14affb447b55b26b2556186 | |||
2012-05-09 | implement RTF_LANDSCAPE | Miklos Vajna | |
Change-Id: Icc7f0b06f8fe31f31df728920ecb96dc40849b4e | |||
2012-05-09 | fdo#46509: xsltml .xsl files missing from wiki-publisher.oxt | Stephan Bergmann | |
A regression introduced by e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612 "convert swext to gbuild and add to tail_build." Change-Id: I29efe28ad6353d725afe9cce6f470c5492aa87a8 | |||
2012-05-09 | Add usp10 here, too | Tor Lillqvist | |
Change-Id: Ice9bf5cbd894950ef3db5fb32778c83bc4ab5baa | |||
2012-05-09 | gbuild: remove gb_Helper_abbreviate_dirs_native | Matúš Kukan | |
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 | |||
2012-05-09 | gbuild: use mixed paths on cygwin | Matúš Kukan | |
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3 | |||
2012-05-09 | n#757651 testcase | Miklos Vajna | |
Change-Id: Id0d24939632c98937f6fba26b756f139380191b0 | |||
2012-05-09 | n758575: Use default printer settings only when explicity mentioned. | Muthu Subramanian | |
Also, fixes a bug with chartsheet pagesettings. | |||
2012-05-09 | Convert SV_DECL_PTRARR_DEL(_RefIdsMaps) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | fix std::vector::vector(size_t) in previous commit | Michael Stahl | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwSortList) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwUndoSortList) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwTOXSortTabBases) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwURLNoteList) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(_SwShareBoxFmts) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | fix crash in CheckFields test from previous commit | Michael Stahl | |
std::vector::vector(size_type n) creates a vector containing n default initialized elements, while boost::ptr_vector or SvArray constructors create a vector containing 0 elements and allocate space for n. | |||
2012-05-09 | Convert SV_DECL_PTRARR(SwpHts) to std::vector | Noel Grandin | |
Delete the TmpHints declaration, because it's using the same data-structure as SwpHts. | |||
2012-05-09 | Remove unused SV_DECL_PTRARR | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SfxItemSets) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwUndoSaveSections) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwUndoMoves) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwTblToTxtSaves) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(_UndoTblCpyTbl_Entries) to ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwDependentFields) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(PropValDataArr) to std::vector | Noel Grandin | |
2012-05-09 | also convert assertions in previous commit | Michael Stahl | |
2012-05-09 | Convert SV_DECL_PTRARR(_HTMLEndLst) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwHTMLTxtFtns) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_SORT_DEL(SwHTMLFmtInfos) to boost::ptr_set | Noel Grandin | |
I had to move "struct SwHTMLFmtInfo" from htmlatr.cxx to wrthtml.hxx because there are clear() calls in wrthtml.cxx and ptr_set needs the full declaration to be visible. | |||
2012-05-09 | fix debug code in previous 3 commits | Michael Stahl | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(HTMLTableCells) boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(HTMLTableRows) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(HTMLTableColumns) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SdrObjects) to std::vector | Noel Grandin | |
2012-05-09 | also convert assertions in previous commit | Michael Stahl | |
2012-05-09 | fix std::deque::deque(size_t) in previous commit | Michael Stahl | |
2012-05-09 | Convert SV_DECL_PTRARR(_HTMLAttrs) to std::deque | Noel Grandin | |
The code frequently inserts at both ends, so a deque made more sense. | |||
2012-05-09 | Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(INetFmts) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vector | Noel Grandin | |
2012-05-09 | Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vector | Noel Grandin | |
I used a ptr_vector here even though the old code was not declared with PTRARR_DEL because the lifecycle of the array elements is completely bound to the lifecycle of the parent object. | |||
2012-05-09 | Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vector | Noel Grandin | |