summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add basebmpdllapi.hTor Lillqvist2011-09-021-0/+1
|
* Add a foodllapi.h file here too and use itTor Lillqvist2011-09-024-9/+50
| | | | | | | | | Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate headers as is the normal convention. Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header. Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't match the declaration.
* regenerateCaolán McNamara2011-09-021-5/+0
|
* add a way to better construct an OString of len X from a SvStreamCaolán McNamara2011-09-028-31/+68
|
* add a public __sal_NoAcquire to OString to match OUString'sCaolán McNamara2011-09-022-1/+11
|
* move to comphelper, and renameCaolán McNamara2011-09-0217-34/+93
|
* update listCaolán McNamara2011-09-021-0/+9
|
* And then fix MSVC compilationTor Lillqvist2011-09-021-0/+1
|
* css::awt namespace is included in this file.Kohei Yoshida2011-09-021-2/+2
|
* fdo#40466: Get charts to import from xlsx again.Kohei Yoshida2011-09-021-2/+11
| | | | This regression was probably caused by a bad merge of OOo m106.
* No macros for the com::sun::star::foo.Kohei Yoshida2011-09-022-16/+12
|
* sal_Bool to bool.Kohei Yoshida2011-09-022-9/+9
|
* unusedcode.easy: vcl::unotools cleanupJoseph Powers2011-09-013-157/+0
|
* Fix MinGW compilation error with min()Tor Lillqvist2011-09-021-1/+1
|
* unusedcode.easy: PDFWriter cleanupJoseph Powers2011-09-015-444/+0
|
* enhwmf: revert typo introduced by cdc4b3803490dd275547efb38dc1fe7bfca7c0ecMiklos Vajna2011-09-011-1/+1
|
* More build fixing.Thorsten Behrens2011-09-011-1/+1
| | | | Writer also needed the ooxmlexport.hxx from oox now.
* Fix the build.Thorsten Behrens2011-09-012-1/+2
| | | | | | StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
* remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks2011-09-017-11/+0
|
* re-factor and cleanup load and save code for lists, killing copy & pasteMichael Meeks2011-09-0113-541/+108
| | | | | | 'return' is not a function, GLOBALOVERFLOW is superstition, bin unused & obsolete static character arrays, prune unused includes, remove bogus comments.
* slightly buggy commit 66141a46a44fa1c96694e98453e28c077ca23f48 from 20/11/2008Julien Nabet2011-09-011-1/+0
|
* Some cppcheck cleaningJulien Nabet2011-09-012-2/+2
|
* Move OoxmlFormulaExportBase to ooxTor Lillqvist2011-09-014-8/+5
|
* make the overlap smallerRadek Doulik2011-09-011-1/+1
|
* fix for linear gradient export to PDFMuthu Subramanian2011-09-011-4/+16
| | | | Signed-off-by: Radek Doulik <rodo@novell.com>
* Need an explicit implementation of constructor for MSVC it seemsTor Lillqvist2011-09-013-1/+42
|
* Resolves:fdo#40499/#i75665# remove italic from bg autotext numbered formulaLaurent BP2011-09-011-0/+0
|
* resync listCaolán McNamara2011-09-011-2/+6
|
* fix warningsGabor Jenei2011-09-016-61/+60
|
* humour me, and sync this with osl/w32/security.cCaolán McNamara2011-09-011-1/+1
|
* Placed more debug code behind #ifdef statementsJoseph Powers2011-09-015-71/+91
|
* export debugDump used for debuggingMatúš Kukan2011-09-011-1/+1
|
* Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist2011-09-011-1/+25
|
* unusedcode: utl::PropertySetFooMatúš Kukan2011-09-017-707/+0
|
* adapt a few @since to reality, OOo -> LibreOfficeEike Rathke2011-09-011-4/+4
|
* Resolves: fdo#37195 CreateProcessServiceFactory can't happen before syncCaolán McNamara2011-09-013-5/+14
| | | | | | | | | | | | | | | | | | | | | | If CreateProcessServiceFactory is called, then common.rdb of "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is opened mmapped On a new start of an LibreOffice which wants to synchronize new config over an old config, then it will want do a copy of "install/share/prereg/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" over "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE That aborts the copy_bundled_recursive copy, leaving an old config pointing to the old location of dictionaries. So for windows at least, CreateProcessServiceFactory shouldn't happen before copy_bundled_recursive.
* correct description of Czech dictionary packAndras Timar2011-09-011-1/+1
|
* add European Portoguise dictionary packAndras Timar2011-09-016-4/+51
|
* add Arabic dictionary packAndras Timar2011-09-016-1/+48
|
* merge 3 dictionary packs into 1Andras Timar2011-09-016-123/+29
|
* disable debug outputLuboš Luňák2011-09-011-3/+3
|
* support TPROD, TCOPROD for .docx math exportLuboš Luňák2011-09-011-0/+2
|
* revert accessors for SmUnHorNode, factorial has it the other way aroundLuboš Luňák2011-09-012-26/+2
|
* implement support for limits to .docx math exportLuboš Luňák2011-09-011-30/+68
|
* fix incorrect tag name: m:char -> m:chrLuboš Luňák2011-09-011-1/+1
|
* more work on math accents export to .docxLuboš Luňák2011-09-011-1/+36
|
* enable NSPECIAL handling for math .docx exportLuboš Luňák2011-09-011-4/+2
| | | | | I'm not quite sure what it does, but mathtype export has it this way and it doesn't look like it can hurt.
* fdo#40344: reverted commit 6f7bd9Cédric Bosdonnat2011-09-011-19/+1
| | | | | The tweak had side effect and is now useless with the new way of painting the separators.
* Header/Footer: separator drawing changesCédric Bosdonnat2011-09-011-28/+74
| | | | | | | | | According to Christoph's ideas, here are changes to the separators: * labels moved to the right of the page instead of the left * the label background color computation has been improved to handle more cases * the separator line has been removed when there is a header or footer * the label is now sticking to the bottom/top of the header/footer
* Skip activex when not building with MSVCFridrich Štrba2011-09-012-2/+2
|