Hi Mahesh,
Please keep discussions on the mailing list instead of moving them to
private mail only, I'm Cc'ing the list again.
On Friday, 2014-07-11 12:28:43 -, Mahesh Patil wrote:
> Mac OS Xcode has such tools which tell you memory leaks with exact num of
> bytes and it's allocation functi
Hi Mahesh,
On Tuesday, 2014-07-08 07:47:46 -, Mahesh Patil wrote:
> Libreoffice is not releasing memory after converting document to pdf.
How do you measure that?
Eike
--
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key ID: 0x65632D3A - 2265 D7F3 A7B
On 09/07/14 12:07, Michael Meeks wrote:
>
>> Reference < XCloseable > xClose( xDoc, UNO_QUERY );
>> if ( xClose.is() )
>> xClose->close( sal_True );
>> else
>> {
>> Reference < XComponent > xComp( xDoc, UNO_QUERY );
>> if ( xComp.
Hi Mahesh,
On Tue, 2014-07-08 at 07:47 +, Mahesh Patil wrote:
> I have problem in libreoffice code. Libreoffice is not releasing
> memory after converting document to pdf. Can someone explain me how to
> release memory. which function is called for this.
Hmm - of course, it is quite p
Hi,
I have problem in libreoffice code. Libreoffice is not releasing memory after
converting document to pdf. Can someone explain me how to release memory. which
function is called for this.
Thanks and Regards,
Mahesh
sample code
input is word document and output is pdf document
OUString