Re: copy part of text from api

2024-04-13 Thread Andrew Pitonyak
I will not have access to check (probably only my phone for a week or two), but can you pull xtransferable content from a cursor or range? ⁣Get BlueMail for Android ​ On Apr 13, 2024, 12:35 PM, at 12:35 PM, Zorg wrote: >Hello > >Hope some can help us here > >Here is the  problem > > >We are

Re: Seeking help with Windows build using v7.6.1.1

2023-09-04 Thread Andrew Richardson
Thank you for the input. I scraped my original tree and restarted from scratch under LODE's recommended '~/lode' path. Seeing same build issues. I have attempted to adjust my Norton 360 to exclude the LO build processing, but it may still be a factor. I am NOT willing to uninstall Norton on this

Seeking help with Windows build using v7.6.1.1

2023-09-03 Thread Andrew Richardson
build. Full build log (using make -k switch) is available at link below. Appreciate any help to fix these issues. Thanks, Andrew Richardson 1. Errors processing IDL files - Internal compiler problem midl : error MIDL9008 : internal compiler problem - See documentation for suggestions on how

Re: paste html using API

2023-03-26 Thread Andrew Pitonyak
  For i = LBound(oData) To UBound(oData)     s = s & CHR$(oData(i))   Next   MsgBox s If I kept going, then I would attempt to then use the transferable content directly, which is obtained from oClip.getContents() I believe. But, one of the real questions is Does the clipboard have the contents

Re: Bug 81720

2022-08-19 Thread Andrew Pitonyak
field... Uggg. Had not considered that one. I am very happy to see how thoroughly y'all are working to get a correct solution. Andrew. ⁣Get BlueMail for Android ​ On Aug 19, 2022, 7:26 PM, at 7:26 PM, Phillips Rogfield wrote: >Hello, > >You are right that by putting the cursor to

Re: Bug 81720

2022-08-19 Thread Andrew Pitonyak
The general expected behavior in libre office, at least for me, is that if I place the cursor and start typing, that it will continue using the same attributes and properties of the character directly to the left of the cursor. So, if I have bold text, and I placed the cursor to the left of the

Re: Headless mail merge

2022-04-06 Thread Andrew Pitonyak
gt;thank you for your answer. I'll take a look at the links you pointed >to. > >The idea is, starting from a template in odt/doc/docx, to "fill in the >gaps" and save the filled document. Is there any other way rather than >mail merge? > > >All the best, > >Marc

Re: Headless mail merge

2022-04-06 Thread Andrew Pitonyak
I had planned on documenting how to do this some years back and AndrewBase.odt, and my only notes say that I should document the new e-mail merge API released in OpenOffice.org version 2.01; that was a long time ago.  I generally do not have reason to use mailmerge, but did you want to send

Re: tdf#140286 - CALC formula =INFO("OSVERSION") gives wrong output

2022-01-17 Thread Andrew Pitonyak
On Monday, January 17, 2022 17:17 EST, Wol wrote:  On 14/01/2022 22:24, Wols Lists wrote: > On 14/01/2022 21:26, Chris Sherlock wrote: >> I will work on a patch for Linux that parses /etc/os-release with a >> fallback to just the kernel version if that is not available >> (virtually all desktop

Re: ConfigManager warning

2021-12-26 Thread Andrew Pitonyak
Not that it helps your problem, but this is how I do it in basic https://www.pitonyak.org/AndrewFontMacro.odt ⁣Get BlueMail for Android ​ On Dec 26, 2021, 2:08 PM, at 2:08 PM, Chris Sherlock wrote: >Hi all, > >I'm writing a basic utility to list font details, but I'm getting the >following

bug related to how Basic handles arrays of Structures, location suggestions

2021-12-06 Thread Andrew Pitonyak
otherExampleCreateNewType REM Producing very strange errors. REM Inspect the two array elements and h at the same time REM down to the inside variables while executing lines 19 through 21 stepwise.   Dim Person(1 To 2) As PersonType Person(1).FirstName = "Andrew" Person(1).LastName = "

Error during start of building LibreOffice 7.2.0.1

2021-07-18 Thread Andrew Udvare
n old copy of Bash while Apple is moving to ZSH. $ /bin/sh --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20) Copyright (C) 2007 Free Software Foundation, Inc. -- Andrew Udvare ___ LibreOffice mailing list LibreOffice@lists.freedesktop

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - ucb/source

