Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | Add some more information | Tor Lillqvist | |
Change-Id: Iafa671028ce73c2ec3a2706dda60f58aaeda7fda | |||
2012-06-13 | make sure basebmp headers are in place | David Tardon | |
Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1 | |||
2012-06-13 | fix typo: = -> == | David Tardon | |
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec | |||
2012-06-13 | better test for system boost date_time lib | David Tardon | |
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde | |||
2012-06-12 | fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096] | Regina Henschel | |
Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet functions. Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf | |||
2012-06-12 | remove unused SfxFilterPtrArr | Michael Stahl | |
Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c | |||
2012-06-12 | convert SbPropertyValueArr_Impl to boost::ptr_vector | Michael Stahl | |
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a | |||
2012-06-12 | SbPropertyValues: rename members | Michael Stahl | |
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868 | |||
2012-06-12 | SbPropertyValues::setPropertyValue doesn't check that property exists | Michael Stahl | |
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8 | |||
2012-06-12 | convert NfWSStringsDtor further to vector<OUString> | Michael Stahl | |
Change-Id: I4fac64952abf208864281fda722d8b7242689395 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vector | Noel Grandin | |
I had to make the destructor of SvxRTFItemStackType public. The combination of friend class, boost, and a private destructor does not make OSX's gcc happy. Change-Id: I2d9a3bff3c5edaf5435fb543389a9a2822c6b2ad | |||
2012-06-12 | Convert SV_IMPL_PTRARR(SfxFilterPtrArr) to std::vector | Noel Grandin | |
Change-Id: I6b0fee0f5d736006938d3d6ab69745219bffa227 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl) to boost::ptr_vector | Noel Grandin | |
Change-Id: I90d357107f69ea5939952e9640b5e1f4cbdcec3d | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxNumSettingsArr_Impl) to boost::ptr_vector | Noel Grandin | |
Change-Id: I1d53e6815c4da5ef5f525dbc11bca73723bb3bd2 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SfxGroupInfoArr_Impl) to boost::ptr_vector | Noel Grandin | |
Change-Id: I90628a60e3eb33097728e1036b22a5c000be02bc | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vector | Noel Grandin | |
For reasons I don't understand, the compiler would get uncopy if I tried to declare the destructor in the header file. Change-Id: I67fa7941da2f0ee08ae10bf350fb1f3bf1397410 | |||
2012-06-12 | fix previous commit: | Michael Stahl | |
Make SbCompare_UString_PropertyValue_Impl a strict weak ordering. Change-Id: I70d639ad44ceb69311c2d5bc1b95c972ad658451 | |||
2012-06-12 | Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector | Noel Grandin | |
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vector | Noel Grandin | |
Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vector | Noel Grandin | |
I had to keep the pointer typedef because MacOS gcc gets confused otherwise. Change-Id: I0681585f7273dcac25b2cb835601b29353e2183a | |||
2012-06-12 | Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector | Noel Grandin | |
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vector | Noel Grandin | |
Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vector | Noel Grandin | |
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-12 | Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vector | Noel Grandin | |
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-12 | Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vector | Noel Grandin | |
Change-Id: Ie7aa19b7ef5c25b2547a9fd29810fb56427edac0 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(ImageItemListDescriptor) to boost::ptr_vector | Noel Grandin | |
Change-Id: Ic3b06e179d182d68288c7c6832149309160cd637 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(ExternalImageItemListDescriptor) to ptr_vector | Noel Grandin | |
Change-Id: I29e61ac8c932d0920f326f268aa62acc4aaec5c5 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL( ImageListDescriptor) to boost::ptr_vector | Noel Grandin | |
Change-Id: Iea01a7d7c01bb9da80ccae001157c60d6090348b | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vector | Noel Grandin | |
Change-Id: Ic4cb48c1ea3df05cecaedb41941d9b592d591a55 | |||
2012-06-12 | Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vector | Noel Grandin | |
Change-Id: I2fee4cf49ff48e4cffef0bcba704b69aad8242d8 | |||
2012-06-12 | Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vector | Noel Grandin | |
Change-Id: I2375831167dff55b7906cc7ae8c8a1b53fc88125 | |||
2012-06-12 | Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vector | Noel Grandin | |
Change-Id: Ic541506a426e056909f6c5cb67af166d4081ea89 | |||
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | accept BIT* functions as _xlfnodf.* in Excel import | Eike Rathke | |
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-12 | changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2" | Eike Rathke | |
* 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-12 | fdo#50822 add function XOR to calc as in ODFF1.2 | Winfried Donkers | |
Change-Id: I994119c0520658775d07f776237d31a03f53ab52 | |||
2012-06-12 | fucntion -> function | Caolán McNamara | |
Change-Id: I0d345b2cf60f49e0e6b72724251c1f6d30529dce | |||
2012-06-12 | delete problematic IsOfficeRunning custom action | Andras Timar | |
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff | |||
2012-06-12 | -Werror,-Wunused-function | Stephan Bergmann | |
Change-Id: I1b12a923e8c045c7ebca8c0b77b8135d3e072ac9 | |||
2012-06-12 | Resolves: fdo#49178 CRASH when FILEOPEN particular RTF | Julien Nabet | |
Change-Id: Idd938980b91ec8b822a92dfd7013a20fe5b6f498 | |||
2012-06-12 | lo-commit-stat: avoid problems whit '%' in the commit message | Petr Mladek | |
Change-Id: Ia10bac649cc078f6ef39002d280dcff7e5d0b06d | |||
2012-06-12 | lo-pack-sources: correct check for valid libreoffice/core dir | Petr Mladek | |
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be | |||
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | rhbz#678440: Always include User-Agent to avoid 403 from picky servers | Stephan Bergmann | |
Change-Id: I4fa7b45062b0058427f77cf9dc0abebd6b26fb49 | |||
2012-06-12 | re-base on ALv2 code. | Michael Meeks | |
2012-06-12 | FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from ↵ | Caolán McNamara | |
commit 125cecd8fa6036986f1d442bc7d902b547c11e75) | |||
2012-06-12 | n#766477 dmapper: import NS_ooxml::LN_CT_FFCheckBox_default | Miklos Vajna | |
Change-Id: If7edb301fa90a49d79fc5322a7c19ee2591f5494 |