writer formula dot theta squared formatting issues

2024-01-23 Thread D W
dear devs, using dot %theta ^2 puts the dot above the theta squared, not above the theta fix is to instead use {dot %theta}^2 could this be added to bugzilla (if persistant in current edition) have also noticed that a sub b ^2 will put the squared at the a, instead of after a sub b this *may* be

ODF 1.3 ForceArray attribute?

2024-01-23 Thread Damjan Jovanovic
Hi Can someone please explain to me what the "ForceArray" attribute is supposed to do? To quote from https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#__RefHeading__1017986_715980110 ---snip--- 6.3.4 Force to array context (ForceArray)

Re: [PR] Fix for issue 60859 [openoffice]

2024-01-23 Thread via GitHub
ardovm commented on code in PR #200: URL: https://github.com/apache/openoffice/pull/200#discussion_r1463061431 ## main/sd/source/ui/slideshow/slideshowimpl.cxx: ## @@ -236,6 +236,17 @@ AnimationSlideController::AnimationSlideController( Reference< XIndexAccess > xS

[PR] Fix for issue 60859 [openoffice]

2024-01-23 Thread via GitHub
oooforum opened a new pull request, #200: URL: https://github.com/apache/openoffice/pull/200 If 1st slide is hidden and selected, show presentation does start after this. Thanks to iammisc for this patch https://bz.apache.org/ooo/show_bug.cgi?id=60859 -- This is an automated mess