2021-04-14 Thread Andrew Udvare (via logerrit)
ucb/source/ucp/webdav/webdavprovider.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 80146da04ce3595aa95f30d7490b83c048b0a000 Author: Andrew Udvare AuthorDate: Thu Dec 24 06:04:16 2020 -0500 Commit: Andras Timar CommitDate: Thu Apr 15 00:21:33 2021

Problem with make

2021-04-02 Thread Andrew Hany
I've tried over 4 times to run the "make" command after installing all dependencies and following the instructions on https://wiki.documentfoundation.org/Development/BuildingOnWindows However, it always gets stuck for hours at some point in the make process after it keeps running normally for 6-7

Stuck while building

2021-04-01 Thread Andrew Hany
I'm trying to build LibreOffice on my Windows laptop in order to start working on easy hacks and my proposal. However I am stuck with this command: C:/cygwin64/opt/lo/bin/make Attached below is where CYGWin was stuck for the past 5 hours. Any ideas on how to solve this ? ( My antivirus is turned

[Libreoffice-commits] core.git: bin/unpack-sources

2021-02-25 Thread Andrew Udvare (via logerrit)
bin/unpack-sources |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f3b7dc649bc384be6000d98a87763cab26fe3f32 Author: Andrew Udvare AuthorDate: Fri Dec 18 03:23:37 2020 -0500 Commit: Thorsten Behrens CommitDate: Fri Feb 26 00:33:45 2021 +0100 fix

Re: dependency-confusion

2021-02-21 Thread Andrew Udvare
ode crash, but also does nefarious things in the background. There would be no way to know without deep inspection, and npm dependency trees are usually huge. -- Andrew OpenPGP_signature Description: OpenPGP digital signature ___ LibreOffice mailing l

Re: dependency-confusion

2021-02-21 Thread Andrew Udvare
As far as I can tell, the dependencies that LibreOffice uses in distributions are gathered manually and updated manually. So, not really. -- Andrew ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Patch: fix unpack-sources to not require GNU find

2021-02-18 Thread Andrew Udvare
* | grep -F printf -delete, -exec, -execdir, -ok, -okdir, -fls, -fprint, -fprintf, -ls, -print and -printf. -printf with the %F directive to see the types of your filesystems. Thanks -- Andrew Udvare ___ LibreOffice mailing list

Re: Added some information about Qt Creator IDE integration to the wiki

2021-02-10 Thread Andrew Pitonyak
Very nice, appreciated by my anyway! On Wednesday, February 10, 2021 09:25 EST, Hossein Noorikhah wrote:  Hi, I have added some information about how to use Qt Creator for building, running and debugging LibreOffice in the appropriate section of the wiki:

[Libreoffice-commits] core.git: configure.ac

2021-02-09 Thread Andrew Udvare (via logerrit)
configure.ac |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit d1dc51f95f9e831aa6adbbeff549c2017d2dfd82 Author: Andrew Udvare AuthorDate: Tue Dec 29 15:18:06 2020 -0500 Commit: Michael Stahl CommitDate: Tue Feb 9 18:36:23 2021 +0100 configure.ac

Crash on macOS with some custom fonts installed

2021-01-26 Thread Andrew Udvare
to disable a font (which works fine in other apps presumably) just to use LO. -- Andrew Udvare ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

108486: configure.ac: add --enable-bogus-system-python

2021-01-07 Thread Andrew Udvare
. Thanks -- Andrew Udvare ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2020-12-24 Thread Andrew Udvare (via logerrit)
ucb/source/ucp/webdav/webdavprovider.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit f14b83b38d35a585976ef5d422754d8e0d0266a6 Author: Andrew Udvare AuthorDate: Thu Dec 24 06:04:16 2020 -0500 Commit: Noel Grandin CommitDate: Fri Dec 25 06:19:42 2020

Re: FastSaxParser ans XFastParser

2020-11-26 Thread Andrew Pitonyak
I think that it is an external package. Search for libxml c++ so does my expectation that you need to install it and then make sure that your library includes no to look where it is installed. The latter part might come for free depending on your environment. For example, I'm Linux I probably

RE: calc: jumbo sheets on windows (never gonna happen)

