summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin28-106/+106
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vectorNoel Grandin2-9/+5
Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11
2012-06-12Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vectorNoel Grandin4-24/+26
I could not use boost::ptr_vector because some of the code copies the pointers into other data-structures temporarily, which ptr_vector does not like. Change-Id: Ie9c8aeb4e741bfd138694929ccda451a1c0984bb
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin3-32/+37
I could have used boost::ptr_vector, but the code seems to believe that the array can contain nulls, which ptr_vector does not like. Change-Id: I5f56a3e96ef9baca2c192e7cfa33b8f4283709a6
2012-06-12Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vectorNoel Grandin1-7/+4
Change-Id: Ie7aa19b7ef5c25b2547a9fd29810fb56427edac0
2012-06-12Convert SV_DECL_PTRARR_DEL(ImageItemListDescriptor) to boost::ptr_vectorNoel Grandin7-26/+20
Change-Id: Ic3b06e179d182d68288c7c6832149309160cd637
2012-06-12Convert SV_DECL_PTRARR_DEL(ExternalImageItemListDescriptor) to ptr_vectorNoel Grandin3-6/+4
Change-Id: I29e61ac8c932d0920f326f268aa62acc4aaec5c5
2012-06-12Convert SV_DECL_PTRARR_DEL( ImageListDescriptor) to boost::ptr_vectorNoel Grandin4-9/+8
Change-Id: Iea01a7d7c01bb9da80ccae001157c60d6090348b
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin4-41/+41
Change-Id: Ic4cb48c1ea3df05cecaedb41941d9b592d591a55
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2-13/+12
Change-Id: I2fee4cf49ff48e4cffef0bcba704b69aad8242d8
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vectorNoel Grandin2-16/+13
Change-Id: I2375831167dff55b7906cc7ae8c8a1b53fc88125
2012-06-12Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vectorNoel Grandin2-32/+30
Change-Id: Ic541506a426e056909f6c5cb67af166d4081ea89
2012-06-12re-base on ALv2 code.Michael Meeks746-17032/+11077
2012-06-12re-base on ALv2 code.Michael Meeks66-1692/+1102
2012-06-12re-base on ALv2 code.Michael Meeks41-966/+597
2012-06-12accept BIT* functions as _xlfnodf.* in Excel importEike Rathke1-5/+5
BITAND, BITOR, BITXOR, BITRSHIFT, BITLSHIFT are written as _xlfnodf.* in Excel export because Excel doesn't have them. So far we weren't able to properly read that in again and the #MACRO? error was generated as function result.
2012-06-12changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"Eike Rathke3-3/+2
* removed XOR entry again from sc/source/filter/oox/formulabase.cxx saFuncTableBiff5 * changed XOR entry in sc/source/filter/excel/xlformula.cxx saFuncTable_Odf from ocNoName to ocXor to have it written as _xlfnodf.XOR * changed description of function in Function Wizard
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers14-3/+143
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
2012-06-12fucntion -> functionCaolán McNamara1-1/+1
Change-Id: I0d345b2cf60f49e0e6b72724251c1f6d30529dce
2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar19-372/+2
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-06-12-Werror,-Wunused-functionStephan Bergmann1-30/+0
Change-Id: I1b12a923e8c045c7ebca8c0b77b8135d3e072ac9
2012-06-12Resolves: fdo#49178 CRASH when FILEOPEN particular RTFJulien Nabet1-1/+2
Change-Id: Idd938980b91ec8b822a92dfd7013a20fe5b6f498
2012-06-12lo-commit-stat: avoid problems whit '%' in the commit messagePetr Mladek1-0/+3
Change-Id: Ia10bac649cc078f6ef39002d280dcff7e5d0b06d
2012-06-12lo-pack-sources: correct check for valid libreoffice/core dirPetr Mladek1-1/+1
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
2012-06-12re-base on ALv2 code.Michael Meeks31-806/+527
2012-06-12re-base on ALv2 code.Michael Meeks38-909/+567
2012-06-12rhbz#678440: Always include User-Agent to avoid 403 from picky serversStephan Bergmann1-0/+15
Change-Id: I4fa7b45062b0058427f77cf9dc0abebd6b26fb49
2012-06-12re-base on ALv2 code.Michael Meeks123-2657/+1826
2012-06-12FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from ↵Caolán McNamara1-2/+2
commit 125cecd8fa6036986f1d442bc7d902b547c11e75)
2012-06-12n#766477 dmapper: import NS_ooxml::LN_CT_FFCheckBox_defaultMiklos Vajna2-5/+17
Change-Id: If7edb301fa90a49d79fc5322a7c19ee2591f5494
2012-06-12toolbars: Improve the toolbars look in Windows Vista or later.Jan Holesovsky3-17/+56
Change-Id: I389ef70c76a3a9c837ad5406c417804ad77be948
2012-06-12menubar: Improved Windows Vista or later look (based on Mirek M.'s design).Jan Holesovsky1-31/+83
Change-Id: Ica8076b7e21c5188a3126faf32d16904deecf212
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky25-103/+73
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-12re-base on ALv2 code.Michael Meeks394-9668/+6122
2012-06-12re-base on ALv2 code.Michael Meeks2521-61907/+39240
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl1-0/+4
The border widths are tripled on import, because that is effectively what SetWidth does for DOUBLE borders; set a divisor of 3 similar to e2ffb71305c5f085eec6d396651c76d6daee3406 70a6a4d425558340bb49507975343a3e0a1bdde8 Change-Id: I40b175bedc1ed2d564be126bf9e6870b43474aba
2012-06-12fix null pointer dereferenceNorbert Thiebaud1-2/+12
Change-Id: Ia117e1db43b29eda2f87bf1b1f26d580006e4b8b
2012-06-12Translate German comments, fix some spelling errorsPhilipp Weissenbacher4-46/+42
Change-Id: I2a4cc2c903f469898df9c739658ce25523199fbb
2012-06-12Translate German commentsPhilipp Weissenbacher3-58/+54
Change-Id: I96606cc97afb4fab6af45b116c265b1b3c584e00
2012-06-12misuse of null-terminating requiring string ctorCaolán McNamara1-1/+1
Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara2-4/+3
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7
2012-06-12don't need to realloc stringCaolán McNamara2-10/+9
Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
2012-06-12Don't push_back(.back()), stupidFridrich Štrba1-1/+13
Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl4-6/+12
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2
2012-06-12oox: fix TextFontModel doxygen commentsMiklos Vajna1-5/+5
Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e
2012-06-12Make PyUNO work --with-macox-version-min-required=10.6Stephan Bergmann3-5/+26
...by using system libsqlite3.dylib instead of nss one (see comment in nss/makefile.mk for details). (dmake knows neither < nor ! in conditional expressions, that is the reason for the strange .IF .ELSE ... .END constructs.) Change-Id: I5abe0f74ad55aac06b91163751bb8145b759b9ca
2012-06-12work around spurious signed overflow warningsEike Rathke1-4/+4
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow] Change-Id: Ibbc2f3533097ad379e1707f77039c675a0d00133
2012-06-12cppcheck: Avoid unused variables code warningsMartyn Russell8-13/+13
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell3-22/+20
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-12Add a default dummy implementation of SalVirtualDevice::SetSizeUsingBuffer()Tor Lillqvist1-1/+5
Change-Id: Ib1d98173f2dd29a59ce49bbe93ff563d5bb913a0