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

2015-06-11 Thread SOS
Andrew Pitonyak [mailto:and...@pitonyak.org] Sent: 2015年6月5日19:15 To: Zhang, William Cc: libreoffice@lists.freedesktop.org Subject: Re: Q: How to get the path of all opened spreadsheet documents No time to find the solution now But I have done this sort of thing in basic. You enumerate

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

2015-06-10 Thread Zhang, William
Best Regards William - From: SOS [mailto:s...@pmg.be] Sent: 2015年6月11日 0:52 To: Zhang, William; us...@global.libreoffice.org Subject: Re: Q: How to get the path of all opened spreadsheet documents Zhang in basic i use this function Function TaskonDesktop(DocPath as String) as Bool

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

2015-06-08 Thread Zhang, William
: 2015年6月5日 19:15 To: Zhang, William Cc: libreoffice@lists.freedesktop.org Subject: Re: Q: How to get the path of all opened spreadsheet documents 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 ch

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

2015-06-08 Thread Andrew Douglas Pitonyak
onyak [mailto:and...@pitonyak.org] Sent: 2015年6月5日19:15 To: Zhang, William Cc: libreoffice@lists.freedesktop.org Subject: Re: Q: How to get the path of all opened spreadsheet documents No time to find the solution now But I have done this sort of thing in basic. You enumerate the open components from the desk

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 docs