2020-10-06 Thread Andrew Pitonyak
I think that the important point is that people do it in excel. They then try to open the file and they cannot. I have certainly been handled really large files perhaps it is simply a CSV file with lots of rows and I know how to deal with the spreadsheet so that's how I open it. Quick and dirty

Re[2]: Enabling Calc macro recording

2020-08-18 Thread Andrew Pitonyak
supported dispatches. Last time I ran it, it generated over 300,000 rows of dispatch commands.  On Tuesday, August 18, 2020 14:40 EDT, "Steve (GMail)" wrote:   Thanks Andrew. I feel a need to put a brief clarification in Chapter 12 of the 7.0 Calc Guide. Regards, Steve  -- Origina

Re: Enabling Calc macro recording

2020-08-18 Thread Andrew Pitonyak
It may not record input from a dialog. As an example, if you import a CSV file, I think that it does not remember the parameters that you used for the import.  The macro it produces does not use commands that directly modify the underlying object model but instead build an object to

Re: Forced Updates? WTF?

2020-06-09 Thread Andrew Pitonyak
Ten computers, have not seen this behavior even though I want it on a few of them. Did not even know LO could do it. ⁣Sent from BlueMail ​ On Jun 9, 2020, 6:49 PM, at 6:49 PM, "Christoph Schäfer" wrote: > > >> Gesendet: Dienstag, 09. Juni 2020 um 09:36 Uhr >> Von: "Mike Kaganski" >> An:

Re: How do I get rid of this error? Macro file requires OpenOffice but I would like to use Libreoffice

2020-03-11 Thread Andrew Pitonyak
Not able to test for at least a week, but am curious what this causes an error. where it fails, it verifies is something by that name is there and then it tries to remove it. If I was able to run a test I could check to make sure that the method is exist, but the real question, is do you have

[Libreoffice-commits] core.git: sw/qa

2020-03-07 Thread Andrew Lee (李健秋) (via logerrit)
sw/qa/extras/tiledrendering/tiledrendering.cxx |8 1 file changed, 8 insertions(+) New commits: commit 8905ed739110050f713c3f8030bd747fed1cb0dc Author: Andrew Lee (李健秋) AuthorDate: Sat Mar 7 19:10:02 2020 +0800 Commit: Michael Meeks CommitDate: Sat Mar 7 17:47:38 2020

[Libreoffice-commits] core.git: sw/qa

2020-03-07 Thread Andrew Lee (李健秋) (via logerrit)
sw/qa/extras/tiledrendering/tiledrendering.cxx | 75 - 1 file changed, 75 deletions(-) New commits: commit 54c6230a19359ef6ea6a11ed326c520cdbe271d4 Author: Andrew Lee (李健秋) AuthorDate: Sat Mar 7 19:15:19 2020 +0800 Commit: Michael Meeks CommitDate: Sat Mar 7

Re: Writing a LibreOffice extension that logs user (and other) events in real-time

2019-11-28 Thread Andrew Pitonyak
Take a look at event listeners to see what they can do the biggest problems will probably be related to things such as understanding which event listeners get called in which orders and also things like what will cause an event listener to disappear such as changing from a print view to a

Andrew D. Todd license statement

2019-09-24 Thread Andrew Todd
To whom it may concern: I, Andrew D. Todd, birthright citizen of the United States of America, and of the state of West Virginia, and of the county of Monongalia in West Virginia, being sixty-one years of age, under no legal disability, subject to no coercion, and of sound mind

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread Andrew Pitonyak
that replaces text references for figures with actual fields such as this. I had a document with a bunch of manually entered values and I wanted to use fields. It was created before I knew how to do that using the UI.  So, I hope this helps some.  I am overdue for pushing a new copy of OOME4.odt; I made

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread Andrew Pitonyak
Are you looking to insert the caption, or the reference to the caption? I think you want to insert a reference to a dependent field for a text field master. Does this sound correct?  The text field master, which is of type:  com.sun.star.text.fieldmaster.SetExpression.Figure But you want to

Re: Reveal Codes macros now works

2019-07-11 Thread Andrew Pitonyak
to release it as such.  In this case, I added a few lines of code to code that is labeled GPL. This is not significant code, it is a few fixes. It can stay as GPL. Normally I release my code as open.  On Thursday, July 11, 2019 02:32 EDT, Uwe Brauer wrote:   > On 10/07/19 17:54, Andrew Piton

