Fix more typos (#441)* Fix spelling* Regenerate ignored words list codespell.txt
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others
pre-commit auto remove trailing whitespace from C files (#386)Another big whitespace clean up
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
Fix spelling (#367)* misc: fix spelling* Update ignored words list
Remove second semicolon (work in progress)
pre-commit(trailing-whitespace): autofix .hrc files (#350)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
pre-commit(trailing-whitespace): autofix bat and ini files (#308)
Fix end of hxx files remove unneeded blank lines (#242)
Fixed typo (chnage -> change), general cleanup
Fixed typo (explicitely -> explicitly) and some more
Fixed typos (shure -> sure)
Fixed typos (Normaly -> Normally) and some more
Fixed typos (the the -> the) and some more
Cleaned up resource file
Fixed typos (successfull -> successful)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831525 13f79535-47bb-0310-9956-ffa450edef68
#i124867#: jpg options shows initially wrong estimated file sizeFile main/svtools/source/filter/exportdialog.cxxExportDialog::GetGraphicStream() creates the compressed file from which thefile si
#i124867#: jpg options shows initially wrong estimated file sizeFile main/svtools/source/filter/exportdialog.cxxExportDialog::GetGraphicStream() creates the compressed file from which thefile size is obtained, calling GetFilterData() to obtain the properties usedto save it. GetFilterData() returns image properties, like JPEG colormode and quality, PNG compression/interlacing/translucence, BMP color and RLEcoding, etc. In the case of JPEG, the quality is read frommaSbCompression.GetThumbPos().The problem is that in ExportDialog::updateControls(),maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaningthe stream is created with the old thumb position.This patches it to call GetGraphicStream() later, immediately before usingthat stream, so that its properties such as compression are updated firstand the size is calculated correctly.Reported by: myspaces at hotmail dot frPatch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1746906 13f79535-47bb-0310-9956-ffa450edef68
124717: do not mark *.svm graphic files as *.bmp graphic filesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595851 13f79535-47bb-0310-9956-ffa450edef68
i15508 Added support for BMP file typegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572569 13f79535-47bb-0310-9956-ffa450edef68
i123216 No FontScaling by WorldTransform on WMF importgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521441 13f79535-47bb-0310-9956-ffa450edef68
i122985 Various speedups for graphic object swapping to enhance user experiencegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1520296 13f79535-47bb-0310-9956-ffa450edef68
#121996# integrate first part to remove 3layer officegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68
#121504# Support for alpha channel in clipboard for all systemsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68
123