summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-09GCP_KERN_HACK has been hardcoded since 2002, so why bother with ifdefsTor Lillqvist
Change-Id: I7e37289aba503310c54026d5a8bcbf8e4d51fb6c
2012-05-09USE_UNISCRIBE has been hardcoded since 2009, so why bother with ifdefsTor Lillqvist
Change-Id: I16210b01b67e0bc4c817a0b1480483dd6237a5ba
2012-05-09Resolves: rhbz#818557 crash with NULL shell post template updateCaolá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-09Related: fdo#48961 don't crash on silly pixmap sizesCaolán McNamara
Change-Id: I43dbe846160d19b203ad6bed06e807d4fbf7ce56
2012-05-09fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna
Change-Id: I I69b92d0cd07c9f08f14affb447b55b26b2556186
2012-05-09implement RTF_LANDSCAPEMiklos Vajna
Change-Id: Icc7f0b06f8fe31f31df728920ecb96dc40849b4e
2012-05-09fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann
A regression introduced by e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612 "convert swext to gbuild and add to tail_build." Change-Id: I29efe28ad6353d725afe9cce6f470c5492aa87a8
2012-05-09Add usp10 here, tooTor Lillqvist
Change-Id: Ice9bf5cbd894950ef3db5fb32778c83bc4ab5baa
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-09gbuild: use mixed paths on cygwinMatúš 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-09n#757651 testcaseMiklos Vajna
Change-Id: Id0d24939632c98937f6fba26b756f139380191b0
2012-05-09n758575: Use default printer settings only when explicity mentioned.Muthu Subramanian
Also, fixes a bug with chartsheet pagesettings.
2012-05-09Convert SV_DECL_PTRARR_DEL(_RefIdsMaps) to boost::ptr_vectorNoel Grandin
2012-05-09fix std::vector::vector(size_t) in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(SwSortList) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwUndoSortList) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwTOXSortTabBases) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwURLNoteList) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(_SwShareBoxFmts) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vectorNoel Grandin
2012-05-09fix crash in CheckFields test from previous commitMichael 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-09Convert SV_DECL_PTRARR(SwpHts) to std::vectorNoel Grandin
Delete the TmpHints declaration, because it's using the same data-structure as SwpHts.
2012-05-09Remove unused SV_DECL_PTRARRNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SfxItemSets) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoSaveSections) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoMoves) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwTblToTxtSaves) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(_UndoTblCpyTbl_Entries) to ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwDependentFields) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(PropValDataArr) to std::vectorNoel Grandin
2012-05-09also convert assertions in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR(_HTMLEndLst) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwHTMLTxtFtns) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_SORT_DEL(SwHTMLFmtInfos) to boost::ptr_setNoel 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-09fix debug code in previous 3 commitsMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableCells) boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableRows) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableColumns) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SdrObjects) to std::vectorNoel Grandin
2012-05-09also convert assertions in previous commitMichael Stahl
2012-05-09fix std::deque::deque(size_t) in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrs) to std::dequeNoel Grandin
The code frequently inserts at both ends, so a deque made more sense.
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(INetFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vectorNoel 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-09Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin