summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks
Windows impl. still pending.
2012-01-19a feeble attempt at at least some docs for writerfilterLuboš Luňák
2012-01-19fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)Luboš Luňák
2012-01-19remove executable bit on source filesLuboš Luňák
2012-01-19remove pointless forward moving of a table (bnc#706138)Luboš Luňák
This appears to be broken. Why should a table where all rows want to be kept together be moved one page forward just because there is something before it on the page where it is? It either fits its curent page, in which case it's wrong, or it does not fit, in which case it may not fit the following page either and something else needs to take care of it anyway.
2012-01-19Don't use too modern C++Tor Lillqvist
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks
2012-01-19C++ is a nicely standardized languageTor Lillqvist
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks
A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ...
2012-01-19Explicit type in SvStream::operator << call.Stephan Bergmann
2012-01-19Undo inadvertent indentation change.Stephan Bergmann
2012-01-19Fix C++03 enum member scope.Stephan Bergmann
2012-01-19WaE: fix misc. SvStream operator problems.Michael Meeks
2012-01-19Fix int/sal_Int32 mismatch.Stephan Bergmann
2012-01-19Don't point to non-existent directories in JAVA_LIBTor Lillqvist
2012-01-19Google calls armel just armTor Lillqvist
2012-01-19regenerated custom shapes presetsRadek Doulik
2012-01-19updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik
2012-01-19use SubViewSize property for custom shape pathsRadek Doulik
2012-01-19implemented SubViewSize property for EnhancedCustomShapePathRadek Doulik
2012-01-19added SubViewSize property to EnhancedCustomShapePathRadek Doulik
- allow to specify view boxes for sub paths
2012-01-19Remove obsolete autodoc C++ functionality.Stephan Bergmann
2012-01-19Remove clutter.Stephan Bergmann
2012-01-19Remove obsolete xml2cmp -ix.Stephan Bergmann
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator>>(long) with operator>>(sal_Int32) Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Changed case SbxSALINT64: to use operator>>(sal_Int64)
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) to use sal_Int32
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Removed declarations & definitions for operator<<(long),(int)&(short) Removed declarations & definitions for operator>>(long),(int)&(short) Added (where necessary) operator<< for sal_Int & sal_uInt types Added (where necessary) operator>> for sal_Int & sal_uInt types Added SwapInt64 function, basically a copy of SwapUInt64
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot
Part L Modules ucb
2012-01-18This method is now unused.Kohei Yoshida
2012-01-18removed some dead codeMarc-André Laverdière-Papineau
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar
2012-01-18Unify blitting in vcl.Thorsten Behrens
vcl's DrawBitmap methods have a very nice optimisation, that reduce the blit to exactly the area covered (i.e. taking into account clip, scale etc.). This was hand-coded, now moved out to own AdjustTwoRect method, and also used from DrawOutDev / CopyArea.
2012-01-18Make them private instead of protected.Kohei Yoshida
No classes derived from this and they are not virtual methods.
2012-01-18This aCropRect data member is no longer used.Kohei Yoshida
2012-01-18Surely we want --disable-vba for iOSTor Lillqvist
2012-01-18Don't print fairly pointless and verbose warning messageTor Lillqvist
2012-01-18No need to unpack the .res files any moreTor Lillqvist
2012-01-18Use osl API to access files in the SvFileStream codeTor Lillqvist
In general it's good to have file opening in just one place. In particular, this means SvFileStream can now open files located in the app package (.apk Zip archive) on Android, we don't need to unpack them into separate files.
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist
Having SvFileStream call the file opening etc functions here, instead of calling open() directly itself, means we won't have to duplicate the Android .apk hooks there, too.
2012-01-18decompose() should return the original rotation angle and scales.Thorsten Behrens
decompose() would return incorrect rotation angle and scales when the angle was exactly 180 degrees, due to FPU rounding error. This commit fixes it. This problem would manifest itself when inserting an image into Calc/Draw, cropping it, and flipping it vertically or rotating it at exactly 180 degrees. Before the fix the image would simply disappear.
2012-01-18remove unused codeThomas Arnhold
2012-01-18bin some unused codeThomas Arnhold
2012-01-18svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-19removed unused headerTakeshi Abe
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks