[Libreoffice-commits] core.git: include/svx sd/source svx/source

2023-09-11 Thread Julien Nabet (via logerrit)
 include/svx/svdoedge.hxx   |   30 ++---
 sd/source/ui/func/fupoor.cxx   |4 
 sd/source/ui/view/sdview3.cxx  |4 
 svx/source/svdraw/svdcrtv.cxx  |2 
 svx/source/svdraw/svdoedge.cxx |  208 -
 5 files changed, 124 insertions(+), 124 deletions(-)

New commits:
commit 01d7bd4f08cf05dd44b1239287451c52a965e343
Author: Julien Nabet 
AuthorDate: Mon Sep 11 23:45:58 2023 +0200
Commit: Julien Nabet 
CommitDate: Tue Sep 12 07:43:40 2023 +0200

svx: prefix members of SdrObjConnection

+ modify GetObject() into GetSdrObject()
+ modify pObj into m_pSdrObj
The goal was to be a little bit more specific since they concern a class 
and not a local function.

Change-Id: I1b3f19a16a452f22af82da22e33cd2f1522e1a7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156832
Tested-by: Julien Nabet 
Reviewed-by: Julien Nabet 

diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index faa8c67b1e65..4da2219b3645 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -42,14 +42,14 @@ class SdrObjConnection final
 friend classImpEdgeHdl;
 friend classSdrCreateView;
 
-Point   aObjOfs;   // set during dragging of a node
-SdrObject*  pObj;  // referenced object
-sal_uInt16  nConId;// connector number
+Point   m_aObjOfs;   // set during dragging of a 
node
+SdrObject*  m_pSdrObj;  // referenced object
+sal_uInt16  m_nConId;// connector number
 
-boolbBestConn : 1;   // true -> the best-matching 
connector is searched for
-boolbBestVertex : 1; // true -> the best-matching 
vertex to connect is searched for
-boolbAutoVertex : 1; // autoConnector at apex nCon
-boolbAutoCorner : 1; // autoConnector at corner 
nCon
+boolm_bBestConn : 1;   // true -> the 
best-matching connector is searched for
+boolm_bBestVertex : 1; // true -> the 
best-matching vertex to connect is searched for
+boolm_bAutoVertex : 1; // autoConnector at apex 
nCon
+boolm_bAutoCorner : 1; // autoConnector at corner 
nCon
 
 public:
 SdrObjConnection() { ResetVars(); }
@@ -57,15 +57,15 @@ public:
 void ResetVars();
 bool TakeGluePoint(SdrGluePoint& rGP) const;
 
-void SetBestConnection( bool rB ) { bBestConn = rB; };
-void SetBestVertex( bool rB ) { bBestVertex = rB; };
-void SetAutoVertex( bool rB ) { bAutoVertex = rB; };
-void SetConnectorId( sal_uInt16 nId ) { nConId = nId; };
+void SetBestConnection( bool rB ) { m_bBestConn = rB; };
+void SetBestVertex( bool rB ) { m_bBestVertex = rB; };
+void SetAutoVertex( bool rB ) { m_bAutoVertex = rB; };
+void SetConnectorId( sal_uInt16 nId ) { m_nConId = nId; };
 
-bool IsBestConnection() const { return bBestConn; };
-bool IsAutoVertex() const { return bAutoVertex; };
-sal_uInt16 GetConnectorId() const { return nConId; };
-SdrObject* GetObject() const { return pObj; }
+bool IsBestConnection() const { return m_bBestConn; };
+bool IsAutoVertex() const { return m_bAutoVertex; };
+sal_uInt16 GetConnectorId() const { return m_nConId; };
+SdrObject* GetSdrObject() const { return m_pSdrObj; }
 };
 
 
diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx
index c75959fbc243..e6fe25f7117d 100644
--- a/sd/source/ui/func/fupoor.cxx
+++ b/sd/source/ui/func/fupoor.cxx
@@ -607,14 +607,14 @@ bool FuPoor::KeyInput(const KeyEvent& rKEvt)
 {
 if(0 == pHdl->GetPointNum())
 {
-if(pEdgeObj->GetConnection(true).GetObject())
+if(pEdgeObj->GetConnection(true).GetSdrObject())
 {
 bIsMoveOfConnectedHandle = true;
 }
 }
 if(1 == pHdl->GetPointNum())
 {
-if(pEdgeObj->GetConnection(false).GetObject())
+if(pEdgeObj->GetConnection(false).GetSdrObject())
 {
 bIsMoveOfConnectedHandle = true;
 }
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index ac95db930629..c0fa51d1ae67 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -533,7 +533,7 @@ bool View::InsertData( const TransferableDataHelper& 
rDataHelper,
 
 // test first connection
 SdrObjConnection& 

[Libreoffice-bugs] [Bug 157196] About LibreOffice information, add the build date-time YYYYMMDDHHMM after the build ID

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157196

--- Comment #1 from Mike Kaganski  ---
(In reply to m.a.riosv from comment #0)
> I think a useful information, to see at a glance.

What does it give to a reader? The date of a build is very likely to be
misleading. One build of 7.6.1.2 (say, in DistroA) will definitely have a
different YMD compared to a build of 7.6.1.2 in DistroB.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 48803] Hyperlink only accessible in left or justified aligned text

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48803

Rainer Bielefeld Retired  changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #12 from Rainer Bielefeld Retired  
---


-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: #tdf51510: Change the DPI to get better resolution, but failed the unit test

2023-09-11 Thread Lodev

Hi,

Following sos' suggestion, we tried to get Image Preferred DPI from file 
properties.  We thought to use this value directly to draw bitmap.  
After asking the last question we found a sample in 
sfx2/source/dialog/dinfdlg.cxx to get this property value.  So we added 
the following code to get the DPI:



/* get Image Preferred DPI from File/Properties.  User can specify DPI 
they wanted

* to exported. */
   SfxObjectShell* pDocSh = SfxObjectShell::Current();
   sal_Int32 nImagePreferredDPI = 0;
if(pDocSh)
   {
try
   {
   uno::Reference< lang::XMultiServiceFactory > 
xFac( pDocSh->GetModel(), uno::

UNO_QUERY_THROW );
   uno::Reference< beans::XPropertySet > 
xProps( xFac->createInstance("com.sun.

star.document.Settings"), uno::UNO_QUERY_THROW );
   xProps->getPropertyValue("ImagePreferredDPI") >>= 
nImagePreferredDPI;
   }
catch( uno::Exception& )
   {
   }
   }

then sent the nImagePreferredDPI to generate the bitmap.  It worked!  At 
least we can use designated DPI to get a better bitmap quality.


Then when we tried to patch it to latest libreoffice.core and compile 
it, it failed to link:


/usr/bin/ld: 
/home/lodev/git/libreoffice.core/workdir/CxxObject/vcl/source/gdi/vectorgraphicdata.o: 
in function 
`convertPrimitive2DSequenceToBitmapEx(std::deque, 
std::allocator 
> > const&, basegfx::B2DRange const&, unsigned int, o3tl::Length, 
std::optional const&)':
vectorgraphicdata.cxx:(.text+0x226d): undefined reference to 
`SfxObjectShell::Current()'
/usr/bin/ld: vectorgraphicdata.cxx:(.text+0x228f): undefined reference 
to `SfxObjectShell::GetModel() const'

collect2: error: ld returned 1 exit status
make[1]: *** 
[/home/lodev/git/libreoffice.core/vcl/Library_vcl.mk:20:/home/lodev/git/libreoffice.core/instdir/program/libvcllo.so] 
錯誤 1


We thought that the time we succeeded should be because the related 
objects (sfx2) had been there when we tried, so it could compiled and 
linked successfully.  This time we did it from starting so it failed 
because the object files were no longer there, and we have no idea how 
to make sfx objects compile first.


So again we're stuck.  We did prove the idea, using Image Preferred DPI 
to generate better bitmap, works.  User can specify a bigger DPI there 
to get better bitmap resolutions after exporting to OOXML.  Just that 
maybe we shouldn't use sfx object to get the property.  But we have no 
idea how to get the property value since we're not very familiar with 
the reference things.


Would anyone please give a little help and hints here?


Thanks, Dev


Lodev 於 2023/9/11 21:32 寫道:

Hi,

sos 於 2023/8/31 17:53 寫道:


Sorry to come back to this: every document has a property called 
"Image Preferred DPI" that can be used to represent the printing 
intentions of that document.


Apparent dimensions are a result of deviding the available pixels in 
the Image by the print intentions .
if the user like to send the document to a professional printing 
house then all  images need to have a DPI of minimal 254, laser 
printers need 150 DPI  and on screen presentations 96 DPI


Tomaz has this implemented a feature called "Image Preferred DPI" so  
the dimensions of an image in the document can been 
checked/controled  by the number of pixels in the image and the print 
intentions off a document.


With a Preferred DPI of 254 and 2450 pixels in the image, the image 
can be displayed at a maximum size of 10 inches. If the image is 
smaller, then fewer than 2450 pixels are needed.
So the "Image Preferred DPI" can be used to determine the "Print 
Intentions" for a Document, and it can easily calculate how many DPI 
or pixels an image needs.

grtz
Fernand



Sorry for disturbing again, but we're not experienced enough.

Following your instruction, we thought about getting the "Image 
Preferred DPI" property and used it as aDPI when creating bitmaps.  
That way, at least user could try to assign a large DPI to get better 
resolution.  However we failed to find out how to get it.  We know it 
is in File-Properties and we know it is set in 
sfx2/source/dialog/dinfdlg.cxx,


    xProps->setPropertyValue("ImagePreferredDPI", 
uno::Any(nImagePreferredDPI));


But we couldn't find out how to get this "ImagePreferredDPI" property 
value and use it in vcl/source/gdi/vectorgraphicdata.cxx.  A little 
more help here please?



Dev


[Libreoffice-bugs] [Bug 148647] LO pastes previously copied content instead of what was last copied from other app (Windows 10; see comment 11)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148647

--- Comment #19 from Dieter  ---
*** Bug 156862 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156862] Copy anything from an application doesn't past onto Writer

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156862

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Dieter  ---


*** This bug has been marked as a duplicate of bug 148647 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - include/sfx2 sfx2/source

2023-09-11 Thread Andreas Heinisch (via logerrit)
 include/sfx2/thumbnailviewitem.hxx |9 -
 sfx2/source/control/recentdocsviewitem.cxx |   52 +
 sfx2/source/control/recentdocsviewitem.hxx |9 -
 sfx2/source/control/thumbnailview.cxx  |   18 ++
 sfx2/source/control/thumbnailviewitem.cxx  |   39 -
 5 files changed, 65 insertions(+), 62 deletions(-)

New commits:
commit aeaa6c301a055ce915cab31083f26e43a20086f1
Author: Andreas Heinisch 
AuthorDate: Wed Sep 6 17:03:26 2023 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Sep 12 06:00:56 2023 +0200

tdf#156959 - Remove pinned icons from thumbnail view item

Remove pinned icons from thumbnail view item and pushed it down
to the recent documents view item. This avoids that the pinned
icon will be shown in a simple thumbnail view, e.g., in the
thumbnail view of the side pane in base.

In addition, fixed an error with the number of elements in the
thumbnail view in the start center when items are pinned, i.e.,
removed a spurious new line.

Change-Id: I76026bfa9239f709aa60ff12efabe28cb09f0d76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156625
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch 
Signed-off-by: Xisco Fauli 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156641
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/include/sfx2/thumbnailviewitem.hxx 
b/include/sfx2/thumbnailviewitem.hxx
index e34985c799d3..5dcdde2b6cd2 100644
--- a/include/sfx2/thumbnailviewitem.hxx
+++ b/include/sfx2/thumbnailviewitem.hxx
@@ -72,16 +72,11 @@ public:
 bool mbBorder;
 bool mbSelected;
 bool mbHover;
-bool mbPinned;
 BitmapEx maPreview1;
 OUString maTitle;
 OUString maHelpText;
 css::uno::Reference< css::accessibility::XAccessible > mxAcc;
 
-bool mbPinnedDocumentHighlighted;
-BitmapEx maPinnedDocumentBitmap;
-BitmapEx maPinnedDocumentBitmapHiglighted;
-
 ThumbnailViewItem(ThumbnailView& rView, sal_uInt16 nId);
 
 virtual ~ThumbnailViewItem ();
@@ -98,10 +93,6 @@ public:
 
 void setHighlight (bool state);
 
-bool isPinned () const { return mbPinned; }
-
-void setPinned (bool state);
-
 /** Updates own highlight status based on the aPoint position.
 
 Returns rectangle that needs to be invalidated.
diff --git a/sfx2/source/control/recentdocsviewitem.cxx 
b/sfx2/source/control/recentdocsviewitem.cxx
index 57a670b37c53..2070a4efe46e 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -128,10 +128,13 @@ 
RecentDocsViewItem::RecentDocsViewItem(sfx2::RecentDocsView , const OUStri
   mrParentView(rView),
   maURL(rURL),
   m_isReadOnly(isReadOnly),
-  m_isPinned(isPinned),
   m_bRemoveIconHighlighted(false),
   m_aRemoveRecentBitmap(BMP_RECENTDOC_REMOVE),
-  m_aRemoveRecentBitmapHighlighted(BMP_RECENTDOC_REMOVE_HIGHLIGHTED)
+  m_aRemoveRecentBitmapHighlighted(BMP_RECENTDOC_REMOVE_HIGHLIGHTED),
+  m_bPinned(isPinned),
+  m_bPinnedIconHighlighted(false),
+  m_aPinnedDocumentBitmap(BMP_PIN_DOC),
+  m_aPinnedDocumentBitmapHiglighted(BMP_PIN_DOC_HIGHLIGHTED)
 {
 OUString aTitle(rTitle);
 INetURLObject aURLObj(rURL);
@@ -231,7 +234,6 @@ RecentDocsViewItem::RecentDocsViewItem(sfx2::RecentDocsView 
, const OUStri
 
 maTitle = aTitle;
 maPreview1 = aThumbnail;
-mbPinned = m_isPinned;
 }
 
 ::tools::Rectangle RecentDocsViewItem::updateHighlight(bool bVisible, const 
Point& rPoint)
@@ -253,6 +255,21 @@ 
RecentDocsViewItem::RecentDocsViewItem(sfx2::RecentDocsView , const OUStri
 m_bRemoveIconHighlighted = false;
 }
 
+if (bVisible && getPinnedIconArea().Contains(rPoint))
+{
+if (!m_bPinnedIconHighlighted)
+aRect.Union(getPinnedIconArea());
+
+m_bPinnedIconHighlighted = true;
+}
+else
+{
+if (m_bPinnedIconHighlighted)
+aRect.Union(getPinnedIconArea());
+
+m_bPinnedIconHighlighted = false;
+}
+
 return aRect;
 }
 
@@ -266,6 +283,11 @@ 
RecentDocsViewItem::RecentDocsViewItem(sfx2::RecentDocsView , const OUStri
 aSize);
 }
 
+::tools::Rectangle RecentDocsViewItem::getPinnedIconArea() const
+{
+return ::tools::Rectangle(maPinPos, 
m_aPinnedDocumentBitmap.GetSizePixel());
+}
+
 OUString RecentDocsViewItem::getHelpText() const
 {
 return m_sHelpText;
@@ -275,10 +297,10 @@ void 
RecentDocsViewItem::Paint(drawinglayer::processor2d::BaseProcessor2D *pProc
 {
 ThumbnailViewItem::Paint(pProcessor, pAttrs);
 
-// paint the remove icon when hovered
+// paint the remove/pinned icon when hovered
 if (isHighlighted())
 {
-drawinglayer::primitive2d::Primitive2DContainer aSeq(1);
+drawinglayer::primitive2d::Primitive2DContainer aSeq(2);
 
 Point aIconPos(getRemoveIconArea().TopLeft());
 
@@ -286,6 +308,23 @@ void 

[Libreoffice-bugs] [Bug 157173] Enlarging Fontwork shape replaces used font

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157173

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156966] A strange vertical whitespace gap in a table on page break

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156966

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156980] "Delete chapter" error message and action in relation to folded headings is inverted in Navigator context menu

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156980

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156963] Ability to glue non-line objects together without grouping

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156963

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 156963] Ability to glue non-line objects together without grouping

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156963

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 156979] certificate manager path reset to default when certificate manager opened

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156979

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 156954] implement robust data recovery for lost work (autosave on interval, etc.)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156954

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 156962] UI: multline textfield not refreshing?

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156962

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156953] save new file version on close doesn't work if "Don't Save" is clicked when closing

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156953

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156954] implement robust data recovery for lost work (autosave on interval, etc.)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156954

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156862] Copy anything from an application doesn't past onto Writer

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156862

QA Administrators  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156862] Copy anything from an application doesn't past onto Writer

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156862

--- Comment #11 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152480] Writer hangs when opening dialogs for paragraph and character formatting.

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152480

--- Comment #12 from QA Administrators  ---
Dear Stian,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141584] Bug at Export directly to PDF file, in the Standard bar, when using arab characters

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141584

--- Comment #11 from QA Administrators  ---
Dear Jorge H,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 89565] Icon Transparency on the toolbar Mode is not available for all figures from the Drawing toolbar

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89565

--- Comment #13 from QA Administrators  ---
Dear Roman Kuznetsov,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143861] IMPRESS: Bullet points gone when pressing undo while editing in text box

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143861

--- Comment #4 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 48803] Hyperlink only accessible in left or justified aligned text

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48803

--- Comment #11 from QA Administrators  ---
Dear Rainer Bielefeld Retired,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139423] Not able to freely move an image anchored to paragraph (drag & drop) if image on the same line as the other image

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139423

--- Comment #9 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 126179] Inserting text/table from .pdf (only from Adobe Acrobat Reader) and then pressing Ctrl + Z causes a crash.

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126179

--- Comment #18 from QA Administrators  ---
Dear Aleksandr,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 134944] Dragging dropping of footnotes cause breaking text differently (and inefficient) caused by anchoring

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134944

--- Comment #9 from QA Administrators  ---
Dear Telesto,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 104559] UI When editing a formula cell, the formula hides referenced cells

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104559

--- Comment #10 from QA Administrators  ---
Dear Roland Illig,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157199] compare patente

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157199

--- Comment #1 from xiamontero  ---
e legale comprare la patente, comprare una patente napoli, patente originale,
comprare patente c, acquisto patente b, comprare patente prezzo, compro
patente, acquistare patente b napoli, dove posso comprare la patente b, compra
patente online, comprare patente b online, comprare la patente a napoli, dove
si può comprare la patente, quanto costa comprare la patente, comprare patente
di guida, comprare patente senza esame, patente comprata prezzo, come comprare
patente b napoli, comprare patente a, patente online comprare, quanto costa la
patente a napoli, patente Nautica. 

https://registriertenfuhrerschein.com/
https://registriertenfuhrerschein.com/mpu-kaufen/

https://sportbootfuhrerscheinkaufen.com/
https://sportbootfuhrerscheinkaufen.com/mpu-kaufen/

https://rijbewijskopenbetrouwbaar.com/auto-rijbewijs-kopen/
https://rijbewijskopenbetrouwbaar.com/

https://comecomprarelapatente.com/
https://comecomprarelapatente.com/e-legale-comprare-la-patente/

https://comprarepatente-it.com/

https://permisdeconduireacheter.com/

https://comprarcartadeconducaoportugal.com/
https://comprarcarta-imt.com/

https://fuhrerscheinkaufen-legal.com
https://fuhrerscheinkaufen-legal.com/mpu-kaufen/
https://fuhrerscheinkaufen-legal.com/fuhrerschein-kaufen-ohne-vorkasse/

https://kakokupitivozackudozvolu.com/

https://patentebcomprare.com/comprare-la-patente-nautica/
https://patentebcomprare.com/
https://patentebcomprare.com/come-comprare-la-patente/
https://patentebcomprare.com/comprare-patente-b-napoli/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157199] New: compare patente

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157199

Bug ID: 157199
   Summary: compare patente
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiamont...@gmail.com
CC: markus.mohrh...@googlemail.com

https://comecomprarelapatente.com/;>Comprare patente
https://comecomprarelapatente.com/e-legale-comprare-la-patente/;>è
legale comprare la patente

https://permisdeconduireacheter.com/;>Acheter permis de conduire

https://registriertenfuhrerschein.com/;>führerschein kaufen
https://registriertenfuhrerschein.com/mpu-kaufen/;>mpu kaufen

https://sportbootfuhrerscheinkaufen.com/mpu-kaufen/;>Mpu kaufen
https://sportbootfuhrerscheinkaufen.com/;>Bootsführerschein Kaufen

https://patentebcomprare.com/come-comprare-la-patente/;>come comprare
la patente
https://patentebcomprare.com/;>comprare patente
https://patentebcomprare.com/comprare-patente-b-napoli/;>comprare-patente-b-napoli/
https://patentebcomprare.com/comprare-la-patente-nautica/;>comprare la
patente nautica

https://rijbewijskopenbetrouwbaar.com/;>Rijbewijs kopen
https://rijbewijskopenbetrouwbaar.com/auto-rijbewijs-kopen/;>Auto
Rijbewijs kopen

https://fuhrerscheinkaufen-legal.com;>führerschein kaufen
https://fuhrerscheinkaufen-legal.com/mpu-kaufen/;>mpu kaufen
https://fuhrerscheinkaufen-legal.com/fuhrerschein-kaufen-ohne-vorkasse/;>deutscher
führerschein zu verkaufen

https://kakokupitivozackudozvolu.com/;>kupiti vozacku dozvolu

https://comprarcartadeconducaoportugal.com/;>Comprar carta de
conduçao

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157181] Some digraph characters render as garbage in a weird circumstance.

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157181

--- Comment #4 from m.a.riosv  ---
Created attachment 189507
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189507=edit
Screenshot

This is how I see it.
But I have not 'Adobe Caslon Pro' installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 114441] Convert use of sal_uLong to better integer types

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114441

--- Comment #70 from Commit Notification 
 ---
sahil committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/f5bcc34580d02f92af01963155f2d54776a5249b

tdf#114441 - Convert sal_uLong to better integer types

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: lotuswordpro/source

2023-09-11 Thread sahil (via logerrit)
 lotuswordpro/source/filter/bencont.cxx   |4 ++--
 lotuswordpro/source/filter/bento.hxx |   12 ++--
 lotuswordpro/source/filter/lwpfilter.cxx |4 ++--
 lotuswordpro/source/filter/lwpgrfobj.cxx |6 +++---
 lotuswordpro/source/filter/tocread.cxx   |4 ++--
 5 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit f5bcc34580d02f92af01963155f2d54776a5249b
Author: sahil 
AuthorDate: Mon Aug 21 00:21:32 2023 +0530
Commit: Hossein 
CommitDate: Tue Sep 12 02:36:35 2023 +0200

tdf#114441 - Convert sal_uLong to better integer types

Change-Id: Idc6de0c0275ce9913e248548466b77aaef180d7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155873
Tested-by: Jenkins
Reviewed-by: Hossein 

diff --git a/lotuswordpro/source/filter/bencont.cxx 
b/lotuswordpro/source/filter/bencont.cxx
index 60e644ce212d..3677c7809a7a 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -71,7 +71,7 @@ const char gsBenMagicBytes[] = BEN_MAGIC_BYTES;
 *   @param  pointer to pointer of Bento Container object
 *   @return error code
 */
-sal_uLong BenOpenContainer(LwpSvStream * pStream, 
std::unique_ptr* ppContainer)
+sal_uInt8 BenOpenContainer(LwpSvStream * pStream, 
std::unique_ptr* ppContainer)
 {
 *ppContainer = nullptr;
 
@@ -318,7 +318,7 @@ std::vector 
LtcBenContainer::GetGraphicData(const char *pObjectName)
 return aData;
 }
 
-sal_uLong LtcBenContainer::remainingSize() const
+sal_uInt64 LtcBenContainer::remainingSize() const
 {
 return m_ulLength - cpStream->Tell();
 }
diff --git a/lotuswordpro/source/filter/bento.hxx 
b/lotuswordpro/source/filter/bento.hxx
index d2c1cb90d703..acf7a6e21a38 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -135,7 +135,7 @@ typedef sal_uInt32 BenContainerPos;
 typedef sal_uInt32 BenObjectID;
 typedef sal_uInt32 BenGeneration;
 
-sal_uLong BenOpenContainer(LwpSvStream * pStream, 
std::unique_ptr* ppContainer);
+sal_uInt8 BenOpenContainer(LwpSvStream * pStream, 
std::unique_ptr* ppContainer);
 
 class CBenIDListElmt : public CUtListElmt
 {
@@ -175,7 +175,7 @@ public:
 public: // Overridden methods
 
 /* added by  */
-sal_uLong GetSize() const { return m_ulValueLength; };
+sal_uInt64 GetSize() const { return m_ulValueLength; };
 protected: // Overridden methods
 
 virtual std::size_t GetData(void* pData, std::size_t nSize) override;
@@ -188,7 +188,7 @@ private: // Data
 CBenValue * cpValue;
 size_t cCurrentPosition;
 
-sal_uLong m_ulValueLength;  // Added by , sum of length of all 
sub-valuesegments
+sal_uInt64 m_ulValueLength;  // Added by , sum of length of all 
sub-valuesegments
 };
 
 class LtcBenContainer
@@ -207,7 +207,7 @@ public: // Internal methods
 explicit LtcBenContainer(LwpSvStream * pStream);
 ~LtcBenContainer();
 
-sal_uLong remainingSize() const;
+sal_uInt64 remainingSize() const;
 void Read(void * pBuffer, size_t MaxSize,
   size_t* pAmtRead);
 BenError ReadKnownSize(void * pBuffer, size_t Amt);
@@ -222,12 +222,12 @@ public: // Internal methods
 LtcUtBenValueStream * FindValueStreamWithPropertyName(const char * 
sPropertyName);
 std::vector GetGraphicData(const char *pObjectName);
 
-sal_uLong GetSize() const { return m_ulLength; }
+sal_uInt64 GetSize() const { return m_ulLength; }
 private: // Data
 CUtOwningList cObjects;
 CUtList cNamedObjects;
 LwpSvStream * cpStream;
-sal_uLong m_ulLength;   // Added for TOCRead.cpp
+sal_uInt64 m_ulLength;   // Added for TOCRead.cpp
 BenObjectID cNextAvailObjectID; // for new object
 };
 
diff --git a/lotuswordpro/source/filter/lwpfilter.cxx 
b/lotuswordpro/source/filter/lwpfilter.cxx
index e8ba358ae8c7..5a8d4169a199 100644
--- a/lotuswordpro/source/filter/lwpfilter.cxx
+++ b/lotuswordpro/source/filter/lwpfilter.cxx
@@ -96,7 +96,7 @@ static bool Decompress(SvStream* pCompressed, SvStream*& 
pOutDecompressed)
 LwpSvStream aLwpStream(pCompressed);
 std::unique_ptr pBentoContainer;
 {
-sal_uLong ulRet = BenOpenContainer(, );
+sal_uInt8 ulRet = BenOpenContainer(, );
 if (ulRet != BenErr_OK)
 return false;
 }
@@ -112,7 +112,7 @@ static bool Decompress(SvStream* pCompressed, SvStream*& 
pOutDecompressed)
 if (0 != decompress.explode())
 return false;
 
-sal_uInt32 nPos = aWordProData->GetSize();
+sal_uInt64 nPos = aWordProData->GetSize();
 nPos += 0x10;
 
 pCompressed->Seek(nPos);
diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx 
b/lotuswordpro/source/filter/lwpgrfobj.cxx
index 3c8f3d03a381..f17ea8e98f93 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.cxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.cxx
@@ -286,7 +286,7 @@ void LwpGraphicObject::CreateDrawObjects()
 LwpSvStream* pStream = m_pStrm->GetCompressedStream() ?  
m_pStrm->GetCompressedStream(): m_pStrm;
 
 std::unique_ptr 

[Libreoffice-bugs] [Bug 156756] Icon sizes for the toolbar don't correspond to the actual sizes of icons

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156756

--- Comment #5 from David García  ---
The problem persists in 7.6.1.2.

Version: 7.6.1.2 (X86_64) / LibreOffice Community
Build ID: f5defcebd022c5bc36bbb79be232cb6926d8f674
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157198] French guillemets quotation marks replacement gets half-messed up in LibreOffice Calc cells contents

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157198

--- Comment #2 from Jeff Fortin Tam  ---
Note that it is impossible for the user to correct the string even by
re-editing it, it always keep re-autocorrecting incorrectly.

My smart quotes / autocorrection settings are (re)set at the defaults.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157198] French guillemets quotation marks replacement gets half-messed up in LibreOffice Calc cells contents

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157198

--- Comment #1 from Jeff Fortin Tam  ---
Created attachment 189506
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189506=edit
Demonstration video

Preuve irréfutable 類

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140501] create new writer document, resize resulting window, LO hangs

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140501

--- Comment #11 from bugzi...@metaliving.plus.com ---
I have just tried my reproduction steps with 7.6.0 and no longer get the crash.
Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157198] New: French guillemets quotation marks replacement gets half-messed up in LibreOffice Calc cells contents

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157198

Bug ID: 157198
   Summary: French guillemets quotation marks replacement gets
half-messed up in LibreOffice Calc cells contents
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nekoh...@gmail.com

Description:
Since recent versions of LibreOffice (7.5 at least, and also happens on 7.6) on
Linux, with my French locale, I am utterly unable to type anything with
"quotes" or « guillemets » inside a cell's contents, because it gets
auto-converted to « whatever ".

Note that while my LibreOffice documents may be set to the relevant French
locale (fr_CA), my system's locale is an English one (en_CA)

Steps to Reproduce:
1. Launch LibreOffice calc
2. Type this in a cell: banana apple pineapple
3. Set the document's language "for all document" to "French (Canada)"
4. Edit the cell's contents, try typing quotation marks around apple

Actual Results:
It becomes:

banana « apple" pineapple

Expected Results:
banana « apple » pineapple

..or at least:
banana "apple" pineapple

Not a mix of both.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.0.3 (X86_64) / LibreOffice Community
Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265
CPU threads: 8; OS: Linux 6.4; UI render: default; VCL: gtk3
Locale: fr-CA (en_CA.UTF-8); UI: en-US
Flatpak
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff, gif ...)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109323
Bug 109323 depends on bug 97213, which changed state.

Bug 97213 Summary: PNG export of current sheet/page in Calc
https://bugs.documentfoundation.org/show_bug.cgi?id=97213

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97213] PNG export of current sheet/page in Calc

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97213

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
Thank you Arnaud for testing again after 7 years!
Let's mark as "works for me" then, as we haven't identified a fixing commit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156890] Spotlight colors hide expand/collapse arrows

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156890

--- Comment #5 from Commit Notification 
 ---
Jim Raykowski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/4b2543693ed3ffb4d9f0d70f53f32127115c128d

tdf#156890 SalInstanceTreeView: Indent the entry context bitmap

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156890] Spotlight colors hide expand/collapse arrows

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156890

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: vcl/source

2023-09-11 Thread Jim Raykowski (via logerrit)
 vcl/source/treelist/treelistbox.cxx |   14 ++
 1 file changed, 14 insertions(+)

New commits:
commit 4b2543693ed3ffb4d9f0d70f53f32127115c128d
Author: Jim Raykowski 
AuthorDate: Sat Sep 9 21:21:03 2023 -0800
Commit: Jim Raykowski 
CommitDate: Tue Sep 12 00:45:51 2023 +0200

tdf#156890 SalInstanceTreeView: Indent the entry context bitmap

when the bitmap is too large to center without it touching the expand
button

Change-Id: If4e307ed50eff9bdebe6c377847283ae2eea9543
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156787
Tested-by: Jenkins
Tested-by: Heiko Tietze 
Reviewed-by: Heiko Tietze 
Reviewed-by: Jim Raykowski 

diff --git a/vcl/source/treelist/treelistbox.cxx 
b/vcl/source/treelist/treelistbox.cxx
index 94d561ced049..e944214c5b88 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -1452,6 +1452,9 @@ void SvTreeListBox::SetTabs()
 else
 nStartPos += nContextWidthDIV2;
 AddTab( nStartPos, TABFLAGS_CONTEXTBMP );
+// add an indent if the context bitmap can't be centered without 
touching the expander
+if (nContextBmpWidthMax > nIndent + (nNodeWidthPixel / 2))
+nStartPos += nIndent;
 nStartPos += nContextWidthDIV2;  // right edge of context bitmap
 // only set a distance if there are bitmaps
 if( nContextBmpWidthMax )
@@ -2584,6 +2587,10 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, 
tools::Long nLine, vcl:
 SvViewDataEntry* pViewDataEntry = GetViewDataEntry(  );
 const bool bSeparator(rEntry.GetFlags() & SvTLEntryFlags::IS_SEPARATOR);
 
+const auto nMaxContextBmpWidthBeforeIndentIsNeeded =
+nIndent + GetExpandedNodeBmp().GetSizePixel().Width() / 2;
+const bool bHasButtonsAtRoot = nWindowStyle & WB_HASBUTTONSATROOT;
+
 const size_t nTabCount = aTabs.size();
 const size_t nItemCount = rEntry.ItemCount();
 size_t nCurTab = 0;
@@ -2618,6 +2625,13 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, 
tools::Long nLine, vcl:
 else
 nX = nTabPos + pTab->CalcOffset(aSize.Width(), nNextTabPos - 
nTabPos);
 
+// add an indent if the context bitmap can't be centered without 
touching the expander
+if (nCurTab == 0 && !(nTreeFlags & SvTreeFlags::CHKBTN) && 
bHasButtonsAtRoot &&
+pTab->nFlags & SvLBoxTabFlags::ADJUST_CENTER &&
+!(pTab->nFlags & SvLBoxTabFlags::FORCE) &&
+aSize.Width() > nMaxContextBmpWidthBeforeIndentIsNeeded)
+nX += nIndent;
+
 aEntryPos.setX( nX );
 aEntryPos.setY( nLine );
 


[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
Bug 129062 depends on bug 156881, which changed state.

Bug 156881 Summary: Background padding is green on 7.6.0.3 when skia enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=156881

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156881] Background padding is green on 7.6.0.3 when skia enabled

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156881

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
(In reply to CTAC from comment #4)
> As for me, 7.6.1.2 does not affected by the issue reported.
> 
> Everything is fine.

Ah, let's close as "works for me" then, as we haven't identify what fixed it.

Hurri39, can you confirm that it is fixed for you too in 7.6.1 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97213] PNG export of current sheet/page in Calc

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97213

--- Comment #6 from Arnaud LE CAM  ---
(In reply to Stéphane Guillou (stragu) from comment #5)
> m.a.riosv from comment #4)
> > Export selection works for me in
> But have you tested _without_ selection? Could you ever reproduce Arnaud's
> results? If not, let's set back to needinfo and see if Arnaud can still
> reproduce.
> Duplicate bug 99359 was mainly about another issue, and there's no proof it
> actually exported several pages at once instead of one.

Unreproductible with 7.6.0.3 (with or without "Selection" option checked)
Do you want me to try with an older version ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58676] EDITING: "Search in all sheets" setting should be persistent after reopening the application

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58676

Jeff Fortin Tam  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=98
   ||270

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 98270] Add 'Search in all sheets' option to Find toolbar

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98270

Jeff Fortin Tam  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=58
   ||676

--- Comment #20 from Jeff Fortin Tam  ---
Just for the record if other users like me are looking for a solution to this
and wondering "what next?": bug #58676 could at least make the "Find & Replace"
dialog less frustrating to use for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-ux-advise] [Bug 98270] Add 'Search in all sheets' option to Find toolbar

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98270

Jeff Fortin Tam  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=58
   ||676

--- Comment #20 from Jeff Fortin Tam  ---
Just for the record if other users like me are looking for a solution to this
and wondering "what next?": bug #58676 could at least make the "Find & Replace"
dialog less frustrating to use for this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 157181] Some digraph characters render as garbage in a weird circumstance.

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157181

--- Comment #3 from hammerqu...@gmail.com ---
Created attachment 189505
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189505=edit
Example showing the digraph problem

Should be self-explanatory.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157181] Some digraph characters render as garbage in a weird circumstance.

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157181

--- Comment #2 from hammerqu...@gmail.com ---
Tried in safe mode, and it still does the same thing.

Created a document starting from an excerpt of the original document to
preserve the unknown formatting. Included digraphs Th, ff, fi, ffl, ffi. fi
worked fine, but the others were all garbled to strange alternates. Selecting
the text and using the toolbar to change it to italic (though it already looked
italic) again fixed all of them.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157171] Custom dialog Available Commands box has unneeded space before the command icons

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157171

--- Comment #4 from Jim Raykowski  ---
(In reply to m.a.riosv from comment #3)
> It looks like there are only those with customizing the keyboard, but it
> seems to leave room on the left there as well.
The room left in the Category box is for expand/collapse buttons. The
Application Macros and Styles category entries are expandable. The Function box
on the Keyboard page uses the same CuiConfigFunctionListBox class as the Menus,
Toolbars, Notebookbar, and Context Menus pages Available Commands box. The
difference is that for the Keyboard page the expander buttons aren't enabled to
show.

cui/uiconfig/ui/menuassignpage.ui
cui/uiconfig/ui/accelconfigpage.ui

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: Asking How to start Contributing?

2023-09-11 Thread Julien Nabet

Hello,

You can start with this link:

 https://wiki.documentfoundation.org/Development/GetInvolved.

Regards,

Julien



[Libreoffice-bugs] [Bug 157172] FILEOPEN PPTX: Curved connector adjustment values are not imported

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157172

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||449
Version|24.2.0.0 alpha0+ Master |7.4.0.3 release
 CC||kelem...@ubuntu.com,
   ||libreoff...@nisz.hu,
   ||nagy.tib...@nisz.hu,
   ||nem...@numbertext.org

--- Comment #2 from Gabor Kelemen (allotropia)  ---
This was good in 7.3, seems to have started in 7.4 with:

https://git.libreoffice.org/core/+/cbf66ec3e60d07efb7c3cceed9b4f0fb4f0510c8

author  Tibor Nagy Thu Mar 10 08:42:12 2022 +0100
committer   László NémethTue Mar 29 16:12:45
2022 +0200

tdf#89449 PPTX import: fix line connectors

Adding CC to: Tibor Nagy

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157189] Paragraph do not render the same in LO 7.5 vs LO 7.6

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157189

--- Comment #5 from Regis Perdreau  ---
I wonder if it's not 7.6 that's right, when you look at the preview in the 7.5
style, it gives the paragraph indent that you see, but it's not displayed in
the document afterwards

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 104461] [META] DOCX (OOXML) frame-related issues

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104461
Bug 104461 depends on bug 157161, which changed state.

Bug 157161 Summary: FILEOPEN DOCX: textbox (anchored in table, but NOT 
layout-in-cell) has wrong horizontal placement
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133522] FILEOPEN: DOCX: LayoutInCell(false): position of textbox incorrect (compat14)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133522

--- Comment #8 from Justin L  ---
*** Bug 157161 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157161] FILEOPEN DOCX: textbox (anchored in table, but NOT layout-in-cell) has wrong horizontal placement

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157161

Justin L  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Justin L  ---


*** This bug has been marked as a duplicate of bug 133522 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-23.05.4-1'

2023-09-11 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.4-1' created by Andras Timar  at 
2023-09-11 20:50 +

cp-23.05.4-1

Changes since cp-23.05.3-1-59:
---
 0 files changed
---


[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-23.05.4-1'

2023-09-11 Thread Christian Lohmaier (via logerrit)
Tag 'cp-23.05.4-1' created by Andras Timar  at 
2023-09-11 20:50 +

cp-23.05.4-1

Changes since cp-23.05.1-2-3:
---
 0 files changed
---


[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-23.05.4-1'

2023-09-11 Thread Stephan Bergmann (via logerrit)
Tag 'cp-23.05.4-1' created by Andras Timar  at 
2023-09-11 20:50 +

cp-23.05.4-1

Changes since cp-23.05.1-2-2:
---
 0 files changed
---


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-23.05.4-1'

2023-09-11 Thread Andras Timar (via logerrit)
Tag 'cp-23.05.4-1' created by Andras Timar  at 
2023-09-11 20:50 +

cp-23.05.4-1

Changes since co-23.05-branch-point:
Andras Timar (1):
  On Linux dictionaries are packaged separately

---
 Module_dictionaries.mk |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---


[Libreoffice-bugs] [Bug 157189] Paragraph do not render the same in LO 7.5 vs LO 7.6

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157189

--- Comment #4 from Regis Perdreau  ---
Reproduced with : Version: 7.6.0.3 (X86_64) / LibreOffice Community
Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265
CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

Works as expected with : Version: 7.5.2.2 (X86_64) / LibreOffice Community
Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2
CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - configure.ac

2023-09-11 Thread Andras Timar (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 129b0dd920af18d09a13b24d61e7150c4f4113d3
Author: Andras Timar 
AuthorDate: Mon Sep 11 22:46:48 2023 +0200
Commit: Andras Timar 
CommitDate: Mon Sep 11 22:46:48 2023 +0200

Bump version to 23.05.4.1

Change-Id: I94b173536f3b64edae2a3948e3e31bf95819d469

diff --git a/configure.ac b/configure.ac
index b9260c7dfc7f..500533a83f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[23.05.3.1],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[23.05.4.1],[],[],[https://collaboraoffice.com/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard


[Libreoffice-bugs] [Bug 129458] COMPAT LAYOUT DOCX TABLE: cell text (not border) stop/starts at page margin. Cell margin overlaps page margin even with relative width

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129458

Justin L  changed:

   What|Removed |Added

Summary|COMPAT LAYOUT DOCX TABLE:   |COMPAT LAYOUT DOCX TABLE:
   |cell text (not border)  |cell text (not border)
   |stop/starts at page margin. |stop/starts at page margin.
   |Cell margin overlaps page   |Cell margin overlaps page
   |margin. |margin even with relative
   ||width

--- Comment #8 from Justin L  ---
I think the problem here is the 100% relative width. As soon as it is turned
into centimeter width, then everything looks proper. (But as soon as you change
back to percent, then the large table fits itself into the page margins)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 130924] replace debugging printf calls with SAL_INFO/SAL_WARN

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130924

Hossein  changed:

   What|Removed |Added

 Whiteboard|target:7.0.0 target:7.3.0   |target:7.0.0 target:7.3.0
   |target:7.4.0 target:7.6.0   |target:7.4.0 target:7.6.0
   |target:24.2.0   |target:24.2.0 reviewed:2023

--- Comment #23 from Hossein  ---
Re-evaluating the EasyHack in 2023

This issue is still relevant, as there are many instances remaining. Please
note that as described in comment 1, not all of these should be touched.

$ git grep -w printf *.cxx | wc -l
687

$ git grep -w fprintf *.cxx | wc -l
1442

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157197] Distribution of tables changes when adding highlighting

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157197

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv  ---
Where do you add in the step 4?, I can not reproduce adding at the end of file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157192] PIVOTTABLE: 'Sort by' drop-down list grayed out by default on the (advanced) Data Field options dailog

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157192

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||103381


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103381
[Bug 103381] [META] Pivot table (aka Data Pilot) bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103381] [META] Pivot table (aka Data Pilot) bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103381

BogdanB  changed:

   What|Removed |Added

 Depends on||157192


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157192
[Bug 157192] PIVOTTABLE: 'Sort by' drop-down list grayed out by default on the
(advanced) Data Field options dailog
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157191] Loss of user language selection when using 'Spelling'

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157191

BogdanB  changed:

   What|Removed |Added

Summary|loss of user language   |Loss of user language
   |selection when using|selection when using
   |'Spelling'. |'Spelling'
 Blocks||96000
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96000
[Bug 96000] [META] Spelling and grammar checking bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 96000] [META] Spelling and grammar checking bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000

BogdanB  changed:

   What|Removed |Added

 Depends on||157191


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157191
[Bug 157191] Loss of user language selection when using 'Spelling'
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157197] Distribution of tables changes when adding highlighting

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157197

--- Comment #1 from Telesto  ---
Created attachment 189504
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189504=edit
Sample

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157189] Paragraph do not render the same in LO 7.5 vs LO 7.6

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157189

BogdanB  changed:

   What|Removed |Added

 Blocks||107833
 CC||buzea.bog...@libreoffice.or
   ||g
   Keywords||bibisectRequest, regression


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107833
[Bug 107833] [META] Writer paragraph style bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107833] [META] Writer paragraph style bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107833

BogdanB  changed:

   What|Removed |Added

 Depends on||157189


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157189
[Bug 157189] Paragraph do not render the same in LO 7.5 vs LO 7.6
-- 
You are receiving this mail because:
You are the assignee for the bug.

Asking How to start Contributing?

2023-09-11 Thread Rohit D.
Hi,
Myself Rohit Dadgal, I see that I have experience in the technologies that
your organization use and I also have proper Experience including Pretty
Good Projects in the same tech stack. I would like to know that how can I
start contributing for you organization. I'm a complete beginner to
Opensource but I promise to deliver my best. Below are my Social Links:
LinkedIn 
Github 
Thank You!


[Libreoffice-bugs] [Bug 157197] New: Distribution of tables changes when adding highlighting

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157197

Bug ID: 157197
   Summary: Distribution of tables changes when adding
highlighting
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Distribution of tables changes when adding highlighting

Steps to Reproduce:
1. Open the attached file (same as attachment 143995 from bug 119126 except for
added highlighting)
2. Go to page 2, notice a full line of text being marked yellow
3. Select a part of the highlighted text, and make some modification
(Bold/italic/different highlighting)
4. Extra content is added to the page. Which I actually would expect to be
present in file open

Actual Results:
Empty area. After some modification the empty area is filled

Expected Results:
The current "Empty area" already filled with content on file-open


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: c9916d9be9c060d43fc063b76d70629162650fea
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

BogdanB  changed:

   What|Removed |Added

 Depends on||157174


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157174
[Bug 157174] LibreOffice crashes when clicking "Print Preview"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108804] [META] Print preview bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108804

BogdanB  changed:

   What|Removed |Added

 Depends on||157174


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157174
[Bug 157174] LibreOffice crashes when clicking "Print Preview"
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157174] LibreOffice crashes when clicking "Print Preview"

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157174

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||108804, 133092


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108804
[Bug 108804] [META] Print preview bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
[Bug 133092] [META] Crash bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144804] FILEOPEN DOCX Textbox anchored to paragraph wrapping an image disappears

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144804

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=10 |
   |5261|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 105261] LAYOUT DOCX: paragraph margin start not modified when wrapping around frame (comment 17)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105261

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=14 |
   |4804|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157172] FILEOPEN PPTX: Curved connector adjustment values are not imported

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157172

BogdanB  changed:

   What|Removed |Added

 Blocks||99649
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99649
[Bug 99649] [META] Improve Connector handling
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99649] [META] Improve Connector handling

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99649

BogdanB  changed:

   What|Removed |Added

 Depends on||157172


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157172
[Bug 157172] FILEOPEN PPTX: Curved connector adjustment values are not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103512] [META] AutoFilter-related bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103512

BogdanB  changed:

   What|Removed |Added

 Depends on||157152


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157152
[Bug 157152] VIEWING: Calc, window width in AutoFilter keeps increasing
horizontally
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157152] VIEWING: Calc, window width in AutoFilter keeps increasing horizontally

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157152

BogdanB  changed:

   What|Removed |Added

 Blocks||103512
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103512
[Bug 103512] [META] AutoFilter-related bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156681] The underline line in Writer doesn't match the length of the sentence, even in simple cases

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156681

BogdanB  changed:

   What|Removed |Added

 CC||provisioneer...@gmail.com

--- Comment #28 from BogdanB  ---
*** Bug 156923 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156923] The FORMATTING for Hyperlinks extends beyond the Hyperlink Text

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156923

BogdanB  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #7 from BogdanB  ---


*** This bug has been marked as a duplicate of bug 156681 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 120466] [META] DOCX (OOXML) anchor and text wrapping bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120466
Bug 120466 depends on bug 142855, which changed state.

Bug 142855 Summary: Heading below image after DOCX export (anchored 
vertical-bottom-of-paragraph)
https://bugs.documentfoundation.org/show_bug.cgi?id=142855

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142849] FILEOPEN ODT->DOCX: Image partly off page on file open b/c no DOCX equivalent to bottom of paragraph area (comment 6)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142849

--- Comment #11 from Justin L  ---
*** Bug 142855 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142855] Heading below image after DOCX export (anchored vertical-bottom-of-paragraph)

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142855

Justin L  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Justin L  ---


*** This bug has been marked as a duplicate of bug 142849 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157196] About LibreOffice information, add the build date-time YYYYMMDDHHMM after the build ID

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157196

m.a.riosv  changed:

   What|Removed |Added

Summary|About LibreOffice   |About LibreOffice
   |information, add the|information, add the build
   |date-time  MMDDHHMM |date-time  MMDDHHMM
   |after the build ID  |after the build ID

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135324] FILESAVE DOCX: Image and figure caption overlap

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135324

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=12 |
   |2888|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108932] FILESAVE as .docx: caption hidden by shrunk textbox

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108932

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=12 |
   |2888|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 122888] FILESAVE to-para anchored Shape with to-para anchored caption incorrectly saved in ODT->DOCX

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122888

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=10 |tion.org/show_bug.cgi?id=10
   |8932,   |6153
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=13 |
   |5324|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157196] New: About LibreOffice information, add the date-time YYYYMMDDHHMM after the build ID

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157196

Bug ID: 157196
   Summary: About LibreOffice information, add the date-time
MMDDHHMM after the build ID
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: miguelange...@libreoffice.org

About LibreOffice information, add the date-time of the build after the build
ID, I think a useful information, to see at a glance.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: be9d7bee88eff89c0d361f23abb447ac2086c3b4
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded Jumbo

Build ID: be9d7bee88eff89c0d361f23abb447ac2086c3b4 MMDDHHMM

BTW, Locale and Calc information, could be in the same line avoiding one line
in the information.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154138] "Change line color" animation effect for rectangle, bottom line

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154138

Tomaz Vajngerl  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109362] [META] Custom/object animation bugs and enhancements

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109362
Bug 109362 depends on bug 154138, which changed state.

Bug 154138 Summary: "Change line color" animation effect for rectangle, bottom 
line
https://bugs.documentfoundation.org/show_bug.cgi?id=154138

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142798] FILEOPEN DOCX "Alignment relative to Margin" is wrongly rendered

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142798

Justin L  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All
Version|7.1.4.2 release |unspecified

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157195] New: Can't create or edit a diagram in Libreoffice Calc v 7.6

2023-09-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157195

Bug ID: 157195
   Summary: Can't create or edit a diagram in Libreoffice Calc v
7.6
   Product: LibreOffice
   Version: 7.6.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.spe...@yahoo.com

Description:
When I try to edit or create a diagram in LibreOffice Calc v 7.6, the
application freezes and I need to kill it to get out of the freeze and then
reload LibreOffice Calc if I wish to continue working. I have tried this on a
spreadsheet maintained since ... ages  2 or 3 years old, uncertain about
original version. 
I have replicated it with random data on a spreadsheet from scratch. 


Steps to Reproduce:
1.make a 2d table with row, column. Column headings are dates (may play a
role). Data in rows are for example stock prices for specific companies.

2. Select table area, create diagram. 
3. --> everything in Libre Calc window freezes, that is the bug

Actual Results:
I have to kill it to restart libreoffice. 

Expected Results:
Chart editing menu and toolbar should come to the front 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.0.3 (X86_64) / LibreOffice Community
Build ID: 69edd8b8ebc41d00b4de3915dc82f8f0fc3b6265
CPU threads: 16; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: nb-NO (nb_NO); UI: nb-NO
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-commits] core.git: starmath/qa starmath/source

2023-09-11 Thread Khaled Hosny (via logerrit)
 starmath/qa/cppunit/test_cursor.cxx |   20 
 starmath/source/visitors.cxx|7 +--
 2 files changed, 25 insertions(+), 2 deletions(-)

New commits:
commit d52feb11c7eab0adf82c1fb410adfd3127bf9497
Author: Khaled Hosny 
AuthorDate: Mon Sep 11 20:32:22 2023 +0300
Commit: خالد حسني 
CommitDate: Mon Sep 11 21:24:57 2023 +0200

starmath: Fix selection of surrogate pairs in inline editing

Don’t split nodes in the middle of surrogate pairs.

Change-Id: I3ce8cf19d4c331e2ead73ed375745e8866b3d7a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156827
Tested-by: Jenkins
Reviewed-by: خالد حسني 

diff --git a/starmath/qa/cppunit/test_cursor.cxx 
b/starmath/qa/cppunit/test_cursor.cxx
index d76b446e6a41..f5be3f5beeaa 100644
--- a/starmath/qa/cppunit/test_cursor.cxx
+++ b/starmath/qa/cppunit/test_cursor.cxx
@@ -39,12 +39,14 @@ public:
 void testCopySelectPaste();
 void testCutPaste();
 void testCutSelectPaste();
+void testSelectSurrogatePairs();
 
 CPPUNIT_TEST_SUITE(Test);
 CPPUNIT_TEST(testCopyPaste);
 CPPUNIT_TEST(testCopySelectPaste);
 CPPUNIT_TEST(testCutPaste);
 CPPUNIT_TEST(testCutSelectPaste);
+CPPUNIT_TEST(testSelectSurrogatePairs);
 CPPUNIT_TEST_SUITE_END();
 
 private:
@@ -172,6 +174,24 @@ void Test::testCutSelectPaste()
 #endif
 }
 
+void Test::testSelectSurrogatePairs()
+{
+auto xTree = SmParser5().Parse(u"\U0001EE4E");
+xTree->Prepare(xDocShRef->GetFormat(), *xDocShRef, 0);
+
+SmCursor aCursor(xTree.get(), xDocShRef.get());
+ScopedVclPtrInstance pOutputDevice;
+
+// selct the first character, cut, then paste
+aCursor.Move(pOutputDevice, MoveRight, false);
+aCursor.Cut();
+aCursor.Paste();
+
+#ifndef _WIN32 // FIXME: on Windows clipboard does not work in tests for some 
reason
+CPPUNIT_ASSERT_EQUAL(OUString(u"\U0001EE4E"), xDocShRef->GetText());
+#endif
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(Test);
 }
 
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index 936097ccef3f..c2c4717df299 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -1040,8 +1040,11 @@ void SmCaretPosGraphBuildingVisitor::Visit( SmTextNode* 
pNode )
 {
 SAL_WARN_IF( pNode->GetText().isEmpty(), "starmath", "Empty SmTextNode is 
bad" );
 
-int size = pNode->GetText().getLength();
-for( int i = 1; i <= size; i++ ){
+OUString& aText = pNode->GetText();
+sal_Int32 i = 0;
+while (i < aText.getLength())
+{
+aText.iterateCodePoints();
 SmCaretPosGraphEntry* pRight = mpRightMost;
 mpRightMost = mpGraph->Add( SmCaretPos( pNode, i ), pRight );
 pRight->SetRight( mpRightMost );


  1   2   3   4   >