chore: whitespace clean up for `.src` files (#429)Enforced 3 hooks for `.src` files- end-of-file-fixer- mixed-line-ending- trailing-whitespace
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 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)
Remove second semicolon (done?)
Fix spelling (#344)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#311)
Fix end of hxx files remove unneeded blank lines (#242)
Fix spelling
Find where hardcoded 16 bit constants are used to construct ESelection,and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAXconstants for this purpose.Patch by: me
Change some remaining 16 bit paragraph indexing to 32 bitin editeng/source/accessibility.Patch by: me
Convert all instances of HaveImageBullet() and HaveTextBullet() totake a 32 bit paragraph index.Patch by: me
Convert all instances of GetLineLen() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetLineCount() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetIndexAtPoint() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetParaBounds() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetCharBounds() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetBulletInfo() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetFieldInfo() to take a 32 bit paragraph index.Also fix a few other variables in svx's accessibility that were missedearlier.Patch by: me
Convert all instances of GetFieldCount() to take a 32 bit paragraph index.Also fix a few other variables in starmath's accessibility that were missedearlier.Patch by: me
Change the paragraph index parameter of the GetLanguage() method to 32 bitin editeng only (too many unrelated GetLanguage() methods in other places).Patch by: me
Use 32 bit paragraph indices in SvxAccessibleTextAdapter::CalcLogicalIndex()and SvxAccessibleTextAdapter::CalcEditEngineIndex(). Convert AccessibleHyperlinkto use a 32 bit paragraph index.Patch b
Use 32 bit paragraph indices in SvxAccessibleTextAdapter::CalcLogicalIndex()and SvxAccessibleTextAdapter::CalcEditEngineIndex(). Convert AccessibleHyperlinkto use a 32 bit paragraph index.Patch by: me
Convert all instances of GetParaAttribs() to take a 32 bit paragraph index.Patch by: me
Convert all instances of GetTextLen() to take a 32 bit paragraph index.Patch by: me
Preliminary attempt to convert all instances of GetParagraphCount()to return a sal_uInt32 or sal_uLong, and fix any related problemsin all their callers.Patch by: me
Use a 32 bit paragraph index for GetAttributeRun() methods everywhere.Patch by: me
12