commit 7bfaafcbfadef9915f603bcf815eaaa3e3cc9150 Author: Mauricio Baeza Date: Fri Oct 18 22:13:43 2019 -0500 Init functional version diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03b69a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +__pycache__/ +*.py[cod] + +*.log +images/ + +docs/ + +# Virtualenv +.env/ +virtual/ + + + diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..c03539d --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,4 @@ +v 0.1.0 [18-oct-2019] +--------------------- + - Initial version + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..59fa655 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + empresa-libre + Copyright (C) 2016 Mauricio Baeza + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + empresa-libre Copyright (C) 2016 Mauricio Baeza + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..da201de --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +ZAZ Pip + +Extension for install and admin Python Pip in LibreOffice. + + +Thanks! + +https://gitlab.com/mauriciobaeza/zaz + + +### Software libre, no gratis + + +This extension have a cost of maintenance of 1 euro every year. + +BCH: `1RPLWHJW34p7pMQV1ft4x7eWhAYw69Dsb` + +BTC: `3Fe4JuADrAK8Qs7GDAxbSXR8E54avwZJLW` + +PayPal :( donate ATT elmau DOT net + + +* [Look the wiki](https://gitlab.com/mauriciobaeza/zaz-pip/wikis/home) +* [Mira la wiki](https://gitlab.com/mauriciobaeza/zaz-pip/wikis/home_es) + + +Thanks for translations: + +* Help Us diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..49b49e4 --- /dev/null +++ b/VERSION @@ -0,0 +1,2 @@ +0.1.0 + diff --git a/conf.py b/conf.py new file mode 100644 index 0000000..7fe37de --- /dev/null +++ b/conf.py @@ -0,0 +1,636 @@ +#!/usr/bin/env python3 + +# ~ This file is part of ZAZ. + +# ~ ZAZ is free software: you can redistribute it and/or modify +# ~ it under the terms of the GNU General Public License as published by +# ~ the Free Software Foundation, either version 3 of the License, or +# ~ (at your option) any later version. + +# ~ ZAZ is distributed in the hope that it will be useful, +# ~ but WITHOUT ANY WARRANTY; without even the implied warranty of +# ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# ~ GNU General Public License for more details. + +# ~ You should have received a copy of the GNU General Public License +# ~ along with ZAZ. If not, see . + + +import logging + + +# ~ Type extension: +# ~ 1 = normal extension +# ~ 2 = new component +# ~ 3 = Calc addin +TYPE_EXTENSION = 1 + +# ~ https://semver.org/ +VERSION = '0.1.0' + +# ~ Your great extension name, not used spaces +NAME = 'ZAZPip' + +# ~ Should be unique, used URL inverse +ID = 'net.elmau.zaz.pip' + +# ~ If you extension will be multilanguage set: True +# ~ This feature used gettext, set pythonpath and easymacro in True +# ~ Yu can used PoEdit for edit PO files and generate MO files. +# ~ https://poedit.net/ +USE_LOCALES = True +DOMAIN = 'base' +PATH_LOCALES = 'locales' +# ~ locate pygettext.py +PATH_PYGETTEXT = '/usr/lib/python3.7/Tools/i18n/pygettext.py' +PATH_MSGMERGE = 'msgmerge' + + +# ~ Show in extension manager +PUBLISHER = { + 'en': {'text': 'El Mau', 'link': 'https://gitlab.com/mauriciobaeza'}, + 'es': {'text': 'El Mau', 'link': 'https://gitlab.com/mauriciobaeza'}, +} + +# ~ Name in this folder for copy +ICON = 'images/logo.png' +# ~ Name inside extensions +ICON_EXT = f'{NAME.lower()}.png' + +# ~ For example +# ~ DEPENDENCIES_MINIMAL = '6.0' +DEPENDENCIES_MINIMAL = '' + +# ~ Change for you favorite license +LICENSE_EN = f"""This file is part of {NAME}. + + {NAME} is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + {NAME} is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with {NAME}. If not, see . +""" +LICENSE_ES = LICENSE_EN + +INFO = { + 'en': { + 'display_name': 'ZAZ Pip', + 'description': 'Pip for LibreOffice', + 'license': LICENSE_EN, + }, + 'es': { + 'display_name': 'ZAZ Pip', + 'description': 'Pip para LibreOffice', + 'license': LICENSE_ES, + }, +} + + +CONTEXT = { + 'calc': 'com.sun.star.sheet.SpreadsheetDocument', + 'writer': 'com.sun.star.text.TextDocument', + 'impress': 'com.sun.star.presentation.PresentationDocument', + 'draw': 'com.sun.star.drawing.DrawingDocument', + 'base': 'com.sun.star.sdb.OfficeDatabaseDocument', + 'math': 'com.sun.star.formula.FormulaProperties', + 'basic': 'com.sun.star.script.BasicIDE', +} + + +# ~ Menus, only for TYPE_EXTENSION = 1 +# ~ Parent can be: AddonMenu or OfficeMenuBar +# ~ For icons con name: NAME_16.bmp, used only NAME +# ~ PARENT = '' +# ~ MENU_MAIN = {} +# ~ Shortcut: Key + "Modifier Keys" +# ~ Important: Not used any shortcuts used for LibreOffice +# ~ SHIFT is mapped to Shift on all platforms. +# ~ MOD1 is mapped to Ctrl on Windows/Linux, while it is mapped to Cmd on Mac. +# ~ MOD2 is mapped to Alt on all platforms. +# ~ For example: Shift+Ctrl+Alt+T -> T_SHIFT_MOD1_MOD2 +PARENT = 'AddonMenu' +# ~ MENU_MAIN = { + # ~ 'en': 'My Extension', + # ~ 'es': 'Mi Extensión', +# ~ } +MENU_MAIN = {} +MENUS = ( + { + 'title': {'en': 'Open Pip', 'es': 'Abrir Pip'}, + 'argument': 'open', + 'context': '', + 'icon': 'icon', + 'toolbar': False, + 'shortcut': 'P_SHIFT_MOD1_MOD2', + }, +) + + +# ~ Functions, only for TYPE_EXTENSION = 3 +FUNCTIONS = { + 'test': { + 'displayname': {'en': 'test', 'es': 'prueba'}, + 'description': {'en': 'My test', 'es': 'Mi prueba'}, + 'parameters': { + 'value': { + 'displayname': {'en': 'value', 'es': 'valor'}, + 'description': {'en': 'The value', 'es': 'El valor'}, + }, + }, + }, +} +# ~ FUNCTIONS = {} + +EXTENSION = { + 'version': VERSION, + 'name': NAME, + 'id': ID, + 'icon': (ICON, ICON_EXT), + 'languages': tuple(INFO.keys()) +} + + +# ~ If used more libraries set python path in True and copy inside +# ~ If used easymacro pythonpath always is True, recommended +DIRS = { + 'meta': 'META-INF', + 'source': 'source', + 'description': 'description', + 'images': 'images', + 'registration': 'registration', + 'files': 'files', + 'office': 'Office', + 'locales': PATH_LOCALES, + 'pythonpath': True, +} + + +FILES = { + 'oxt': f'{NAME}_v{VERSION}.oxt', + 'py': f'{NAME}.py', + 'ext_desc': 'desc_{}.txt', + 'manifest': 'manifest.xml', + 'description': 'description.xml', + 'idl': f'X{NAME}.idl', + 'addons': 'Addons.xcu', + 'urd': f'X{NAME}.urd', + 'rdb': f'X{NAME}.rdb', + 'update': f'{NAME.lower()}.update.xml', + 'addin': 'CalcAddIn.xcu', + 'shortcut': 'Accelerators.xcu', + 'easymacro': True, +} + + +# ~ URLs for update for example +# ~ URL_XML_UPDATE = 'https://gitlab.com/USER/PROYECT/raw/BRANCH/FOLDERs/FILE_NAME' +URL_XML_UPDATE = '' +URL_OXT = '' + + +# ~ Default program for test: --calc, --writer, --draw +PROGRAM = '--calc' +# ~ Path to file for test +FILE_TEST = '' + +PATHS = { + 'idlc': '/usr/lib/libreoffice/sdk/bin/idlc', + 'include': '/usr/share/idl/libreoffice', + 'regmerge': '/usr/lib/libreoffice/program/regmerge', + 'soffice': ('soffice', PROGRAM, FILE_TEST), + 'install': ('unopkg', 'add', '-v', '-f', '-s'), + 'profile': '/home/mau/.config/libreoffice/4/user', +} + + +SERVICES = { + 'job': "('com.sun.star.task.Job',)", + 'addin': "('com.sun.star.sheet.AddIn',)", +} + + +FORMAT = '%(asctime)s - %(levelname)s - %(message)s' +DATE = '%d/%m/%Y %H:%M:%S' +LEVEL_ERROR = logging.getLevelName(logging.ERROR) +LEVEL_INFO = logging.getLevelName(logging.INFO) +logging.addLevelName(logging.ERROR, f'\033[1;41m{LEVEL_ERROR}\033[1;0m') +logging.addLevelName(logging.INFO, f'\x1b[32m{LEVEL_INFO}\033[1;0m') +logging.basicConfig(level=logging.DEBUG, format=FORMAT, datefmt=DATE) +log = logging.getLogger(NAME) + + +def _methods(): + template = """ def {0}(self, {1}): + print({1}) + return 'ok'\n""" + functions = '' + for k, v in FUNCTIONS.items(): + args = ','.join(v['parameters'].keys()) + functions += template.format(k, args) + return functions + + +SRV = SERVICES['job'] +XSRV = 'XJobExecutor' +SRV_IMPORT = f'from com.sun.star.task import {XSRV}' +METHODS = """ def trigger(self, args='pyUNO'): + print('Hello World', args) + return\n""" + +if TYPE_EXTENSION > 1: + MENUS = () + XSRV = f'X{NAME}' + SRV_IMPORT = f'from {ID} import {XSRV}' +if TYPE_EXTENSION == 2: + SRV = f"('{ID}',)" + METHODS = """ def test(self, args='pyUNO'): + print('Hello World', args) + return\n""" +elif TYPE_EXTENSION == 3: + SRV = SERVICES['addin'] + METHODS = _methods() + + +FILE_PY = f"""import uno +import unohelper +{SRV_IMPORT} + + +ID_EXTENSION = '{ID}' +SERVICE = {SRV} + + +class {NAME}(unohelper.Base, {XSRV}): + + def __init__(self, ctx): + self.ctx = ctx + +{METHODS} + +g_ImplementationHelper = unohelper.ImplementationHelper() +g_ImplementationHelper.addImplementation({NAME}, ID_EXTENSION, SERVICE) +""" + + +tmp = ' {}' +node = [tmp.format(k, v['display_name']) for k, v in INFO.items()] +NODE_DISPLAY_NAME = '\n'.join(node) + +tmp = ' ' +node = [tmp.format(k) for k, v in INFO.items()] +NODE_EXTENSION_DESCRIPTION = '\n'.join(node) + +NODE_ICON = '' +if ICON: + NODE_ICON = f' ' + +NODE_PUBLISHER = '' +if PUBLISHER: + tmp = ' {}' + node = [tmp.format(v['link'], k, v['text']) for k, v in PUBLISHER.items()] + NODE_PUBLISHER = '\n'.join(node) + +NODE_DEPENDENCIES_MINIMAL = '' +if DEPENDENCIES_MINIMAL: + NODE_DEPENDENCIES_MINIMAL = f"""\n + + """ + +tmp = ' ' +node = [tmp.format(DIRS['registration'], k) for k in INFO.keys()] +NODE_LICENSE = '\n'.join(node) + +NODE_UPDATE = '' +if URL_XML_UPDATE: + NODE_UPDATE = f""" + + + """ + +FILE_DESCRIPTION = f""" + + + + +{NODE_DISPLAY_NAME} + + +{NODE_EXTENSION_DESCRIPTION} + + +{NODE_ICON} + + +{NODE_PUBLISHER} + + + +{NODE_LICENSE} + + {NODE_DEPENDENCIES_MINIMAL}{NODE_UPDATE} + +""" + +NODE_MENU = """ + +{titles} + + + service:{id}?{argument} + + + _self + + + {context} + + + %origin%/{folder}/{icon} + + """ + +opt = 'fuse' +if PARENT == 'OfficeMenuBar': + opt = 'replace' + + +def _get_context(args): + if not args: + return '' + c = [] + for v in args.split(','): + c.append(CONTEXT[v]) + return ','.join(c) + + +menus = [] +toolbar = [] +tmp = ' {}' +for i, m in enumerate(MENUS): + titles = [tmp.format(k, v) for k, v in m['title'].items()] + values = { + 'id': ID, + 'index': i+101, + 'opt': opt, + 'titles': '\n'.join(titles), + 'argument': m['argument'], + 'context': _get_context(m['context']), + 'folder': DIRS['images'], + 'icon': m['icon'], + } + menus.append(NODE_MENU.format(**values)) + if m['toolbar']: + values['index'] = f't{i+1}' + toolbar.append(NODE_MENU.format(**values)) + +NODE_TOOLBAR = '' +NODE_MENUS = '' +if TYPE_EXTENSION == 1: + if PARENT == 'AddonMenu': + NODE_MENUS = '\n'.join(menus) + elif PARENT == 'OfficeMenuBar': + tmp = ' {}' + titles = '\n'.join([tmp.format(k, v) for k, v in MENU_MAIN.items()]) + SUBMENUS = '\n ' + '\n'.join(menus) + '\n ' + NODE_MENUS = f""" + + {titles} + + + _self + + {SUBMENUS} + """ + + if toolbar: + node_toolbars = '\n'.join(toolbar) + NODE_TOOLBAR = f""" + + {node_toolbars} + + """ + +FILE_ADDONS = f""" + + + +{NODE_MENUS} + +{NODE_TOOLBAR} + + +""" + + +FILE_UPDATE = '' +if URL_XML_UPDATE: + FILE_UPDATE = f""" + + + + + + + + + + + +""" + + +def _functions(): + a = '[in] any {}' + t = ' any {}({});' + f = '' + for k, v in FUNCTIONS.items(): + args = ','.join([a.format(k) for k, v in v['parameters'].items()]) + f += t.format(k, args) + return f + + +FILE_IDL = '' +if TYPE_EXTENSION > 1: + id_ext = ID.replace('.', '_') + interface = f'X{NAME}' + module = '' + for i, P in enumerate(ID.split('.')): + module += f'module {P} {{ ' + close_module = '}; ' * (i + 1) + functions = ' void test([in] any argument);' + if TYPE_EXTENSION == 3: + functions = _functions() + + FILE_IDL = f"""#ifndef __{id_ext}_idl__ +#define __{id_ext}_idl__ + +#include + +{module} + + interface {interface} : com::sun::star::uno::XInterface + {{ +{functions} + }}; + + service {P} {{ + interface {interface}; + }}; + +{close_module} +#endif +""" + + +def _parameters(args): + NODE = """ + +{displayname} + + +{description} + + """ + line = '{}{}' + node = '' + for k, v in args.items(): + displayname = '\n'.join( + [line.format(' ' * 16, k, v) for k, v in v['displayname'].items()]) + description = '\n'.join( + [line.format(' ' * 16, k, v) for k, v in v['description'].items()]) + values = { + 'name': k, + 'displayname': displayname, + 'description': description, + } + node += NODE.format(**values) + return node + + +NODE_FUNCTIONS = '' +if TYPE_EXTENSION == 3: + tmp = '{}{}' + NODE_FUNCTION = """ + +{displayname} + + +{description} + + + Add-In + + + AutoAddIn.{name} + + +{parameters} + + """ + + for k, v in FUNCTIONS.items(): + displayname = '\n'.join( + [tmp.format(' ' * 12, k, v) for k, v in v['displayname'].items()]) + description = '\n'.join( + [tmp.format(' ' * 12, k, v) for k, v in v['description'].items()]) + parameters = _parameters(v['parameters']) + values = { + 'name': k, + 'displayname': displayname, + 'description': description, + 'parameters': parameters, + } + NODE_FUNCTIONS += NODE_FUNCTION.format(**values) + + +FILE_ADDIN = f""" + + + + +{NODE_FUNCTIONS} + + + +""" + + +NODE_SHORTCUT = """ {0} + {0} + {0}service:{2}?{3} + {0} + {0} +""" + +NODE_SHORTCUTS = '' +if TYPE_EXTENSION == 1: + node_global = [] + node_module = {} + for m in MENUS: + if not m.get('shortcut', ''): + continue + if m['context']: + for c in m['context'].split(','): + if not c in node_module: + node_module[c] = [] + node = NODE_SHORTCUT.format(' ', m['shortcut'], ID, m['argument']) + node_module[c].append(node) + continue + node = NODE_SHORTCUT.format('', m['shortcut'], ID, m['argument']) + node_global.append(node) + if node_global: + NODE_SHORTCUTS = ' \n' + NODE_SHORTCUTS += '\n'.join(node_global) + NODE_SHORTCUTS += ' ' + if node_module: + NODE_SHORTCUTS += ' \n' + for c, n in node_module.items(): + NODE_SHORTCUTS += ' \n'.format(CONTEXT[c]) + NODE_SHORTCUTS += '\n'.join(n) + NODE_SHORTCUTS += ' \n' + NODE_SHORTCUTS += ' ' + +FILE_SHORTCUTS = f""" + + +{NODE_SHORTCUTS} + + +""" + + +DATA_MANIFEST = [FILES['py'], f"Office/{FILES['shortcut']}", 'Addons.xcu'] +if TYPE_EXTENSION > 1: + DATA_MANIFEST.append(FILES['rdb']) +if TYPE_EXTENSION == 3: + DATA_MANIFEST.append('CalcAddIn.xcu') + + +DATA = { + 'py': FILE_PY, + 'manifest': DATA_MANIFEST, + 'description': FILE_DESCRIPTION, + 'addons': FILE_ADDONS, + 'update': FILE_UPDATE, + 'idl': FILE_IDL, + 'addin': FILE_ADDIN, + 'shortcut': FILE_SHORTCUTS, +} + + +# ~ LICENSE_ACCEPT_BY = 'user' # or admin +# ~ LICENSE_SUPPRESS_ON_UPDATE = True diff --git a/easymacro.py b/easymacro.py new file mode 100644 index 0000000..20923a8 --- /dev/null +++ b/easymacro.py @@ -0,0 +1,4765 @@ +#!/usr/bin/env python3 + +# == Rapid Develop Macros in LibreOffice == + +# ~ This file is part of ZAZ. + +# ~ ZAZ is free software: you can redistribute it and/or modify +# ~ it under the terms of the GNU General Public License as published by +# ~ the Free Software Foundation, either version 3 of the License, or +# ~ (at your option) any later version. + +# ~ ZAZ is distributed in the hope that it will be useful, +# ~ but WITHOUT ANY WARRANTY; without even the implied warranty of +# ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# ~ GNU General Public License for more details. + +# ~ You should have received a copy of the GNU General Public License +# ~ along with ZAZ. If not, see . + +import base64 +import csv +import ctypes +import datetime +import errno +import getpass +import hashlib +import json +import logging +import os +import platform +import re +import shlex +import shutil +import socket +import subprocess +import sys +import tempfile +import threading +import time +import traceback +import zipfile + +from collections import OrderedDict +from collections.abc import MutableMapping +from functools import wraps +from operator import itemgetter +from pathlib import Path, PurePath +from pprint import pprint +from urllib.request import Request, urlopen +from urllib.error import URLError, HTTPError +from string import Template +from subprocess import PIPE + +import smtplib +from smtplib import SMTPException, SMTPAuthenticationError +from email.mime.multipart import MIMEMultipart +from email.mime.base import MIMEBase +from email.mime.text import MIMEText +from email.utils import formatdate +from email import encoders +import mailbox + +import uno +import unohelper +from com.sun.star.util import Time, Date, DateTime +from com.sun.star.beans import PropertyValue, NamedValue +from com.sun.star.awt import MessageBoxButtons as MSG_BUTTONS +from com.sun.star.awt.MessageBoxResults import YES +from com.sun.star.awt.PosSize import POSSIZE, SIZE +from com.sun.star.awt import Size, Point +from com.sun.star.awt import Rectangle +from com.sun.star.awt import KeyEvent +from com.sun.star.awt.KeyFunction import QUIT +from com.sun.star.datatransfer import XTransferable, DataFlavor +from com.sun.star.table.CellContentType import EMPTY, VALUE, TEXT, FORMULA + +from com.sun.star.text.ControlCharacter import PARAGRAPH_BREAK +from com.sun.star.text.TextContentAnchorType import AS_CHARACTER + +from com.sun.star.lang import XEventListener +from com.sun.star.awt import XActionListener +from com.sun.star.awt import XMouseListener +from com.sun.star.awt import XMouseMotionListener +from com.sun.star.util import XModifyListener +from com.sun.star.awt import XTopWindowListener +from com.sun.star.awt import XWindowListener +from com.sun.star.awt import XMenuListener +from com.sun.star.awt import XKeyListener +from com.sun.star.awt import XItemListener +from com.sun.star.awt import XFocusListener + + +try: + from fernet import Fernet, InvalidToken +except ImportError: + pass + + +ID_EXTENSION = '' + +DIR = { + 'images': 'images', +} + +KEY = { + 'enter': 1280, +} + +SEPARATION = 5 + + +MSG_LANG = { + 'es': { + 'OK': 'Aceptar', + 'Cancel': 'Cancelar', + 'Select file': 'Seleccionar archivo', + 'Incorrect user or password': 'Nombre de usuario o contraseña inválidos', + 'Allow less secure apps in GMail': 'Activa: Permitir aplicaciones menos segura en GMail', + } +} + + +OS = platform.system() +USER = getpass.getuser() +PC = platform.node() +DESKTOP = os.environ.get('DESKTOP_SESSION', '') +INFO_DEBUG = '{}\n\n{}\n\n{}'.format(sys.version, platform.platform(), '\n'.join(sys.path)) + + +IS_WIN = OS == 'Windows' +LOG_NAME = 'ZAZ' +CLIPBOARD_FORMAT_TEXT = 'text/plain;charset=utf-16' + + +PYTHON = 'python' +if IS_WIN: + PYTHON = 'python.exe' +CALC = 'calc' +WRITER = 'writer' +OBJ_CELL = 'ScCellObj' +OBJ_RANGE = 'ScCellRangeObj' +OBJ_RANGES = 'ScCellRangesObj' +OBJ_TYPE_RANGES = (OBJ_CELL, OBJ_RANGE, OBJ_RANGES) + +TYPE_DOC = { + 'calc': 'com.sun.star.sheet.SpreadsheetDocument', + 'writer': 'com.sun.star.text.TextDocument', + 'impress': 'com.sun.star.presentation.PresentationDocument', + 'draw': 'com.sun.star.drawing.DrawingDocument', + # ~ 'base': 'com.sun.star.sdb.OfficeDatabaseDocument', + 'base': 'com.sun.star.sdb.DocumentDataSource', + 'math': 'com.sun.star.formula.FormulaProperties', + 'basic': 'com.sun.star.script.BasicIDE', + 'main': 'com.sun.star.frame.StartModule', +} + +NODE_MENUBAR = 'private:resource/menubar/menubar' +MENUS_MAIN = { + 'file': '.uno:PickList', + 'tools': '.uno:ToolsMenu', + 'help': '.uno:HelpMenu', +} +MENUS_CALC = { + 'file': '.uno:PickList', + 'edit': '.uno:EditMenu', + 'view': '.uno:ViewMenu', + 'insert': '.uno:InsertMenu', + 'format': '.uno:FormatMenu', + 'styles': '.uno:FormatStylesMenu', + 'sheet': '.uno:SheetMenu', + 'data': '.uno:DataMenu', + 'tools': '.uno:ToolsMenu', + 'windows': '.uno:WindowList', + 'help': '.uno:HelpMenu', +} +MENUS_WRITER = { + 'file': '.uno:PickList', + 'edit': '.uno:EditMenu', + 'view': '.uno:ViewMenu', + 'insert': '.uno:InsertMenu', + 'format': '.uno:FormatMenu', + 'styles': '.uno:FormatStylesMenu', + 'sheet': '.uno:TableMenu', + 'data': '.uno:FormatFormMenu', + 'tools': '.uno:ToolsMenu', + 'windows': '.uno:WindowList', + 'help': '.uno:HelpMenu', +} + +MENUS_APP = { + 'main': MENUS_MAIN, + 'calc': MENUS_CALC, + 'writer': MENUS_WRITER, +} + + +EXT = { + 'pdf': 'pdf', +} + + +FILE_NAME_DEBUG = 'debug.odt' +FILE_NAME_CONFIG = 'zaz-{}.json' +LOG_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' +LOG_DATE = '%d/%m/%Y %H:%M:%S' +logging.addLevelName(logging.ERROR, '\033[1;41mERROR\033[1;0m') +logging.addLevelName(logging.DEBUG, '\x1b[33mDEBUG\033[1;0m') +logging.addLevelName(logging.INFO, '\x1b[32mINFO\033[1;0m') +logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT, datefmt=LOG_DATE) +log = logging.getLogger(__name__) + + +_start = 0 +_stop_thread = {} +TIMEOUT = 10 +SECONDS_DAY = 60 * 60 * 24 + + +CTX = uno.getComponentContext() +SM = CTX.getServiceManager() + + +def create_instance(name, with_context=False): + if with_context: + instance = SM.createInstanceWithContext(name, CTX) + else: + instance = SM.createInstance(name) + return instance + + +def get_app_config(node_name, key=''): + name = 'com.sun.star.configuration.ConfigurationProvider' + service = 'com.sun.star.configuration.ConfigurationAccess' + cp = create_instance(name, True) + node = PropertyValue(Name='nodepath', Value=node_name) + try: + ca = cp.createInstanceWithArguments(service, (node,)) + if ca and not key: + return ca + if ca and ca.hasByName(key): + return ca.getPropertyValue(key) + except Exception as e: + error(e) + return '' + + +# ~ FILTER_PDF = '/org.openoffice.Office.Common/Filter/PDF/Export/' +LANGUAGE = get_app_config('org.openoffice.Setup/L10N/', 'ooLocale') +LANG = LANGUAGE.split('-')[0] +NAME = TITLE = get_app_config('org.openoffice.Setup/Product', 'ooName') +VERSION = get_app_config('org.openoffice.Setup/Product','ooSetupVersion') + +nd = '/org.openoffice.Office.Calc/Calculate/Other/Date' +d = get_app_config(nd, 'DD') +m = get_app_config(nd, 'MM') +y = get_app_config(nd, 'YY') +DATE_OFFSET = datetime.date(y, m, d).toordinal() + + +def mri(obj): + m = create_instance('mytools.Mri') + if m is None: + msg = 'Extension MRI not found' + error(msg) + return + + m.inspect(obj) + return + + +def catch_exception(f): + @wraps(f) + def func(*args, **kwargs): + try: + return f(*args, **kwargs) + except Exception as e: + name = f.__name__ + if IS_WIN: + debug(traceback.format_exc()) + log.error(name, exc_info=True) + return func + + +class LogWin(object): + + def __init__(self, doc): + self.doc = doc + + def write(self, info): + text = self.doc.Text + cursor = text.createTextCursor() + cursor.gotoEnd(False) + text.insertString(cursor, str(info) + '\n\n', 0) + return + + +def info(data): + log.info(data) + return + + +@catch_exception +def debug(*info): + if IS_WIN: + doc = get_document(FILE_NAME_DEBUG) + if doc is None: + return + doc = LogWin(doc.obj) + doc.write(str(info)) + return + + data = [str(d) for d in info] + log.debug('\t'.join(data)) + return + + +def error(info): + log.error(info) + return + + +def save_log(path, data): + with open(path, 'a') as out: + out.write('{} -{}- '.format(str(now())[:19], LOG_NAME)) + pprint(data, stream=out) + return + + +def run_in_thread(fn): + def run(*k, **kw): + t = threading.Thread(target=fn, args=k, kwargs=kw) + t.start() + return t + return run + + +def now(): + return datetime.datetime.now() + + +def today(): + return datetime.date.today() + + +def time(): + return datetime.datetime.now().time() + + +def get_date(year, month, day, hour=-1, minute=-1, second=-1): + if hour > -1 or minute > -1 or second > -1: + h = hour + m = minute + s = second + if h == -1: + h = 0 + if m == -1: + m = 0 + if s == -1: + s = 0 + d = datetime.datetime(year, month, day, h, m, s) + else: + d = datetime.date(year, month, day) + return d + + +def get_config(key='', default=None, prefix='config'): + path_json = FILE_NAME_CONFIG.format(prefix) + values = None + path = join(get_config_path('UserConfig'), path_json) + if not exists_path(path): + return default + + with open(path, 'r', encoding='utf-8') as fh: + data = fh.read() + values = json.loads(data) + + if key: + return values.get(key, default) + + return values + + +def set_config(key, value, prefix='config'): + path_json = FILE_NAME_CONFIG.format(prefix) + path = join(get_config_path('UserConfig'), path_json) + values = get_config(default={}, prefix=prefix) + values[key] = value + with open(path, 'w', encoding='utf-8') as fh: + json.dump(values, fh, ensure_ascii=False, sort_keys=True, indent=4) + return True + + +def sleep(seconds): + time.sleep(seconds) + return + + +def _(msg): + L = LANGUAGE.split('-')[0] + if L == 'en': + return msg + + if not L in MSG_LANG: + return msg + + return MSG_LANG[L][msg] + + +def msgbox(message, title=TITLE, buttons=MSG_BUTTONS.BUTTONS_OK, type_msg='infobox'): + """ Create message box + type_msg: infobox, warningbox, errorbox, querybox, messbox + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMessageBoxFactory.html + """ + toolkit = create_instance('com.sun.star.awt.Toolkit') + parent = toolkit.getDesktopWindow() + mb = toolkit.createMessageBox(parent, type_msg, buttons, title, str(message)) + return mb.execute() + + +def question(message, title=TITLE): + res = msgbox(message, title, MSG_BUTTONS.BUTTONS_YES_NO, 'querybox') + return res == YES + + +def warning(message, title=TITLE): + return msgbox(message, title, type_msg='warningbox') + + +def errorbox(message, title=TITLE): + return msgbox(message, title, type_msg='errorbox') + + +def get_desktop(): + return create_instance('com.sun.star.frame.Desktop', True) + + +def get_dispatch(): + return create_instance('com.sun.star.frame.DispatchHelper') + + +def call_dispatch(url, args=()): + frame = get_document().frame + dispatch = get_dispatch() + dispatch.executeDispatch(frame, url, '', 0, args) + return + + +def get_temp_file(): + delete = True + if IS_WIN: + delete = False + return tempfile.NamedTemporaryFile(delete=delete) + + +def _path_url(path): + if path.startswith('file://'): + return path + return uno.systemPathToFileUrl(path) + + +def _path_system(path): + if path.startswith('file://'): + return os.path.abspath(uno.fileUrlToSystemPath(path)) + return path + + +def exists_app(name): + try: + dn = subprocess.DEVNULL + subprocess.Popen([name, ''], stdout=dn, stderr=dn).terminate() + except OSError as e: + if e.errno == errno.ENOENT: + return False + return True + + +def exists_path(path): + return Path(path).exists() + + +def get_type_doc(obj): + for k, v in TYPE_DOC.items(): + if obj.supportsService(v): + return k + return '' + + +def dict_to_property(values, uno_any=False): + ps = tuple([PropertyValue(Name=n, Value=v) for n, v in values.items()]) + if uno_any: + ps = uno.Any('[]com.sun.star.beans.PropertyValue', ps) + return ps + + +def property_to_dict(values): + d = {i.Name: i.Value for i in values} + return d + + +def set_properties(model, properties): + if 'X' in properties: + properties['PositionX'] = properties.pop('X') + if 'Y' in properties: + properties['PositionY'] = properties.pop('Y') + keys = tuple(properties.keys()) + values = tuple(properties.values()) + model.setPropertyValues(keys, values) + return + + +def array_to_dict(values): + d = {r[0]: r[1] for r in values} + return d + + +# ~ Custom classes +class ObjectBase(object): + + def __init__(self, obj): + self._obj = obj + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def __getitem__(self, index): + return self.obj[index] + + def __getattr__(self, name): + a = None + if name == 'obj': + a = super().__getattr__(name) + else: + if hasattr(self.obj, name): + a = getattr(self.obj, name) + return a + + @property + def obj(self): + return self._obj + @obj.setter + def obj(self, value): + self._obj = value + + +class LOObjectBase(object): + + def __init__(self, obj): + self.__dict__['_obj'] = obj + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + return True + + def __setattr__(self, name, value): + print('BASE__setattr__', name) + if name == '_obj': + super().__setattr__(name, value) + else: + self.obj.setPropertyValue(name, value) + + # ~ def _try_for_method(self, name): + # ~ a = None + # ~ m = 'get{}'.format(name) + # ~ if hasattr(self.obj, m): + # ~ a = getattr(self.obj, m)() + # ~ else: + # ~ a = getattr(self.obj, name) + # ~ return a + + def __getattr__(self, name): + print('BASE__getattr__', name) + if name == 'obj': + a = super().__getattr__(name) + else: + a = self.obj.getPropertyValue(name) + # ~ Bug + if a is None: + msg = 'Error get: {} - {}'.format(self.obj.ImplementationName, name) + error(msg) + raise Exception(msg) + return a + + @property + def obj(self): + return self._obj + + +class LODocument(object): + + def __init__(self, obj): + self._obj = obj + self._init_values() + + def _init_values(self): + self._type_doc = get_type_doc(self.obj) + # ~ if self._type_doc == 'base': + # ~ self._cc = self.obj.DatabaseDocument.getCurrentController() + # ~ else: + self._cc = self.obj.getCurrentController() + return + + @property + def obj(self): + return self._obj + + @property + def title(self): + return self.obj.getTitle() + @title.setter + def title(self, value): + self.obj.setTitle(value) + + @property + def uid(self): + return self.obj.RuntimeUID + + @property + def type(self): + return self._type_doc + + @property + def frame(self): + return self._cc.getFrame() + + @property + def is_saved(self): + return self.obj.hasLocation() + + @property + def is_modified(self): + return self.obj.isModified() + + @property + def is_read_only(self): + return self.obj.isReadOnly() + + @property + def path(self): + return _path_system(self.obj.getURL()) + + @property + def statusbar(self): + return self._cc.getStatusIndicator() + + @property + def visible(self): + w = self._cc.getFrame().getContainerWindow() + return w.isVisible() + @visible.setter + def visible(self, value): + w = self._cc.getFrame().getContainerWindow() + w.setVisible(value) + + @property + def zoom(self): + return self._cc.ZoomValue + @zoom.setter + def zoom(self, value): + self._cc.ZoomValue = value + + @property + def table_auto_formats(self): + taf = create_instance('com.sun.star.sheet.TableAutoFormats') + return taf.ElementNames + + def create_instance(self, name): + obj = self.obj.createInstance(name) + return obj + + def save(self, path='', **kwargs): + # ~ opt = _properties(kwargs) + opt = dict_to_property(kwargs) + if path: + self._obj.storeAsURL(_path_url(path), opt) + else: + self._obj.store() + return True + + def close(self): + self.obj.close(True) + return + + def focus(self): + w = self._cc.getFrame().getComponentWindow() + w.setFocus() + return + + def paste(self): + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + transferable = sc.getContents() + self._cc.insertTransferable(transferable) + return self.obj.getCurrentSelection() + + def to_pdf(self, path, **kwargs): + path_pdf = path + if path: + if is_dir(path): + _, _, n, _ = get_info_path(self.path) + path_pdf = join(path, '{}.{}'.format(n, EXT['pdf'])) + else: + path_pdf = replace_ext(self.path, EXT['pdf']) + + filter_name = '{}_pdf_Export'.format(self.type) + filter_data = dict_to_property(kwargs, True) + args = { + 'FilterName': filter_name, + 'FilterData': filter_data, + } + args = dict_to_property(args) + try: + self.obj.storeToURL(_path_url(path_pdf), args) + except Exception as e: + error(e) + path_pdf = '' + + return path_pdf + + +class LOForm(ObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + @property + def name(self): + return self._obj.getName() + @name.setter + def name(self, value): + self._obj.setName(value) + + +class LOForms(ObjectBase): + + def __init__(self, obj, doc): + self._doc = doc + super().__init__(obj) + + def __getitem__(self, index): + form = super().__getitem__(index) + return LOForm(form) + + @property + def doc(self): + return self._doc + + @property + def count(self): + return self.obj.getCount() + + @property + def names(self): + return self.obj.getElementNames() + + def exists(self, name): + return name in self.names + + def insert(self, name): + form = self.doc.create_instance('com.sun.star.form.component.Form') + self.obj.insertByName(name, form) + return self[name] + + def remove(self, index): + if isinstance(index, int): + self.obj.removeByIndex(index) + else: + self.obj.removeByName(index) + return + + +class LOCellStyle(LOObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + @property + def name(self): + return self.obj.Name + + def apply(self, properties): + set_properties(self.obj, properties) + return + + +class LOCellStyles(object): + + def __init__(self, obj): + self._obj = obj + + def __len__(self): + return len(self.obj) + + def __getitem__(self, index): + return LOCellStyle(self.obj[index]) + + def __setitem__(self, key, value): + self.obj[key] = value + + def __delitem__(self, key): + if not isinstance(key, str): + key = key.Name + del self.obj[key] + + def __contains__(self, item): + return item in self.obj + + @property + def obj(self): + return self._obj + + @property + def names(self): + return self.obj.ElementNames + + def apply(self, style, properties): + set_properties(style, properties) + return + + +class LOCalc(LODocument): + + def __init__(self, obj): + super().__init__(obj) + self._sheets = obj.getSheets() + + def __getitem__(self, index): + if isinstance(index, str): + index = [s.Name for s in self._sheets if s.CodeName == index][0] or index + return LOCalcSheet(self._sheets[index], self) + + def __setitem__(self, key, value): + self._sheets[key] = value + + def __contains__(self, item): + return item in self.obj.Sheets + + @property + def headers(self): + return self._cc.ColumnRowHeaders + @headers.setter + def headers(self, value): + self._cc.ColumnRowHeaders = value + + @property + def tabs(self): + return self._cc.SheetTabs + @tabs.setter + def tabs(self, value): + self._cc.SheetTabs = value + + @property + def active(self): + return LOCalcSheet(self._cc.getActiveSheet(), self) + + def activate(self, sheet): + obj = sheet + if isinstance(sheet, LOCalcSheet): + obj = sheet.obj + elif isinstance(sheet, str): + obj = self[sheet].obj + self._cc.setActiveSheet(obj) + return + + @property + def selection(self): + sel = self.obj.getCurrentSelection() + if sel.ImplementationName in OBJ_TYPE_RANGES: + sel = LOCellRange(sel, self) + return sel + + @property + def sheets(self): + return LOCalcSheets(self._sheets, self) + + @property + def names(self): + return self.sheets.names + + @property + def cell_style(self): + obj = self.obj.getStyleFamilies()['CellStyles'] + return LOCellStyles(obj) + + def create(self): + return self.obj.createInstance('com.sun.star.sheet.Spreadsheet') + + def insert(self, name, pos=-1): + # ~ sheet = obj.createInstance('com.sun.star.sheet.Spreadsheet') + # ~ obj.Sheets['New'] = sheet + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + if isinstance(name, str): + self._sheets.insertNewByName(name, index) + else: + for n in name: + self._sheets.insertNewByName(n, index) + name = n + return LOCalcSheet(self._sheets[name], self) + + def move(self, name, pos=-1): + return self.sheets.move(name, pos) + + def remove(self, name): + return self.sheets.remove(name) + + def copy(self, source='', target='', pos=-1): + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + + names = source + if not names: + names = self.names + elif isinstance(source, str): + names = (source,) + + new_names = target + if not target: + new_names = [n + '_2' for n in names] + elif isinstance(target, str): + new_names = (target,) + + for i, ns in enumerate(names): + self.sheets.copy(ns, new_names[i], index + i) + + return LOCalcSheet(self._sheets[index], self) + + def copy_from(self, doc, source='', target='', pos=-1): + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + + names = source + if not names: + names = doc.names + elif isinstance(source, str): + names = (source,) + + new_names = target + if not target: + new_names = names + elif isinstance(target, str): + new_names = (target,) + + for i, n in enumerate(names): + self._sheets.importSheet(doc.obj, n, index + i) + self.sheets[index + i].name = new_names[i] + + # ~ doc.getCurrentController().setActiveSheet(sheet) + # ~ For controls in sheet + # ~ doc.getCurrentController().setFormDesignMode(False) + + return LOCalcSheet(self._sheets[index], self) + + def sort(self, reverse=False): + names = sorted(self.names, reverse=reverse) + for i, n in enumerate(names): + self.sheets.move(n, i) + return + + def get_cell(self, index=None): + """ + index is str 'A1' + index is tuple (row, col) + """ + if index is None: + cell = self.selection.first + else: + cell = LOCellRange(self.active[index].obj, self) + return cell + + def select(self, rango): + r = rango + if hasattr(rango, 'obj'): + r = rango.obj + elif isinstance(rango, str): + r = self.get_cell(rango).obj + self._cc.select(r) + return + + def create_cell_style(self, name=''): + obj = self.create_instance('com.sun.star.style.CellStyle') + if name: + self.cell_style[name] = obj + return LOCellStyle(obj) + + def clear_undo(self): + self.obj.getUndoManager().clear() + return + + def filter_by_color(self, cell=None): + if cell is None: + cell = self.selection.first + cr = cell.current_region + col = cell.column - cr.column + rangos = cell.get_column(col).visible + for r in rangos: + for row in range(r.rows): + c = r[row, 0] + if c.back_color != cell.back_color: + c.rows_visible = False + return + + +class LOCalcSheets(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + + def __getitem__(self, index): + return LOCalcSheet(self.obj[index], self.doc) + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def count(self): + return self.obj.Count + + @property + def names(self): + return self.obj.ElementNames + + def copy(self, name, new_name, pos): + self.obj.copyByName(name, new_name, pos) + return + + def move(self, name, pos): + index = pos + if pos < 0: + index = self.count + pos + 1 + sheet = self.obj[name] + self.obj.moveByName(sheet.Name, index) + return + + def remove(self, name): + sheet = self.obj[name] + self.obj.removeByName(sheet.Name) + return + + +class LOCalcSheet(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + self._init_values() + + def __getitem__(self, index): + return LOCellRange(self.obj[index], self.doc) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def _init_values(self): + self._events = None + self._dp = self.obj.getDrawPage() + return + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def name(self): + return self._obj.Name + @name.setter + def name(self, value): + self._obj.Name = value + + @property + def code_name(self): + return self._obj.CodeName + @code_name.setter + def code_name(self, value): + self._obj.CodeName = value + + @property + def color(self): + return self._obj.TabColor + @color.setter + def color(self, value): + self._obj.TabColor = get_color(value) + + @property + def active(self): + return self.doc.selection.first + + def activate(self): + self.doc.activate(self.obj) + return + + @property + def visible(self): + return self.obj.IsVisible + @visible.setter + def visible(self, value): + self.obj.IsVisible = value + + @property + def is_protected(self): + return self._obj.isProtected() + + @property + def password(self): + return '' + @visible.setter + def password(self, value): + self.obj.protect(value) + + def unprotect(self, value): + try: + self.obj.unprotect(value) + return True + except: + pass + return False + + def get_cursor(self, cell): + return self.obj.createCursorByRange(cell) + + def exists_chart(self, name): + return name in self.obj.Charts.ElementNames + + @property + def forms(self): + return LOForms(self._dp.getForms(), self.doc) + + @property + def events(self): + return self._events + @events.setter + def events(self, controllers): + self._events = controllers + self._connect_listeners() + + def _connect_listeners(self): + if self.events is None: + return + + listeners = { + 'addModifyListener': EventsModify, + } + for key, value in listeners.items(): + getattr(self.obj, key)(listeners[key](self.events)) + print('add_listener') + return + + +class LOWriter(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def obj(self): + return self._obj + + @property + def string(self): + return self._obj.getText().String + + @property + def text(self): + return self._obj.getText() + + @property + def cursor(self): + return self.text.createTextCursor() + + @property + def paragraphs(self): + return [LOTextRange(p) for p in self.text] + + @property + def selection(self): + sel = self.obj.getCurrentSelection() + return LOTextRange(sel[0]) + + def write(self, data, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + if data.startswith('\n'): + c = data.split('\n') + for i in range(len(c)-1): + self.text.insertControlCharacter(cursor, PARAGRAPH_BREAK, False) + else: + self.text.insertString(cursor, data, False) + return + + def insert_table(self, data, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + table = self.obj.createInstance('com.sun.star.text.TextTable') + rows = len(data) + cols = len(data[0]) + table.initialize(rows, cols) + self.insert_content(cursor, table) + table.DataArray = data + return WriterTable(table) + + def create_chart(self, tipo, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + chart = LOChart(None, tipo) + chart.cursor = cursor + chart.doc = self + return chart + + def insert_content(self, cursor, data, replace=False): + self.text.insertTextContent(cursor, data, replace) + return + + # ~ f = doc.createInstance('com.sun.star.text.TextFrame') + # ~ f.setSize(Size(10000, 500)) + + def insert_image(self, path, **kwargs): + cursor = kwargs.get('cursor', self.selection.cursor.getEnd()) + w = kwargs.get('width', 1000) + h = kwargs.get('Height', 1000) + image = self.create_instance('com.sun.star.text.GraphicObject') + image.GraphicURL = _path_url(path) + image.AnchorType = AS_CHARACTER + image.Width = w + image.Height = h + self.insert_content(cursor, image) + return + + def go_start(self): + cursor = self._cc.getViewCursor() + cursor.gotoStart(False) + return cursor + + def go_end(self): + cursor = self._cc.getViewCursor() + cursor.gotoEnd(False) + return cursor + + def select(self, text): + self._cc.select(text) + return + + +class LOTextRange(object): + + def __init__(self, obj): + self._obj = obj + self._is_paragraph = self.obj.ImplementationName == 'SwXParagraph' + self._is_table = self.obj.ImplementationName == 'SwXTextTable' + + @property + def obj(self): + return self._obj + + @property + def is_paragraph(self): + return self._is_paragraph + + @property + def is_table(self): + return self._is_table + + @property + def string(self): + return self.obj.String + + @property + def text(self): + return self.obj.getText() + + @property + def cursor(self): + return self.text.createTextCursorByRange(self.obj) + + +class LOBase(object): + TYPES = { + str: 'setString', + int: 'setInt', + float: 'setFloat', + bool: 'setBoolean', + Date: 'setDate', + Time: 'setTime', + DateTime: 'setTimestamp', + } + # ~ setArray + # ~ setBinaryStream + # ~ setBlob + # ~ setByte + # ~ setBytes + # ~ setCharacterStream + # ~ setClob + # ~ setNull + # ~ setObject + # ~ setObjectNull + # ~ setObjectWithInfo + # ~ setPropertyValue + # ~ setRef + def __init__(self, name, path='', **kwargs): + self._name = name + self._path = path + self._dbc = create_instance('com.sun.star.sdb.DatabaseContext') + if path: + path_url = _path_url(path) + db = self._dbc.createInstance() + db.URL = 'sdbc:embedded:firebird' + db.DatabaseDocument.storeAsURL(path_url, ()) + if not self.exists: + self._dbc.registerDatabaseLocation(name, path_url) + else: + if name.startswith('odbc:'): + self._con = self._odbc(name, kwargs) + else: + db = self._dbc.getByName(name) + self.path = _path_system(self._dbc.getDatabaseLocation(name)) + self._con = db.getConnection('', '') + + if self._con is None: + msg = 'Not connected to: {}'.format(name) + else: + msg = 'Connected to: {}'.format(name) + debug(msg) + + def _odbc(self, name, kwargs): + dm = create_instance('com.sun.star.sdbc.DriverManager') + args = dict_to_property(kwargs) + try: + con = dm.getConnectionWithInfo('sdbc:{}'.format(name), args) + return con + except Exception as e: + error(str(e)) + return None + + @property + def obj(self): + return self._obj + + @property + def name(self): + return self._name + + @property + def connection(self): + return self._con + + @property + def path(self): + return self._path + @path.setter + def path(self, value): + self._path = value + + @property + def exists(self): + return self._dbc.hasRegisteredDatabase(self.name) + + @classmethod + def register(self, path, name): + if not self._dbc.hasRegisteredDatabase(name): + self._dbc.registerDatabaseLocation(name, _path_url(path)) + return + + def revoke(self, name): + self._dbc.revokeDatabaseLocation(name) + return True + + def save(self): + # ~ self._db.connection.commit() + # ~ self._db.connection.getTables().refresh() + # ~ oDisp.executeDispatch(oFrame,".uno:DBRefreshTables", "", 0, Array()) + self._obj.DatabaseDocument.store() + self.refresh() + return + + def close(self): + self._con.close() + return + + def refresh(self): + self._con.getTables().refresh() + return + + def get_tables(self): + tables = self._con.getTables() + tables = [tables.getByIndex(i) for i in range(tables.Count)] + return tables + + def cursor(self, sql, params): + cursor = self._con.prepareStatement(sql) + for i, v in enumerate(params, 1): + if not type(v) in self.TYPES: + error('Type not support') + debug((i, type(v), v, self.TYPES[type(v)])) + getattr(cursor, self.TYPES[type(v)])(i, v) + return cursor + + def execute(self, sql, params): + debug(sql) + if params: + cursor = self.cursor(sql, params) + cursor.execute() + else: + cursor = self._con.createStatement() + cursor.execute(sql) + # ~ resulset = cursor.executeQuery(sql) + # ~ rows = cursor.executeUpdate(sql) + self.save() + return cursor + + +class LODrawImpress(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def draw_page(self): + return self._cc.getCurrentPage() + + def insert_image(self, path, **kwargs): + w = kwargs.get('width', 3000) + h = kwargs.get('Height', 1000) + x = kwargs.get('X', 1000) + y = kwargs.get('Y', 1000) + + image = self.create_instance('com.sun.star.drawing.GraphicObjectShape') + image.GraphicURL = _path_url(path) + image.Size = Size(w, h) + image.Position = Point(x, y) + self.draw_page.add(image) + return + + +class LOImpress(LODrawImpress): + + def __init__(self, obj): + super().__init__(obj) + + +class LODraw(LODrawImpress): + + def __init__(self, obj): + super().__init__(obj) + + +class LOMath(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + +class LOBasicIde(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def selection(self): + sel = self._cc.getSelection() + return sel + + +class LOCellRange(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + self._init_values() + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def __getitem__(self, index): + return LOCellRange(self.obj[index], self.doc) + + def _init_values(self): + self._type_obj = self.obj.ImplementationName + self._type_content = EMPTY + + if self._type_obj == OBJ_CELL: + self._type_content = self.obj.getType() + return + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def type(self): + return self._type_obj + + @property + def type_content(self): + return self._type_content + + @property + def first(self): + if self.type == OBJ_RANGES: + obj = LOCellRange(self.obj[0][0,0], self.doc) + else: + obj = LOCellRange(self.obj[0,0], self.doc) + return obj + + @property + def value(self): + v = None + if self._type_content == VALUE: + v = self.obj.getValue() + elif self._type_content == TEXT: + v = self.obj.getString() + elif self._type_content == FORMULA: + v = self.obj.getFormula() + return v + @value.setter + def value(self, data): + if isinstance(data, str): + if data.startswith('='): + self.obj.setFormula(data) + else: + self.obj.setString(data) + elif isinstance(data, (int, float)): + self.obj.setValue(data) + elif isinstance(data, datetime.datetime): + d = data.toordinal() + t = (data - datetime.datetime.fromordinal(d)).seconds / SECONDS_DAY + self.obj.setValue(d - DATE_OFFSET + t) + elif isinstance(data, datetime.date): + d = data.toordinal() + self.obj.setValue(d - DATE_OFFSET) + elif isinstance(data, datetime.time): + d = (data.hour * 3600 + data.minute * 60 + data.second) / SECONDS_DAY + self.obj.setValue(d) + + @property + def data(self): + return self.obj.getDataArray() + @data.setter + def data(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setDataArray(values) + + @property + def formula(self): + return self.obj.getFormulaArray() + @formula.setter + def formula(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setFormulaArray(values) + + @property + def column(self): + a = self.address + if hasattr(a, 'Column'): + c = a.Column + else: + c = a.StartColumn + return c + + @property + def columns(self): + return self._obj.Columns.Count + + @property + def rows(self): + return self._obj.Rows.Count + + def to_size(self, rows, cols): + cursor = self.sheet.get_cursor(self.obj[0,0]) + cursor.collapseToSize(cols, rows) + return LOCellRange(self.sheet[cursor.AbsoluteName].obj, self.doc) + + def copy_from(self, rango): + data = rango + if isinstance(rango, LOCellRange): + data = rango.data + rows = len(data) + cols = len(data[0]) + self.to_size(rows, cols).data = data + return + + def copy_to(self, cell, formula=False): + rango = cell.to_size(self.rows, self.columns) + if formula: + rango.formula = self.data + else: + rango.data = self.data + return + + def offset(self, row=1, col=0): + ra = self.obj.getRangeAddress() + col = ra.EndColumn + col + row = ra.EndRow + row + return LOCellRange(self.sheet[row, col].obj, self.doc) + + @property + def next_cell(self): + a = self.current_region.address + if hasattr(a, 'StartColumn'): + col = a.StartColumn + else: + col = a.Column + if hasattr(a, 'EndRow'): + row = a.EndRow + 1 + else: + row = a.Row + 1 + + return LOCellRange(self.sheet[row, col].obj, self.doc) + + @property + def sheet(self): + return LOCalcSheet(self.obj.Spreadsheet, self.doc) + + @property + def charts(self): + return self.obj.Spreadsheet.Charts + + @property + def ps(self): + ps = Rectangle() + s = self.obj.Size + p = self.obj.Position + ps.X = p.X + ps.Y = p.Y + ps.Width = s.Width + ps.Height = s.Height + return ps + + @property + def draw_page(self): + return self.sheet.obj.getDrawPage() + + @property + def name(self): + return self.obj.AbsoluteName + + @property + def address(self): + if self._type_obj == OBJ_CELL: + a = self.obj.getCellAddress() + elif self._type_obj == OBJ_RANGE: + a = self.obj.getRangeAddress() + else: + a = self.obj.getRangeAddressesAsString() + return a + + @property + def current_region(self): + cursor = self.sheet.get_cursor(self.obj[0,0]) + cursor.collapseToCurrentRegion() + return LOCellRange(self.sheet[cursor.AbsoluteName].obj, self.doc) + + @property + def visible(self): + cursor = self.sheet.get_cursor(self.obj) + rangos = [LOCellRange(self.sheet[r.AbsoluteName].obj, self.doc) + for r in cursor.queryVisibleCells()] + return tuple(rangos) + + @property + def empty(self): + cursor = self.sheet.get_cursor(self.obj) + rangos = [LOCellRange(self.sheet[r.AbsoluteName].obj, self.doc) + for r in cursor.queryEmptyCells()] + return tuple(rangos) + + @property + def back_color(self): + return self._obj.CellBackColor + @back_color.setter + def back_color(self, value): + self._obj.CellBackColor = get_color(value) + + @property + def cell_style(self): + return self.obj.CellStyle + @cell_style.setter + def cell_style(self, value): + self.obj.CellStyle = value + + @property + def auto_format(self): + return self.obj.CellStyle + @auto_format.setter + def auto_format(self, value): + self.obj.autoFormat(value) + + def insert_image(self, path, **kwargs): + s = self.obj.Size + w = kwargs.get('width', s.Width) + h = kwargs.get('Height', s.Height) + img = self.doc.create_instance('com.sun.star.drawing.GraphicObjectShape') + img.GraphicURL = _path_url(path) + self.draw_page.add(img) + img.Anchor = self.obj + img.setSize(Size(w, h)) + return + + def insert_shape(self, tipo, **kwargs): + s = self.obj.Size + w = kwargs.get('width', s.Width) + h = kwargs.get('Height', s.Height) + img = self.doc.create_instance('com.sun.star.drawing.{}Shape'.format(tipo)) + set_properties(img, kwargs) + self.draw_page.add(img) + img.Anchor = self.obj + img.setSize(Size(w, h)) + return + + def select(self): + self.doc._cc.select(self.obj) + return + + def in_range(self, rango): + if isinstance(rango, LOCellRange): + address = rango.address + else: + address = rango.getRangeAddress() + cursor = self.sheet.get_cursor(self.obj) + result = cursor.queryIntersection(address) + return bool(result.Count) + + def fill(self, source=1): + self.obj.fillAuto(0, source) + return + + def clear(self, what=31): + # ~ http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html + self.obj.clearContents(what) + return + + @property + def rows_visible(self): + return self._obj.getRows().IsVisible + @rows_visible.setter + def rows_visible(self, value): + self._obj.getRows().IsVisible = value + + @property + def columns_visible(self): + return self._obj.getColumns().IsVisible + @columns_visible.setter + def columns_visible(self, value): + self._obj.getColumns().IsVisible = value + + def get_column(self, index=0, first=False): + ca = self.address + ra = self.current_region.address + if hasattr(ca, 'Column'): + col = ca.Column + else: + col = ca.StartColumn + index + start = 1 + if first: + start = 0 + if hasattr(ra, 'Row'): + row_start = ra.Row + start + row_end = ra.Row + 1 + else: + row_start = ra.StartRow + start + row_end = ra.EndRow + 1 + return LOCellRange(self.sheet[row_start:row_end, col:col+1].obj, self.doc) + + def import_csv(self, path, **kwargs): + data = import_csv(path, **kwargs) + self.copy_from(data) + return + + def export_csv(self, path, **kwargs): + data = self.current_region.data + export_csv(path, data, **kwargs) + return + + def create_chart(self, tipo): + chart = LOChart(None, tipo) + chart.cell = self + return chart + + +class EventsListenerBase(unohelper.Base, XEventListener): + + def __init__(self, controller, name, window=None): + self._controller = controller + self._name = name + self._window = window + + def disposing(self, event): + self._controller = None + if not self._window is None: + self._window.setMenuBar(None) + + +class EventsButton(EventsListenerBase, XActionListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def actionPerformed(self, event): + event_name = '{}_action'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsMouse(EventsListenerBase, XMouseListener, XMouseMotionListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def mousePressed(self, event): + event_name = '{}_click'.format(self._name) + if event.ClickCount == 2: + event_name = '{}_double_click'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def mouseReleased(self, event): + pass + + def mouseEntered(self, event): + pass + + def mouseExited(self, event): + pass + + # ~ XMouseMotionListener + def mouseMoved(self, event): + pass + + def mouseDragged(self, event): + pass + + +class EventsMouseLink(EventsMouse): + + def mouseEntered(self, event): + obj = event.Source.Model + obj.TextColor = get_color('blue') + return + + def mouseExited(self, event): + obj = event.Source.Model + obj.TextColor = 0 + return + + +class EventsMouseGrid(EventsMouse): + selected = False + + def mousePressed(self, event): + super().mousePressed(event) + # ~ obj = event.Source + # ~ col = obj.getColumnAtPoint(event.X, event.Y) + # ~ row = obj.getRowAtPoint(event.X, event.Y) + # ~ print(col, row) + # ~ if col == -1 and row == -1: + # ~ if self.selected: + # ~ obj.deselectAllRows() + # ~ else: + # ~ obj.selectAllRows() + # ~ self.selected = not self.selected + return + + def mouseReleased(self, event): + # ~ obj = event.Source + # ~ col = obj.getColumnAtPoint(event.X, event.Y) + # ~ row = obj.getRowAtPoint(event.X, event.Y) + # ~ if row == -1 and col > -1: + # ~ gdm = obj.Model.GridDataModel + # ~ for i in range(gdm.RowCount): + # ~ gdm.updateRowHeading(i, i + 1) + return + + +class EventsModify(EventsListenerBase, XModifyListener): + + def __init__(self, controller): + super().__init__(controller) + + def modified(self, event): + event_name = '{}_modified'.format(event.Source.Name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsItem(EventsListenerBase, XItemListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def disposing(self, event): + pass + + def itemStateChanged(self, event): + pass + + +class EventsItemRoadmap(EventsItem): + + def itemStateChanged(self, event): + dialog = event.Source.Context.Model + dialog.Step = event.ItemId + 1 + return + + +class EventsFocus(EventsListenerBase, XFocusListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def focusGained(self, event): + service = event.Source.Model.ImplementationName + if service == 'stardiv.Toolkit.UnoControlListBoxModel': + return + obj = event.Source.Model + obj.BackgroundColor = COLOR_ON_FOCUS + + def focusLost(self, event): + obj = event.Source.Model + obj.BackgroundColor = -1 + + +class EventsKey(EventsListenerBase, XKeyListener): + """ + event.KeyChar + event.KeyCode + event.KeyFunc + event.Modifiers + """ + + def __init__(self, controller, name): + super().__init__(controller, name) + + def keyPressed(self, event): + pass + + def keyReleased(self, event): + event_name = '{}_key_released'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsKeyWindow(EventsListenerBase, XKeyListener): + """ + event.KeyChar + event.KeyCode + event.KeyFunc + event.Modifiers + """ + + def __init__(self, cls): + super().__init__(cls.events, cls.name) + self._cls = cls + + def keyPressed(self, event): + pass + + def keyReleased(self, event): + event_name = '{}_key_released'.format(self._cls.name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + else: + if event.KeyFunc == QUIT and hasattr(self._cls, 'close'): + self._cls.close() + return + + +class EventsWindow(EventsListenerBase, XTopWindowListener, XWindowListener): + + def __init__(self, cls): + self._cls = cls + super().__init__(cls.events, cls.name, cls._window) + + def windowOpened(self, event): + event_name = '{}_opened'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def windowActivated(self, event): + control_name = '{}_activated'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + def windowDeactivated(self, event): + control_name = '{}_deactivated'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + def windowMinimized(self, event): + pass + + def windowNormalized(self, event): + pass + + def windowClosing(self, event): + if self._window: + control_name = 'window_closing' + else: + control_name = '{}_closing'.format(event.Source.Model.Name) + + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + # ~ else: + # ~ if not self._modal and not self._block: + # ~ event.Source.Visible = False + return + + def windowClosed(self, event): + control_name = '{}_closed'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + # ~ XWindowListener + def windowResized(self, event): + # ~ sb = self._container.getControl('subcontainer') + # ~ sb.setPosSize(0, 0, event.Width, event.Height, SIZE) + event_name = '{}_resized'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def windowMoved(self, event): + pass + + def windowShown(self, event): + pass + + def windowHidden(self, event): + pass + + +class EventsMenu(EventsListenerBase, XMenuListener): + + def __init__(self, controller): + super().__init__(controller, '') + + def itemHighlighted(self, event): + pass + + @catch_exception + def itemSelected(self, event): + name = event.Source.getCommand(event.MenuId) + if name.startswith('menu'): + event_name = '{}_selected'.format(name) + else: + event_name = 'menu_{}_selected'.format(name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def itemActivated(self, event): + return + + def itemDeactivated(self, event): + return + + +class UnoBaseObject(object): + + def __init__(self, obj): + self._obj = obj + self._model = self.obj.Model + self._rules = {} + + @property + def obj(self): + return self._obj + + @property + def model(self): + return self._model + + @property + def name(self): + return self.model.Name + + @property + def parent(self): + return self.obj.getContext() + + def _get_possize(self, name): + ps = self.obj.getPosSize() + return getattr(ps, name) + + def _set_possize(self, name, value): + ps = self.obj.getPosSize() + setattr(ps, name, value) + self.obj.setPosSize(ps.X, ps.Y, ps.Width, ps.Height, POSSIZE) + return + + @property + def x(self): + if hasattr(self.model, 'PositionX'): + return self.model.PositionX + return self._get_possize('X') + @x.setter + def x(self, value): + if hasattr(self.model, 'PositionX'): + self.model.PositionX = value + else: + self._set_possize('X', value) + + @property + def y(self): + if hasattr(self.model, 'PositionY'): + return self.model.PositionY + return self._get_possize('Y') + @y.setter + def y(self, value): + if hasattr(self.model, 'PositionY'): + self.model.PositionY = value + else: + self._set_possize('Y', value) + + @property + def width(self): + return self._model.Width + @width.setter + def width(self, value): + self._model.Width = value + + @property + def height(self): + if hasattr(self._model, 'Height'): + return self._model.Height + ps = self.obj.getPosSize() + return ps.Height + @height.setter + def height(self, value): + self._model.Height = value + + @property + def tag(self): + return self.model.Tag + @tag.setter + def tag(self, value): + self.model.Tag = value + + @property + def visible(self): + return self.obj.Visible + @visible.setter + def visible(self, value): + self.obj.setVisible(value) + + @property + def enabled(self): + return self.model.Enabled + @enabled.setter + def enabled(self, value): + self.model.Enabled = value + + @property + def step(self): + return self.model.Step + @step.setter + def step(self, value): + self.model.Step = value + + @property + def back_color(self): + return self.model.BackgroundColor + @back_color.setter + def back_color(self, value): + self.model.BackgroundColor = value + + @property + def rules(self): + return self._rules + @rules.setter + def rules(self, value): + self._rules = value + + def set_focus(self): + self.obj.setFocus() + return + + def center(self, horizontal=True, vertical=False): + p = self.parent.Model + w = p.Width + h = p.Height + if horizontal: + x = w / 2 - self.width / 2 + self.x = x + if vertical: + y = h / 2 - self.height / 2 + self.y = y + return + + def move(self, origin, x=0, y=5): + if x: + self.x = origin.x + origin.width + x + if y: + self.y = origin.y + origin.height + y + return + + def possize(self, origin): + self.x = origin.x + self.y = origin.y + self.width = origin.width + self.height = origin.height + return + + +class UnoLabel(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'label' + + @property + def value(self): + return self.model.Label + @value.setter + def value(self, value): + self.model.Label = value + + +class UnoLabelLink(UnoLabel): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'link' + + +class UnoButton(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'button' + + @property + def value(self): + return self.model.Label + @value.setter + def value(self, value): + self.model.Label = value + + +class UnoText(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'text' + + @property + def value(self): + return self.model.Text + @value.setter + def value(self, value): + self.model.Text = value + + def validate(self): + + return + + +class UnoListBox(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'listbox' + + @property + def value(self): + return self.obj.SelectedItem + + @property + def count(self): + return len(self.data) + + @property + def data(self): + return self.model.StringItemList + @data.setter + def data(self, values): + self.model.StringItemList = list(sorted(values)) + return + + def select(self, pos=0): + if isinstance(pos, str): + self.obj.selectItem(pos, True) + else: + self.obj.selectItemPos(pos, True) + return + + def clear(self): + self.obj.removeItems(0, self.count) + return + + def _set_image_url(self, image): + if exists_path(image): + return _path_url(image) + + if not ID_EXTENSION: + return '' + + path = get_path_extension(ID_EXTENSION) + path = join(path, DIR['images'], image) + return _path_url(path) + + def insert(self, value, path='', pos=-1, show=True): + if pos < 0: + pos = self.count + if path: + self.model.insertItem(pos, value, self._set_image_url(path)) + else: + self.model.insertItemText(pos, value) + if show: + self.select(pos) + return + + +class UnoGrid(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + self._gdm = self._model.GridDataModel + # ~ self._data = [] + self._columns = {} + # ~ self._format_columns = () + + def __getitem__(self, index): + value = self._gdm.getCellData(index[0], index[1]) + return value + + @property + def type(self): + return 'grid' + + def _format_cols(self): + rows = tuple(tuple( + self._format_columns[i].format(r) for i, r in enumerate(row)) for row in self._data + ) + return rows + + # ~ @property + # ~ def format_columns(self): + # ~ return self._format_columns + # ~ @format_columns.setter + # ~ def format_columns(self, value): + # ~ self._format_columns = value + + @property + def data(self): + return self._data + @data.setter + def data(self, values): + # ~ self._data = values + self._gdm.removeAllRows() + headings = tuple(range(1, len(values) + 1)) + self._gdm.addRows(headings, values) + + # ~ rows = range(grid_dm.RowCount) + # ~ colors = [COLORS['GRAY'] if r % 2 else COLORS['WHITE'] for r in rows] + # ~ grid.Model.RowBackgroundColors = tuple(colors) + return + + @property + def row(self): + return self.obj.CurrentRow + + @property + def rows(self): + return self._gdm.RowCount + + @property + def column(self): + return self.obj.CurrentColumn + + @property + def columns(self): + return self._gdm.ColumnCount + + def set_cell_tooltip(self, col, row, value): + self._gdm.updateCellToolTip(col, row, value) + return + + def get_cell_tooltip(self, col, row): + value = self._gdm.getCellToolTip(col, row) + return value + + def _validate_column(self, data): + row = [] + for i, d in enumerate(data): + if i in self._columns: + if 'image' in self._columns[i]: + row.append(self._columns[i]['image']) + else: + row.append(d) + return tuple(row) + + def add_row(self, data): + # ~ self._data.append(data) + data = self._validate_column(data) + self._gdm.addRow(self.rows + 1, data) + return + + def remove_row(self, row): + self._gdm.removeRow(row) + # ~ del self._data[row] + self._update_row_heading() + return + + def _update_row_heading(self): + for i in range(self.rows): + self._gdm.updateRowHeading(i, i + 1) + return + + def sort(self, column, asc=True): + self._gdm.sortByColumn(column, asc) + # ~ self._data.sort(key=itemgetter(column), reverse=not asc) + self._update_row_heading() + return + + def set_column_image(self, column, path): + gp = create_instance('com.sun.star.graphic.GraphicProvider') + data = dict_to_property({'URL': _path_url(path)}) + image = gp.queryGraphic(data) + if not column in self._columns: + self._columns[column] = {} + self._columns[column]['image'] = image + return + + +class UnoRoadmap(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + self._options = () + + @property + def options(self): + return self._options + @options.setter + def options(self, values): + self._options = values + for i, v in enumerate(values): + opt = self.model.createInstance() + opt.ID = i + opt.Label = v + self.model.insertByIndex(i, opt) + return + + @property + def enabled(self): + return True + @enabled.setter + def enabled(self, value): + for m in self.model: + m.Enabled = value + return + + def set_enabled(self, index, value): + self.model.getByIndex(index).Enabled = value + return + + +def get_custom_class(tipo, obj): + classes = { + 'label': UnoLabel, + 'button': UnoButton, + 'text': UnoText, + 'listbox': UnoListBox, + 'grid': UnoGrid, + 'link': UnoLabelLink, + 'roadmap': UnoRoadmap, + # ~ 'tab': UnoTab, + # ~ 'image': UnoImage, + # ~ 'radio': UnoRadio, + # ~ 'groupbox': UnoGroupBox, + # ~ 'tree': UnoTree, + } + return classes[tipo](obj) + + +def add_listeners(events, control, name=''): + listeners = { + 'addActionListener': EventsButton, + 'addMouseListener': EventsMouse, + 'addItemListener': EventsItem, + 'addFocusListener': EventsFocus, + 'addKeyListener': EventsKey, + } + if hasattr(control, 'obj'): + control = contro.obj + # ~ debug(control.ImplementationName) + is_grid = control.ImplementationName == 'stardiv.Toolkit.GridControl' + is_link = control.ImplementationName == 'stardiv.Toolkit.UnoFixedHyperlinkControl' + is_roadmap = control.ImplementationName == 'stardiv.Toolkit.UnoRoadmapControl' + + for key, value in listeners.items(): + if hasattr(control, key): + if is_grid and key == 'addMouseListener': + control.addMouseListener(EventsMouseGrid(events, name)) + continue + if is_link and key == 'addMouseListener': + control.addMouseListener(EventsMouseLink(events, name)) + continue + if is_roadmap and key == 'addItemListener': + control.addItemListener(EventsItemRoadmap(events, name)) + continue + + getattr(control, key)(listeners[key](events, name)) + return + + +class WriterTable(ObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + def __getitem__(self, key): + obj = super().__getitem__(key) + return WriterTableRange(obj, key, self.name) + + @property + def name(self): + return self.obj.Name + @name.setter + def name(self, value): + self.obj.Name = value + + +class WriterTableRange(ObjectBase): + + def __init__(self, obj, index, table_name): + self._index = index + self._table_name = table_name + super().__init__(obj) + self._is_cell = hasattr(self.obj, 'CellName') + + def __getitem__(self, key): + obj = super().__getitem__(key) + return WriterTableRange(obj, key, self._table_name) + + @property + def value(self): + return self.obj.String + @value.setter + def value(self, value): + self.obj.String = value + + @property + def data(self): + return self.obj.getDataArray() + @data.setter + def data(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setDataArray(values) + + @property + def rows(self): + return len(self.data) + + @property + def columns(self): + return len(self.data[0]) + + @property + def name(self): + if self._is_cell: + name = '{}.{}'.format(self._table_name, self.obj.CellName) + elif isinstance(self._index, str): + name = '{}.{}'.format(self._table_name, self._index) + else: + c1 = self.obj[0,0].CellName + c2 = self.obj[self.rows-1,self.columns-1].CellName + name = '{}.{}:{}'.format(self._table_name, c1, c2) + return name + + def get_cell(self, *index): + return self[index] + + def get_column(self, index=0, start=1): + return self[start:self.rows,index:index+1] + + def get_series(self): + class Serie(): + pass + series = [] + for i in range(self.columns): + serie = Serie() + serie.label = self.get_cell(0,i).name + serie.data = self.get_column(i).data + serie.values = self.get_column(i).name + series.append(serie) + return series + + +class ChartFormat(object): + + def __call__(self, obj): + for k, v in self.__dict__.items(): + if hasattr(obj, k): + setattr(obj, k, v) + + +class LOChart(object): + BASE = 'com.sun.star.chart.{}Diagram' + + def __init__(self, obj, tipo=''): + self._obj = obj + self._type = tipo + self._name = '' + self._table = None + self._data = () + self._data_series = () + self._cell = None + self._cursor = None + self._doc = None + self._title = ChartFormat() + self._subtitle = ChartFormat() + self._legend = ChartFormat() + self._xaxistitle = ChartFormat() + self._yaxistitle = ChartFormat() + self._xaxis = ChartFormat() + self._yaxis = ChartFormat() + self._xmaingrid = ChartFormat() + self._ymaingrid = ChartFormat() + self._xhelpgrid = ChartFormat() + self._yhelpgrid = ChartFormat() + self._area = ChartFormat() + self._wall = ChartFormat() + self._dim3d = False + self._series = () + self._labels = () + return + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + self.insert() + + @property + def obj(self): + return self._obj + @obj.setter + def obj(self, value): + self._obj = value + + @property + def name(self): + return self._name + @name.setter + def name(self, value): + self._name = value + + @property + def type(self): + return self._type + @type.setter + def type(self, value): + self._type = value + + @property + def table(self): + return self._table + @table.setter + def table(self, value): + self._table = value + + @property + def data(self): + return self._data + @data.setter + def data(self, value): + self._data = value + + @property + def cell(self): + return self._cell + @cell.setter + def cell(self, value): + self._cell = value + self.doc = value.doc + + @property + def cursor(self): + return self._cursor + @cursor.setter + def cursor(self, value): + self._cursor = value + + @property + def doc(self): + return self._doc + @doc.setter + def doc(self, value): + self._doc = value + + @property + def width(self): + return self._width + @width.setter + def width(self, value): + self._width = value + + @property + def height(self): + return self._height + @height.setter + def height(self, value): + self._height = value + + @property + def title(self): + return self._title + + @property + def subtitle(self): + return self._subtitle + + @property + def legend(self): + return self._legend + + @property + def xaxistitle(self): + return self._xaxistitle + + @property + def yaxistitle(self): + return self._yaxistitle + + @property + def xaxis(self): + return self._xaxis + + @property + def yaxis(self): + return self._yaxis + + @property + def xmaingrid(self): + return self._xmaingrid + + @property + def ymaingrid(self): + return self._ymaingrid + + @property + def xhelpgrid(self): + return self._xhelpgrid + + @property + def yhelpgrid(self): + return self._yhelpgrid + + @property + def area(self): + return self._area + + @property + def wall(self): + return self._wall + + @property + def dim3d(self): + return self._dim3d + @dim3d.setter + def dim3d(self, value): + self._dim3d = value + + @property + def series(self): + return self._series + @series.setter + def series(self, value): + self._series = value + + @property + def data_series(self): + return self._series + @data_series.setter + def data_series(self, value): + self._data_series = value + + @property + def labels(self): + return self._labels + @labels.setter + def labels(self, value): + self._labels = value + + def _add_series_writer(self, chart): + dp = self.doc.create_instance('com.sun.star.chart2.data.DataProvider') + chart.attachDataProvider(dp) + chart_type = chart.getFirstDiagram().getCoordinateSystems()[0].getChartTypes()[0] + self._data_series = self.table[self.data].get_series() + series = [self._create_serie(dp, s) for s in self._data_series[1:]] + chart_type.setDataSeries(tuple(series)) + chart_data = chart.getData() + chart_data.ComplexRowDescriptions = self._data_series[0].data + return + + def _get_series(self): + rango = self._data_series + class Serie(): + pass + series = [] + for i in range(0, rango.columns, 2): + serie = Serie() + serie.label = rango[0, i+1].name + serie.xvalues = rango.get_column(i).name + serie.values = rango.get_column(i+1).name + series.append(serie) + return series + + def _add_series_calc(self, chart): + dp = self.doc.create_instance('com.sun.star.chart2.data.DataProvider') + chart.attachDataProvider(dp) + chart_type = chart.getFirstDiagram().getCoordinateSystems()[0].getChartTypes()[0] + series = self._get_series() + series = [self._create_serie(dp, s) for s in series] + chart_type.setDataSeries(tuple(series)) + return + + def _create_serie(self, dp, data): + serie = create_instance('com.sun.star.chart2.DataSeries') + rango = data.values + is_x = hasattr(data, 'xvalues') + if is_x: + xrango = data.xvalues + rango_label = data.label + + lds = create_instance('com.sun.star.chart2.data.LabeledDataSequence') + values = self._create_data(dp, rango, 'values-y') + lds.setValues(values) + if data.label: + label = self._create_data(dp, rango_label, '') + lds.setLabel(label) + + xlds = () + if is_x: + xlds = create_instance('com.sun.star.chart2.data.LabeledDataSequence') + values = self._create_data(dp, xrango, 'values-x') + xlds.setValues(values) + + if is_x: + serie.setData((lds, xlds)) + else: + serie.setData((lds,)) + + return serie + + def _create_data(self, dp, rango, role): + data = dp.createDataSequenceByRangeRepresentation(rango) + if not data is None: + data.Role = role + return data + + def _from_calc(self): + ps = self.cell.ps + ps.Width = self.width + ps.Height = self.height + charts = self.cell.charts + data = () + if self.data: + data = (self.data.address,) + charts.addNewByName(self.name, ps, data, True, True) + self.obj = charts.getByName(self.name) + chart = self.obj.getEmbeddedObject() + chart.setDiagram(chart.createInstance(self.BASE.format(self.type))) + if not self.data: + self._add_series_calc(chart) + return chart + + def _from_writer(self): + obj = self.doc.create_instance('com.sun.star.text.TextEmbeddedObject') + obj.setPropertyValue('CLSID', '12DCAE26-281F-416F-a234-c3086127382e') + obj.Name = self.name + obj.setSize(Size(self.width, self.height)) + self.doc.insert_content(self.cursor, obj) + self.obj = obj + chart = obj.getEmbeddedObject() + tipo = self.type + if self.type == 'Column': + tipo = 'Bar' + chart.Diagram.Vertical = True + chart.setDiagram(chart.createInstance(self.BASE.format(tipo))) + chart.DataSourceLabelsInFirstColumn = True + if isinstance(self.data, str): + self._add_series_writer(chart) + else: + chart_data = chart.getData() + labels = [r[0] for r in self.data] + data = [(r[1],) for r in self.data] + chart_data.setData(data) + chart_data.RowDescriptions = labels + + if tipo == 'Pie': + chart.setDiagram(chart.createInstance(self.BASE.format('Bar'))) + chart.setDiagram(chart.createInstance(self.BASE.format('Pie'))) + + return chart + + def insert(self): + if not self.cell is None: + chart = self._from_calc() + elif not self.cursor is None: + chart = self._from_writer() + + diagram = chart.Diagram + + if self.type == 'Bar': + diagram.Vertical = True + + if hasattr(self.title, 'String'): + chart.HasMainTitle = True + self.title(chart.Title) + + if hasattr(self.subtitle, 'String'): + chart.HasSubTitle = True + self.subtitle(chart.SubTitle) + + if self.legend.__dict__: + chart.HasLegend = True + self.legend(chart.Legend) + + if self.xaxistitle.__dict__: + diagram.HasXAxisTitle = True + self.xaxistitle(diagram.XAxisTitle) + + if self.yaxistitle.__dict__: + diagram.HasYAxisTitle = True + self.yaxistitle(diagram.YAxisTitle) + + if self.dim3d: + diagram.Dim3D = True + + if self.series: + data_series = chart.getFirstDiagram( + ).getCoordinateSystems( + )[0].getChartTypes()[0].DataSeries + for i, serie in enumerate(data_series): + for k, v in self.series[i].items(): + if hasattr(serie, k): + setattr(serie, k, v) + return self + + +class LODialog(object): + + def __init__(self, **properties): + self._obj = self._create(properties) + self._init_values() + + def _init_values(self): + self._model = self._obj.Model + self._init_controls() + self._events = None + self._color_on_focus = -1 + self._id_extension = '' + self._images = 'images' + return + + def _create(self, properties): + path = properties.pop('Path', '') + if path: + dp = create_instance('com.sun.star.awt.DialogProvider', True) + return dp.createDialog(_path_url(path)) + + if 'Location' in properties: + location = properties.get('Location', 'application') + library = properties.get('Library', 'Standard') + if location == 'user': + location = 'application' + dp = create_instance('com.sun.star.awt.DialogProvider', True) + path = 'vnd.sun.star.script:{}.{}?location={}'.format( + library, properties['Name'], location) + if location == 'document': + uid = get_document().uid + path = 'vnd.sun.star.tdoc:/{}/Dialogs/{}/{}.xml'.format( + uid, library, properties['Name']) + return dp.createDialog(path) + + dlg = create_instance('com.sun.star.awt.UnoControlDialog', True) + model = create_instance('com.sun.star.awt.UnoControlDialogModel', True) + toolkit = create_instance('com.sun.star.awt.Toolkit', True) + set_properties(model, properties) + dlg.setModel(model) + dlg.setVisible(False) + dlg.createPeer(toolkit, None) + + return dlg + + def _get_type_control(self, name): + types = { + 'stardiv.Toolkit.UnoFixedTextControl': 'label', + 'stardiv.Toolkit.UnoButtonControl': 'button', + 'stardiv.Toolkit.UnoEditControl': 'text', + 'stardiv.Toolkit.UnoRoadmapControl': 'roadmap', + 'stardiv.Toolkit.UnoFixedHyperlinkControl': 'link', + 'stardiv.Toolkit.UnoListBoxControl': 'listbox', + } + return types[name] + + def _init_controls(self): + for control in self.obj.getControls(): + tipo = self._get_type_control(control.ImplementationName) + name = control.Model.Name + control = get_custom_class(tipo, control) + setattr(self, name, control) + return + + @property + def obj(self): + return self._obj + + @property + def model(self): + return self._model + + @property + def id_extension(self): + return self._id_extension + @id_extension.setter + def id_extension(self, value): + global ID_EXTENSION + ID_EXTENSION = value + self._id_extension = value + + @property + def images(self): + return self._images + @images.setter + def images(self, value): + self._images = value + + @property + def height(self): + return self.model.Height + @height.setter + def height(self, value): + self.model.Height = value + + @property + def width(self): + return self.model.Width + @width.setter + def width(self, value): + self.model.Width = value + + @property + def color_on_focus(self): + return self._color_on_focus + @color_on_focus.setter + def color_on_focus(self, value): + global COLOR_ON_FOCUS + COLOR_ON_FOCUS = get_color(value) + self._color_on_focus = COLOR_ON_FOCUS + + @property + def step(self): + return self.model.Step + @step.setter + def step(self, value): + self.model.Step = value + + @property + def events(self): + return self._events + @events.setter + def events(self, controllers): + self._events = controllers + self._connect_listeners() + + def _connect_listeners(self): + for control in self.obj.getControls(): + add_listeners(self._events, control, control.Model.Name) + return + + def open(self): + return self.obj.execute() + + def close(self, value=0): + return self.obj.endDialog(value) + + def _get_control_model(self, control): + services = { + 'button': 'com.sun.star.awt.UnoControlButtonModel', + 'grid': 'com.sun.star.awt.grid.UnoControlGridModel', + 'groupbox': 'com.sun.star.awt.UnoControlGroupBoxModel', + 'image': 'com.sun.star.awt.UnoControlImageControlModel', + 'label': 'com.sun.star.awt.UnoControlFixedTextModel', + 'link': 'com.sun.star.awt.UnoControlFixedHyperlinkModel', + 'listbox': 'com.sun.star.awt.UnoControlListBoxModel', + 'radio': 'com.sun.star.awt.UnoControlRadioButtonModel', + 'roadmap': 'com.sun.star.awt.UnoControlRoadmapModel', + 'text': 'com.sun.star.awt.UnoControlEditModel', + 'tree': 'com.sun.star.awt.tree.TreeControlModel', + } + return services[control] + + def _set_column_model(self, columns): + #~ https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1grid_1_1XGridColumn.html + column_model = create_instance('com.sun.star.awt.grid.DefaultGridColumnModel', True) + for column in columns: + grid_column = create_instance('com.sun.star.awt.grid.GridColumn', True) + for k, v in column.items(): + setattr(grid_column, k, v) + column_model.addColumn(grid_column) + return column_model + + def _set_image_url(self, image): + if exists_path(image): + return _path_url(image) + + if not self.id_extension: + return '' + + path = get_path_extension(self.id_extension) + path = join(path, self.images, image) + return _path_url(path) + + def _special_properties(self, tipo, properties): + columns = properties.pop('Columns', ()) + if tipo == 'grid': + properties['ColumnModel'] = self._set_column_model(columns) + elif tipo == 'button' and 'ImageURL' in properties: + properties['ImageURL'] = self._set_image_url(properties['ImageURL']) + elif tipo == 'roadmap': + if not 'Height' in properties: + properties['Height'] = self.height + if 'Title' in properties: + properties['Text'] = properties.pop('Title') + return properties + + def add_control(self, properties): + tipo = properties.pop('Type').lower() + properties = self._special_properties(tipo, properties) + model = self.model.createInstance(self._get_control_model(tipo)) + set_properties(model, properties) + name = properties['Name'] + self.model.insertByName(name, model) + control = self.obj.getControl(name) + add_listeners(self.events, control, name) + control = get_custom_class(tipo, control) + setattr(self, name, control) + return + + def center(self, control, x=0, y=0): + w = self.width + h = self.height + + if isinstance(control, tuple): + wt = SEPARATION * -1 + for c in control: + wt += c.width + SEPARATION + x = w / 2 - wt / 2 + for c in control: + c.x = x + x = c.x + c.width + SEPARATION + return + + if x < 0: + x = w + x - control.width + elif x == 0: + x = w / 2 - control.width / 2 + if y < 0: + y = h + y - control.height + elif y == 0: + y = h / 2 - control.height / 2 + control.x = x + control.y = y + return + + +class LOWindow(object): + + def __init__(self, **kwargs): + self._events = None + self._menu = None + self._container = None + self._obj = self._create(kwargs) + + def _create(self, properties): + ps = ( + properties.get('X', 0), + properties.get('Y', 0), + properties.get('Width', 500), + properties.get('Height', 500), + ) + self._title = properties.get('Title', TITLE) + self._create_frame(ps) + self._create_container(ps) + # ~ self._create_splitter(ps) + return + + def _create_frame(self, ps): + service = 'com.sun.star.frame.TaskCreator' + tc = create_instance(service, True) + self._frame = tc.createInstanceWithArguments(( + NamedValue('FrameName', 'EasyMacroWin'), + NamedValue('PosSize', Rectangle(*ps)), + )) + self._window = self._frame.getContainerWindow() + self._toolkit = self._window.getToolkit() + desktop = get_desktop() + self._frame.setCreator(desktop) + desktop.getFrames().append(self._frame) + self._frame.Title = self._title + return + + def _create_container(self, ps): + # ~ toolkit = self._window.getToolkit() + service = 'com.sun.star.awt.UnoControlContainer' + self._container = create_instance(service, True) + service = 'com.sun.star.awt.UnoControlContainerModel' + model = create_instance(service, True) + model.BackgroundColor = get_color(225, 225, 225) + self._container.setModel(model) + self._container.createPeer(self._toolkit, self._window) + self._container.setPosSize(*ps, POSSIZE) + self._frame.setComponent(self._container, None) + return + + def _get_base_control(self, tipo): + services = { + 'label': 'com.sun.star.awt.UnoControlFixedText', + 'button': 'com.sun.star.awt.UnoControlButton', + 'text': 'com.sun.star.awt.UnoControlEdit', + 'listbox': 'com.sun.star.awt.UnoControlListBox', + 'link': 'com.sun.star.awt.UnoControlFixedHyperlink', + 'roadmap': 'com.sun.star.awt.UnoControlRoadmap', + 'image': 'com.sun.star.awt.UnoControlImageControl', + 'groupbox': 'com.sun.star.awt.UnoControlGroupBox', + 'radio': 'com.sun.star.awt.UnoControlRadioButton', + 'tree': 'com.sun.star.awt.tree.TreeControl', + 'grid': 'com.sun.star.awt.grid.UnoControlGrid', + } + return services[tipo] + + def add_control(self, properties): + tipo = properties.pop('Type').lower() + base = self._get_base_control(tipo) + obj = create_instance(base, True) + model = create_instance('{}Model'.format(base), True) + set_properties(model, properties) + obj.setModel(model) + x = properties.get('X', 5) + y = properties.get('Y', 5) + w = properties.get('Width', 200) + h = properties.get('Height', 25) + obj.setPosSize(x, y, w, h, POSSIZE) + name = properties['Name'] + self._container.addControl(name, obj) + add_listeners(self.events, obj, name) + control = get_custom_class(tipo, obj) + setattr(self, name, control) + return + + def _create_popupmenu(self, menus): + menu = create_instance('com.sun.star.awt.PopupMenu', True) + for i, m in enumerate(menus): + label = m['label'] + cmd = m.get('event', '') + if not cmd: + cmd = label.lower().replace(' ', '_') + if label == '-': + menu.insertSeparator(i) + else: + menu.insertItem(i, label, m.get('style', 0), i) + menu.setCommand(i, cmd) + # ~ menu.setItemImage(i, path?, True) + menu.addMenuListener(EventsMenu(self.events)) + return menu + + def _create_menu(self, menus): + #~ https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMenu.html + #~ nItemId specifies the ID of the menu item to be inserted. + #~ aText specifies the label of the menu item. + #~ nItemStyle 0 = Standard, CHECKABLE = 1, RADIOCHECK = 2, AUTOCHECK = 4 + #~ nItemPos specifies the position where the menu item will be inserted. + self._menu = create_instance('com.sun.star.awt.MenuBar', True) + for i, m in enumerate(menus): + self._menu.insertItem(i, m['label'], m.get('style', 0), i) + cmd = m['label'].lower().replace(' ', '_') + self._menu.setCommand(i, cmd) + submenu = self._create_popupmenu(m['submenu']) + self._menu.setPopupMenu(i, submenu) + + self._window.setMenuBar(self._menu) + return + + def add_menu(self, menus): + self._create_menu(menus) + return + + def _add_listeners(self, control=None): + if self.events is None: + return + controller = EventsWindow(self) + self._window.addTopWindowListener(controller) + self._window.addWindowListener(controller) + self._container.addKeyListener(EventsKeyWindow(self)) + return + + @property + def name(self): + return self._title.lower().replace(' ', '_') + + @property + def events(self): + return self._events + @events.setter + def events(self, value): + self._events = value + self._add_listeners() + + @property + def width(self): + return self._container.Size.Width + + @property + def height(self): + return self._container.Size.Height + + def open(self): + self._window.setVisible(True) + return + + def close(self): + self._window.setMenuBar(None) + self._window.dispose() + self._frame.close(True) + return + + +# ~ Python >= 3.7 +# ~ def __getattr__(name): + + +def _get_class_doc(obj): + classes = { + 'calc': LOCalc, + 'writer': LOWriter, + 'base': LOBase, + 'impress': LOImpress, + 'draw': LODraw, + 'math': LOMath, + 'basic': LOBasicIde, + } + type_doc = get_type_doc(obj) + return classes[type_doc](obj) + + +# ~ Export ok +def get_document(title=''): + doc = None + desktop = get_desktop() + if not title: + doc = _get_class_doc(desktop.getCurrentComponent()) + return doc + + for d in desktop.getComponents(): + if d.Title == title: + doc = d + break + + if doc is None: + return + + return _get_class_doc(doc) + + +def get_documents(custom=True): + docs = [] + desktop = get_desktop() + for doc in desktop.getComponents(): + if custom: + docs.append(_get_class_doc(doc)) + else: + docs.append(doc) + return docs + + +def get_selection(): + return get_document().selection + + +def get_cell(*args): + if args: + index = args + if len(index) == 1: + index = args[0] + cell = get_document().get_cell(index) + else: + cell = get_selection().first + return cell + + +def active_cell(): + return get_cell() + + +def create_dialog(properties): + return LODialog(**properties) + + +def create_window(kwargs): + return LOWindow(**kwargs) + + +# ~ Export ok +def get_config_path(name='Work'): + """ + Return de path name in config + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1util_1_1XPathSettings.html + """ + path = create_instance('com.sun.star.util.PathSettings') + return _path_system(getattr(path, name)) + + +def get_path_python(): + path = get_config_path('Module') + return join(path, PYTHON) + + +# ~ Export ok +def get_file(init_dir='', multiple=False, filters=()): + """ + init_folder: folder default open + multiple: True for multiple selected + filters: Example + ( + ('XML', '*.xml'), + ('TXT', '*.txt'), + ) + """ + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + file_picker = create_instance('com.sun.star.ui.dialogs.FilePicker') + file_picker.setTitle(_('Select file')) + file_picker.setDisplayDirectory(init_dir) + file_picker.setMultiSelectionMode(multiple) + + path = '' + if filters: + file_picker.setCurrentFilter(filters[0][0]) + for f in filters: + file_picker.appendFilter(f[0], f[1]) + + if file_picker.execute(): + path = _path_system(file_picker.getSelectedFiles()[0]) + if multiple: + path = [_path_system(f) for f in file_picker.getSelectedFiles()] + + return path + + +# ~ Export ok +def get_path(init_dir='', filters=()): + """ + Options: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1TemplateDescription.html + filters: Example + ( + ('XML', '*.xml'), + ('TXT', '*.txt'), + ) + """ + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + file_picker = create_instance('com.sun.star.ui.dialogs.FilePicker') + file_picker.setTitle(_('Select file')) + file_picker.setDisplayDirectory(init_dir) + file_picker.initialize((2,)) + if filters: + file_picker.setCurrentFilter(filters[0][0]) + for f in filters: + file_picker.appendFilter(f[0], f[1]) + + path = '' + if file_picker.execute(): + path = _path_system(file_picker.getSelectedFiles()[0]) + return path + + +# ~ Export ok +def get_dir(init_dir=''): + folder_picker = create_instance('com.sun.star.ui.dialogs.FolderPicker') + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + folder_picker.setDisplayDirectory(init_dir) + + path = '' + if folder_picker.execute(): + path = _path_system(folder_picker.getDirectory()) + return path + + +# ~ Export ok +def get_info_path(path): + path, filename = os.path.split(path) + name, extension = os.path.splitext(filename) + return (path, filename, name, extension) + + +# ~ Export ok +def read_file(path, mode='r', array=False): + data = '' + with open(path, mode) as f: + if array: + data = tuple(f.read().splitlines()) + else: + data = f.read() + return data + + +# ~ Export ok +def save_file(path, mode='w', data=None): + with open(path, mode) as f: + f.write(data) + return + + +# ~ Export ok +def to_json(path, data): + with open(path, 'w') as f: + f.write(json.dumps(data, indent=4, sort_keys=True)) + return + + +# ~ Export ok +def from_json(path): + with open(path) as f: + data = json.loads(f.read()) + return data + + +# ~ Export ok +def json_dumps(data): + return json.dumps(data, indent=4, sort_keys=True) + + +# ~ Export ok +def json_loads(data): + return json.loads(data) + + +def get_path_extension(id): + pip = CTX.getValueByName('/singletons/com.sun.star.deployment.PackageInformationProvider') + path = _path_system(pip.getPackageLocation(id)) + return path + + +# ~ Export ok +def inputbox(message, default='', title=TITLE, echochar=''): + + class ControllersInput(object): + + def __init__(self, dlg): + self.d = dlg + + def cmd_ok_action(self, event): + self.d.close(1) + return + + args = { + 'Title': title, + 'Width': 200, + 'Height': 80, + } + dlg = LODialog(**args) + dlg.events = ControllersInput(dlg) + + args = { + 'Type': 'Label', + 'Name': 'lbl_msg', + 'Label': message, + 'Width': 140, + 'Height': 50, + 'X': 5, + 'Y': 5, + 'MultiLine': True, + 'Border': 1, + } + dlg.add_control(args) + + args = { + 'Type': 'Text', + 'Name': 'txt_value', + 'Text': default, + 'Width': 190, + 'Height': 15, + } + if echochar: + args['EchoChar'] = ord(echochar[0]) + dlg.add_control(args) + dlg.txt_value.move(dlg.lbl_msg) + + args = { + 'Type': 'button', + 'Name': 'cmd_ok', + 'Label': _('OK'), + 'Width': 40, + 'Height': 15, + 'DefaultButton': True, + 'PushButtonType': 1, + } + dlg.add_control(args) + dlg.cmd_ok.move(dlg.lbl_msg, 10, 0) + + args = { + 'Type': 'button', + 'Name': 'cmd_cancel', + 'Label': _('Cancel'), + 'Width': 40, + 'Height': 15, + 'PushButtonType': 2, + } + dlg.add_control(args) + dlg.cmd_cancel.move(dlg.cmd_ok) + + if dlg.open(): + return dlg.txt_value.value + + return '' + + +# ~ Export ok +def new_doc(type_doc=CALC, **kwargs): + path = 'private:factory/s{}'.format(type_doc) + opt = dict_to_property(kwargs) + doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt) + return _get_class_doc(doc) + + +# ~ Export ok +def new_db(path, name=''): + p, fn, n, e = get_info_path(path) + if not name: + name = n + return LOBase(name, path) + + +# ~ Todo +def exists_db(name): + dbc = create_instance('com.sun.star.sdb.DatabaseContext') + return dbc.hasRegisteredDatabase(name) + + +# ~ Todo +def register_db(name, path): + dbc = create_instance('com.sun.star.sdb.DatabaseContext') + dbc.registerDatabaseLocation(name, _path_url(path)) + return + + +# ~ Todo +def get_db(name): + return LOBase(name) + + +# ~ Export ok +def open_doc(path, **kwargs): + """ Open document in path + Usually options: + Hidden: True or False + AsTemplate: True or False + ReadOnly: True or False + Password: super_secret + MacroExecutionMode: 4 = Activate macros + Preview: True or False + + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1frame_1_1XComponentLoader.html + http://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1MediaDescriptor.html + """ + path = _path_url(path) + opt = dict_to_property(kwargs) + doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt) + if doc is None: + return + + return _get_class_doc(doc) + + +# ~ Export ok +def open_file(path): + if IS_WIN: + os.startfile(path) + else: + subprocess.Popen(['xdg-open', path]) + return + + +# ~ Export ok +def join(*paths): + return os.path.join(*paths) + + +# ~ Export ok +def is_dir(path): + return Path(path).is_dir() + + +# ~ Export ok +def is_file(path): + return Path(path).is_file() + + +# ~ Export ok +def get_file_size(path): + return Path(path).stat().st_size + + +# ~ Export ok +def is_created(path): + return is_file(path) and bool(get_file_size(path)) + + +# ~ Export ok +def replace_ext(path, extension): + path, _, name, _ = get_info_path(path) + return '{}/{}.{}'.format(path, name, extension) + + +# ~ Export ok +def zip_content(path): + with zipfile.ZipFile(path) as z: + names = z.namelist() + return names + + +def popen(command, stdin=None): + try: + proc = subprocess.Popen(shlex.split(command), shell=IS_WIN, + stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + for line in proc.stdout: + yield line.decode().rstrip() + except Exception as e: + error(e) + yield (e.errno, e.strerror) + + +def url_open(url, options={}, json=False): + data = '' + req = Request(url) + try: + response = urlopen(req) + except HTTPError as e: + error(e) + except URLError as e: + error(e.reason) + else: + if json: + data = json_loads(response.read()) + else: + data = response.read() + + return data + + +def run(command, wait=False): + try: + if wait: + result = subprocess.check_output(command, shell=True) + else: + p = subprocess.Popen(shlex.split(command), stdin=None, + stdout=None, stderr=None, close_fds=True) + result, er = p.communicate() + except subprocess.CalledProcessError as e: + msg = ("run [ERROR]: output = %s, error code = %s\n" + % (e.output, e.returncode)) + error(msg) + return False + + if result is None: + return True + + return result.decode() + + +def _zippwd(source, target, pwd): + if IS_WIN: + return False + if not exists_app('zip'): + return False + + cmd = 'zip' + opt = '-j ' + args = "{} --password {} ".format(cmd, pwd) + + if isinstance(source, (tuple, list)): + if not target: + return False + args += opt + target + ' ' + ' '.join(source) + else: + if is_file(source) and not target: + target = replace_ext(source, 'zip') + elif is_dir(source) and not target: + target = join(PurePath(source).parent, + '{}.zip'.format(PurePath(source).name)) + opt = '-r ' + args += opt + target + ' ' + source + + result = run(args, True) + if not result: + return False + + return is_created(target) + + +# ~ Export ok +def zip(source, target='', mode='w', pwd=''): + if pwd: + return _zippwd(source, target, pwd) + + if isinstance(source, (tuple, list)): + if not target: + return False + + with zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) as z: + for path in source: + _, name, _, _ = get_info_path(path) + z.write(path, name) + + return is_created(target) + + if is_file(source): + if not target: + target = replace_ext(source, 'zip') + z = zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) + _, name, _, _ = get_info_path(source) + z.write(source, name) + z.close() + return is_created(target) + + if not target: + target = join( + PurePath(source).parent, + '{}.zip'.format(PurePath(source).name)) + z = zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) + root_len = len(os.path.abspath(source)) + for root, dirs, files in os.walk(source): + relative = os.path.abspath(root)[root_len:] + for f in files: + fullpath = join(root, f) + file_name = join(relative, f) + z.write(fullpath, file_name) + z.close() + + return is_created(target) + + +# ~ Export ok +def unzip(source, path='', members=None, pwd=None): + if not path: + path, _, _, _ = get_info_path(source) + with zipfile.ZipFile(source) as z: + if not pwd is None: + pwd = pwd.encode() + if isinstance(members, str): + members = (members,) + z.extractall(path, members=members, pwd=pwd) + return True + + +# ~ Export ok +def merge_zip(target, zips): + try: + with zipfile.ZipFile(target, 'w', compression=zipfile.ZIP_DEFLATED) as t: + for path in zips: + with zipfile.ZipFile(path, compression=zipfile.ZIP_DEFLATED) as s: + for name in s.namelist(): + t.writestr(name, s.open(name).read()) + except Exception as e: + error(e) + return False + + return True + + +# ~ Export ok +def kill(path): + p = Path(path) + try: + if p.is_file(): + p.unlink() + elif p.is_dir(): + shutil.rmtree(path) + except OSError as e: + log.error(e) + return + + +def get_size_screen(): + if IS_WIN: + user32 = ctypes.windll.user32 + res = '{}x{}'.format(user32.GetSystemMetrics(0), user32.GetSystemMetrics(1)) + else: + args = 'xrandr | grep "*" | cut -d " " -f4' + res = run(args, True) + return res.strip() + + +def get_clipboard(): + df = None + text = '' + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + transferable = sc.getContents() + data = transferable.getTransferDataFlavors() + for df in data: + if df.MimeType == CLIPBOARD_FORMAT_TEXT: + break + if df: + text = transferable.getTransferData(df) + return text + + +class TextTransferable(unohelper.Base, XTransferable): + """Keep clipboard data and provide them.""" + + def __init__(self, text): + df = DataFlavor() + df.MimeType = CLIPBOARD_FORMAT_TEXT + df.HumanPresentableName = "encoded text utf-16" + self.flavors = [df] + self.data = [text] + + def getTransferData(self, flavor): + if not flavor: + return + for i, f in enumerate(self.flavors): + if flavor.MimeType == f.MimeType: + return self.data[i] + return + + def getTransferDataFlavors(self): + return tuple(self.flavors) + + def isDataFlavorSupported(self, flavor): + if not flavor: + return False + mtype = flavor.MimeType + for f in self.flavors: + if mtype == f.MimeType: + return True + return False + + +# ~ Export ok +def set_clipboard(value): + ts = TextTransferable(value) + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + sc.setContents(ts, None) + return + + +# ~ Export ok +def copy(): + call_dispatch('.uno:Copy') + return + + +# ~ Export ok +def get_epoch(): + n = now() + return int(time.mktime(n.timetuple())) + + +# ~ Export ok +def file_copy(source, target='', name=''): + p, f, n, e = get_info_path(source) + if target: + p = target + if name: + e = '' + n = name + path_new = join(p, '{}{}'.format(n, e)) + shutil.copy(source, path_new) + return path_new + + +def get_path_content(path, filters=''): + paths = [] + if filters in ('*', '*.*'): + filters = '' + for folder, _, files in os.walk(path): + if filters: + pattern = re.compile(r'\.(?:{})$'.format(filters), re.IGNORECASE) + paths += [join(folder, f) for f in files if pattern.search(f)] + else: + paths += files + return paths + + +def _get_menu(type_doc, name_menu): + instance = 'com.sun.star.ui.ModuleUIConfigurationManagerSupplier' + service = TYPE_DOC[type_doc] + manager = create_instance(instance, True) + ui = manager.getUIConfigurationManager(service) + menus = ui.getSettings(NODE_MENUBAR, True) + command = MENUS_APP[type_doc][name_menu] + for menu in menus: + data = property_to_dict(menu) + if data.get('CommandURL', '') == command: + idc = data.get('ItemDescriptorContainer', None) + return ui, menus, idc + return None, None, None + + +def _get_index_menu(menu, command): + for i, m in enumerate(menu): + data = property_to_dict(m) + cmd = data.get('CommandURL', '') + if cmd == command: + return i + # ~ submenu = data.get('ItemDescriptorContainer', None) + # ~ if not submenu is None: + # ~ get_index_menu(submenu, command, count + 1) + return 0 + + +def _store_menu(ui, menus, menu, index, data=(), remove=False): + if remove: + uno.invoke(menu, 'removeByIndex', (index,)) + else: + properties = dict_to_property(data, True) + uno.invoke(menu, 'insertByIndex', (index + 1, properties)) + ui.replaceSettings(NODE_MENUBAR, menus) + ui.store() + return + + +def insert_menu(type_doc, name_menu, **kwargs): + ui, menus, menu = _get_menu(type_doc, name_menu.lower()) + if menu is None: + return 0 + + label = kwargs.get('Label', '-') + separator = False + if label == '-': + separator = True + command = kwargs.get('CommandURL', '') + index = kwargs.get('Index', 0) + if not index: + index = _get_index_menu(menu, kwargs['After']) + if separator: + data = {'Type': 1} + _store_menu(ui, menus, menu, index, data) + return index + 1 + + index_menu = _get_index_menu(menu, command) + if index_menu: + msg = 'Exists: %s' % command + debug(msg) + return 0 + + sub_menu = kwargs.get('Submenu', ()) + idc = None + if sub_menu: + idc = ui.createSettings() + + data = { + 'CommandURL': command, + 'Label': label, + 'Style': 0, + 'Type': 0, + 'ItemDescriptorContainer': idc + } + _store_menu(ui, menus, menu, index, data) + if sub_menu: + _add_sub_menus(ui, menus, idc, sub_menu) + return True + + +def _add_sub_menus(ui, menus, menu, sub_menu): + for i, sm in enumerate(sub_menu): + submenu = sm.pop('Submenu', ()) + sm['Type'] = 0 + if submenu: + idc = ui.createSettings() + sm['ItemDescriptorContainer'] = idc + if sm['Label'] == '-': + sm = {'Type': 1} + _store_menu(ui, menus, menu, i - 1, sm) + if submenu: + _add_sub_menus(ui, menus, idc, submenu) + return + + +def remove_menu(type_doc, name_menu, command): + ui, menus, menu = _get_menu(type_doc, name_menu.lower()) + if menu is None: + return False + + index = _get_index_menu(menu, command) + if not index: + debug('Not exists: %s' % command) + return False + + _store_menu(ui, menus, menu, index, remove=True) + return True + + +def _get_app_submenus(menus, count=0): + for i, menu in enumerate(menus): + data = property_to_dict(menu) + cmd = data.get('CommandURL', '') + msg = ' ' * count + '├─' + cmd + debug(msg) + submenu = data.get('ItemDescriptorContainer', None) + if not submenu is None: + _get_app_submenus(submenu, count + 1) + return + + +def get_app_menus(name_app, index=-1): + instance = 'com.sun.star.ui.ModuleUIConfigurationManagerSupplier' + service = TYPE_DOC[name_app] + manager = create_instance(instance, True) + ui = manager.getUIConfigurationManager(service) + menus = ui.getSettings(NODE_MENUBAR, True) + if index == -1: + for menu in menus: + data = property_to_dict(menu) + debug(data.get('CommandURL', '')) + else: + menus = property_to_dict(menus[index])['ItemDescriptorContainer'] + _get_app_submenus(menus) + return menus + + +# ~ Export ok +def start(): + global _start + _start = now() + log.info(_start) + return + + +# ~ Export ok +def end(): + global _start + e = now() + return str(e - _start).split('.')[0] + + +# ~ Export ok +# ~ https://en.wikipedia.org/wiki/Web_colors +def get_color(*value): + if len(value) == 1 and isinstance(value[0], int): + return value[0] + if len(value) == 1 and isinstance(value[0], tuple): + value = value[0] + + COLORS = { + 'aliceblue': 15792383, + 'antiquewhite': 16444375, + 'aqua': 65535, + 'aquamarine': 8388564, + 'azure': 15794175, + 'beige': 16119260, + 'bisque': 16770244, + 'black': 0, + 'blanchedalmond': 16772045, + 'blue': 255, + 'blueviolet': 9055202, + 'brown': 10824234, + 'burlywood': 14596231, + 'cadetblue': 6266528, + 'chartreuse': 8388352, + 'chocolate': 13789470, + 'coral': 16744272, + 'cornflowerblue': 6591981, + 'cornsilk': 16775388, + 'crimson': 14423100, + 'cyan': 65535, + 'darkblue': 139, + 'darkcyan': 35723, + 'darkgoldenrod': 12092939, + 'darkgray': 11119017, + 'darkgreen': 25600, + 'darkgrey': 11119017, + 'darkkhaki': 12433259, + 'darkmagenta': 9109643, + 'darkolivegreen': 5597999, + 'darkorange': 16747520, + 'darkorchid': 10040012, + 'darkred': 9109504, + 'darksalmon': 15308410, + 'darkseagreen': 9419919, + 'darkslateblue': 4734347, + 'darkslategray': 3100495, + 'darkslategrey': 3100495, + 'darkturquoise': 52945, + 'darkviolet': 9699539, + 'deeppink': 16716947, + 'deepskyblue': 49151, + 'dimgray': 6908265, + 'dimgrey': 6908265, + 'dodgerblue': 2003199, + 'firebrick': 11674146, + 'floralwhite': 16775920, + 'forestgreen': 2263842, + 'fuchsia': 16711935, + 'gainsboro': 14474460, + 'ghostwhite': 16316671, + 'gold': 16766720, + 'goldenrod': 14329120, + 'gray': 8421504, + 'grey': 8421504, + 'green': 32768, + 'greenyellow': 11403055, + 'honeydew': 15794160, + 'hotpink': 16738740, + 'indianred': 13458524, + 'indigo': 4915330, + 'ivory': 16777200, + 'khaki': 15787660, + 'lavender': 15132410, + 'lavenderblush': 16773365, + 'lawngreen': 8190976, + 'lemonchiffon': 16775885, + 'lightblue': 11393254, + 'lightcoral': 15761536, + 'lightcyan': 14745599, + 'lightgoldenrodyellow': 16448210, + 'lightgray': 13882323, + 'lightgreen': 9498256, + 'lightgrey': 13882323, + 'lightpink': 16758465, + 'lightsalmon': 16752762, + 'lightseagreen': 2142890, + 'lightskyblue': 8900346, + 'lightslategray': 7833753, + 'lightslategrey': 7833753, + 'lightsteelblue': 11584734, + 'lightyellow': 16777184, + 'lime': 65280, + 'limegreen': 3329330, + 'linen': 16445670, + 'magenta': 16711935, + 'maroon': 8388608, + 'mediumaquamarine': 6737322, + 'mediumblue': 205, + 'mediumorchid': 12211667, + 'mediumpurple': 9662683, + 'mediumseagreen': 3978097, + 'mediumslateblue': 8087790, + 'mediumspringgreen': 64154, + 'mediumturquoise': 4772300, + 'mediumvioletred': 13047173, + 'midnightblue': 1644912, + 'mintcream': 16121850, + 'mistyrose': 16770273, + 'moccasin': 16770229, + 'navajowhite': 16768685, + 'navy': 128, + 'oldlace': 16643558, + 'olive': 8421376, + 'olivedrab': 7048739, + 'orange': 16753920, + 'orangered': 16729344, + 'orchid': 14315734, + 'palegoldenrod': 15657130, + 'palegreen': 10025880, + 'paleturquoise': 11529966, + 'palevioletred': 14381203, + 'papayawhip': 16773077, + 'peachpuff': 16767673, + 'peru': 13468991, + 'pink': 16761035, + 'plum': 14524637, + 'powderblue': 11591910, + 'purple': 8388736, + 'red': 16711680, + 'rosybrown': 12357519, + 'royalblue': 4286945, + 'saddlebrown': 9127187, + 'salmon': 16416882, + 'sandybrown': 16032864, + 'seagreen': 3050327, + 'seashell': 16774638, + 'sienna': 10506797, + 'silver': 12632256, + 'skyblue': 8900331, + 'slateblue': 6970061, + 'slategray': 7372944, + 'slategrey': 7372944, + 'snow': 16775930, + 'springgreen': 65407, + 'steelblue': 4620980, + 'tan': 13808780, + 'teal': 32896, + 'thistle': 14204888, + 'tomato': 16737095, + 'turquoise': 4251856, + 'violet': 15631086, + 'wheat': 16113331, + 'white': 16777215, + 'whitesmoke': 16119285, + 'yellow': 16776960, + 'yellowgreen': 10145074, + } + + if len(value) == 3: + color = (value[0] << 16) + (value[1] << 8) + value[2] + else: + value = value[0] + if value[0] == '#': + r, g, b = bytes.fromhex(value[1:]) + color = (r << 16) + (g << 8) + b + else: + color = COLORS.get(value.lower(), -1) + return color + + +COLOR_ON_FOCUS = get_color('LightYellow') + + +# ~ Export ok +def render(template, data): + s = Template(template) + return s.safe_substitute(**data) + + +def _to_date(value): + new_value = value + if isinstance(value, Time): + new_value = datetime.time(value.Hours, value.Minutes, value.Seconds) + elif isinstance(value, Date): + new_value = datetime.date(value.Year, value.Month, value.Day) + elif isinstance(value, DateTime): + new_value = datetime.datetime( + value.Year, value.Month, value.Day, + value.Hours, value.Minutes, value.Seconds) + return new_value + + +def date_to_struct(value): + # ~ print(type(value)) + if isinstance(value, datetime.datetime): + d = DateTime() + d.Seconds = value.second + d.Minutes = value.minute + d.Hours = value.hour + d.Day = value.day + d.Month = value.month + d.Year = value.year + elif isinstance(value, datetime.date): + d = Date() + d.Day = value.day + d.Month = value.month + d.Year = value.year + return d + + +# ~ Export ok +def format(template, data): + """ + https://pyformat.info/ + """ + if isinstance(data, (str, int, float)): + # ~ print(template.format(data)) + return template.format(data) + + if isinstance(data, (Time, Date, DateTime)): + return template.format(_to_date(data)) + + if isinstance(data, tuple) and isinstance(data[0], tuple): + data = {r[0]: _to_date(r[1]) for r in data} + return template.format(**data) + + data = [_to_date(v) for v in data] + result = template.format(*data) + return result + + +def _call_macro(macro): + #~ https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification + name = 'com.sun.star.script.provider.MasterScriptProviderFactory' + factory = create_instance(name, False) + + macro['language'] = macro.get('language', 'Python') + macro['location'] = macro.get('location', 'user') + data = macro.copy() + if data['language'] == 'Python': + data['module'] = '.py$' + elif data['language'] == 'Basic': + data['module'] = '.{}.'.format(macro['module']) + if macro['location'] == 'user': + data['location'] = 'application' + else: + data['module'] = '.' + + args = macro.get('args', ()) + url = 'vnd.sun.star.script:{library}{module}{name}?language={language}&location={location}' + path = url.format(**data) + script = factory.createScriptProvider('').getScript(path) + return script.invoke(args, None, None)[0] + + +# ~ Export ok +def call_macro(macro): + in_thread = macro.pop('thread') + if in_thread: + t = threading.Thread(target=_call_macro, args=(macro,)) + t.start() + return + + return _call_macro(macro) + + +class TimerThread(threading.Thread): + + def __init__(self, event, seconds, macro): + threading.Thread.__init__(self) + self.stopped = event + self.seconds = seconds + self.macro = macro + + def run(self): + info('Timer started... {}'.format(self.macro['name'])) + while not self.stopped.wait(self.seconds): + _call_macro(self.macro) + info('Timer stopped... {}'.format(self.macro['name'])) + return + + +# ~ Export ok +def timer(name, seconds, macro): + global _stop_thread + _stop_thread[name] = threading.Event() + thread = TimerThread(_stop_thread[name], seconds, macro) + thread.start() + return + + +# ~ Export ok +def stop_timer(name): + global _stop_thread + _stop_thread[name].set() + del _stop_thread[name] + return + + +def _get_key(password): + digest = hashlib.sha256(password.encode()).digest() + key = base64.urlsafe_b64encode(digest) + return key + + +# ~ Export ok +def encrypt(data, password): + f = Fernet(_get_key(password)) + token = f.encrypt(data).decode() + return token + + +# ~ Export ok +def decrypt(token, password): + data = '' + f = Fernet(_get_key(password)) + try: + data = f.decrypt(token.encode()).decode() + except InvalidToken as e: + error('Invalid Token') + return data + + +class SmtpServer(object): + + def __init__(self, config): + self._server = None + self._error = '' + self._sender = '' + self._is_connect = self._login(config) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + self.close() + + @property + def is_connect(self): + return self._is_connect + + @property + def error(self): + return self._error + + def _login(self, config): + name = config['server'] + port = config['port'] + is_ssl = config['ssl'] + self._sender = config['user'] + hosts = ('gmail' in name or 'outlook' in name) + try: + if is_ssl and hosts: + self._server = smtplib.SMTP(name, port, timeout=TIMEOUT) + self._server.ehlo() + self._server.starttls() + self._server.ehlo() + elif is_ssl: + self._server = smtplib.SMTP_SSL(name, port, timeout=TIMEOUT) + self._server.ehlo() + else: + self._server = smtplib.SMTP(name, port, timeout=TIMEOUT) + + self._server.login(self._sender, config['pass']) + msg = 'Connect to: {}'.format(name) + debug(msg) + return True + except smtplib.SMTPAuthenticationError as e: + if '535' in str(e): + self._error = _('Incorrect user or password') + return False + if '534' in str(e) and 'gmail' in name: + self._error = _('Allow less secure apps in GMail') + return False + except smtplib.SMTPException as e: + self._error = str(e) + return False + except Exception as e: + self._error = str(e) + return False + return False + + def _body(self, msg): + body = msg.replace('\\n', '
') + return body + + def send(self, message): + file_name = 'attachment; filename={}' + email = MIMEMultipart() + email['From'] = self._sender + email['To'] = message['to'] + email['Cc'] = message.get('cc', '') + email['Subject'] = message['subject'] + email['Date'] = formatdate(localtime=True) + if message.get('confirm', False): + email['Disposition-Notification-To'] = email['From'] + email.attach(MIMEText(self._body(message['body']), 'html')) + + for path in message.get('files', ()): + _, fn, _, _ = get_info_path(path) + part = MIMEBase('application', 'octet-stream') + part.set_payload(read_file(path, 'rb')) + encoders.encode_base64(part) + part.add_header('Content-Disposition', file_name.format(fn)) + email.attach(part) + + receivers = ( + email['To'].split(',') + + email['CC'].split(',') + + message.get('bcc', '').split(',')) + try: + self._server.sendmail(self._sender, receivers, email.as_string()) + msg = 'Email sent...' + debug(msg) + if message.get('path', ''): + self.save_message(email, message['path']) + return True + except Exception as e: + self._error = str(e) + return False + return False + + def save_message(self, email, path): + mbox = mailbox.mbox(path, create=True) + mbox.lock() + try: + msg = mailbox.mboxMessage(email) + mbox.add(msg) + mbox.flush() + finally: + mbox.unlock() + return + + def close(self): + try: + self._server.quit() + msg = 'Close connection...' + debug(msg) + except: + pass + return + + +def _send_email(server, messages): + with SmtpServer(server) as server: + if server.is_connect: + for msg in messages: + server.send(msg) + else: + error(server.error) + return server.error + + +def send_email(server, message): + messages = message + if isinstance(message, dict): + messages = (message,) + t = threading.Thread(target=_send_email, args=(server, messages)) + t.start() + return + + +def server_smtp_test(config): + with SmtpServer(config) as server: + if server.error: + error(server.error) + return server.error + + +def import_csv(path, **kwargs): + """ + See https://docs.python.org/3.5/library/csv.html#csv.reader + """ + with open(path) as f: + rows = tuple(csv.reader(f, **kwargs)) + return rows + +def export_csv(path, data, **kwargs): + with open(path, 'w') as f: + writer = csv.writer(f, **kwargs) + writer.writerows(data) + return + + +class LIBOServer(object): + HOST = 'localhost' + PORT = '8100' + ARG = 'socket,host={},port={};urp;StarOffice.ComponentContext'.format(HOST, PORT) + CMD = ['soffice', + '-env:SingleAppInstance=false', + '-env:UserInstallation=file:///tmp/LIBO_Process8100', + '--headless', '--norestore', '--invisible', + '--accept={}'.format(ARG)] + + def __init__(self): + self._server = None + self._ctx = None + self._sm = None + self._start_server() + self._init_values() + + def _init_values(self): + global CTX + global SM + + if not self.is_running: + return + + ctx = uno.getComponentContext() + service = 'com.sun.star.bridge.UnoUrlResolver' + resolver = ctx.ServiceManager.createInstanceWithContext(service, ctx) + self._ctx = resolver.resolve('uno:{}'.format(self.ARG)) + self._sm = self._ctx.getServiceManager() + CTX = self._ctx + SM = self._sm + return + + @property + def is_running(self): + try: + s = socket.create_connection((self.HOST, self.PORT), 5.0) + s.close() + debug('LibreOffice is running...') + return True + except ConnectionRefusedError: + return False + + def _start_server(self): + if self.is_running: + return + + for i in range(3): + self._server = subprocess.Popen(self.CMD, + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + time.sleep(3) + if self.is_running: + break + return + + def stop(self): + if self._server is None: + print('Search pgrep soffice') + else: + self._server.terminate() + debug('LibreOffice is stop...') + return + + def create_instance(self, name, with_context=True): + if with_context: + instance = self._sm.createInstanceWithContext(name, self._ctx) + else: + instance = self._sm.createInstance(name) + return instance + + + + +# ~ controls = { + # ~ 'CheckBox': 'com.sun.star.awt.UnoControlCheckBoxModel', + # ~ 'ComboBox': 'com.sun.star.awt.UnoControlComboBoxModel', + # ~ 'CurrencyField': 'com.sun.star.awt.UnoControlCurrencyFieldModel', + # ~ 'DateField': 'com.sun.star.awt.UnoControlDateFieldModel', + # ~ 'FileControl': 'com.sun.star.awt.UnoControlFileControlModel', + # ~ 'FormattedField': 'com.sun.star.awt.UnoControlFormattedFieldModel', + # ~ 'GroupBox': 'com.sun.star.awt.UnoControlGroupBoxModel', + # ~ 'ImageControl': 'com.sun.star.awt.UnoControlImageControlModel', + # ~ 'NumericField': 'com.sun.star.awt.UnoControlNumericFieldModel', + # ~ 'PatternField': 'com.sun.star.awt.UnoControlPatternFieldModel', + # ~ 'ProgressBar': 'com.sun.star.awt.UnoControlProgressBarModel', + # ~ 'ScrollBar': 'com.sun.star.awt.UnoControlScrollBarModel', + # ~ 'SimpleAnimation': 'com.sun.star.awt.UnoControlSimpleAnimationModel', + # ~ 'SpinButton': 'com.sun.star.awt.UnoControlSpinButtonModel', + # ~ 'Throbber': 'com.sun.star.awt.UnoControlThrobberModel', + # ~ 'TimeField': 'com.sun.star.awt.UnoControlTimeFieldModel', +# ~ } diff --git a/files/ZAZPip_v0.1.0.oxt b/files/ZAZPip_v0.1.0.oxt new file mode 100644 index 0000000..554b948 Binary files /dev/null and b/files/ZAZPip_v0.1.0.oxt differ diff --git a/source/Addons.xcu b/source/Addons.xcu new file mode 100644 index 0000000..f34210f --- /dev/null +++ b/source/Addons.xcu @@ -0,0 +1,26 @@ + + + + + + + Open Pip + Abrir Pip + + + service:net.elmau.zaz.pip?open + + + _self + + + + + + %origin%/images/icon + + + + + + diff --git a/source/META-INF/manifest.xml b/source/META-INF/manifest.xml new file mode 100644 index 0000000..0bce3f8 --- /dev/null +++ b/source/META-INF/manifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/source/Office/Accelerators.xcu b/source/Office/Accelerators.xcu new file mode 100644 index 0000000..50227f7 --- /dev/null +++ b/source/Office/Accelerators.xcu @@ -0,0 +1,16 @@ + + + + + + + service:net.elmau.zaz.pip?open + + + + + diff --git a/source/ZAZPip.py b/source/ZAZPip.py new file mode 100644 index 0000000..dc29d36 --- /dev/null +++ b/source/ZAZPip.py @@ -0,0 +1,514 @@ +import uno +import unohelper +import os +from com.sun.star.task import XJobExecutor +import easymacro as app + +import site + +ID_EXTENSION = 'net.elmau.zaz.pip' +SERVICE = ('com.sun.star.task.Job',) + + +TITLE = 'ZAZ-PIP' +URL_PIP = 'https://bootstrap.pypa.io/get-pip.py' +PIP = 'pip' + + +PACKAGES = { + 'psycopg2-binary': 'ok.png', + 'peewee': 'ok.png', +} + + +# ~ sudoPassword = 'mypass' +# ~ command = 'mount -t vboxsf myfolder /home/myuser/myfolder'.split() +# ~ cmd1 = subprocess.Popen(['echo',sudoPassword], stdout=subprocess.PIPE) +# ~ cmd2 = subprocess.Popen(['sudo','-S'] + command, stdin=cmd1.stdout, stdout=subprocess.PIPE) +# ~ output = cmd2.stdout.read.decode() + + +class Controllers(object): + OK1 = 'Successfully installed' + OK2 = 'Requirement already' + OK3 = 'Successfully uninstalled' + + def __init__(self, dialog): + self.d = dialog + self.path_python = app.PYTHON + if app.IS_WIN: + self.path_python = app.get_path_python() + self._states = { + 'list': False, + 'install': False, + 'search': False, + 'versions': False, + } + + def _set_state(self, state): + for k in self._states.keys(): + self._states[k] = False + self._states[state] = True + return + + def cmd_install_pip_action(self, event): + msg = 'Do you want install PIP?' + if not app.question(msg, 'ZAZ-Pip'): + return + + self._install_pip() + return + + @app.run_in_thread + def _install_pip(self): + self.d.link_proyect.visible = False + self.d.lst_log.visible = True + + with app.get_temp_file() as f: + path_pip = f.name + + self.d.lst_log.insert('Download PIP...') + data = app.url_open(URL_PIP) + if not data: + msg = 'Do you have internet connection?' + app.errorbox(msg) + return + + app.save_file(path_pip, 'wb', data) + if not app.is_created(path_pip): + msg = 'File PIP not save' + app.errorbox(msg) + return + self.d.lst_log.insert('PIP save correctly...') + + try: + + self.d.lst_log.insert('Start installing PIP...') + cmd = '"{}" "{}" --user'.format(self.path_python, path_pip) + for line in app.popen(cmd): + if isinstance(line, tuple): + app.errorbox(line) + break + self.d.lst_log.insert(line) + + cmd = self._cmd_pip('-V') + label = app.run(cmd, True) + if label: + self.d.lbl_pip.value = label + self.d.cmd_install_pip.visible = False + self.d.cmd_admin_pip.visible = True + msg = 'PIP installed sucesfully' + app.msgbox(msg) + else: + msg = 'PIP not installed, see log.' + app.warning(msg) + except Exception as e: + app.errorbox(e) + + return + + def _cmd_pip(self, args): + cmd = '{} {}'.format(PIP, args) + if app.IS_WIN: + cmd = '"{}" -m pip {}'.format(self.path_python, args) + return cmd + + def cmd_admin_pip_action(self, event): + self.d.lst_log.possize(self.d.lst_package) + self.d.lst_log.step = 1 + self.d.step = 1 + self.cmd_home_action(None) + return + + @app.catch_exception + def cmd_close_action(self, event): + self.d.close() + return + + def cmd_home_action(self, event): + self.d.txt_search.value = '' + self._list() + return + + def txt_search_key_released(self, event): + if event.KeyCode == app.KEY['enter']: + self.cmd_search_action(None) + return + + if not self.d.txt_search.value.strip(): + self.cmd_home_action(None) + return + + @app.run_in_thread + def _list(self): + self._set_state('list') + self.d.lst_log.visible = False + self.d.lst_package.visible = True + + cmd = self._cmd_pip(' list --format=json') + self.d.lst_package.clear() + result = app.run(cmd, True) + packages = app.json_loads(result) + + for p in packages: + t = '{} - ({})'.format(p['name'], p['version']) + self.d.lst_package.insert(t, 'ok.png') + self.d.lst_package.select() + self.d.txt_search.set_focus() + return + + @app.run_in_thread + def _search(self, value): + self._set_state('search') + line = '' + cmd = self._cmd_pip(' search {}'.format(value)) + self.d.lst_package.clear() + for line in app.popen(cmd): + parts = line.split(')') + name = parts[0].strip() + ')' + description = parts[-1].strip() + parts = name.split('(') + name_verify = parts[0].strip() + package = '{} {}'.format(name, description) + image = PACKAGES.get(name_verify, 'question.png') + self.d.lst_package.insert(package, image) + + if line: + self.d.lst_package.select() + else: + self.d.lst_package.insert('Not found...', 'error.png', show=False) + return + + def cmd_search_action(self, event): + search = self.d.txt_search.value.strip() + if not search: + self.d.txt_search.set_focus() + return + + self._search(search) + return + + @app.run_in_thread + def _install(self, value): + self._set_state('install') + self.d.lst_package.visible = False + self.d.lst_log.visible = True + + line = '' + name = value.split(' ')[0].strip() + cmd = self._cmd_pip(' install --upgrade --user {}'.format(name)) + self.d.lst_log.clear() + for line in app.popen(cmd): + if self.OK1 in line or self.OK2 in line: + self.d.lst_log.insert(line, 'ok.png') + else: + self.d.lst_log.insert(line) + return + + @app.catch_exception + def lst_package_double_click(self, event): + opt = 'install' + if self._states['list']: + opt = 'upgrade' + + name = self.d.lst_package.value + msg = 'Do you want {}:\n\n{} ?'.format(opt, name) + if not app.question(msg, TITLE): + return + + self._install(name) + return + + @app.run_in_thread + def _uninstall(self, value): + self._set_state('install') + self.d.lst_package.visible = False + self.d.lst_log.visible = True + + line = '' + name = value.split(' ')[0].strip() + cmd = self._cmd_pip(' uninstall -y {}'.format(name)) + self.d.lst_log.clear() + for line in app.popen(cmd): + if self.OK3 in line: + self.d.lst_log.insert(line, 'ok.png') + else: + self.d.lst_log.insert(line) + return + + def cmd_uninstall_action(self, event): + if not self._states['list']: + msg = 'Select installed package' + app.warning(msg) + return + + name = self.d.lst_package.value + msg = 'Do you want uninstall:\n\n{} ?'.format(name) + if not app.question(msg): + return + + self._uninstall(name) + return + + @app.catch_exception + def cmd_shell_action(self, name): + if app.IS_WIN: + cmd = '"{}"'.format(self.path_python) + os.startfile(cmd) + else: + if app.DESKTOP == 'gnome': + cmd = 'gnome-terminal -- {}'.format(self.path_python) + else: + cmd = 'exec {}'.format(self.path_python) + os.system(cmd) + return + + +class ZAZPip(unohelper.Base, XJobExecutor): + + def __init__(self, ctx): + self.ctx = ctx + + def trigger(self, args): + dialog = self._create_dialog() + dialog.open() + return + + def _create_dialog(self): + args= { + 'Name': 'dialog', + 'Title': 'ZAZ-Pip', + 'Width': 200, + 'Height': 220, + } + dialog = app.create_dialog(args) + dialog.id_extension = ID_EXTENSION + dialog.events = Controllers(dialog) + + args = { + 'Type': 'Label', + 'Name': 'lbl_title', + 'Label': 'ZAZ Pip', + 'Width': 50, + 'Height': 15, + 'Border': 1, + 'Align': 1, + 'VerticalAlign': 1, + 'Step': 10, + 'FontHeight': 15, + } + dialog.add_control(args) + dialog.center(dialog.lbl_title, y=5) + + path_python = app.PYTHON + if app.IS_WIN: + path_python = app.get_path_python() + + cmd = app.PYTHON + ' -V' + if app.IS_WIN: + cmd = '"{}" -V'.format(path_python) + + label = app.run(cmd, True) + args = { + 'Type': 'Label', + 'Name': 'lbl_python', + 'Label': str(label), + 'Width': 100, + 'Height': 15, + 'Border': 1, + 'Align': 1, + 'VerticalAlign': 1, + 'Step': 10, + } + dialog.add_control(args) + dialog.center(dialog.lbl_python, y=25) + + cmd = PIP + ' -V' + if app.IS_WIN: + cmd = '"{}" -m pip -V'.format(path_python) + label = app.run(cmd, True) + exists_pip = True + if not label: + exists_pip = False + label = 'PIP not installed' + args = { + 'Type': 'Label', + 'Name': 'lbl_pip', + 'Label': label, + 'Width': 160, + 'Height': 30, + 'Border': 1, + 'Align': 1, + 'VerticalAlign': 1, + 'Step': 10, + 'MultiLine': True, + } + dialog.add_control(args) + dialog.center(dialog.lbl_pip, y=45) + + args = { + 'Type': 'Button', + 'Name': 'cmd_admin_pip', + 'Label': 'Admin PIP', + 'Width': 60, + 'Height': 18, + 'Step': 10, + 'ImageURL': 'python.png', + 'ImagePosition': 1, + } + dialog.add_control(args) + dialog.center(dialog.cmd_admin_pip, y=80) + + args = { + 'Type': 'Button', + 'Name': 'cmd_install_pip', + 'Label': 'Install PIP', + 'Width': 60, + 'Height': 18, + 'Step': 10, + 'ImageURL': 'install.png', + 'ImagePosition': 1, + } + dialog.add_control(args) + dialog.center(dialog.cmd_install_pip, y=80) + + args = { + 'Type': 'Link', + 'Name': 'link_proyect', + 'URL': 'https://gitlab.com/mauriciobaeza/', + 'Label': 'https://gitlab.com/mauriciobaeza/', + 'Border': 1, + 'Width': 130, + 'Height': 15, + 'Align': 1, + 'VerticalAlign': 1, + 'Step': 10, + } + dialog.add_control(args) + dialog.center(dialog.link_proyect, y=-5) + + args = { + 'Type': 'Listbox', + 'Name': 'lst_log', + 'Width': 160, + 'Height': 105, + 'Step': 10, + } + dialog.add_control(args) + dialog.center(dialog.lst_log, y=105) + + args = { + 'Type': 'Label', + 'Name': 'lbl_package', + 'Label': 'Packages', + 'Width': 100, + 'Height': 15, + 'Border': 1, + 'Align': 1, + 'VerticalAlign': 1, + 'Step': 1, + } + dialog.add_control(args) + + args = { + 'Type': 'Text', + 'Name': 'txt_search', + 'Width': 180, + 'Height': 12, + 'Step': 1, + 'Border': 0, + } + dialog.add_control(args) + + args = { + 'Type': 'Listbox', + 'Name': 'lst_package', + 'Width': 180, + 'Height': 128, + 'Step': 1, + } + dialog.add_control(args) + + args = { + 'Type': 'Button', + 'Name': 'cmd_close', + 'Label': '~Close', + 'Width': 60, + 'Height': 18, + 'Step': 1, + 'ImageURL': 'close.png', + 'ImagePosition': 1, + # ~ 'PushButtonType': 2, + } + dialog.add_control(args) + dialog.center(dialog.cmd_close, y=-5) + + args = { + 'Type': 'Button', + 'Name': 'cmd_home', + 'Width': 18, + 'Height': 18, + 'Step': 1, + 'ImageURL': 'home.png', + 'FocusOnClick': False, + 'Y': 2, + } + dialog.add_control(args) + + args = { + 'Type': 'Button', + 'Name': 'cmd_search', + 'Width': 18, + 'Height': 18, + 'Step': 1, + 'ImageURL': 'search.png', + 'FocusOnClick': False, + 'Y': 2, + } + dialog.add_control(args) + + args = { + 'Type': 'Button', + 'Name': 'cmd_uninstall', + 'Width': 18, + 'Height': 18, + 'Step': 1, + 'ImageURL': 'uninstall.png', + 'FocusOnClick': False, + 'Y': 2, + } + dialog.add_control(args) + + args = { + 'Type': 'Button', + 'Name': 'cmd_shell', + 'Width': 18, + 'Height': 18, + 'Step': 1, + 'ImageURL': 'shell.png', + 'FocusOnClick': False, + 'Y': 2, + } + dialog.add_control(args) + + controls = (dialog.cmd_home, dialog.cmd_search, + dialog.cmd_uninstall, dialog.cmd_shell) + dialog.center(controls) + dialog.lbl_package.center() + dialog.lst_package.center() + dialog.txt_search.center() + dialog.lbl_package.move(dialog.cmd_search) + dialog.txt_search.move(dialog.lbl_package) + dialog.lst_package.move(dialog.txt_search) + + dialog.step = 10 + + dialog.cmd_install_pip.visible = not exists_pip + dialog.cmd_admin_pip.visible = exists_pip + dialog.lst_log.visible = False + + return dialog + + +g_ImplementationHelper = unohelper.ImplementationHelper() +g_ImplementationHelper.addImplementation(ZAZPip, ID_EXTENSION, SERVICE) diff --git a/source/description.xml b/source/description.xml new file mode 100644 index 0000000..ca62b47 --- /dev/null +++ b/source/description.xml @@ -0,0 +1,26 @@ + + + + + + ZAZ Pip + ZAZ Pip + + + + + + + + + + El Mau + El Mau + + + + + + + + diff --git a/source/description/desc_en.txt b/source/description/desc_en.txt new file mode 100644 index 0000000..704423d --- /dev/null +++ b/source/description/desc_en.txt @@ -0,0 +1 @@ +Pip for LibreOffice \ No newline at end of file diff --git a/source/description/desc_es.txt b/source/description/desc_es.txt new file mode 100644 index 0000000..5d30575 --- /dev/null +++ b/source/description/desc_es.txt @@ -0,0 +1 @@ +Pip para LibreOffice \ No newline at end of file diff --git a/source/pythonpath/easymacro.py b/source/pythonpath/easymacro.py new file mode 100644 index 0000000..20923a8 --- /dev/null +++ b/source/pythonpath/easymacro.py @@ -0,0 +1,4765 @@ +#!/usr/bin/env python3 + +# == Rapid Develop Macros in LibreOffice == + +# ~ This file is part of ZAZ. + +# ~ ZAZ is free software: you can redistribute it and/or modify +# ~ it under the terms of the GNU General Public License as published by +# ~ the Free Software Foundation, either version 3 of the License, or +# ~ (at your option) any later version. + +# ~ ZAZ is distributed in the hope that it will be useful, +# ~ but WITHOUT ANY WARRANTY; without even the implied warranty of +# ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# ~ GNU General Public License for more details. + +# ~ You should have received a copy of the GNU General Public License +# ~ along with ZAZ. If not, see . + +import base64 +import csv +import ctypes +import datetime +import errno +import getpass +import hashlib +import json +import logging +import os +import platform +import re +import shlex +import shutil +import socket +import subprocess +import sys +import tempfile +import threading +import time +import traceback +import zipfile + +from collections import OrderedDict +from collections.abc import MutableMapping +from functools import wraps +from operator import itemgetter +from pathlib import Path, PurePath +from pprint import pprint +from urllib.request import Request, urlopen +from urllib.error import URLError, HTTPError +from string import Template +from subprocess import PIPE + +import smtplib +from smtplib import SMTPException, SMTPAuthenticationError +from email.mime.multipart import MIMEMultipart +from email.mime.base import MIMEBase +from email.mime.text import MIMEText +from email.utils import formatdate +from email import encoders +import mailbox + +import uno +import unohelper +from com.sun.star.util import Time, Date, DateTime +from com.sun.star.beans import PropertyValue, NamedValue +from com.sun.star.awt import MessageBoxButtons as MSG_BUTTONS +from com.sun.star.awt.MessageBoxResults import YES +from com.sun.star.awt.PosSize import POSSIZE, SIZE +from com.sun.star.awt import Size, Point +from com.sun.star.awt import Rectangle +from com.sun.star.awt import KeyEvent +from com.sun.star.awt.KeyFunction import QUIT +from com.sun.star.datatransfer import XTransferable, DataFlavor +from com.sun.star.table.CellContentType import EMPTY, VALUE, TEXT, FORMULA + +from com.sun.star.text.ControlCharacter import PARAGRAPH_BREAK +from com.sun.star.text.TextContentAnchorType import AS_CHARACTER + +from com.sun.star.lang import XEventListener +from com.sun.star.awt import XActionListener +from com.sun.star.awt import XMouseListener +from com.sun.star.awt import XMouseMotionListener +from com.sun.star.util import XModifyListener +from com.sun.star.awt import XTopWindowListener +from com.sun.star.awt import XWindowListener +from com.sun.star.awt import XMenuListener +from com.sun.star.awt import XKeyListener +from com.sun.star.awt import XItemListener +from com.sun.star.awt import XFocusListener + + +try: + from fernet import Fernet, InvalidToken +except ImportError: + pass + + +ID_EXTENSION = '' + +DIR = { + 'images': 'images', +} + +KEY = { + 'enter': 1280, +} + +SEPARATION = 5 + + +MSG_LANG = { + 'es': { + 'OK': 'Aceptar', + 'Cancel': 'Cancelar', + 'Select file': 'Seleccionar archivo', + 'Incorrect user or password': 'Nombre de usuario o contraseña inválidos', + 'Allow less secure apps in GMail': 'Activa: Permitir aplicaciones menos segura en GMail', + } +} + + +OS = platform.system() +USER = getpass.getuser() +PC = platform.node() +DESKTOP = os.environ.get('DESKTOP_SESSION', '') +INFO_DEBUG = '{}\n\n{}\n\n{}'.format(sys.version, platform.platform(), '\n'.join(sys.path)) + + +IS_WIN = OS == 'Windows' +LOG_NAME = 'ZAZ' +CLIPBOARD_FORMAT_TEXT = 'text/plain;charset=utf-16' + + +PYTHON = 'python' +if IS_WIN: + PYTHON = 'python.exe' +CALC = 'calc' +WRITER = 'writer' +OBJ_CELL = 'ScCellObj' +OBJ_RANGE = 'ScCellRangeObj' +OBJ_RANGES = 'ScCellRangesObj' +OBJ_TYPE_RANGES = (OBJ_CELL, OBJ_RANGE, OBJ_RANGES) + +TYPE_DOC = { + 'calc': 'com.sun.star.sheet.SpreadsheetDocument', + 'writer': 'com.sun.star.text.TextDocument', + 'impress': 'com.sun.star.presentation.PresentationDocument', + 'draw': 'com.sun.star.drawing.DrawingDocument', + # ~ 'base': 'com.sun.star.sdb.OfficeDatabaseDocument', + 'base': 'com.sun.star.sdb.DocumentDataSource', + 'math': 'com.sun.star.formula.FormulaProperties', + 'basic': 'com.sun.star.script.BasicIDE', + 'main': 'com.sun.star.frame.StartModule', +} + +NODE_MENUBAR = 'private:resource/menubar/menubar' +MENUS_MAIN = { + 'file': '.uno:PickList', + 'tools': '.uno:ToolsMenu', + 'help': '.uno:HelpMenu', +} +MENUS_CALC = { + 'file': '.uno:PickList', + 'edit': '.uno:EditMenu', + 'view': '.uno:ViewMenu', + 'insert': '.uno:InsertMenu', + 'format': '.uno:FormatMenu', + 'styles': '.uno:FormatStylesMenu', + 'sheet': '.uno:SheetMenu', + 'data': '.uno:DataMenu', + 'tools': '.uno:ToolsMenu', + 'windows': '.uno:WindowList', + 'help': '.uno:HelpMenu', +} +MENUS_WRITER = { + 'file': '.uno:PickList', + 'edit': '.uno:EditMenu', + 'view': '.uno:ViewMenu', + 'insert': '.uno:InsertMenu', + 'format': '.uno:FormatMenu', + 'styles': '.uno:FormatStylesMenu', + 'sheet': '.uno:TableMenu', + 'data': '.uno:FormatFormMenu', + 'tools': '.uno:ToolsMenu', + 'windows': '.uno:WindowList', + 'help': '.uno:HelpMenu', +} + +MENUS_APP = { + 'main': MENUS_MAIN, + 'calc': MENUS_CALC, + 'writer': MENUS_WRITER, +} + + +EXT = { + 'pdf': 'pdf', +} + + +FILE_NAME_DEBUG = 'debug.odt' +FILE_NAME_CONFIG = 'zaz-{}.json' +LOG_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' +LOG_DATE = '%d/%m/%Y %H:%M:%S' +logging.addLevelName(logging.ERROR, '\033[1;41mERROR\033[1;0m') +logging.addLevelName(logging.DEBUG, '\x1b[33mDEBUG\033[1;0m') +logging.addLevelName(logging.INFO, '\x1b[32mINFO\033[1;0m') +logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT, datefmt=LOG_DATE) +log = logging.getLogger(__name__) + + +_start = 0 +_stop_thread = {} +TIMEOUT = 10 +SECONDS_DAY = 60 * 60 * 24 + + +CTX = uno.getComponentContext() +SM = CTX.getServiceManager() + + +def create_instance(name, with_context=False): + if with_context: + instance = SM.createInstanceWithContext(name, CTX) + else: + instance = SM.createInstance(name) + return instance + + +def get_app_config(node_name, key=''): + name = 'com.sun.star.configuration.ConfigurationProvider' + service = 'com.sun.star.configuration.ConfigurationAccess' + cp = create_instance(name, True) + node = PropertyValue(Name='nodepath', Value=node_name) + try: + ca = cp.createInstanceWithArguments(service, (node,)) + if ca and not key: + return ca + if ca and ca.hasByName(key): + return ca.getPropertyValue(key) + except Exception as e: + error(e) + return '' + + +# ~ FILTER_PDF = '/org.openoffice.Office.Common/Filter/PDF/Export/' +LANGUAGE = get_app_config('org.openoffice.Setup/L10N/', 'ooLocale') +LANG = LANGUAGE.split('-')[0] +NAME = TITLE = get_app_config('org.openoffice.Setup/Product', 'ooName') +VERSION = get_app_config('org.openoffice.Setup/Product','ooSetupVersion') + +nd = '/org.openoffice.Office.Calc/Calculate/Other/Date' +d = get_app_config(nd, 'DD') +m = get_app_config(nd, 'MM') +y = get_app_config(nd, 'YY') +DATE_OFFSET = datetime.date(y, m, d).toordinal() + + +def mri(obj): + m = create_instance('mytools.Mri') + if m is None: + msg = 'Extension MRI not found' + error(msg) + return + + m.inspect(obj) + return + + +def catch_exception(f): + @wraps(f) + def func(*args, **kwargs): + try: + return f(*args, **kwargs) + except Exception as e: + name = f.__name__ + if IS_WIN: + debug(traceback.format_exc()) + log.error(name, exc_info=True) + return func + + +class LogWin(object): + + def __init__(self, doc): + self.doc = doc + + def write(self, info): + text = self.doc.Text + cursor = text.createTextCursor() + cursor.gotoEnd(False) + text.insertString(cursor, str(info) + '\n\n', 0) + return + + +def info(data): + log.info(data) + return + + +@catch_exception +def debug(*info): + if IS_WIN: + doc = get_document(FILE_NAME_DEBUG) + if doc is None: + return + doc = LogWin(doc.obj) + doc.write(str(info)) + return + + data = [str(d) for d in info] + log.debug('\t'.join(data)) + return + + +def error(info): + log.error(info) + return + + +def save_log(path, data): + with open(path, 'a') as out: + out.write('{} -{}- '.format(str(now())[:19], LOG_NAME)) + pprint(data, stream=out) + return + + +def run_in_thread(fn): + def run(*k, **kw): + t = threading.Thread(target=fn, args=k, kwargs=kw) + t.start() + return t + return run + + +def now(): + return datetime.datetime.now() + + +def today(): + return datetime.date.today() + + +def time(): + return datetime.datetime.now().time() + + +def get_date(year, month, day, hour=-1, minute=-1, second=-1): + if hour > -1 or minute > -1 or second > -1: + h = hour + m = minute + s = second + if h == -1: + h = 0 + if m == -1: + m = 0 + if s == -1: + s = 0 + d = datetime.datetime(year, month, day, h, m, s) + else: + d = datetime.date(year, month, day) + return d + + +def get_config(key='', default=None, prefix='config'): + path_json = FILE_NAME_CONFIG.format(prefix) + values = None + path = join(get_config_path('UserConfig'), path_json) + if not exists_path(path): + return default + + with open(path, 'r', encoding='utf-8') as fh: + data = fh.read() + values = json.loads(data) + + if key: + return values.get(key, default) + + return values + + +def set_config(key, value, prefix='config'): + path_json = FILE_NAME_CONFIG.format(prefix) + path = join(get_config_path('UserConfig'), path_json) + values = get_config(default={}, prefix=prefix) + values[key] = value + with open(path, 'w', encoding='utf-8') as fh: + json.dump(values, fh, ensure_ascii=False, sort_keys=True, indent=4) + return True + + +def sleep(seconds): + time.sleep(seconds) + return + + +def _(msg): + L = LANGUAGE.split('-')[0] + if L == 'en': + return msg + + if not L in MSG_LANG: + return msg + + return MSG_LANG[L][msg] + + +def msgbox(message, title=TITLE, buttons=MSG_BUTTONS.BUTTONS_OK, type_msg='infobox'): + """ Create message box + type_msg: infobox, warningbox, errorbox, querybox, messbox + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMessageBoxFactory.html + """ + toolkit = create_instance('com.sun.star.awt.Toolkit') + parent = toolkit.getDesktopWindow() + mb = toolkit.createMessageBox(parent, type_msg, buttons, title, str(message)) + return mb.execute() + + +def question(message, title=TITLE): + res = msgbox(message, title, MSG_BUTTONS.BUTTONS_YES_NO, 'querybox') + return res == YES + + +def warning(message, title=TITLE): + return msgbox(message, title, type_msg='warningbox') + + +def errorbox(message, title=TITLE): + return msgbox(message, title, type_msg='errorbox') + + +def get_desktop(): + return create_instance('com.sun.star.frame.Desktop', True) + + +def get_dispatch(): + return create_instance('com.sun.star.frame.DispatchHelper') + + +def call_dispatch(url, args=()): + frame = get_document().frame + dispatch = get_dispatch() + dispatch.executeDispatch(frame, url, '', 0, args) + return + + +def get_temp_file(): + delete = True + if IS_WIN: + delete = False + return tempfile.NamedTemporaryFile(delete=delete) + + +def _path_url(path): + if path.startswith('file://'): + return path + return uno.systemPathToFileUrl(path) + + +def _path_system(path): + if path.startswith('file://'): + return os.path.abspath(uno.fileUrlToSystemPath(path)) + return path + + +def exists_app(name): + try: + dn = subprocess.DEVNULL + subprocess.Popen([name, ''], stdout=dn, stderr=dn).terminate() + except OSError as e: + if e.errno == errno.ENOENT: + return False + return True + + +def exists_path(path): + return Path(path).exists() + + +def get_type_doc(obj): + for k, v in TYPE_DOC.items(): + if obj.supportsService(v): + return k + return '' + + +def dict_to_property(values, uno_any=False): + ps = tuple([PropertyValue(Name=n, Value=v) for n, v in values.items()]) + if uno_any: + ps = uno.Any('[]com.sun.star.beans.PropertyValue', ps) + return ps + + +def property_to_dict(values): + d = {i.Name: i.Value for i in values} + return d + + +def set_properties(model, properties): + if 'X' in properties: + properties['PositionX'] = properties.pop('X') + if 'Y' in properties: + properties['PositionY'] = properties.pop('Y') + keys = tuple(properties.keys()) + values = tuple(properties.values()) + model.setPropertyValues(keys, values) + return + + +def array_to_dict(values): + d = {r[0]: r[1] for r in values} + return d + + +# ~ Custom classes +class ObjectBase(object): + + def __init__(self, obj): + self._obj = obj + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def __getitem__(self, index): + return self.obj[index] + + def __getattr__(self, name): + a = None + if name == 'obj': + a = super().__getattr__(name) + else: + if hasattr(self.obj, name): + a = getattr(self.obj, name) + return a + + @property + def obj(self): + return self._obj + @obj.setter + def obj(self, value): + self._obj = value + + +class LOObjectBase(object): + + def __init__(self, obj): + self.__dict__['_obj'] = obj + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + return True + + def __setattr__(self, name, value): + print('BASE__setattr__', name) + if name == '_obj': + super().__setattr__(name, value) + else: + self.obj.setPropertyValue(name, value) + + # ~ def _try_for_method(self, name): + # ~ a = None + # ~ m = 'get{}'.format(name) + # ~ if hasattr(self.obj, m): + # ~ a = getattr(self.obj, m)() + # ~ else: + # ~ a = getattr(self.obj, name) + # ~ return a + + def __getattr__(self, name): + print('BASE__getattr__', name) + if name == 'obj': + a = super().__getattr__(name) + else: + a = self.obj.getPropertyValue(name) + # ~ Bug + if a is None: + msg = 'Error get: {} - {}'.format(self.obj.ImplementationName, name) + error(msg) + raise Exception(msg) + return a + + @property + def obj(self): + return self._obj + + +class LODocument(object): + + def __init__(self, obj): + self._obj = obj + self._init_values() + + def _init_values(self): + self._type_doc = get_type_doc(self.obj) + # ~ if self._type_doc == 'base': + # ~ self._cc = self.obj.DatabaseDocument.getCurrentController() + # ~ else: + self._cc = self.obj.getCurrentController() + return + + @property + def obj(self): + return self._obj + + @property + def title(self): + return self.obj.getTitle() + @title.setter + def title(self, value): + self.obj.setTitle(value) + + @property + def uid(self): + return self.obj.RuntimeUID + + @property + def type(self): + return self._type_doc + + @property + def frame(self): + return self._cc.getFrame() + + @property + def is_saved(self): + return self.obj.hasLocation() + + @property + def is_modified(self): + return self.obj.isModified() + + @property + def is_read_only(self): + return self.obj.isReadOnly() + + @property + def path(self): + return _path_system(self.obj.getURL()) + + @property + def statusbar(self): + return self._cc.getStatusIndicator() + + @property + def visible(self): + w = self._cc.getFrame().getContainerWindow() + return w.isVisible() + @visible.setter + def visible(self, value): + w = self._cc.getFrame().getContainerWindow() + w.setVisible(value) + + @property + def zoom(self): + return self._cc.ZoomValue + @zoom.setter + def zoom(self, value): + self._cc.ZoomValue = value + + @property + def table_auto_formats(self): + taf = create_instance('com.sun.star.sheet.TableAutoFormats') + return taf.ElementNames + + def create_instance(self, name): + obj = self.obj.createInstance(name) + return obj + + def save(self, path='', **kwargs): + # ~ opt = _properties(kwargs) + opt = dict_to_property(kwargs) + if path: + self._obj.storeAsURL(_path_url(path), opt) + else: + self._obj.store() + return True + + def close(self): + self.obj.close(True) + return + + def focus(self): + w = self._cc.getFrame().getComponentWindow() + w.setFocus() + return + + def paste(self): + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + transferable = sc.getContents() + self._cc.insertTransferable(transferable) + return self.obj.getCurrentSelection() + + def to_pdf(self, path, **kwargs): + path_pdf = path + if path: + if is_dir(path): + _, _, n, _ = get_info_path(self.path) + path_pdf = join(path, '{}.{}'.format(n, EXT['pdf'])) + else: + path_pdf = replace_ext(self.path, EXT['pdf']) + + filter_name = '{}_pdf_Export'.format(self.type) + filter_data = dict_to_property(kwargs, True) + args = { + 'FilterName': filter_name, + 'FilterData': filter_data, + } + args = dict_to_property(args) + try: + self.obj.storeToURL(_path_url(path_pdf), args) + except Exception as e: + error(e) + path_pdf = '' + + return path_pdf + + +class LOForm(ObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + @property + def name(self): + return self._obj.getName() + @name.setter + def name(self, value): + self._obj.setName(value) + + +class LOForms(ObjectBase): + + def __init__(self, obj, doc): + self._doc = doc + super().__init__(obj) + + def __getitem__(self, index): + form = super().__getitem__(index) + return LOForm(form) + + @property + def doc(self): + return self._doc + + @property + def count(self): + return self.obj.getCount() + + @property + def names(self): + return self.obj.getElementNames() + + def exists(self, name): + return name in self.names + + def insert(self, name): + form = self.doc.create_instance('com.sun.star.form.component.Form') + self.obj.insertByName(name, form) + return self[name] + + def remove(self, index): + if isinstance(index, int): + self.obj.removeByIndex(index) + else: + self.obj.removeByName(index) + return + + +class LOCellStyle(LOObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + @property + def name(self): + return self.obj.Name + + def apply(self, properties): + set_properties(self.obj, properties) + return + + +class LOCellStyles(object): + + def __init__(self, obj): + self._obj = obj + + def __len__(self): + return len(self.obj) + + def __getitem__(self, index): + return LOCellStyle(self.obj[index]) + + def __setitem__(self, key, value): + self.obj[key] = value + + def __delitem__(self, key): + if not isinstance(key, str): + key = key.Name + del self.obj[key] + + def __contains__(self, item): + return item in self.obj + + @property + def obj(self): + return self._obj + + @property + def names(self): + return self.obj.ElementNames + + def apply(self, style, properties): + set_properties(style, properties) + return + + +class LOCalc(LODocument): + + def __init__(self, obj): + super().__init__(obj) + self._sheets = obj.getSheets() + + def __getitem__(self, index): + if isinstance(index, str): + index = [s.Name for s in self._sheets if s.CodeName == index][0] or index + return LOCalcSheet(self._sheets[index], self) + + def __setitem__(self, key, value): + self._sheets[key] = value + + def __contains__(self, item): + return item in self.obj.Sheets + + @property + def headers(self): + return self._cc.ColumnRowHeaders + @headers.setter + def headers(self, value): + self._cc.ColumnRowHeaders = value + + @property + def tabs(self): + return self._cc.SheetTabs + @tabs.setter + def tabs(self, value): + self._cc.SheetTabs = value + + @property + def active(self): + return LOCalcSheet(self._cc.getActiveSheet(), self) + + def activate(self, sheet): + obj = sheet + if isinstance(sheet, LOCalcSheet): + obj = sheet.obj + elif isinstance(sheet, str): + obj = self[sheet].obj + self._cc.setActiveSheet(obj) + return + + @property + def selection(self): + sel = self.obj.getCurrentSelection() + if sel.ImplementationName in OBJ_TYPE_RANGES: + sel = LOCellRange(sel, self) + return sel + + @property + def sheets(self): + return LOCalcSheets(self._sheets, self) + + @property + def names(self): + return self.sheets.names + + @property + def cell_style(self): + obj = self.obj.getStyleFamilies()['CellStyles'] + return LOCellStyles(obj) + + def create(self): + return self.obj.createInstance('com.sun.star.sheet.Spreadsheet') + + def insert(self, name, pos=-1): + # ~ sheet = obj.createInstance('com.sun.star.sheet.Spreadsheet') + # ~ obj.Sheets['New'] = sheet + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + if isinstance(name, str): + self._sheets.insertNewByName(name, index) + else: + for n in name: + self._sheets.insertNewByName(n, index) + name = n + return LOCalcSheet(self._sheets[name], self) + + def move(self, name, pos=-1): + return self.sheets.move(name, pos) + + def remove(self, name): + return self.sheets.remove(name) + + def copy(self, source='', target='', pos=-1): + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + + names = source + if not names: + names = self.names + elif isinstance(source, str): + names = (source,) + + new_names = target + if not target: + new_names = [n + '_2' for n in names] + elif isinstance(target, str): + new_names = (target,) + + for i, ns in enumerate(names): + self.sheets.copy(ns, new_names[i], index + i) + + return LOCalcSheet(self._sheets[index], self) + + def copy_from(self, doc, source='', target='', pos=-1): + index = pos + if pos < 0: + index = self._sheets.Count + pos + 1 + + names = source + if not names: + names = doc.names + elif isinstance(source, str): + names = (source,) + + new_names = target + if not target: + new_names = names + elif isinstance(target, str): + new_names = (target,) + + for i, n in enumerate(names): + self._sheets.importSheet(doc.obj, n, index + i) + self.sheets[index + i].name = new_names[i] + + # ~ doc.getCurrentController().setActiveSheet(sheet) + # ~ For controls in sheet + # ~ doc.getCurrentController().setFormDesignMode(False) + + return LOCalcSheet(self._sheets[index], self) + + def sort(self, reverse=False): + names = sorted(self.names, reverse=reverse) + for i, n in enumerate(names): + self.sheets.move(n, i) + return + + def get_cell(self, index=None): + """ + index is str 'A1' + index is tuple (row, col) + """ + if index is None: + cell = self.selection.first + else: + cell = LOCellRange(self.active[index].obj, self) + return cell + + def select(self, rango): + r = rango + if hasattr(rango, 'obj'): + r = rango.obj + elif isinstance(rango, str): + r = self.get_cell(rango).obj + self._cc.select(r) + return + + def create_cell_style(self, name=''): + obj = self.create_instance('com.sun.star.style.CellStyle') + if name: + self.cell_style[name] = obj + return LOCellStyle(obj) + + def clear_undo(self): + self.obj.getUndoManager().clear() + return + + def filter_by_color(self, cell=None): + if cell is None: + cell = self.selection.first + cr = cell.current_region + col = cell.column - cr.column + rangos = cell.get_column(col).visible + for r in rangos: + for row in range(r.rows): + c = r[row, 0] + if c.back_color != cell.back_color: + c.rows_visible = False + return + + +class LOCalcSheets(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + + def __getitem__(self, index): + return LOCalcSheet(self.obj[index], self.doc) + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def count(self): + return self.obj.Count + + @property + def names(self): + return self.obj.ElementNames + + def copy(self, name, new_name, pos): + self.obj.copyByName(name, new_name, pos) + return + + def move(self, name, pos): + index = pos + if pos < 0: + index = self.count + pos + 1 + sheet = self.obj[name] + self.obj.moveByName(sheet.Name, index) + return + + def remove(self, name): + sheet = self.obj[name] + self.obj.removeByName(sheet.Name) + return + + +class LOCalcSheet(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + self._init_values() + + def __getitem__(self, index): + return LOCellRange(self.obj[index], self.doc) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def _init_values(self): + self._events = None + self._dp = self.obj.getDrawPage() + return + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def name(self): + return self._obj.Name + @name.setter + def name(self, value): + self._obj.Name = value + + @property + def code_name(self): + return self._obj.CodeName + @code_name.setter + def code_name(self, value): + self._obj.CodeName = value + + @property + def color(self): + return self._obj.TabColor + @color.setter + def color(self, value): + self._obj.TabColor = get_color(value) + + @property + def active(self): + return self.doc.selection.first + + def activate(self): + self.doc.activate(self.obj) + return + + @property + def visible(self): + return self.obj.IsVisible + @visible.setter + def visible(self, value): + self.obj.IsVisible = value + + @property + def is_protected(self): + return self._obj.isProtected() + + @property + def password(self): + return '' + @visible.setter + def password(self, value): + self.obj.protect(value) + + def unprotect(self, value): + try: + self.obj.unprotect(value) + return True + except: + pass + return False + + def get_cursor(self, cell): + return self.obj.createCursorByRange(cell) + + def exists_chart(self, name): + return name in self.obj.Charts.ElementNames + + @property + def forms(self): + return LOForms(self._dp.getForms(), self.doc) + + @property + def events(self): + return self._events + @events.setter + def events(self, controllers): + self._events = controllers + self._connect_listeners() + + def _connect_listeners(self): + if self.events is None: + return + + listeners = { + 'addModifyListener': EventsModify, + } + for key, value in listeners.items(): + getattr(self.obj, key)(listeners[key](self.events)) + print('add_listener') + return + + +class LOWriter(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def obj(self): + return self._obj + + @property + def string(self): + return self._obj.getText().String + + @property + def text(self): + return self._obj.getText() + + @property + def cursor(self): + return self.text.createTextCursor() + + @property + def paragraphs(self): + return [LOTextRange(p) for p in self.text] + + @property + def selection(self): + sel = self.obj.getCurrentSelection() + return LOTextRange(sel[0]) + + def write(self, data, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + if data.startswith('\n'): + c = data.split('\n') + for i in range(len(c)-1): + self.text.insertControlCharacter(cursor, PARAGRAPH_BREAK, False) + else: + self.text.insertString(cursor, data, False) + return + + def insert_table(self, data, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + table = self.obj.createInstance('com.sun.star.text.TextTable') + rows = len(data) + cols = len(data[0]) + table.initialize(rows, cols) + self.insert_content(cursor, table) + table.DataArray = data + return WriterTable(table) + + def create_chart(self, tipo, cursor=None): + cursor = cursor or self.selection.cursor.getEnd() + chart = LOChart(None, tipo) + chart.cursor = cursor + chart.doc = self + return chart + + def insert_content(self, cursor, data, replace=False): + self.text.insertTextContent(cursor, data, replace) + return + + # ~ f = doc.createInstance('com.sun.star.text.TextFrame') + # ~ f.setSize(Size(10000, 500)) + + def insert_image(self, path, **kwargs): + cursor = kwargs.get('cursor', self.selection.cursor.getEnd()) + w = kwargs.get('width', 1000) + h = kwargs.get('Height', 1000) + image = self.create_instance('com.sun.star.text.GraphicObject') + image.GraphicURL = _path_url(path) + image.AnchorType = AS_CHARACTER + image.Width = w + image.Height = h + self.insert_content(cursor, image) + return + + def go_start(self): + cursor = self._cc.getViewCursor() + cursor.gotoStart(False) + return cursor + + def go_end(self): + cursor = self._cc.getViewCursor() + cursor.gotoEnd(False) + return cursor + + def select(self, text): + self._cc.select(text) + return + + +class LOTextRange(object): + + def __init__(self, obj): + self._obj = obj + self._is_paragraph = self.obj.ImplementationName == 'SwXParagraph' + self._is_table = self.obj.ImplementationName == 'SwXTextTable' + + @property + def obj(self): + return self._obj + + @property + def is_paragraph(self): + return self._is_paragraph + + @property + def is_table(self): + return self._is_table + + @property + def string(self): + return self.obj.String + + @property + def text(self): + return self.obj.getText() + + @property + def cursor(self): + return self.text.createTextCursorByRange(self.obj) + + +class LOBase(object): + TYPES = { + str: 'setString', + int: 'setInt', + float: 'setFloat', + bool: 'setBoolean', + Date: 'setDate', + Time: 'setTime', + DateTime: 'setTimestamp', + } + # ~ setArray + # ~ setBinaryStream + # ~ setBlob + # ~ setByte + # ~ setBytes + # ~ setCharacterStream + # ~ setClob + # ~ setNull + # ~ setObject + # ~ setObjectNull + # ~ setObjectWithInfo + # ~ setPropertyValue + # ~ setRef + def __init__(self, name, path='', **kwargs): + self._name = name + self._path = path + self._dbc = create_instance('com.sun.star.sdb.DatabaseContext') + if path: + path_url = _path_url(path) + db = self._dbc.createInstance() + db.URL = 'sdbc:embedded:firebird' + db.DatabaseDocument.storeAsURL(path_url, ()) + if not self.exists: + self._dbc.registerDatabaseLocation(name, path_url) + else: + if name.startswith('odbc:'): + self._con = self._odbc(name, kwargs) + else: + db = self._dbc.getByName(name) + self.path = _path_system(self._dbc.getDatabaseLocation(name)) + self._con = db.getConnection('', '') + + if self._con is None: + msg = 'Not connected to: {}'.format(name) + else: + msg = 'Connected to: {}'.format(name) + debug(msg) + + def _odbc(self, name, kwargs): + dm = create_instance('com.sun.star.sdbc.DriverManager') + args = dict_to_property(kwargs) + try: + con = dm.getConnectionWithInfo('sdbc:{}'.format(name), args) + return con + except Exception as e: + error(str(e)) + return None + + @property + def obj(self): + return self._obj + + @property + def name(self): + return self._name + + @property + def connection(self): + return self._con + + @property + def path(self): + return self._path + @path.setter + def path(self, value): + self._path = value + + @property + def exists(self): + return self._dbc.hasRegisteredDatabase(self.name) + + @classmethod + def register(self, path, name): + if not self._dbc.hasRegisteredDatabase(name): + self._dbc.registerDatabaseLocation(name, _path_url(path)) + return + + def revoke(self, name): + self._dbc.revokeDatabaseLocation(name) + return True + + def save(self): + # ~ self._db.connection.commit() + # ~ self._db.connection.getTables().refresh() + # ~ oDisp.executeDispatch(oFrame,".uno:DBRefreshTables", "", 0, Array()) + self._obj.DatabaseDocument.store() + self.refresh() + return + + def close(self): + self._con.close() + return + + def refresh(self): + self._con.getTables().refresh() + return + + def get_tables(self): + tables = self._con.getTables() + tables = [tables.getByIndex(i) for i in range(tables.Count)] + return tables + + def cursor(self, sql, params): + cursor = self._con.prepareStatement(sql) + for i, v in enumerate(params, 1): + if not type(v) in self.TYPES: + error('Type not support') + debug((i, type(v), v, self.TYPES[type(v)])) + getattr(cursor, self.TYPES[type(v)])(i, v) + return cursor + + def execute(self, sql, params): + debug(sql) + if params: + cursor = self.cursor(sql, params) + cursor.execute() + else: + cursor = self._con.createStatement() + cursor.execute(sql) + # ~ resulset = cursor.executeQuery(sql) + # ~ rows = cursor.executeUpdate(sql) + self.save() + return cursor + + +class LODrawImpress(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def draw_page(self): + return self._cc.getCurrentPage() + + def insert_image(self, path, **kwargs): + w = kwargs.get('width', 3000) + h = kwargs.get('Height', 1000) + x = kwargs.get('X', 1000) + y = kwargs.get('Y', 1000) + + image = self.create_instance('com.sun.star.drawing.GraphicObjectShape') + image.GraphicURL = _path_url(path) + image.Size = Size(w, h) + image.Position = Point(x, y) + self.draw_page.add(image) + return + + +class LOImpress(LODrawImpress): + + def __init__(self, obj): + super().__init__(obj) + + +class LODraw(LODrawImpress): + + def __init__(self, obj): + super().__init__(obj) + + +class LOMath(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + +class LOBasicIde(LODocument): + + def __init__(self, obj): + super().__init__(obj) + + @property + def selection(self): + sel = self._cc.getSelection() + return sel + + +class LOCellRange(object): + + def __init__(self, obj, doc): + self._obj = obj + self._doc = doc + self._init_values() + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + pass + + def __getitem__(self, index): + return LOCellRange(self.obj[index], self.doc) + + def _init_values(self): + self._type_obj = self.obj.ImplementationName + self._type_content = EMPTY + + if self._type_obj == OBJ_CELL: + self._type_content = self.obj.getType() + return + + @property + def obj(self): + return self._obj + + @property + def doc(self): + return self._doc + + @property + def type(self): + return self._type_obj + + @property + def type_content(self): + return self._type_content + + @property + def first(self): + if self.type == OBJ_RANGES: + obj = LOCellRange(self.obj[0][0,0], self.doc) + else: + obj = LOCellRange(self.obj[0,0], self.doc) + return obj + + @property + def value(self): + v = None + if self._type_content == VALUE: + v = self.obj.getValue() + elif self._type_content == TEXT: + v = self.obj.getString() + elif self._type_content == FORMULA: + v = self.obj.getFormula() + return v + @value.setter + def value(self, data): + if isinstance(data, str): + if data.startswith('='): + self.obj.setFormula(data) + else: + self.obj.setString(data) + elif isinstance(data, (int, float)): + self.obj.setValue(data) + elif isinstance(data, datetime.datetime): + d = data.toordinal() + t = (data - datetime.datetime.fromordinal(d)).seconds / SECONDS_DAY + self.obj.setValue(d - DATE_OFFSET + t) + elif isinstance(data, datetime.date): + d = data.toordinal() + self.obj.setValue(d - DATE_OFFSET) + elif isinstance(data, datetime.time): + d = (data.hour * 3600 + data.minute * 60 + data.second) / SECONDS_DAY + self.obj.setValue(d) + + @property + def data(self): + return self.obj.getDataArray() + @data.setter + def data(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setDataArray(values) + + @property + def formula(self): + return self.obj.getFormulaArray() + @formula.setter + def formula(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setFormulaArray(values) + + @property + def column(self): + a = self.address + if hasattr(a, 'Column'): + c = a.Column + else: + c = a.StartColumn + return c + + @property + def columns(self): + return self._obj.Columns.Count + + @property + def rows(self): + return self._obj.Rows.Count + + def to_size(self, rows, cols): + cursor = self.sheet.get_cursor(self.obj[0,0]) + cursor.collapseToSize(cols, rows) + return LOCellRange(self.sheet[cursor.AbsoluteName].obj, self.doc) + + def copy_from(self, rango): + data = rango + if isinstance(rango, LOCellRange): + data = rango.data + rows = len(data) + cols = len(data[0]) + self.to_size(rows, cols).data = data + return + + def copy_to(self, cell, formula=False): + rango = cell.to_size(self.rows, self.columns) + if formula: + rango.formula = self.data + else: + rango.data = self.data + return + + def offset(self, row=1, col=0): + ra = self.obj.getRangeAddress() + col = ra.EndColumn + col + row = ra.EndRow + row + return LOCellRange(self.sheet[row, col].obj, self.doc) + + @property + def next_cell(self): + a = self.current_region.address + if hasattr(a, 'StartColumn'): + col = a.StartColumn + else: + col = a.Column + if hasattr(a, 'EndRow'): + row = a.EndRow + 1 + else: + row = a.Row + 1 + + return LOCellRange(self.sheet[row, col].obj, self.doc) + + @property + def sheet(self): + return LOCalcSheet(self.obj.Spreadsheet, self.doc) + + @property + def charts(self): + return self.obj.Spreadsheet.Charts + + @property + def ps(self): + ps = Rectangle() + s = self.obj.Size + p = self.obj.Position + ps.X = p.X + ps.Y = p.Y + ps.Width = s.Width + ps.Height = s.Height + return ps + + @property + def draw_page(self): + return self.sheet.obj.getDrawPage() + + @property + def name(self): + return self.obj.AbsoluteName + + @property + def address(self): + if self._type_obj == OBJ_CELL: + a = self.obj.getCellAddress() + elif self._type_obj == OBJ_RANGE: + a = self.obj.getRangeAddress() + else: + a = self.obj.getRangeAddressesAsString() + return a + + @property + def current_region(self): + cursor = self.sheet.get_cursor(self.obj[0,0]) + cursor.collapseToCurrentRegion() + return LOCellRange(self.sheet[cursor.AbsoluteName].obj, self.doc) + + @property + def visible(self): + cursor = self.sheet.get_cursor(self.obj) + rangos = [LOCellRange(self.sheet[r.AbsoluteName].obj, self.doc) + for r in cursor.queryVisibleCells()] + return tuple(rangos) + + @property + def empty(self): + cursor = self.sheet.get_cursor(self.obj) + rangos = [LOCellRange(self.sheet[r.AbsoluteName].obj, self.doc) + for r in cursor.queryEmptyCells()] + return tuple(rangos) + + @property + def back_color(self): + return self._obj.CellBackColor + @back_color.setter + def back_color(self, value): + self._obj.CellBackColor = get_color(value) + + @property + def cell_style(self): + return self.obj.CellStyle + @cell_style.setter + def cell_style(self, value): + self.obj.CellStyle = value + + @property + def auto_format(self): + return self.obj.CellStyle + @auto_format.setter + def auto_format(self, value): + self.obj.autoFormat(value) + + def insert_image(self, path, **kwargs): + s = self.obj.Size + w = kwargs.get('width', s.Width) + h = kwargs.get('Height', s.Height) + img = self.doc.create_instance('com.sun.star.drawing.GraphicObjectShape') + img.GraphicURL = _path_url(path) + self.draw_page.add(img) + img.Anchor = self.obj + img.setSize(Size(w, h)) + return + + def insert_shape(self, tipo, **kwargs): + s = self.obj.Size + w = kwargs.get('width', s.Width) + h = kwargs.get('Height', s.Height) + img = self.doc.create_instance('com.sun.star.drawing.{}Shape'.format(tipo)) + set_properties(img, kwargs) + self.draw_page.add(img) + img.Anchor = self.obj + img.setSize(Size(w, h)) + return + + def select(self): + self.doc._cc.select(self.obj) + return + + def in_range(self, rango): + if isinstance(rango, LOCellRange): + address = rango.address + else: + address = rango.getRangeAddress() + cursor = self.sheet.get_cursor(self.obj) + result = cursor.queryIntersection(address) + return bool(result.Count) + + def fill(self, source=1): + self.obj.fillAuto(0, source) + return + + def clear(self, what=31): + # ~ http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html + self.obj.clearContents(what) + return + + @property + def rows_visible(self): + return self._obj.getRows().IsVisible + @rows_visible.setter + def rows_visible(self, value): + self._obj.getRows().IsVisible = value + + @property + def columns_visible(self): + return self._obj.getColumns().IsVisible + @columns_visible.setter + def columns_visible(self, value): + self._obj.getColumns().IsVisible = value + + def get_column(self, index=0, first=False): + ca = self.address + ra = self.current_region.address + if hasattr(ca, 'Column'): + col = ca.Column + else: + col = ca.StartColumn + index + start = 1 + if first: + start = 0 + if hasattr(ra, 'Row'): + row_start = ra.Row + start + row_end = ra.Row + 1 + else: + row_start = ra.StartRow + start + row_end = ra.EndRow + 1 + return LOCellRange(self.sheet[row_start:row_end, col:col+1].obj, self.doc) + + def import_csv(self, path, **kwargs): + data = import_csv(path, **kwargs) + self.copy_from(data) + return + + def export_csv(self, path, **kwargs): + data = self.current_region.data + export_csv(path, data, **kwargs) + return + + def create_chart(self, tipo): + chart = LOChart(None, tipo) + chart.cell = self + return chart + + +class EventsListenerBase(unohelper.Base, XEventListener): + + def __init__(self, controller, name, window=None): + self._controller = controller + self._name = name + self._window = window + + def disposing(self, event): + self._controller = None + if not self._window is None: + self._window.setMenuBar(None) + + +class EventsButton(EventsListenerBase, XActionListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def actionPerformed(self, event): + event_name = '{}_action'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsMouse(EventsListenerBase, XMouseListener, XMouseMotionListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def mousePressed(self, event): + event_name = '{}_click'.format(self._name) + if event.ClickCount == 2: + event_name = '{}_double_click'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def mouseReleased(self, event): + pass + + def mouseEntered(self, event): + pass + + def mouseExited(self, event): + pass + + # ~ XMouseMotionListener + def mouseMoved(self, event): + pass + + def mouseDragged(self, event): + pass + + +class EventsMouseLink(EventsMouse): + + def mouseEntered(self, event): + obj = event.Source.Model + obj.TextColor = get_color('blue') + return + + def mouseExited(self, event): + obj = event.Source.Model + obj.TextColor = 0 + return + + +class EventsMouseGrid(EventsMouse): + selected = False + + def mousePressed(self, event): + super().mousePressed(event) + # ~ obj = event.Source + # ~ col = obj.getColumnAtPoint(event.X, event.Y) + # ~ row = obj.getRowAtPoint(event.X, event.Y) + # ~ print(col, row) + # ~ if col == -1 and row == -1: + # ~ if self.selected: + # ~ obj.deselectAllRows() + # ~ else: + # ~ obj.selectAllRows() + # ~ self.selected = not self.selected + return + + def mouseReleased(self, event): + # ~ obj = event.Source + # ~ col = obj.getColumnAtPoint(event.X, event.Y) + # ~ row = obj.getRowAtPoint(event.X, event.Y) + # ~ if row == -1 and col > -1: + # ~ gdm = obj.Model.GridDataModel + # ~ for i in range(gdm.RowCount): + # ~ gdm.updateRowHeading(i, i + 1) + return + + +class EventsModify(EventsListenerBase, XModifyListener): + + def __init__(self, controller): + super().__init__(controller) + + def modified(self, event): + event_name = '{}_modified'.format(event.Source.Name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsItem(EventsListenerBase, XItemListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def disposing(self, event): + pass + + def itemStateChanged(self, event): + pass + + +class EventsItemRoadmap(EventsItem): + + def itemStateChanged(self, event): + dialog = event.Source.Context.Model + dialog.Step = event.ItemId + 1 + return + + +class EventsFocus(EventsListenerBase, XFocusListener): + + def __init__(self, controller, name): + super().__init__(controller, name) + + def focusGained(self, event): + service = event.Source.Model.ImplementationName + if service == 'stardiv.Toolkit.UnoControlListBoxModel': + return + obj = event.Source.Model + obj.BackgroundColor = COLOR_ON_FOCUS + + def focusLost(self, event): + obj = event.Source.Model + obj.BackgroundColor = -1 + + +class EventsKey(EventsListenerBase, XKeyListener): + """ + event.KeyChar + event.KeyCode + event.KeyFunc + event.Modifiers + """ + + def __init__(self, controller, name): + super().__init__(controller, name) + + def keyPressed(self, event): + pass + + def keyReleased(self, event): + event_name = '{}_key_released'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + +class EventsKeyWindow(EventsListenerBase, XKeyListener): + """ + event.KeyChar + event.KeyCode + event.KeyFunc + event.Modifiers + """ + + def __init__(self, cls): + super().__init__(cls.events, cls.name) + self._cls = cls + + def keyPressed(self, event): + pass + + def keyReleased(self, event): + event_name = '{}_key_released'.format(self._cls.name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + else: + if event.KeyFunc == QUIT and hasattr(self._cls, 'close'): + self._cls.close() + return + + +class EventsWindow(EventsListenerBase, XTopWindowListener, XWindowListener): + + def __init__(self, cls): + self._cls = cls + super().__init__(cls.events, cls.name, cls._window) + + def windowOpened(self, event): + event_name = '{}_opened'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def windowActivated(self, event): + control_name = '{}_activated'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + def windowDeactivated(self, event): + control_name = '{}_deactivated'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + def windowMinimized(self, event): + pass + + def windowNormalized(self, event): + pass + + def windowClosing(self, event): + if self._window: + control_name = 'window_closing' + else: + control_name = '{}_closing'.format(event.Source.Model.Name) + + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + # ~ else: + # ~ if not self._modal and not self._block: + # ~ event.Source.Visible = False + return + + def windowClosed(self, event): + control_name = '{}_closed'.format(event.Source.Model.Name) + if hasattr(self._controller, control_name): + getattr(self._controller, control_name)(event) + return + + # ~ XWindowListener + def windowResized(self, event): + # ~ sb = self._container.getControl('subcontainer') + # ~ sb.setPosSize(0, 0, event.Width, event.Height, SIZE) + event_name = '{}_resized'.format(self._name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def windowMoved(self, event): + pass + + def windowShown(self, event): + pass + + def windowHidden(self, event): + pass + + +class EventsMenu(EventsListenerBase, XMenuListener): + + def __init__(self, controller): + super().__init__(controller, '') + + def itemHighlighted(self, event): + pass + + @catch_exception + def itemSelected(self, event): + name = event.Source.getCommand(event.MenuId) + if name.startswith('menu'): + event_name = '{}_selected'.format(name) + else: + event_name = 'menu_{}_selected'.format(name) + if hasattr(self._controller, event_name): + getattr(self._controller, event_name)(event) + return + + def itemActivated(self, event): + return + + def itemDeactivated(self, event): + return + + +class UnoBaseObject(object): + + def __init__(self, obj): + self._obj = obj + self._model = self.obj.Model + self._rules = {} + + @property + def obj(self): + return self._obj + + @property + def model(self): + return self._model + + @property + def name(self): + return self.model.Name + + @property + def parent(self): + return self.obj.getContext() + + def _get_possize(self, name): + ps = self.obj.getPosSize() + return getattr(ps, name) + + def _set_possize(self, name, value): + ps = self.obj.getPosSize() + setattr(ps, name, value) + self.obj.setPosSize(ps.X, ps.Y, ps.Width, ps.Height, POSSIZE) + return + + @property + def x(self): + if hasattr(self.model, 'PositionX'): + return self.model.PositionX + return self._get_possize('X') + @x.setter + def x(self, value): + if hasattr(self.model, 'PositionX'): + self.model.PositionX = value + else: + self._set_possize('X', value) + + @property + def y(self): + if hasattr(self.model, 'PositionY'): + return self.model.PositionY + return self._get_possize('Y') + @y.setter + def y(self, value): + if hasattr(self.model, 'PositionY'): + self.model.PositionY = value + else: + self._set_possize('Y', value) + + @property + def width(self): + return self._model.Width + @width.setter + def width(self, value): + self._model.Width = value + + @property + def height(self): + if hasattr(self._model, 'Height'): + return self._model.Height + ps = self.obj.getPosSize() + return ps.Height + @height.setter + def height(self, value): + self._model.Height = value + + @property + def tag(self): + return self.model.Tag + @tag.setter + def tag(self, value): + self.model.Tag = value + + @property + def visible(self): + return self.obj.Visible + @visible.setter + def visible(self, value): + self.obj.setVisible(value) + + @property + def enabled(self): + return self.model.Enabled + @enabled.setter + def enabled(self, value): + self.model.Enabled = value + + @property + def step(self): + return self.model.Step + @step.setter + def step(self, value): + self.model.Step = value + + @property + def back_color(self): + return self.model.BackgroundColor + @back_color.setter + def back_color(self, value): + self.model.BackgroundColor = value + + @property + def rules(self): + return self._rules + @rules.setter + def rules(self, value): + self._rules = value + + def set_focus(self): + self.obj.setFocus() + return + + def center(self, horizontal=True, vertical=False): + p = self.parent.Model + w = p.Width + h = p.Height + if horizontal: + x = w / 2 - self.width / 2 + self.x = x + if vertical: + y = h / 2 - self.height / 2 + self.y = y + return + + def move(self, origin, x=0, y=5): + if x: + self.x = origin.x + origin.width + x + if y: + self.y = origin.y + origin.height + y + return + + def possize(self, origin): + self.x = origin.x + self.y = origin.y + self.width = origin.width + self.height = origin.height + return + + +class UnoLabel(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'label' + + @property + def value(self): + return self.model.Label + @value.setter + def value(self, value): + self.model.Label = value + + +class UnoLabelLink(UnoLabel): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'link' + + +class UnoButton(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'button' + + @property + def value(self): + return self.model.Label + @value.setter + def value(self, value): + self.model.Label = value + + +class UnoText(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'text' + + @property + def value(self): + return self.model.Text + @value.setter + def value(self, value): + self.model.Text = value + + def validate(self): + + return + + +class UnoListBox(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + + @property + def type(self): + return 'listbox' + + @property + def value(self): + return self.obj.SelectedItem + + @property + def count(self): + return len(self.data) + + @property + def data(self): + return self.model.StringItemList + @data.setter + def data(self, values): + self.model.StringItemList = list(sorted(values)) + return + + def select(self, pos=0): + if isinstance(pos, str): + self.obj.selectItem(pos, True) + else: + self.obj.selectItemPos(pos, True) + return + + def clear(self): + self.obj.removeItems(0, self.count) + return + + def _set_image_url(self, image): + if exists_path(image): + return _path_url(image) + + if not ID_EXTENSION: + return '' + + path = get_path_extension(ID_EXTENSION) + path = join(path, DIR['images'], image) + return _path_url(path) + + def insert(self, value, path='', pos=-1, show=True): + if pos < 0: + pos = self.count + if path: + self.model.insertItem(pos, value, self._set_image_url(path)) + else: + self.model.insertItemText(pos, value) + if show: + self.select(pos) + return + + +class UnoGrid(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + self._gdm = self._model.GridDataModel + # ~ self._data = [] + self._columns = {} + # ~ self._format_columns = () + + def __getitem__(self, index): + value = self._gdm.getCellData(index[0], index[1]) + return value + + @property + def type(self): + return 'grid' + + def _format_cols(self): + rows = tuple(tuple( + self._format_columns[i].format(r) for i, r in enumerate(row)) for row in self._data + ) + return rows + + # ~ @property + # ~ def format_columns(self): + # ~ return self._format_columns + # ~ @format_columns.setter + # ~ def format_columns(self, value): + # ~ self._format_columns = value + + @property + def data(self): + return self._data + @data.setter + def data(self, values): + # ~ self._data = values + self._gdm.removeAllRows() + headings = tuple(range(1, len(values) + 1)) + self._gdm.addRows(headings, values) + + # ~ rows = range(grid_dm.RowCount) + # ~ colors = [COLORS['GRAY'] if r % 2 else COLORS['WHITE'] for r in rows] + # ~ grid.Model.RowBackgroundColors = tuple(colors) + return + + @property + def row(self): + return self.obj.CurrentRow + + @property + def rows(self): + return self._gdm.RowCount + + @property + def column(self): + return self.obj.CurrentColumn + + @property + def columns(self): + return self._gdm.ColumnCount + + def set_cell_tooltip(self, col, row, value): + self._gdm.updateCellToolTip(col, row, value) + return + + def get_cell_tooltip(self, col, row): + value = self._gdm.getCellToolTip(col, row) + return value + + def _validate_column(self, data): + row = [] + for i, d in enumerate(data): + if i in self._columns: + if 'image' in self._columns[i]: + row.append(self._columns[i]['image']) + else: + row.append(d) + return tuple(row) + + def add_row(self, data): + # ~ self._data.append(data) + data = self._validate_column(data) + self._gdm.addRow(self.rows + 1, data) + return + + def remove_row(self, row): + self._gdm.removeRow(row) + # ~ del self._data[row] + self._update_row_heading() + return + + def _update_row_heading(self): + for i in range(self.rows): + self._gdm.updateRowHeading(i, i + 1) + return + + def sort(self, column, asc=True): + self._gdm.sortByColumn(column, asc) + # ~ self._data.sort(key=itemgetter(column), reverse=not asc) + self._update_row_heading() + return + + def set_column_image(self, column, path): + gp = create_instance('com.sun.star.graphic.GraphicProvider') + data = dict_to_property({'URL': _path_url(path)}) + image = gp.queryGraphic(data) + if not column in self._columns: + self._columns[column] = {} + self._columns[column]['image'] = image + return + + +class UnoRoadmap(UnoBaseObject): + + def __init__(self, obj): + super().__init__(obj) + self._options = () + + @property + def options(self): + return self._options + @options.setter + def options(self, values): + self._options = values + for i, v in enumerate(values): + opt = self.model.createInstance() + opt.ID = i + opt.Label = v + self.model.insertByIndex(i, opt) + return + + @property + def enabled(self): + return True + @enabled.setter + def enabled(self, value): + for m in self.model: + m.Enabled = value + return + + def set_enabled(self, index, value): + self.model.getByIndex(index).Enabled = value + return + + +def get_custom_class(tipo, obj): + classes = { + 'label': UnoLabel, + 'button': UnoButton, + 'text': UnoText, + 'listbox': UnoListBox, + 'grid': UnoGrid, + 'link': UnoLabelLink, + 'roadmap': UnoRoadmap, + # ~ 'tab': UnoTab, + # ~ 'image': UnoImage, + # ~ 'radio': UnoRadio, + # ~ 'groupbox': UnoGroupBox, + # ~ 'tree': UnoTree, + } + return classes[tipo](obj) + + +def add_listeners(events, control, name=''): + listeners = { + 'addActionListener': EventsButton, + 'addMouseListener': EventsMouse, + 'addItemListener': EventsItem, + 'addFocusListener': EventsFocus, + 'addKeyListener': EventsKey, + } + if hasattr(control, 'obj'): + control = contro.obj + # ~ debug(control.ImplementationName) + is_grid = control.ImplementationName == 'stardiv.Toolkit.GridControl' + is_link = control.ImplementationName == 'stardiv.Toolkit.UnoFixedHyperlinkControl' + is_roadmap = control.ImplementationName == 'stardiv.Toolkit.UnoRoadmapControl' + + for key, value in listeners.items(): + if hasattr(control, key): + if is_grid and key == 'addMouseListener': + control.addMouseListener(EventsMouseGrid(events, name)) + continue + if is_link and key == 'addMouseListener': + control.addMouseListener(EventsMouseLink(events, name)) + continue + if is_roadmap and key == 'addItemListener': + control.addItemListener(EventsItemRoadmap(events, name)) + continue + + getattr(control, key)(listeners[key](events, name)) + return + + +class WriterTable(ObjectBase): + + def __init__(self, obj): + super().__init__(obj) + + def __getitem__(self, key): + obj = super().__getitem__(key) + return WriterTableRange(obj, key, self.name) + + @property + def name(self): + return self.obj.Name + @name.setter + def name(self, value): + self.obj.Name = value + + +class WriterTableRange(ObjectBase): + + def __init__(self, obj, index, table_name): + self._index = index + self._table_name = table_name + super().__init__(obj) + self._is_cell = hasattr(self.obj, 'CellName') + + def __getitem__(self, key): + obj = super().__getitem__(key) + return WriterTableRange(obj, key, self._table_name) + + @property + def value(self): + return self.obj.String + @value.setter + def value(self, value): + self.obj.String = value + + @property + def data(self): + return self.obj.getDataArray() + @data.setter + def data(self, values): + if isinstance(values, list): + values = tuple(values) + self.obj.setDataArray(values) + + @property + def rows(self): + return len(self.data) + + @property + def columns(self): + return len(self.data[0]) + + @property + def name(self): + if self._is_cell: + name = '{}.{}'.format(self._table_name, self.obj.CellName) + elif isinstance(self._index, str): + name = '{}.{}'.format(self._table_name, self._index) + else: + c1 = self.obj[0,0].CellName + c2 = self.obj[self.rows-1,self.columns-1].CellName + name = '{}.{}:{}'.format(self._table_name, c1, c2) + return name + + def get_cell(self, *index): + return self[index] + + def get_column(self, index=0, start=1): + return self[start:self.rows,index:index+1] + + def get_series(self): + class Serie(): + pass + series = [] + for i in range(self.columns): + serie = Serie() + serie.label = self.get_cell(0,i).name + serie.data = self.get_column(i).data + serie.values = self.get_column(i).name + series.append(serie) + return series + + +class ChartFormat(object): + + def __call__(self, obj): + for k, v in self.__dict__.items(): + if hasattr(obj, k): + setattr(obj, k, v) + + +class LOChart(object): + BASE = 'com.sun.star.chart.{}Diagram' + + def __init__(self, obj, tipo=''): + self._obj = obj + self._type = tipo + self._name = '' + self._table = None + self._data = () + self._data_series = () + self._cell = None + self._cursor = None + self._doc = None + self._title = ChartFormat() + self._subtitle = ChartFormat() + self._legend = ChartFormat() + self._xaxistitle = ChartFormat() + self._yaxistitle = ChartFormat() + self._xaxis = ChartFormat() + self._yaxis = ChartFormat() + self._xmaingrid = ChartFormat() + self._ymaingrid = ChartFormat() + self._xhelpgrid = ChartFormat() + self._yhelpgrid = ChartFormat() + self._area = ChartFormat() + self._wall = ChartFormat() + self._dim3d = False + self._series = () + self._labels = () + return + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + self.insert() + + @property + def obj(self): + return self._obj + @obj.setter + def obj(self, value): + self._obj = value + + @property + def name(self): + return self._name + @name.setter + def name(self, value): + self._name = value + + @property + def type(self): + return self._type + @type.setter + def type(self, value): + self._type = value + + @property + def table(self): + return self._table + @table.setter + def table(self, value): + self._table = value + + @property + def data(self): + return self._data + @data.setter + def data(self, value): + self._data = value + + @property + def cell(self): + return self._cell + @cell.setter + def cell(self, value): + self._cell = value + self.doc = value.doc + + @property + def cursor(self): + return self._cursor + @cursor.setter + def cursor(self, value): + self._cursor = value + + @property + def doc(self): + return self._doc + @doc.setter + def doc(self, value): + self._doc = value + + @property + def width(self): + return self._width + @width.setter + def width(self, value): + self._width = value + + @property + def height(self): + return self._height + @height.setter + def height(self, value): + self._height = value + + @property + def title(self): + return self._title + + @property + def subtitle(self): + return self._subtitle + + @property + def legend(self): + return self._legend + + @property + def xaxistitle(self): + return self._xaxistitle + + @property + def yaxistitle(self): + return self._yaxistitle + + @property + def xaxis(self): + return self._xaxis + + @property + def yaxis(self): + return self._yaxis + + @property + def xmaingrid(self): + return self._xmaingrid + + @property + def ymaingrid(self): + return self._ymaingrid + + @property + def xhelpgrid(self): + return self._xhelpgrid + + @property + def yhelpgrid(self): + return self._yhelpgrid + + @property + def area(self): + return self._area + + @property + def wall(self): + return self._wall + + @property + def dim3d(self): + return self._dim3d + @dim3d.setter + def dim3d(self, value): + self._dim3d = value + + @property + def series(self): + return self._series + @series.setter + def series(self, value): + self._series = value + + @property + def data_series(self): + return self._series + @data_series.setter + def data_series(self, value): + self._data_series = value + + @property + def labels(self): + return self._labels + @labels.setter + def labels(self, value): + self._labels = value + + def _add_series_writer(self, chart): + dp = self.doc.create_instance('com.sun.star.chart2.data.DataProvider') + chart.attachDataProvider(dp) + chart_type = chart.getFirstDiagram().getCoordinateSystems()[0].getChartTypes()[0] + self._data_series = self.table[self.data].get_series() + series = [self._create_serie(dp, s) for s in self._data_series[1:]] + chart_type.setDataSeries(tuple(series)) + chart_data = chart.getData() + chart_data.ComplexRowDescriptions = self._data_series[0].data + return + + def _get_series(self): + rango = self._data_series + class Serie(): + pass + series = [] + for i in range(0, rango.columns, 2): + serie = Serie() + serie.label = rango[0, i+1].name + serie.xvalues = rango.get_column(i).name + serie.values = rango.get_column(i+1).name + series.append(serie) + return series + + def _add_series_calc(self, chart): + dp = self.doc.create_instance('com.sun.star.chart2.data.DataProvider') + chart.attachDataProvider(dp) + chart_type = chart.getFirstDiagram().getCoordinateSystems()[0].getChartTypes()[0] + series = self._get_series() + series = [self._create_serie(dp, s) for s in series] + chart_type.setDataSeries(tuple(series)) + return + + def _create_serie(self, dp, data): + serie = create_instance('com.sun.star.chart2.DataSeries') + rango = data.values + is_x = hasattr(data, 'xvalues') + if is_x: + xrango = data.xvalues + rango_label = data.label + + lds = create_instance('com.sun.star.chart2.data.LabeledDataSequence') + values = self._create_data(dp, rango, 'values-y') + lds.setValues(values) + if data.label: + label = self._create_data(dp, rango_label, '') + lds.setLabel(label) + + xlds = () + if is_x: + xlds = create_instance('com.sun.star.chart2.data.LabeledDataSequence') + values = self._create_data(dp, xrango, 'values-x') + xlds.setValues(values) + + if is_x: + serie.setData((lds, xlds)) + else: + serie.setData((lds,)) + + return serie + + def _create_data(self, dp, rango, role): + data = dp.createDataSequenceByRangeRepresentation(rango) + if not data is None: + data.Role = role + return data + + def _from_calc(self): + ps = self.cell.ps + ps.Width = self.width + ps.Height = self.height + charts = self.cell.charts + data = () + if self.data: + data = (self.data.address,) + charts.addNewByName(self.name, ps, data, True, True) + self.obj = charts.getByName(self.name) + chart = self.obj.getEmbeddedObject() + chart.setDiagram(chart.createInstance(self.BASE.format(self.type))) + if not self.data: + self._add_series_calc(chart) + return chart + + def _from_writer(self): + obj = self.doc.create_instance('com.sun.star.text.TextEmbeddedObject') + obj.setPropertyValue('CLSID', '12DCAE26-281F-416F-a234-c3086127382e') + obj.Name = self.name + obj.setSize(Size(self.width, self.height)) + self.doc.insert_content(self.cursor, obj) + self.obj = obj + chart = obj.getEmbeddedObject() + tipo = self.type + if self.type == 'Column': + tipo = 'Bar' + chart.Diagram.Vertical = True + chart.setDiagram(chart.createInstance(self.BASE.format(tipo))) + chart.DataSourceLabelsInFirstColumn = True + if isinstance(self.data, str): + self._add_series_writer(chart) + else: + chart_data = chart.getData() + labels = [r[0] for r in self.data] + data = [(r[1],) for r in self.data] + chart_data.setData(data) + chart_data.RowDescriptions = labels + + if tipo == 'Pie': + chart.setDiagram(chart.createInstance(self.BASE.format('Bar'))) + chart.setDiagram(chart.createInstance(self.BASE.format('Pie'))) + + return chart + + def insert(self): + if not self.cell is None: + chart = self._from_calc() + elif not self.cursor is None: + chart = self._from_writer() + + diagram = chart.Diagram + + if self.type == 'Bar': + diagram.Vertical = True + + if hasattr(self.title, 'String'): + chart.HasMainTitle = True + self.title(chart.Title) + + if hasattr(self.subtitle, 'String'): + chart.HasSubTitle = True + self.subtitle(chart.SubTitle) + + if self.legend.__dict__: + chart.HasLegend = True + self.legend(chart.Legend) + + if self.xaxistitle.__dict__: + diagram.HasXAxisTitle = True + self.xaxistitle(diagram.XAxisTitle) + + if self.yaxistitle.__dict__: + diagram.HasYAxisTitle = True + self.yaxistitle(diagram.YAxisTitle) + + if self.dim3d: + diagram.Dim3D = True + + if self.series: + data_series = chart.getFirstDiagram( + ).getCoordinateSystems( + )[0].getChartTypes()[0].DataSeries + for i, serie in enumerate(data_series): + for k, v in self.series[i].items(): + if hasattr(serie, k): + setattr(serie, k, v) + return self + + +class LODialog(object): + + def __init__(self, **properties): + self._obj = self._create(properties) + self._init_values() + + def _init_values(self): + self._model = self._obj.Model + self._init_controls() + self._events = None + self._color_on_focus = -1 + self._id_extension = '' + self._images = 'images' + return + + def _create(self, properties): + path = properties.pop('Path', '') + if path: + dp = create_instance('com.sun.star.awt.DialogProvider', True) + return dp.createDialog(_path_url(path)) + + if 'Location' in properties: + location = properties.get('Location', 'application') + library = properties.get('Library', 'Standard') + if location == 'user': + location = 'application' + dp = create_instance('com.sun.star.awt.DialogProvider', True) + path = 'vnd.sun.star.script:{}.{}?location={}'.format( + library, properties['Name'], location) + if location == 'document': + uid = get_document().uid + path = 'vnd.sun.star.tdoc:/{}/Dialogs/{}/{}.xml'.format( + uid, library, properties['Name']) + return dp.createDialog(path) + + dlg = create_instance('com.sun.star.awt.UnoControlDialog', True) + model = create_instance('com.sun.star.awt.UnoControlDialogModel', True) + toolkit = create_instance('com.sun.star.awt.Toolkit', True) + set_properties(model, properties) + dlg.setModel(model) + dlg.setVisible(False) + dlg.createPeer(toolkit, None) + + return dlg + + def _get_type_control(self, name): + types = { + 'stardiv.Toolkit.UnoFixedTextControl': 'label', + 'stardiv.Toolkit.UnoButtonControl': 'button', + 'stardiv.Toolkit.UnoEditControl': 'text', + 'stardiv.Toolkit.UnoRoadmapControl': 'roadmap', + 'stardiv.Toolkit.UnoFixedHyperlinkControl': 'link', + 'stardiv.Toolkit.UnoListBoxControl': 'listbox', + } + return types[name] + + def _init_controls(self): + for control in self.obj.getControls(): + tipo = self._get_type_control(control.ImplementationName) + name = control.Model.Name + control = get_custom_class(tipo, control) + setattr(self, name, control) + return + + @property + def obj(self): + return self._obj + + @property + def model(self): + return self._model + + @property + def id_extension(self): + return self._id_extension + @id_extension.setter + def id_extension(self, value): + global ID_EXTENSION + ID_EXTENSION = value + self._id_extension = value + + @property + def images(self): + return self._images + @images.setter + def images(self, value): + self._images = value + + @property + def height(self): + return self.model.Height + @height.setter + def height(self, value): + self.model.Height = value + + @property + def width(self): + return self.model.Width + @width.setter + def width(self, value): + self.model.Width = value + + @property + def color_on_focus(self): + return self._color_on_focus + @color_on_focus.setter + def color_on_focus(self, value): + global COLOR_ON_FOCUS + COLOR_ON_FOCUS = get_color(value) + self._color_on_focus = COLOR_ON_FOCUS + + @property + def step(self): + return self.model.Step + @step.setter + def step(self, value): + self.model.Step = value + + @property + def events(self): + return self._events + @events.setter + def events(self, controllers): + self._events = controllers + self._connect_listeners() + + def _connect_listeners(self): + for control in self.obj.getControls(): + add_listeners(self._events, control, control.Model.Name) + return + + def open(self): + return self.obj.execute() + + def close(self, value=0): + return self.obj.endDialog(value) + + def _get_control_model(self, control): + services = { + 'button': 'com.sun.star.awt.UnoControlButtonModel', + 'grid': 'com.sun.star.awt.grid.UnoControlGridModel', + 'groupbox': 'com.sun.star.awt.UnoControlGroupBoxModel', + 'image': 'com.sun.star.awt.UnoControlImageControlModel', + 'label': 'com.sun.star.awt.UnoControlFixedTextModel', + 'link': 'com.sun.star.awt.UnoControlFixedHyperlinkModel', + 'listbox': 'com.sun.star.awt.UnoControlListBoxModel', + 'radio': 'com.sun.star.awt.UnoControlRadioButtonModel', + 'roadmap': 'com.sun.star.awt.UnoControlRoadmapModel', + 'text': 'com.sun.star.awt.UnoControlEditModel', + 'tree': 'com.sun.star.awt.tree.TreeControlModel', + } + return services[control] + + def _set_column_model(self, columns): + #~ https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1grid_1_1XGridColumn.html + column_model = create_instance('com.sun.star.awt.grid.DefaultGridColumnModel', True) + for column in columns: + grid_column = create_instance('com.sun.star.awt.grid.GridColumn', True) + for k, v in column.items(): + setattr(grid_column, k, v) + column_model.addColumn(grid_column) + return column_model + + def _set_image_url(self, image): + if exists_path(image): + return _path_url(image) + + if not self.id_extension: + return '' + + path = get_path_extension(self.id_extension) + path = join(path, self.images, image) + return _path_url(path) + + def _special_properties(self, tipo, properties): + columns = properties.pop('Columns', ()) + if tipo == 'grid': + properties['ColumnModel'] = self._set_column_model(columns) + elif tipo == 'button' and 'ImageURL' in properties: + properties['ImageURL'] = self._set_image_url(properties['ImageURL']) + elif tipo == 'roadmap': + if not 'Height' in properties: + properties['Height'] = self.height + if 'Title' in properties: + properties['Text'] = properties.pop('Title') + return properties + + def add_control(self, properties): + tipo = properties.pop('Type').lower() + properties = self._special_properties(tipo, properties) + model = self.model.createInstance(self._get_control_model(tipo)) + set_properties(model, properties) + name = properties['Name'] + self.model.insertByName(name, model) + control = self.obj.getControl(name) + add_listeners(self.events, control, name) + control = get_custom_class(tipo, control) + setattr(self, name, control) + return + + def center(self, control, x=0, y=0): + w = self.width + h = self.height + + if isinstance(control, tuple): + wt = SEPARATION * -1 + for c in control: + wt += c.width + SEPARATION + x = w / 2 - wt / 2 + for c in control: + c.x = x + x = c.x + c.width + SEPARATION + return + + if x < 0: + x = w + x - control.width + elif x == 0: + x = w / 2 - control.width / 2 + if y < 0: + y = h + y - control.height + elif y == 0: + y = h / 2 - control.height / 2 + control.x = x + control.y = y + return + + +class LOWindow(object): + + def __init__(self, **kwargs): + self._events = None + self._menu = None + self._container = None + self._obj = self._create(kwargs) + + def _create(self, properties): + ps = ( + properties.get('X', 0), + properties.get('Y', 0), + properties.get('Width', 500), + properties.get('Height', 500), + ) + self._title = properties.get('Title', TITLE) + self._create_frame(ps) + self._create_container(ps) + # ~ self._create_splitter(ps) + return + + def _create_frame(self, ps): + service = 'com.sun.star.frame.TaskCreator' + tc = create_instance(service, True) + self._frame = tc.createInstanceWithArguments(( + NamedValue('FrameName', 'EasyMacroWin'), + NamedValue('PosSize', Rectangle(*ps)), + )) + self._window = self._frame.getContainerWindow() + self._toolkit = self._window.getToolkit() + desktop = get_desktop() + self._frame.setCreator(desktop) + desktop.getFrames().append(self._frame) + self._frame.Title = self._title + return + + def _create_container(self, ps): + # ~ toolkit = self._window.getToolkit() + service = 'com.sun.star.awt.UnoControlContainer' + self._container = create_instance(service, True) + service = 'com.sun.star.awt.UnoControlContainerModel' + model = create_instance(service, True) + model.BackgroundColor = get_color(225, 225, 225) + self._container.setModel(model) + self._container.createPeer(self._toolkit, self._window) + self._container.setPosSize(*ps, POSSIZE) + self._frame.setComponent(self._container, None) + return + + def _get_base_control(self, tipo): + services = { + 'label': 'com.sun.star.awt.UnoControlFixedText', + 'button': 'com.sun.star.awt.UnoControlButton', + 'text': 'com.sun.star.awt.UnoControlEdit', + 'listbox': 'com.sun.star.awt.UnoControlListBox', + 'link': 'com.sun.star.awt.UnoControlFixedHyperlink', + 'roadmap': 'com.sun.star.awt.UnoControlRoadmap', + 'image': 'com.sun.star.awt.UnoControlImageControl', + 'groupbox': 'com.sun.star.awt.UnoControlGroupBox', + 'radio': 'com.sun.star.awt.UnoControlRadioButton', + 'tree': 'com.sun.star.awt.tree.TreeControl', + 'grid': 'com.sun.star.awt.grid.UnoControlGrid', + } + return services[tipo] + + def add_control(self, properties): + tipo = properties.pop('Type').lower() + base = self._get_base_control(tipo) + obj = create_instance(base, True) + model = create_instance('{}Model'.format(base), True) + set_properties(model, properties) + obj.setModel(model) + x = properties.get('X', 5) + y = properties.get('Y', 5) + w = properties.get('Width', 200) + h = properties.get('Height', 25) + obj.setPosSize(x, y, w, h, POSSIZE) + name = properties['Name'] + self._container.addControl(name, obj) + add_listeners(self.events, obj, name) + control = get_custom_class(tipo, obj) + setattr(self, name, control) + return + + def _create_popupmenu(self, menus): + menu = create_instance('com.sun.star.awt.PopupMenu', True) + for i, m in enumerate(menus): + label = m['label'] + cmd = m.get('event', '') + if not cmd: + cmd = label.lower().replace(' ', '_') + if label == '-': + menu.insertSeparator(i) + else: + menu.insertItem(i, label, m.get('style', 0), i) + menu.setCommand(i, cmd) + # ~ menu.setItemImage(i, path?, True) + menu.addMenuListener(EventsMenu(self.events)) + return menu + + def _create_menu(self, menus): + #~ https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMenu.html + #~ nItemId specifies the ID of the menu item to be inserted. + #~ aText specifies the label of the menu item. + #~ nItemStyle 0 = Standard, CHECKABLE = 1, RADIOCHECK = 2, AUTOCHECK = 4 + #~ nItemPos specifies the position where the menu item will be inserted. + self._menu = create_instance('com.sun.star.awt.MenuBar', True) + for i, m in enumerate(menus): + self._menu.insertItem(i, m['label'], m.get('style', 0), i) + cmd = m['label'].lower().replace(' ', '_') + self._menu.setCommand(i, cmd) + submenu = self._create_popupmenu(m['submenu']) + self._menu.setPopupMenu(i, submenu) + + self._window.setMenuBar(self._menu) + return + + def add_menu(self, menus): + self._create_menu(menus) + return + + def _add_listeners(self, control=None): + if self.events is None: + return + controller = EventsWindow(self) + self._window.addTopWindowListener(controller) + self._window.addWindowListener(controller) + self._container.addKeyListener(EventsKeyWindow(self)) + return + + @property + def name(self): + return self._title.lower().replace(' ', '_') + + @property + def events(self): + return self._events + @events.setter + def events(self, value): + self._events = value + self._add_listeners() + + @property + def width(self): + return self._container.Size.Width + + @property + def height(self): + return self._container.Size.Height + + def open(self): + self._window.setVisible(True) + return + + def close(self): + self._window.setMenuBar(None) + self._window.dispose() + self._frame.close(True) + return + + +# ~ Python >= 3.7 +# ~ def __getattr__(name): + + +def _get_class_doc(obj): + classes = { + 'calc': LOCalc, + 'writer': LOWriter, + 'base': LOBase, + 'impress': LOImpress, + 'draw': LODraw, + 'math': LOMath, + 'basic': LOBasicIde, + } + type_doc = get_type_doc(obj) + return classes[type_doc](obj) + + +# ~ Export ok +def get_document(title=''): + doc = None + desktop = get_desktop() + if not title: + doc = _get_class_doc(desktop.getCurrentComponent()) + return doc + + for d in desktop.getComponents(): + if d.Title == title: + doc = d + break + + if doc is None: + return + + return _get_class_doc(doc) + + +def get_documents(custom=True): + docs = [] + desktop = get_desktop() + for doc in desktop.getComponents(): + if custom: + docs.append(_get_class_doc(doc)) + else: + docs.append(doc) + return docs + + +def get_selection(): + return get_document().selection + + +def get_cell(*args): + if args: + index = args + if len(index) == 1: + index = args[0] + cell = get_document().get_cell(index) + else: + cell = get_selection().first + return cell + + +def active_cell(): + return get_cell() + + +def create_dialog(properties): + return LODialog(**properties) + + +def create_window(kwargs): + return LOWindow(**kwargs) + + +# ~ Export ok +def get_config_path(name='Work'): + """ + Return de path name in config + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1util_1_1XPathSettings.html + """ + path = create_instance('com.sun.star.util.PathSettings') + return _path_system(getattr(path, name)) + + +def get_path_python(): + path = get_config_path('Module') + return join(path, PYTHON) + + +# ~ Export ok +def get_file(init_dir='', multiple=False, filters=()): + """ + init_folder: folder default open + multiple: True for multiple selected + filters: Example + ( + ('XML', '*.xml'), + ('TXT', '*.txt'), + ) + """ + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + file_picker = create_instance('com.sun.star.ui.dialogs.FilePicker') + file_picker.setTitle(_('Select file')) + file_picker.setDisplayDirectory(init_dir) + file_picker.setMultiSelectionMode(multiple) + + path = '' + if filters: + file_picker.setCurrentFilter(filters[0][0]) + for f in filters: + file_picker.appendFilter(f[0], f[1]) + + if file_picker.execute(): + path = _path_system(file_picker.getSelectedFiles()[0]) + if multiple: + path = [_path_system(f) for f in file_picker.getSelectedFiles()] + + return path + + +# ~ Export ok +def get_path(init_dir='', filters=()): + """ + Options: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1ui_1_1dialogs_1_1TemplateDescription.html + filters: Example + ( + ('XML', '*.xml'), + ('TXT', '*.txt'), + ) + """ + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + file_picker = create_instance('com.sun.star.ui.dialogs.FilePicker') + file_picker.setTitle(_('Select file')) + file_picker.setDisplayDirectory(init_dir) + file_picker.initialize((2,)) + if filters: + file_picker.setCurrentFilter(filters[0][0]) + for f in filters: + file_picker.appendFilter(f[0], f[1]) + + path = '' + if file_picker.execute(): + path = _path_system(file_picker.getSelectedFiles()[0]) + return path + + +# ~ Export ok +def get_dir(init_dir=''): + folder_picker = create_instance('com.sun.star.ui.dialogs.FolderPicker') + if not init_dir: + init_dir = get_config_path() + init_dir = _path_url(init_dir) + folder_picker.setDisplayDirectory(init_dir) + + path = '' + if folder_picker.execute(): + path = _path_system(folder_picker.getDirectory()) + return path + + +# ~ Export ok +def get_info_path(path): + path, filename = os.path.split(path) + name, extension = os.path.splitext(filename) + return (path, filename, name, extension) + + +# ~ Export ok +def read_file(path, mode='r', array=False): + data = '' + with open(path, mode) as f: + if array: + data = tuple(f.read().splitlines()) + else: + data = f.read() + return data + + +# ~ Export ok +def save_file(path, mode='w', data=None): + with open(path, mode) as f: + f.write(data) + return + + +# ~ Export ok +def to_json(path, data): + with open(path, 'w') as f: + f.write(json.dumps(data, indent=4, sort_keys=True)) + return + + +# ~ Export ok +def from_json(path): + with open(path) as f: + data = json.loads(f.read()) + return data + + +# ~ Export ok +def json_dumps(data): + return json.dumps(data, indent=4, sort_keys=True) + + +# ~ Export ok +def json_loads(data): + return json.loads(data) + + +def get_path_extension(id): + pip = CTX.getValueByName('/singletons/com.sun.star.deployment.PackageInformationProvider') + path = _path_system(pip.getPackageLocation(id)) + return path + + +# ~ Export ok +def inputbox(message, default='', title=TITLE, echochar=''): + + class ControllersInput(object): + + def __init__(self, dlg): + self.d = dlg + + def cmd_ok_action(self, event): + self.d.close(1) + return + + args = { + 'Title': title, + 'Width': 200, + 'Height': 80, + } + dlg = LODialog(**args) + dlg.events = ControllersInput(dlg) + + args = { + 'Type': 'Label', + 'Name': 'lbl_msg', + 'Label': message, + 'Width': 140, + 'Height': 50, + 'X': 5, + 'Y': 5, + 'MultiLine': True, + 'Border': 1, + } + dlg.add_control(args) + + args = { + 'Type': 'Text', + 'Name': 'txt_value', + 'Text': default, + 'Width': 190, + 'Height': 15, + } + if echochar: + args['EchoChar'] = ord(echochar[0]) + dlg.add_control(args) + dlg.txt_value.move(dlg.lbl_msg) + + args = { + 'Type': 'button', + 'Name': 'cmd_ok', + 'Label': _('OK'), + 'Width': 40, + 'Height': 15, + 'DefaultButton': True, + 'PushButtonType': 1, + } + dlg.add_control(args) + dlg.cmd_ok.move(dlg.lbl_msg, 10, 0) + + args = { + 'Type': 'button', + 'Name': 'cmd_cancel', + 'Label': _('Cancel'), + 'Width': 40, + 'Height': 15, + 'PushButtonType': 2, + } + dlg.add_control(args) + dlg.cmd_cancel.move(dlg.cmd_ok) + + if dlg.open(): + return dlg.txt_value.value + + return '' + + +# ~ Export ok +def new_doc(type_doc=CALC, **kwargs): + path = 'private:factory/s{}'.format(type_doc) + opt = dict_to_property(kwargs) + doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt) + return _get_class_doc(doc) + + +# ~ Export ok +def new_db(path, name=''): + p, fn, n, e = get_info_path(path) + if not name: + name = n + return LOBase(name, path) + + +# ~ Todo +def exists_db(name): + dbc = create_instance('com.sun.star.sdb.DatabaseContext') + return dbc.hasRegisteredDatabase(name) + + +# ~ Todo +def register_db(name, path): + dbc = create_instance('com.sun.star.sdb.DatabaseContext') + dbc.registerDatabaseLocation(name, _path_url(path)) + return + + +# ~ Todo +def get_db(name): + return LOBase(name) + + +# ~ Export ok +def open_doc(path, **kwargs): + """ Open document in path + Usually options: + Hidden: True or False + AsTemplate: True or False + ReadOnly: True or False + Password: super_secret + MacroExecutionMode: 4 = Activate macros + Preview: True or False + + http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1frame_1_1XComponentLoader.html + http://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1MediaDescriptor.html + """ + path = _path_url(path) + opt = dict_to_property(kwargs) + doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt) + if doc is None: + return + + return _get_class_doc(doc) + + +# ~ Export ok +def open_file(path): + if IS_WIN: + os.startfile(path) + else: + subprocess.Popen(['xdg-open', path]) + return + + +# ~ Export ok +def join(*paths): + return os.path.join(*paths) + + +# ~ Export ok +def is_dir(path): + return Path(path).is_dir() + + +# ~ Export ok +def is_file(path): + return Path(path).is_file() + + +# ~ Export ok +def get_file_size(path): + return Path(path).stat().st_size + + +# ~ Export ok +def is_created(path): + return is_file(path) and bool(get_file_size(path)) + + +# ~ Export ok +def replace_ext(path, extension): + path, _, name, _ = get_info_path(path) + return '{}/{}.{}'.format(path, name, extension) + + +# ~ Export ok +def zip_content(path): + with zipfile.ZipFile(path) as z: + names = z.namelist() + return names + + +def popen(command, stdin=None): + try: + proc = subprocess.Popen(shlex.split(command), shell=IS_WIN, + stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + for line in proc.stdout: + yield line.decode().rstrip() + except Exception as e: + error(e) + yield (e.errno, e.strerror) + + +def url_open(url, options={}, json=False): + data = '' + req = Request(url) + try: + response = urlopen(req) + except HTTPError as e: + error(e) + except URLError as e: + error(e.reason) + else: + if json: + data = json_loads(response.read()) + else: + data = response.read() + + return data + + +def run(command, wait=False): + try: + if wait: + result = subprocess.check_output(command, shell=True) + else: + p = subprocess.Popen(shlex.split(command), stdin=None, + stdout=None, stderr=None, close_fds=True) + result, er = p.communicate() + except subprocess.CalledProcessError as e: + msg = ("run [ERROR]: output = %s, error code = %s\n" + % (e.output, e.returncode)) + error(msg) + return False + + if result is None: + return True + + return result.decode() + + +def _zippwd(source, target, pwd): + if IS_WIN: + return False + if not exists_app('zip'): + return False + + cmd = 'zip' + opt = '-j ' + args = "{} --password {} ".format(cmd, pwd) + + if isinstance(source, (tuple, list)): + if not target: + return False + args += opt + target + ' ' + ' '.join(source) + else: + if is_file(source) and not target: + target = replace_ext(source, 'zip') + elif is_dir(source) and not target: + target = join(PurePath(source).parent, + '{}.zip'.format(PurePath(source).name)) + opt = '-r ' + args += opt + target + ' ' + source + + result = run(args, True) + if not result: + return False + + return is_created(target) + + +# ~ Export ok +def zip(source, target='', mode='w', pwd=''): + if pwd: + return _zippwd(source, target, pwd) + + if isinstance(source, (tuple, list)): + if not target: + return False + + with zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) as z: + for path in source: + _, name, _, _ = get_info_path(path) + z.write(path, name) + + return is_created(target) + + if is_file(source): + if not target: + target = replace_ext(source, 'zip') + z = zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) + _, name, _, _ = get_info_path(source) + z.write(source, name) + z.close() + return is_created(target) + + if not target: + target = join( + PurePath(source).parent, + '{}.zip'.format(PurePath(source).name)) + z = zipfile.ZipFile(target, mode, compression=zipfile.ZIP_DEFLATED) + root_len = len(os.path.abspath(source)) + for root, dirs, files in os.walk(source): + relative = os.path.abspath(root)[root_len:] + for f in files: + fullpath = join(root, f) + file_name = join(relative, f) + z.write(fullpath, file_name) + z.close() + + return is_created(target) + + +# ~ Export ok +def unzip(source, path='', members=None, pwd=None): + if not path: + path, _, _, _ = get_info_path(source) + with zipfile.ZipFile(source) as z: + if not pwd is None: + pwd = pwd.encode() + if isinstance(members, str): + members = (members,) + z.extractall(path, members=members, pwd=pwd) + return True + + +# ~ Export ok +def merge_zip(target, zips): + try: + with zipfile.ZipFile(target, 'w', compression=zipfile.ZIP_DEFLATED) as t: + for path in zips: + with zipfile.ZipFile(path, compression=zipfile.ZIP_DEFLATED) as s: + for name in s.namelist(): + t.writestr(name, s.open(name).read()) + except Exception as e: + error(e) + return False + + return True + + +# ~ Export ok +def kill(path): + p = Path(path) + try: + if p.is_file(): + p.unlink() + elif p.is_dir(): + shutil.rmtree(path) + except OSError as e: + log.error(e) + return + + +def get_size_screen(): + if IS_WIN: + user32 = ctypes.windll.user32 + res = '{}x{}'.format(user32.GetSystemMetrics(0), user32.GetSystemMetrics(1)) + else: + args = 'xrandr | grep "*" | cut -d " " -f4' + res = run(args, True) + return res.strip() + + +def get_clipboard(): + df = None + text = '' + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + transferable = sc.getContents() + data = transferable.getTransferDataFlavors() + for df in data: + if df.MimeType == CLIPBOARD_FORMAT_TEXT: + break + if df: + text = transferable.getTransferData(df) + return text + + +class TextTransferable(unohelper.Base, XTransferable): + """Keep clipboard data and provide them.""" + + def __init__(self, text): + df = DataFlavor() + df.MimeType = CLIPBOARD_FORMAT_TEXT + df.HumanPresentableName = "encoded text utf-16" + self.flavors = [df] + self.data = [text] + + def getTransferData(self, flavor): + if not flavor: + return + for i, f in enumerate(self.flavors): + if flavor.MimeType == f.MimeType: + return self.data[i] + return + + def getTransferDataFlavors(self): + return tuple(self.flavors) + + def isDataFlavorSupported(self, flavor): + if not flavor: + return False + mtype = flavor.MimeType + for f in self.flavors: + if mtype == f.MimeType: + return True + return False + + +# ~ Export ok +def set_clipboard(value): + ts = TextTransferable(value) + sc = create_instance('com.sun.star.datatransfer.clipboard.SystemClipboard') + sc.setContents(ts, None) + return + + +# ~ Export ok +def copy(): + call_dispatch('.uno:Copy') + return + + +# ~ Export ok +def get_epoch(): + n = now() + return int(time.mktime(n.timetuple())) + + +# ~ Export ok +def file_copy(source, target='', name=''): + p, f, n, e = get_info_path(source) + if target: + p = target + if name: + e = '' + n = name + path_new = join(p, '{}{}'.format(n, e)) + shutil.copy(source, path_new) + return path_new + + +def get_path_content(path, filters=''): + paths = [] + if filters in ('*', '*.*'): + filters = '' + for folder, _, files in os.walk(path): + if filters: + pattern = re.compile(r'\.(?:{})$'.format(filters), re.IGNORECASE) + paths += [join(folder, f) for f in files if pattern.search(f)] + else: + paths += files + return paths + + +def _get_menu(type_doc, name_menu): + instance = 'com.sun.star.ui.ModuleUIConfigurationManagerSupplier' + service = TYPE_DOC[type_doc] + manager = create_instance(instance, True) + ui = manager.getUIConfigurationManager(service) + menus = ui.getSettings(NODE_MENUBAR, True) + command = MENUS_APP[type_doc][name_menu] + for menu in menus: + data = property_to_dict(menu) + if data.get('CommandURL', '') == command: + idc = data.get('ItemDescriptorContainer', None) + return ui, menus, idc + return None, None, None + + +def _get_index_menu(menu, command): + for i, m in enumerate(menu): + data = property_to_dict(m) + cmd = data.get('CommandURL', '') + if cmd == command: + return i + # ~ submenu = data.get('ItemDescriptorContainer', None) + # ~ if not submenu is None: + # ~ get_index_menu(submenu, command, count + 1) + return 0 + + +def _store_menu(ui, menus, menu, index, data=(), remove=False): + if remove: + uno.invoke(menu, 'removeByIndex', (index,)) + else: + properties = dict_to_property(data, True) + uno.invoke(menu, 'insertByIndex', (index + 1, properties)) + ui.replaceSettings(NODE_MENUBAR, menus) + ui.store() + return + + +def insert_menu(type_doc, name_menu, **kwargs): + ui, menus, menu = _get_menu(type_doc, name_menu.lower()) + if menu is None: + return 0 + + label = kwargs.get('Label', '-') + separator = False + if label == '-': + separator = True + command = kwargs.get('CommandURL', '') + index = kwargs.get('Index', 0) + if not index: + index = _get_index_menu(menu, kwargs['After']) + if separator: + data = {'Type': 1} + _store_menu(ui, menus, menu, index, data) + return index + 1 + + index_menu = _get_index_menu(menu, command) + if index_menu: + msg = 'Exists: %s' % command + debug(msg) + return 0 + + sub_menu = kwargs.get('Submenu', ()) + idc = None + if sub_menu: + idc = ui.createSettings() + + data = { + 'CommandURL': command, + 'Label': label, + 'Style': 0, + 'Type': 0, + 'ItemDescriptorContainer': idc + } + _store_menu(ui, menus, menu, index, data) + if sub_menu: + _add_sub_menus(ui, menus, idc, sub_menu) + return True + + +def _add_sub_menus(ui, menus, menu, sub_menu): + for i, sm in enumerate(sub_menu): + submenu = sm.pop('Submenu', ()) + sm['Type'] = 0 + if submenu: + idc = ui.createSettings() + sm['ItemDescriptorContainer'] = idc + if sm['Label'] == '-': + sm = {'Type': 1} + _store_menu(ui, menus, menu, i - 1, sm) + if submenu: + _add_sub_menus(ui, menus, idc, submenu) + return + + +def remove_menu(type_doc, name_menu, command): + ui, menus, menu = _get_menu(type_doc, name_menu.lower()) + if menu is None: + return False + + index = _get_index_menu(menu, command) + if not index: + debug('Not exists: %s' % command) + return False + + _store_menu(ui, menus, menu, index, remove=True) + return True + + +def _get_app_submenus(menus, count=0): + for i, menu in enumerate(menus): + data = property_to_dict(menu) + cmd = data.get('CommandURL', '') + msg = ' ' * count + '├─' + cmd + debug(msg) + submenu = data.get('ItemDescriptorContainer', None) + if not submenu is None: + _get_app_submenus(submenu, count + 1) + return + + +def get_app_menus(name_app, index=-1): + instance = 'com.sun.star.ui.ModuleUIConfigurationManagerSupplier' + service = TYPE_DOC[name_app] + manager = create_instance(instance, True) + ui = manager.getUIConfigurationManager(service) + menus = ui.getSettings(NODE_MENUBAR, True) + if index == -1: + for menu in menus: + data = property_to_dict(menu) + debug(data.get('CommandURL', '')) + else: + menus = property_to_dict(menus[index])['ItemDescriptorContainer'] + _get_app_submenus(menus) + return menus + + +# ~ Export ok +def start(): + global _start + _start = now() + log.info(_start) + return + + +# ~ Export ok +def end(): + global _start + e = now() + return str(e - _start).split('.')[0] + + +# ~ Export ok +# ~ https://en.wikipedia.org/wiki/Web_colors +def get_color(*value): + if len(value) == 1 and isinstance(value[0], int): + return value[0] + if len(value) == 1 and isinstance(value[0], tuple): + value = value[0] + + COLORS = { + 'aliceblue': 15792383, + 'antiquewhite': 16444375, + 'aqua': 65535, + 'aquamarine': 8388564, + 'azure': 15794175, + 'beige': 16119260, + 'bisque': 16770244, + 'black': 0, + 'blanchedalmond': 16772045, + 'blue': 255, + 'blueviolet': 9055202, + 'brown': 10824234, + 'burlywood': 14596231, + 'cadetblue': 6266528, + 'chartreuse': 8388352, + 'chocolate': 13789470, + 'coral': 16744272, + 'cornflowerblue': 6591981, + 'cornsilk': 16775388, + 'crimson': 14423100, + 'cyan': 65535, + 'darkblue': 139, + 'darkcyan': 35723, + 'darkgoldenrod': 12092939, + 'darkgray': 11119017, + 'darkgreen': 25600, + 'darkgrey': 11119017, + 'darkkhaki': 12433259, + 'darkmagenta': 9109643, + 'darkolivegreen': 5597999, + 'darkorange': 16747520, + 'darkorchid': 10040012, + 'darkred': 9109504, + 'darksalmon': 15308410, + 'darkseagreen': 9419919, + 'darkslateblue': 4734347, + 'darkslategray': 3100495, + 'darkslategrey': 3100495, + 'darkturquoise': 52945, + 'darkviolet': 9699539, + 'deeppink': 16716947, + 'deepskyblue': 49151, + 'dimgray': 6908265, + 'dimgrey': 6908265, + 'dodgerblue': 2003199, + 'firebrick': 11674146, + 'floralwhite': 16775920, + 'forestgreen': 2263842, + 'fuchsia': 16711935, + 'gainsboro': 14474460, + 'ghostwhite': 16316671, + 'gold': 16766720, + 'goldenrod': 14329120, + 'gray': 8421504, + 'grey': 8421504, + 'green': 32768, + 'greenyellow': 11403055, + 'honeydew': 15794160, + 'hotpink': 16738740, + 'indianred': 13458524, + 'indigo': 4915330, + 'ivory': 16777200, + 'khaki': 15787660, + 'lavender': 15132410, + 'lavenderblush': 16773365, + 'lawngreen': 8190976, + 'lemonchiffon': 16775885, + 'lightblue': 11393254, + 'lightcoral': 15761536, + 'lightcyan': 14745599, + 'lightgoldenrodyellow': 16448210, + 'lightgray': 13882323, + 'lightgreen': 9498256, + 'lightgrey': 13882323, + 'lightpink': 16758465, + 'lightsalmon': 16752762, + 'lightseagreen': 2142890, + 'lightskyblue': 8900346, + 'lightslategray': 7833753, + 'lightslategrey': 7833753, + 'lightsteelblue': 11584734, + 'lightyellow': 16777184, + 'lime': 65280, + 'limegreen': 3329330, + 'linen': 16445670, + 'magenta': 16711935, + 'maroon': 8388608, + 'mediumaquamarine': 6737322, + 'mediumblue': 205, + 'mediumorchid': 12211667, + 'mediumpurple': 9662683, + 'mediumseagreen': 3978097, + 'mediumslateblue': 8087790, + 'mediumspringgreen': 64154, + 'mediumturquoise': 4772300, + 'mediumvioletred': 13047173, + 'midnightblue': 1644912, + 'mintcream': 16121850, + 'mistyrose': 16770273, + 'moccasin': 16770229, + 'navajowhite': 16768685, + 'navy': 128, + 'oldlace': 16643558, + 'olive': 8421376, + 'olivedrab': 7048739, + 'orange': 16753920, + 'orangered': 16729344, + 'orchid': 14315734, + 'palegoldenrod': 15657130, + 'palegreen': 10025880, + 'paleturquoise': 11529966, + 'palevioletred': 14381203, + 'papayawhip': 16773077, + 'peachpuff': 16767673, + 'peru': 13468991, + 'pink': 16761035, + 'plum': 14524637, + 'powderblue': 11591910, + 'purple': 8388736, + 'red': 16711680, + 'rosybrown': 12357519, + 'royalblue': 4286945, + 'saddlebrown': 9127187, + 'salmon': 16416882, + 'sandybrown': 16032864, + 'seagreen': 3050327, + 'seashell': 16774638, + 'sienna': 10506797, + 'silver': 12632256, + 'skyblue': 8900331, + 'slateblue': 6970061, + 'slategray': 7372944, + 'slategrey': 7372944, + 'snow': 16775930, + 'springgreen': 65407, + 'steelblue': 4620980, + 'tan': 13808780, + 'teal': 32896, + 'thistle': 14204888, + 'tomato': 16737095, + 'turquoise': 4251856, + 'violet': 15631086, + 'wheat': 16113331, + 'white': 16777215, + 'whitesmoke': 16119285, + 'yellow': 16776960, + 'yellowgreen': 10145074, + } + + if len(value) == 3: + color = (value[0] << 16) + (value[1] << 8) + value[2] + else: + value = value[0] + if value[0] == '#': + r, g, b = bytes.fromhex(value[1:]) + color = (r << 16) + (g << 8) + b + else: + color = COLORS.get(value.lower(), -1) + return color + + +COLOR_ON_FOCUS = get_color('LightYellow') + + +# ~ Export ok +def render(template, data): + s = Template(template) + return s.safe_substitute(**data) + + +def _to_date(value): + new_value = value + if isinstance(value, Time): + new_value = datetime.time(value.Hours, value.Minutes, value.Seconds) + elif isinstance(value, Date): + new_value = datetime.date(value.Year, value.Month, value.Day) + elif isinstance(value, DateTime): + new_value = datetime.datetime( + value.Year, value.Month, value.Day, + value.Hours, value.Minutes, value.Seconds) + return new_value + + +def date_to_struct(value): + # ~ print(type(value)) + if isinstance(value, datetime.datetime): + d = DateTime() + d.Seconds = value.second + d.Minutes = value.minute + d.Hours = value.hour + d.Day = value.day + d.Month = value.month + d.Year = value.year + elif isinstance(value, datetime.date): + d = Date() + d.Day = value.day + d.Month = value.month + d.Year = value.year + return d + + +# ~ Export ok +def format(template, data): + """ + https://pyformat.info/ + """ + if isinstance(data, (str, int, float)): + # ~ print(template.format(data)) + return template.format(data) + + if isinstance(data, (Time, Date, DateTime)): + return template.format(_to_date(data)) + + if isinstance(data, tuple) and isinstance(data[0], tuple): + data = {r[0]: _to_date(r[1]) for r in data} + return template.format(**data) + + data = [_to_date(v) for v in data] + result = template.format(*data) + return result + + +def _call_macro(macro): + #~ https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification + name = 'com.sun.star.script.provider.MasterScriptProviderFactory' + factory = create_instance(name, False) + + macro['language'] = macro.get('language', 'Python') + macro['location'] = macro.get('location', 'user') + data = macro.copy() + if data['language'] == 'Python': + data['module'] = '.py$' + elif data['language'] == 'Basic': + data['module'] = '.{}.'.format(macro['module']) + if macro['location'] == 'user': + data['location'] = 'application' + else: + data['module'] = '.' + + args = macro.get('args', ()) + url = 'vnd.sun.star.script:{library}{module}{name}?language={language}&location={location}' + path = url.format(**data) + script = factory.createScriptProvider('').getScript(path) + return script.invoke(args, None, None)[0] + + +# ~ Export ok +def call_macro(macro): + in_thread = macro.pop('thread') + if in_thread: + t = threading.Thread(target=_call_macro, args=(macro,)) + t.start() + return + + return _call_macro(macro) + + +class TimerThread(threading.Thread): + + def __init__(self, event, seconds, macro): + threading.Thread.__init__(self) + self.stopped = event + self.seconds = seconds + self.macro = macro + + def run(self): + info('Timer started... {}'.format(self.macro['name'])) + while not self.stopped.wait(self.seconds): + _call_macro(self.macro) + info('Timer stopped... {}'.format(self.macro['name'])) + return + + +# ~ Export ok +def timer(name, seconds, macro): + global _stop_thread + _stop_thread[name] = threading.Event() + thread = TimerThread(_stop_thread[name], seconds, macro) + thread.start() + return + + +# ~ Export ok +def stop_timer(name): + global _stop_thread + _stop_thread[name].set() + del _stop_thread[name] + return + + +def _get_key(password): + digest = hashlib.sha256(password.encode()).digest() + key = base64.urlsafe_b64encode(digest) + return key + + +# ~ Export ok +def encrypt(data, password): + f = Fernet(_get_key(password)) + token = f.encrypt(data).decode() + return token + + +# ~ Export ok +def decrypt(token, password): + data = '' + f = Fernet(_get_key(password)) + try: + data = f.decrypt(token.encode()).decode() + except InvalidToken as e: + error('Invalid Token') + return data + + +class SmtpServer(object): + + def __init__(self, config): + self._server = None + self._error = '' + self._sender = '' + self._is_connect = self._login(config) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + self.close() + + @property + def is_connect(self): + return self._is_connect + + @property + def error(self): + return self._error + + def _login(self, config): + name = config['server'] + port = config['port'] + is_ssl = config['ssl'] + self._sender = config['user'] + hosts = ('gmail' in name or 'outlook' in name) + try: + if is_ssl and hosts: + self._server = smtplib.SMTP(name, port, timeout=TIMEOUT) + self._server.ehlo() + self._server.starttls() + self._server.ehlo() + elif is_ssl: + self._server = smtplib.SMTP_SSL(name, port, timeout=TIMEOUT) + self._server.ehlo() + else: + self._server = smtplib.SMTP(name, port, timeout=TIMEOUT) + + self._server.login(self._sender, config['pass']) + msg = 'Connect to: {}'.format(name) + debug(msg) + return True + except smtplib.SMTPAuthenticationError as e: + if '535' in str(e): + self._error = _('Incorrect user or password') + return False + if '534' in str(e) and 'gmail' in name: + self._error = _('Allow less secure apps in GMail') + return False + except smtplib.SMTPException as e: + self._error = str(e) + return False + except Exception as e: + self._error = str(e) + return False + return False + + def _body(self, msg): + body = msg.replace('\\n', '
') + return body + + def send(self, message): + file_name = 'attachment; filename={}' + email = MIMEMultipart() + email['From'] = self._sender + email['To'] = message['to'] + email['Cc'] = message.get('cc', '') + email['Subject'] = message['subject'] + email['Date'] = formatdate(localtime=True) + if message.get('confirm', False): + email['Disposition-Notification-To'] = email['From'] + email.attach(MIMEText(self._body(message['body']), 'html')) + + for path in message.get('files', ()): + _, fn, _, _ = get_info_path(path) + part = MIMEBase('application', 'octet-stream') + part.set_payload(read_file(path, 'rb')) + encoders.encode_base64(part) + part.add_header('Content-Disposition', file_name.format(fn)) + email.attach(part) + + receivers = ( + email['To'].split(',') + + email['CC'].split(',') + + message.get('bcc', '').split(',')) + try: + self._server.sendmail(self._sender, receivers, email.as_string()) + msg = 'Email sent...' + debug(msg) + if message.get('path', ''): + self.save_message(email, message['path']) + return True + except Exception as e: + self._error = str(e) + return False + return False + + def save_message(self, email, path): + mbox = mailbox.mbox(path, create=True) + mbox.lock() + try: + msg = mailbox.mboxMessage(email) + mbox.add(msg) + mbox.flush() + finally: + mbox.unlock() + return + + def close(self): + try: + self._server.quit() + msg = 'Close connection...' + debug(msg) + except: + pass + return + + +def _send_email(server, messages): + with SmtpServer(server) as server: + if server.is_connect: + for msg in messages: + server.send(msg) + else: + error(server.error) + return server.error + + +def send_email(server, message): + messages = message + if isinstance(message, dict): + messages = (message,) + t = threading.Thread(target=_send_email, args=(server, messages)) + t.start() + return + + +def server_smtp_test(config): + with SmtpServer(config) as server: + if server.error: + error(server.error) + return server.error + + +def import_csv(path, **kwargs): + """ + See https://docs.python.org/3.5/library/csv.html#csv.reader + """ + with open(path) as f: + rows = tuple(csv.reader(f, **kwargs)) + return rows + +def export_csv(path, data, **kwargs): + with open(path, 'w') as f: + writer = csv.writer(f, **kwargs) + writer.writerows(data) + return + + +class LIBOServer(object): + HOST = 'localhost' + PORT = '8100' + ARG = 'socket,host={},port={};urp;StarOffice.ComponentContext'.format(HOST, PORT) + CMD = ['soffice', + '-env:SingleAppInstance=false', + '-env:UserInstallation=file:///tmp/LIBO_Process8100', + '--headless', '--norestore', '--invisible', + '--accept={}'.format(ARG)] + + def __init__(self): + self._server = None + self._ctx = None + self._sm = None + self._start_server() + self._init_values() + + def _init_values(self): + global CTX + global SM + + if not self.is_running: + return + + ctx = uno.getComponentContext() + service = 'com.sun.star.bridge.UnoUrlResolver' + resolver = ctx.ServiceManager.createInstanceWithContext(service, ctx) + self._ctx = resolver.resolve('uno:{}'.format(self.ARG)) + self._sm = self._ctx.getServiceManager() + CTX = self._ctx + SM = self._sm + return + + @property + def is_running(self): + try: + s = socket.create_connection((self.HOST, self.PORT), 5.0) + s.close() + debug('LibreOffice is running...') + return True + except ConnectionRefusedError: + return False + + def _start_server(self): + if self.is_running: + return + + for i in range(3): + self._server = subprocess.Popen(self.CMD, + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + time.sleep(3) + if self.is_running: + break + return + + def stop(self): + if self._server is None: + print('Search pgrep soffice') + else: + self._server.terminate() + debug('LibreOffice is stop...') + return + + def create_instance(self, name, with_context=True): + if with_context: + instance = self._sm.createInstanceWithContext(name, self._ctx) + else: + instance = self._sm.createInstance(name) + return instance + + + + +# ~ controls = { + # ~ 'CheckBox': 'com.sun.star.awt.UnoControlCheckBoxModel', + # ~ 'ComboBox': 'com.sun.star.awt.UnoControlComboBoxModel', + # ~ 'CurrencyField': 'com.sun.star.awt.UnoControlCurrencyFieldModel', + # ~ 'DateField': 'com.sun.star.awt.UnoControlDateFieldModel', + # ~ 'FileControl': 'com.sun.star.awt.UnoControlFileControlModel', + # ~ 'FormattedField': 'com.sun.star.awt.UnoControlFormattedFieldModel', + # ~ 'GroupBox': 'com.sun.star.awt.UnoControlGroupBoxModel', + # ~ 'ImageControl': 'com.sun.star.awt.UnoControlImageControlModel', + # ~ 'NumericField': 'com.sun.star.awt.UnoControlNumericFieldModel', + # ~ 'PatternField': 'com.sun.star.awt.UnoControlPatternFieldModel', + # ~ 'ProgressBar': 'com.sun.star.awt.UnoControlProgressBarModel', + # ~ 'ScrollBar': 'com.sun.star.awt.UnoControlScrollBarModel', + # ~ 'SimpleAnimation': 'com.sun.star.awt.UnoControlSimpleAnimationModel', + # ~ 'SpinButton': 'com.sun.star.awt.UnoControlSpinButtonModel', + # ~ 'Throbber': 'com.sun.star.awt.UnoControlThrobberModel', + # ~ 'TimeField': 'com.sun.star.awt.UnoControlTimeFieldModel', +# ~ } diff --git a/source/registration/license_en.txt b/source/registration/license_en.txt new file mode 100644 index 0000000..eba223d --- /dev/null +++ b/source/registration/license_en.txt @@ -0,0 +1,14 @@ +This file is part of ZAZPip. + + ZAZPip is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ZAZPip is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with ZAZPip. If not, see . diff --git a/source/registration/license_es.txt b/source/registration/license_es.txt new file mode 100644 index 0000000..eba223d --- /dev/null +++ b/source/registration/license_es.txt @@ -0,0 +1,14 @@ +This file is part of ZAZPip. + + ZAZPip is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ZAZPip is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with ZAZPip. If not, see . diff --git a/zaz.py b/zaz.py new file mode 100644 index 0000000..2cac1bc --- /dev/null +++ b/zaz.py @@ -0,0 +1,478 @@ +#!/usr/bin/env python3 + +# == Rapid Develop Macros in LibreOffice == + +# ~ This file is part of ZAZ. + +# ~ ZAZ is free software: you can redistribute it and/or modify +# ~ it under the terms of the GNU General Public License as published by +# ~ the Free Software Foundation, either version 3 of the License, or +# ~ (at your option) any later version. + +# ~ ZAZ is distributed in the hope that it will be useful, +# ~ but WITHOUT ANY WARRANTY; without even the implied warranty of +# ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# ~ GNU General Public License for more details. + +# ~ You should have received a copy of the GNU General Public License +# ~ along with ZAZ. If not, see . + +import argparse +import os +import re +import sys +import zipfile +from datetime import datetime +from pathlib import Path +from shutil import copyfile +from subprocess import call +from xml.etree import ElementTree as ET +from xml.dom.minidom import parseString + + +from conf import ( + DATA, + DIRS, + EXTENSION, + FILES, + INFO, + PATHS, + TYPE_EXTENSION, + USE_LOCALES, + log) + + +class LiboXML(object): + TYPES = { + 'py': 'application/vnd.sun.star.uno-component;type=Python', + 'zip': 'application/binary', + 'xcu': 'application/vnd.sun.star.configuration-data', + 'rdb': 'application/vnd.sun.star.uno-typelibrary;type=RDB', + 'xcs': 'application/vnd.sun.star.configuration-schema', + 'help': 'application/vnd.sun.star.help', + 'component': 'application/vnd.sun.star.uno-components', + } + NAME_SPACES = { + 'manifest_version': '1.2', + 'manifest': 'urn:oasis:names:tc:opendocument:xmlns:manifest:1.0', + 'xmlns:loext': 'urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0', + } + + def __init__(self): + self._manifest = None + self._paths = [] + + def _save_path(self, attr): + self._paths.append(attr['{{{}}}full-path'.format(self.NAME_SPACES['manifest'])]) + return + + def _clean(self, name, nodes): + has_words = re.compile('\\w') + + if not re.search(has_words, str(nodes.tail)): + nodes.tail = '' + if not re.search(has_words, str(nodes.text)): + nodes.text = '' + + for node in nodes: + if name == 'manifest': + self._save_path(node.attrib) + if not re.search(has_words, str(node.tail)): + node.tail = '' + if not re.search(has_words, str(node.text)): + node.text = '' + return + + def new_manifest(self, data): + attr = { + 'manifest:version': self.NAME_SPACES['manifest_version'], + 'xmlns:manifest': self.NAME_SPACES['manifest'], + 'xmlns:loext': self.NAME_SPACES['xmlns:loext'], + } + self._manifest = ET.Element('manifest:manifest', attr) + return self.add_data_manifest(data) + + def parse_manifest(self, data): + ET.register_namespace('manifest', self.NAME_SPACES['manifest']) + self._manifest = ET.fromstring(data) + data = {'xmlns:loext': self.NAME_SPACES['xmlns:loext']} + self._manifest.attrib.update(**data) + self._clean('manifest', self._manifest) + return + + def add_data_manifest(self, data): + node_name = 'manifest:file-entry' + attr = { + 'manifest:full-path': '', + 'manifest:media-type': '', + } + for path in data: + if path in self._paths: + continue + ext = path.split('.')[-1] + attr['manifest:full-path'] = path + attr['manifest:media-type'] = self.TYPES.get(ext, '') + ET.SubElement(self._manifest, node_name, attr) + return self._get_xml(self._manifest) + + def _get_xml(self, doc): + xml = parseString(ET.tostring(doc, encoding='utf-8')) + return xml.toprettyxml(indent=' ', encoding='utf-8').decode('utf-8') + + +def _exists(path): + return os.path.exists(path) + + +def _join(*paths): + return os.path.join(*paths) + + +def _mkdir(path): + return Path(path).mkdir(parents=True, exist_ok=True) + + +def _save(path, data): + with open(path, 'w') as f: + f.write(data) + return + + +def _compress_oxt(): + log.info('Compress OXT extension...') + + path = DIRS['files'] + if not _exists(path): + _mkdir(path) + + path_oxt = _join(path, FILES['oxt']) + + z = zipfile.ZipFile(path_oxt, 'w', compression=zipfile.ZIP_DEFLATED) + root_len = len(os.path.abspath(DIRS['source'])) + for root, dirs, files in os.walk(DIRS['source']): + relative = os.path.abspath(root)[root_len:] + for f in files: + fullpath = _join(root, f) + file_name = _join(relative, f) + if file_name == FILES['idl']: + continue + z.write(fullpath, file_name, zipfile.ZIP_DEFLATED) + z.close() + + if DATA['update']: + path_xml = _join(path, FILES['update']) + _save(path_xml, DATA['update']) + + log.info('Extension OXT created sucesfully...') + return + + +def _install_and_test(): + path_oxt = (_join(DIRS['files'], FILES['oxt']),) + call(PATHS['install'] + path_oxt) + log.info('Install extension sucesfully...') + log.info('Start LibreOffice...') + call(PATHS['soffice']) + return + + +def _validate_new(): + path_source = DIRS['source'] + if not _exists(path_source): + return True + + msg = f'Path: {path_source}, exists, delete first' + log.error(msg) + return False + + +def _create_new_directories(): + path_source = DIRS['source'] + _mkdir(path_source) + path = _join(path_source, DIRS['meta']) + _mkdir(path) + path = _join(path_source, DIRS['description']) + _mkdir(path) + path = _join(path_source, DIRS['images']) + _mkdir(path) + path = _join(path_source, DIRS['registration']) + _mkdir(path) + path = _join(path_source, DIRS['office']) + _mkdir(path) + + if FILES['easymacro'] or DIRS['pythonpath']: + path = _join(path_source, 'pythonpath') + _mkdir(path) + + path = DIRS['files'] + if not _exists(path): + _mkdir(path) + + msg = 'Created directories...' + log.info(msg) + return + + +def _create_new_files(): + path_source = DIRS['source'] + + for k, v in INFO.items(): + file_name = f'license_{k}.txt' + path = _join(path_source, DIRS['registration'], file_name) + _save(path, v['license']) + + if TYPE_EXTENSION > 1: + path = _join(path_source, FILES['idl']) + _save(path, DATA['idl']) + + path = _join(path_source, FILES['py']) + _save(path, DATA['py']) + + + msg = 'Created files...' + log.info(msg) + return + + +def _validate_update(): + if TYPE_EXTENSION == 1: + return True + + if not _exists(PATHS['idlc']): + msg = 'Binary: "idlc" not found' + log.error(msg) + return False + + if not _exists(PATHS['include']): + msg = 'Directory: "include" not found' + log.error(msg) + return False + + if not _exists(PATHS['regmerge']): + msg = 'Binary: "regmerge" not found' + log.error(msg) + return False + + path = _join(DIRS['source'], FILES['idl']) + if not _exists(path): + msg = f'File: "{FILES["idl"]}" not found' + log.error(msg) + return False + + return True + + +def _compile_idl(): + if TYPE_EXTENSION == 1: + return + + log.info('Compilate IDL...') + path_rdb = _join(DIRS['source'], FILES['rdb']) + path_urd = _join(DIRS['source'], FILES['urd']) + + path = _join(DIRS['source'], FILES['idl']) + call([PATHS['idlc'], '-I', PATHS['include'], path]) + call([PATHS['regmerge'], path_rdb, '/UCR', path_urd]) + os.remove(path_urd) + + log.info('Compilate IDL sucesfully...') + return + + +def _update_files(): + path_source = DIRS['source'] + + for k, v in INFO.items(): + file_name = FILES['ext_desc'].format(k) + path = _join(path_source, DIRS['description'], file_name) + _save(path, v['description']) + + path_logo = EXTENSION['icon'][0] + if _exists(path_logo): + file_name = EXTENSION['icon'][1] + path = _join(path_source, DIRS['images'], file_name) + copyfile(path_logo, path) + + files = os.listdir(DIRS['images']) + for f in files: + if f[-3:].lower() == 'bmp': + source = _join(DIRS['images'], f) + target = _join(path_source, DIRS['images'], f) + copyfile(source, target) + + if FILES['easymacro']: + source = 'easymacro.py' + target = _join(path_source, 'pythonpath', source) + copyfile(source, target) + + xml = LiboXML() + + path = _join(path_source, DIRS['meta'], FILES['manifest']) + data = xml.new_manifest(DATA['manifest']) + _save(path, data) + + path = _join(path_source, DIRS['office']) + _mkdir(path) + path = _join(path_source, DIRS['office'], FILES['shortcut']) + _save(path, DATA['shortcut']) + + path = _join(path_source, FILES['addons']) + _save(path, DATA['addons']) + + path = _join(path_source, FILES['description']) + _save(path, DATA['description']) + + if TYPE_EXTENSION == 3: + path = _join(path_source, FILES['addin']) + _save(path, DATA['addin']) + + if USE_LOCALES: + msg = "Don't forget generate DOMAIN.pot for locales" + log.info(msg) + for lang in EXTENSION['languages']: + path = _join(path_source, DIRS['locales'], lang, 'LC_MESSAGES') + Path(path).mkdir(parents=True, exist_ok=True) + + _compile_idl() + return + + +def _new(): + if not _validate_new(): + return + + _create_new_directories() + _create_new_files() + _update_files() + + msg = f"New extension: {EXTENSION['name']} make sucesfully...\n" + msg += '\tNow, you can install and test: zaz.py -i' + log.info(msg) + return + + +def _get_info_path(path): + path, filename = os.path.split(path) + name, extension = os.path.splitext(filename) + return (path, filename, name, extension) + + +def _zip_embed(source, files): + PATH = 'Scripts/python/' + EASYMACRO = 'easymacro.' + + p, f, name, e = _get_info_path(source) + now = datetime.now().strftime('_%Y%m%d_%H%M%S') + path_source = _join(p, name + now + e) + copyfile(source, path_source) + target = source + + with zipfile.PyZipFile(EASYMACRO + 'zip', mode='w') as zf: + zf.writepy(EASYMACRO + 'py') + + xml = LiboXML() + + path_easymacro = PATH + EASYMACRO + 'zip' + names = [f[1] for f in files] + [path_easymacro] + nodes = [] + with zipfile.ZipFile(target, 'w', compression=zipfile.ZIP_DEFLATED) as zt: + with zipfile.ZipFile(path_source, compression=zipfile.ZIP_DEFLATED) as zs: + for name in zs.namelist(): + if FILES['manifest'] in name: + path_manifest = name + xml_manifest = zs.open(name).read() + elif name in names: + continue + else: + zt.writestr(name, zs.open(name).read()) + + data = [] + for path, name in files: + data.append(name) + zt.write(path, name) + + zt.write(EASYMACRO + 'zip', path_easymacro) + data.append(path_easymacro) + + xml.parse_manifest(xml_manifest) + xml_manifest = xml.add_data_manifest(data) + zt.writestr(path_manifest, xml_manifest) + + os.unlink(EASYMACRO + 'zip') + return + + +def _embed(args): + PATH = 'Scripts/python' + PYTHONPATH = 'pythonpath' + + doc = args.document + if not doc: + msg = '-d/--document Path file to embed is mandatory' + log.error(msg) + return + if not _exists(doc): + msg = 'Path file not exists' + log.error(msg) + return + + files = [] + if args.files: + files = args.files.split(',') + source = _join(PATHS['profile'], PATH) + content = os.listdir(source) + if PYTHONPATH in content: + content.remove(PYTHONPATH) + + if files: + files = [(_join(source, f), _join(PATH, f)) for f in files if f in content] + else: + files = [(_join(source, f), _join(PATH, f)) for f in content] + + _zip_embed(doc, files) + + log.info('Embedded macros successfully...') + return + + + +def main(args): + if args.embed: + _embed(args) + return + + if args.new: + _new() + return + + if not _validate_update(): + return + + _update_files() + _compress_oxt() + + if args.install: + _install_and_test() + + log.info('Extension make successfully...') + return + + +def _process_command_line_arguments(): + parser = argparse.ArgumentParser( + description='Make LibreOffice extensions') + parser.add_argument('-i', '--install', dest='install', action='store_true', + default=False, required=False) + parser.add_argument('-n', '--new', dest='new', action='store_true', + default=False, required=False) + parser.add_argument('-e', '--embed', dest='embed', action='store_true', + default=False, required=False) + parser.add_argument('-d', '--document', dest='document', default='') + parser.add_argument('-f', '--files', dest='files', default='') + return parser.parse_args() + + +if __name__ == '__main__': + args = _process_command_line_arguments() + main(args) +