Re: Reveal Codes macros now works

2019-07-10 Thread Andrew Pitonyak
On Wednesday, July 10, 2019 10:52 EDT, Uwe Brauer wrote:  >>> "AP" == Andrew Pitonyak writes: > There was so much static related to the orginal question, that I opted to > simply started a new thread.  > I was provided with a linke to the orignal documents: &

Reveal Codes macros now works

2019-07-09 Thread Andrew Pitonyak
There was so much static related to the orginal question, that I opted to simply started a new thread.  I was provided with a linke to the orignal documents: https://web.archive.org/web/20180326030224/http://homepages.paradise.net.nz/hillview/OOo/ There are three documents and I have the

Re: Reveal code, old macros convert them to LO

2019-07-04 Thread Andrew Pitonyak
So I read your response to say... If it is a read only display them it is not worth the time to bother with it... That is certainly easier than trying to make it work :-) ⁣Sent from BlueMail ​ On Jul 4, 2019, 10:26 PM, at 10:26 PM, Wols Lists wrote: >On 05/07/19 03:15, Wol's lists wrote: >>

Re: Writer TextTable access via the UNO API

2019-06-21 Thread Andrew Pitonyak
In OOME, I do not really discuss this, but, I do in AndrewMacro.odt where I claim (in the section "Enumerating cells in any text table" that you need to first use getCellNames() and then use getCellByName(aName). If you want to be even more complete, you may need to worry about things such as

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

2019-05-03 Thread Andrew Hyatt (via logerrit)
vcl/source/control/button.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 89775fd396e413daaf0e71710211075450bdc0ed Author: Andrew Hyatt AuthorDate: Thu May 2 14:33:12 2019 -0400 Commit: Tor Lillqvist CommitDate: Fri May 3 12:14:36 2019 +0200 tdf#125088

Andrew Hyatt license statement

2019-05-02 Thread Andrew Hyatt
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Andrew Hyatt ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Chance of Colour Underlining

2019-04-15 Thread Andrew Williams
How do I chance the underling under the wording from black to red, please Thanks in advance Andrew WilliamsUnited Kingdom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: how to create and fill a table of contents ?

2019-02-09 Thread Andrew Douglas Pitonyak
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php

Re: how to create and fill a table of contents ?

2019-02-09 Thread Andrew Douglas Pitonyak
n I create a TOC, I usually set CreateFromOutline to true to create the index based on the document outline styles (see Listing 399). /*Listing 399.* Insert a standard TOC into a document./ Sub InsertATOC REM Author: Andrew Pitonyak Dim oCurs 'Used to insert the text content. Dim oIn

Re: When file truncation happens by Basic's Open statement

2018-12-21 Thread Andrew Pitonyak
I evaluated the behavior from Basic for all of the different modes based on a specific build on a specific Linux platform. I did not read the code, nor did I test different platforms. I documented all of this in OOME on my web site. Don't remember the direct link, but, it is on

Andrew Udvare license statement

2018-10-01 Thread Andrew Udvare
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Andrew signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

Re: How to insert extra and hidden information for each element of document via LibreOffice API?

2018-07-26 Thread Andrew Pitonyak
When I think of UML, I think of a graphical representation. Your description leads me to believe that you will have a "text" representation. My first thought was user defined attributes

String Length and Array Indexes in macros

2018-05-15 Thread Andrew Pitonyak
is that this now uses a 32-bit long, so, +/- 2G. Andrew Pitonyak ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Association between ToC index object and its paragraph content

2017-12-12 Thread Andrew Pitonyak
Disclaimer: I have not taken the time to look at the problem, but, if you have a text range, or have the ability to get a text range out of what you have, then you can compare the starting and ending positions. You might need to create a text cursor from the range to do this. I do not have

Andrew Williams's license statement

2016-07-31 Thread Andrew Williams
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Collabora Online 1.0 Roadmap and Questions

2016-06-23 Thread Andrew McGlashan
Hi Michael, On 23/06/2016 3:13 AM, Michael Meeks wrote: > On Wed, 2016-06-22 at 11:38 -0400, Adam Saunders wrote: >> I'm in the midst of writing a news article about the Collabora Online >> 1.0 release. I had a couple questions for you: > > Let me get to those privately - some of the

Re: Open web page from dialog

2016-06-11 Thread Andrew Pitonyak
I think this is usually done by invoking a command to the operating system. Cannot easily lookup how this is done right now It is likely os dependent. Sent from BlueMail On Jun 11, 2016, 3:24 PM, at 3:24 PM, "Jan Rheinländer" wrote: >Hi, > >is it possible to open

Re: Libre Office online

2016-04-07 Thread Andrew McGlashan
Hi, On 6/04/2016 4:44 PM, Muhammad Asad wrote: > I have successfully setup LibreOffice online, Kudos to you guys. I just > have a simple question, can i give a url to a document in file_path > query string param ? When i am giving it a url to a document with http > or https it says socket closed.

Re: Road map? mobile devices...

2016-04-06 Thread Andrew McGlashan
Hi, On 5/04/2016 7:54 PM, Christian Lohmaier wrote: > On Tue, Mar 29, 2016 at 2:54 AM, Andrew McGlashan > <andrew.mcglas...@affinityvision.com.au> wrote: >> >> I was wondering if or when LibreOffice would be available for full use >> on either or both

Re: Road map? mobile devices...

2016-04-01 Thread Andrew McGlashan
Hi, On 1/04/2016 6:12 PM, Miklos Vajna wrote: > You probably didn't get an answer as this list is for discussing code > and patches. If you have such a question, feel free to ask. Okay, thanks, is there a different and more appropriate list? What I want to know most is when I might be able to

Road map? mobile devices...

2016-03-31 Thread Andrew McGlashan
Hi, --- resend --- I was wondering if or when LibreOffice would be available for full use on either or both of Android / iOS. I know there is a viewer version for Android and I've considered setting up LibreOffice with ownCloud, but I really would like to be able to migrate users to full

Road map? mobile devices...

2016-03-29 Thread Andrew McGlashan
Hi, I was wondering if or when LibreOffice would be available for full use on either or both of Android / iOS. I know there is a viewer version for Android and I've considered setting up LibreOffice with ownCloud, but I really would like to be able to migrate users to full mobile use apps for

Re: suggested method to create LibreOffice Extensions

2015-11-16 Thread Andrew Pitonyak
If you email me directly I can send you a copy of my macro formatter stuff with the document I use to generate the OXT file. Won't have access until Thursday or Friday. On Nov 16, 2015 3:52 AM, Andrea Castellani wrote: > > Hello everyone, > almost three years ago I

Re: Macro to load and run ppt for impress

2015-07-08 Thread Andrew Douglas Pitonyak
= o.Source.Location then boFinished = true endif endif End Sub Sub EvList_disposing() End Sub -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org/oo.php ___ LibreOffice mailing list LibreOffice

LibreOffice 4.x copyright date is 2014

2015-07-06 Thread Andrew Pitonyak
Latest release of LO 4.x Help About Shows the a copyright date of 2014. I just installed the latest release candidate (2) and it has a 2015 copyright, so this probably only matters if there is another release of 4.x for some reason. I thought that the latest 4.x release was 2015. Andrew

Re: Q: How to get the path of all opened spreadsheet documents

2015-06-08 Thread Andrew Douglas Pitonyak
) Then isWriteDocument = False ElseIf oDoc.supportsService(com.sun.star.text.TextDocument) Then isWriteDocument = True Else isWriteDocument = False End If End Function On 06/07/2015 09:21 PM, Zhang, William wrote: Hi Andrew, Thanks a lot for your reply. Q1: In your case do

Re: Q: How to get the path of all opened spreadsheet documents

2015-06-06 Thread Andrew Pitonyak
No time to find the solution now But I have done this sort of thing in basic. You enumerate the open components from the desktop object and check of the component is a calc document. In your case do you only care about documents that have been saved... Ignoring new never saved to disk

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

2015-05-07 Thread Andrew
-Red.png |binary extras/source/gallery/transportation/Truck-Blue.png|binary 175 files changed New commits: commit e658cb4d5ce49d3a3c6acc63155974b5ff8490c7 Author: Andrew dent@gmail.com Date: Thu May 7 20:25:07 2015 +0100 Clipart - PNG files optimized

[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/galaxy icon-themes/human icon-themes/oxygen icon-themes/sifr icon-themes/tango icon-themes/tango_testing

2015-04-21 Thread Andrew
/sc_symbolshapes.quad-bevel.png |binary 197 files changed New commits: commit 3cdc48dc9db54a123ee243913177827ca6629d0b Author: Andrew dent@gmail.com Date: Mon Apr 20 00:07:03 2015 +0100 Optimization of icon themes. Lossless optimization of PNG files in icon themes. Using

[Libreoffice-commits] core.git: icon-themes/breeze

2015-04-20 Thread Andrew
/redline_inserted.png|binary icon-themes/breeze/xmlsecurity/res/key_12.png |binary 238 files changed New commits: commit ab19dd7715ee62d2c7767ebb443189603b2a82f7 Author: Andrew dent@gmail.com Date: Mon Apr 20 00:16:33 2015 +0100 Optimize Breeze icon theme - Pt.3

Re: Loading LaTeX document results in odd output

2015-04-09 Thread Andrew Pitonyak
What happens of you rename the file to have a .txt file extension? On Apr 9, 2015 3:44 AM, =?ISO-8859-1?Q?Jens_Tr=F6ger?= jens.troe...@light-speed.de wrote: Hi, I'm not sure if this is the right place to post this.  After running LO I loaded a LaTeX file:  

[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/sifr icon-themes/tango icon-themes/tango_testing

2015-02-26 Thread Andrew
|binary icon-themes/tango/vcl/source/src/question.svg | 387 -- 65 files changed, 7 insertions(+), 21709 deletions(-) New commits: commit 945e8c4f5a377d328afdafe1410609a3ad1e7425 Author: Andrew dent@gmail.com Date: Sun Feb 15 01:33:31 2015 + tdf#30425 Remove old

Re: How do I tear down soffice cleanly?

2015-02-25 Thread Andrew Pitonyak
Test your coffee against the basic IDE and a help window, one might not support close if my memory is correct. On Feb 25, 2015 7:16 PM, =?ISO-8859-1?Q?Jens_Tr=F6ger?= jens.troe...@light-speed.de wrote: Thanks Michael.  Looking at 13. in this FAQ  

Re: Ask for help, Young developer request

2015-02-20 Thread Andrew Pitonyak
First use XModifiable and if isModified is true call setModified to set to false. See of that helps. On Feb 20, 2015 3:12 AM, =?UTF-8?Q?Bart=C5=82omiej_Mikos_PrimeSoft_Polska?= bartlomiej.mi...@primesoft.pl wrote: Good Morning, I have problem with use of java LibreOffice Api 4.3 Is a

[Libreoffice-commits] core.git: icon-themes/crystal icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/tango icon-themes/tango_testing

2015-02-16 Thread Andrew
, 608 insertions(+), 1667 deletions(-) New commits: commit 18f41dfaf19d656d290c47d196ef2702e169a522 Author: Andrew dent@gmail.com Date: Thu Feb 12 01:07:58 2015 + Remove old icons. Remove outdated icons from themes, to bring inline with Galaxy. Fixed file names where

[Libreoffice-commits] core.git: icon-themes/crystal icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/tango icon-themes/tango_testing

2015-02-10 Thread Andrew
dev/null|binary icon-themes/tango/links.txt | 81 2 files changed, 81 deletions(-) New commits: commit 3324d52dccacff9c3d8b18fe5deb8570a713d7c1 Author: Andrew dent@gmail.com Date: Sun Feb 8 12:58:24 2015 + Remove

Re: Java sidebar extensions and LibreOffice

2015-02-10 Thread Andrew Pitonyak
I see where you go to the end of the document, but I don't see you placing the cursor at the start. I expect you to first go to the start with no selection and then Juno to the end with selection. I suspect that you are simply setting  paragraph properties on the last  paragraph. That said,

[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/oxygen icon-themes/tango

2015-02-06 Thread Andrew
/CopyrightsHuman |1 - 9 files changed, 1 deletion(-) New commits: commit 9506eaa6faf8f9d38d38d9bb25fa89968e23230c Author: Andrew dent@gmail.com Date: Fri Feb 6 21:39:54 2015 + Tidy up HC icons. Remove and fix stray Hicontrast (HC) icons

Re: Inserting a value into a XComponentContext

2014-12-03 Thread Andrew Pitonyak
Guessing from memory and not east for me to verify at the Moment, but I thought that the context was read only. I think that of you want to add values you need to create a new one with the desired named value pairs. Are you able to inspect an object to see of it supports setting values... I

Re: Inserting a value into a XComponentContext

2014-11-30 Thread Andrew Pitonyak
Anything I have done has been in basic, which abstracts ask the hard bits of casting away. Of Han that looks to be correct based on my memory. More specifically, that you add the values (or pad the values) on creation. Chris Sherlock chris.sherloc...@gmail.com wrote:

Re: Inserting a value into a XComponentContext

2014-11-30 Thread Andrew Pitonyak
xNameContainer( xContext, UNO_QUERY ); Is this the right approach? Will the delegate ComponentContext work? Chris On Mon, Dec 1, 2014 at 12:25 AM, Andrew Pitonyak and...@pitonyak.org wrote: Guessing from memory and not east for me to verify at the Moment, but I thought that the context

Re: Who knows of a free UML tool to work with libreoffice?

2014-11-26 Thread Andrew Douglas Pitonyak
if you do find something that does integrate. If you are interested in direct integration, then you will need to use Draw and do all the work yourself For example: http://mvantzet.wordpress.com/2009/10/20/drawing-uml-diagrams-in-openoffice-draw/ -- Andrew Pitonyak My Macro Document: http

[Libreoffice-commits] core.git: Changes to 'refs/changes/61/8361/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/61/8361/3'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/04/8404/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/8795/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/00/2300/2'

2014-09-29 Thread Andrew Branch
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/00/2300/1'

2014-09-29 Thread Andrew Branch
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/70/8370/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/70/8370/2'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/94/8794/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/63/8363/2'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/63/8363/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/94/8794/2'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/99/8799/1'

2014-09-29 Thread Andrew
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: Top posting vs posting styles

2014-09-24 Thread Andrew Douglas Pitonyak
post. I don't know if that is because that seems to be the way that outlook operates or that is simply what is more natural for them to use. I do know that if I used outlook from work to respond to these messages, it would be a bunch of extra effort to do anything but top post. -- Andrew

Re: Should we use boost::math::log1p/expm1 instead of rtl_math_log1p/expm1 ?

2014-09-17 Thread Andrew Douglas Pitonyak
may be configured to use the built-in implementation, I don't really know. I did not check our source code, but, it might reduce the LO code complexity a little bit, that might be a gain. -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt Info: http://www.pitonyak.org

Re: [PATCH 01/17] XSLT: Better error messages in measure_conversion.xsl

2014-08-19 Thread Andrew Sayers
amending the pre-preamble with words to the effect of patches will no longer be accepted in the form described on this page? - Andrew ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[PATCH 17/17] XHTML export: remove 'odfLiEnd'

2014-08-15 Thread andrew-libreoffice . org
From: Andrew Sayers andrew-libreoffice@pileofstuff.org Inserting space to work around an IE6/7 bug does more harm than good nowadays. --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 6 -- filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 5 - 2 files changed, 11

[PATCH 03/17] XHTML export: remove trailing space

2014-08-14 Thread andrew-libreoffice . org
From: Andrew Sayers andrew-libreoffice@pileofstuff.org --- .../source/xslt/odf2xhtml/export/common/body.xsl | 68 +++--- .../export/common/styles/style_mapping_css.xsl | 6 +- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git filter/source/xslt/odf2xhtml

[PATCH 12/17] XHTML export: strip whitespace in binary data

2014-08-14 Thread andrew-libreoffice . org
From: Andrew Sayers andrew-libreoffice@pileofstuff.org Fixes output in xsltproc --- filter/source/xslt/odf2xhtml/export/common/body.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git filter/source/xslt/odf2xhtml/export/common/body.xsl filter/source/xslt/odf2xhtml/export

[PATCH 13/17] XHTML export: silence an unhelpful warning

2014-08-14 Thread andrew-libreoffice . org
From: Andrew Sayers andrew-libreoffice@pileofstuff.org --- filter/source/xslt/odf2xhtml/export/common/body.xsl | 2 +- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git filter/source/xslt/odf2xhtml/export/common

[PATCH 06/17] XHTML export: Specify the font-family for bullet points

2014-08-14 Thread andrew-libreoffice . org
From: Andrew Sayers andrew-libreoffice@pileofstuff.org --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 10 ++ 1 file changed, 10 insertions(+) diff --git filter/source/xslt/odf2xhtml/export/xhtml/body.xsl filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index 6f3e980

  1   2   3   >