Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Dmitry A. Ashkadov
I have the same problem. I can run LibreOffice, but make dev-install fails on cppunit tests. smoketest.cxx:203:Assertion Test name: N12_GLOBAL__N_14TestE::test equality assertion failed - Expected: - Actual : Impress:XML Draw:XML 03.08.2011 07:37, swagat sharma пишет: Hi, My build is suc

[Libreoffice] l10n and translations

2011-08-04 Thread Dmitry A. Ashkadov
Hello! I don't understand what is a difference between «l10n» and «translations» repositories. Can You explain me? Thanks! -- Best regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice] User directory

2011-08-05 Thread Dmitry A. Ashkadov
Hello! I built LibreOffice using «make dev-install» command. LibreOffice creates «~/.libreoffice/3» directory at startup. This may cause problem with my LibreOffice installed from repository. How can I change direcory? -- Best regards, Dmitry <>__

Re: [Libreoffice] build problems with cppunit

2011-08-06 Thread Dmitry. A. Ashkadov
I have the same problem. I tried to build LO (branch «libreoffice-3-4-2») but building fails on module xml2cmp with same error. I really don't understand how You built a stable LibreOffice 3.4.2... 31.05.2011 01:03, Regina Henschel пишет: Hi, I have started a non parallel build and now find

Re: [Libreoffice] One Git Conversion Done. new repos online

2011-08-08 Thread Dmitry A. Ashkadov
Hello! Could You tell me, please, how long old repositories will be present? 07.08.2011 00:38, Norbert Thiebaud пишет: The One Git conversion is done. master is now at git clone git://anongit.freedesktop.org/libreoffice/core other than that, everything else should be pretty much the same. I

Re: [Libreoffice] One Git Conversion Done. new repos online

2011-08-08 Thread Dmitry. A. Ashkadov
Norbert, is it possible to use new repositories now? Or «core» repository isn't ready now? The LO may be built from «core» repository on Linux and Windows? Thank You. 08.08.2011 11:54, Norbert Thiebaud пишет: On Mon, Aug 8, 2011 at 2:43 AM, Dmitry A. Ashkadov wrote: Hello! Could You

Re: [Libreoffice] One Git Conversion Done. new repos online

2011-08-08 Thread Dmitry. A. Ashkadov
Will the release branch «libreoffice-3-4» available on «core» repository? http://wiki.documentfoundation.org/Development/One_Git_Conversion -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fre

Re: [Libreoffice] build problems with cppunit

2011-08-08 Thread Dmitry. A. Ashkadov
I tried build LO from 'core' repository on Windows 7. The result is the same error. Modules 'cppunit' and 'xml2cmp' wasn't built due to the same unresolved external symbol. We tried to build devel. version of LO, but the define «_DEBUG» is not really set. ((( 31.05.2011 01:03, Regina Hensche

Re: [Libreoffice] build problems with cppunit (windows)

2011-08-09 Thread Dmitry. A. Ashkadov
09.08.2011 14:28, Caolán McNamara пишет: On Mon, 2011-08-08 at 23:39 +0400, Dmitry. A. Ashkadov wrote: I tried build LO from 'core' repository on Windows 7. The result is the same error. Modules 'cppunit' and 'xml2cmp' wasn't built due to the same unresolved

[Libreoffice] Problem with dev-install on windows

2011-08-09 Thread Dmitry. A. Ashkadov
Hello! I built LO (branch libreoffice-3-4-2) on Windows without options «--enable-dbgutil», but it cannot be installed to local directory using «make dev-install» ERROR: ERROR: Could not create parent directory "C:/office/instsetoo_native/util/cygdrive/c/office/instsetoo_native/" -- Best

Re: [Libreoffice] Problem with dev-install on windows

2011-08-10 Thread Dmitry. A. Ashkadov
09.08.2011 19:11, Jan Holesovsky пишет: make dev-install is not really working on Windows. I tried to get it to do something useful some time ago, but haven't finished that. Regards, Kendy Hello Jan! Is it impossible to develop LO on Windows? -- Best Regards, Dmitry <>_

Re: [Libreoffice] Problem with dev-install on windows

2011-08-10 Thread Dmitry. A. Ashkadov
10.08.2011 13:32, Jan Holesovsky пишет: Hi Dmitry, On 2011-08-10 at 12:39 +0400, Dmitry. A. Ashkadov wrote: make dev-install is not really working on Windows. I tried to get it to do something useful some time ago, but haven't finished that. Is it impossible to develop LO on Windows

[Libreoffice] How to update translations

2011-08-15 Thread Dmitry. A. Ashkadov
Hello! I added new string, but I don't know how to update translations. Could You explain me how to update the translations? Thank You. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

[Libreoffice] Rectangle width

2011-08-15 Thread Dmitry. A. Ashkadov
Hello! I found out that class Rectangle contains two different finctions getWidth() and GetWidth(). The first returns wrong value. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.

Re: [Libreoffice] Questions about OpenOffice developing

2011-04-26 Thread Dmitry A. Ashkadov
Hello! Ah - so Window is misleading, that is a very low base class. You want to inherit from eg. Dialog, or SystemWindow I suspect. 1. I expect this window hasn't any system borders and menus (close, minimize and so on). I expect this window isn't a dialog and hasn't any menubar (SystemWindow

Re: [Libreoffice] Rectangle width

2011-08-23 Thread Dmitry. A. Ashkadov
Hello! For example, there is small bug corresponding to this problem. See function «ImplDrawDropdownArrow» in «toolbox.cxx» («vcl» module). A lines     long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2;     long y = rDropDownRect.Top() + (r

[Libreoffice] DrawPolyLine on Windows

2011-08-23 Thread Dmitry. A. Ashkadov
Hello! I tried to draw polyline But on Windows... the end point is not drawn... the main problem is WinAPI LineTo() function. MSDN says: The *LineTo* function draws a line from the current position up to, but not including, the specified point. I think WinAPI Polyline() function uses LineT

Re: [Libreoffice] DrawPolyLine on Windows

2011-08-23 Thread Dmitry. A. Ashkadov
23.08.2011 19:06, Tor Lillqvist пишет: I tried to draw polyline But on Windows... the end point is not drawn... I am not saying your patch is not useful, but just out of interest, how do you interpret the word "point" in the GDI documentation for LineTo()? Does it in fact simply mean "pixe

Re: [Libreoffice] [PUSHED] DrawPolyLine on Windows

2011-08-30 Thread Dmitry. A. Ashkadov
Hello! Any code [patches] from me is always under normal license of LibreOffice. 29.08.2011 14:28, Tor Lillqvist пишет: Anyway, I committed and pushed your patch, thanks! Please do follow up with more patches if you notice other problems. Please confirm that you license your code under our no

Re: [Libreoffice] [PUSHED] DrawPolyLine on Windows

2011-08-30 Thread Dmitry. A. Ashkadov
Licensing is very difficult question for me. I contribute some code [patch] without any limitations. So, if it is easier to integrate patch under LGPLv3/MPL licenses then I say «LGPLv3/MPL». 30.08.2011 20:37, Tor Lillqvist пишет: Any code [patches] from me is always under normal license of Lib

[Libreoffice] Try to improve LibreOffice

2011-09-07 Thread Dmitry. A. Ashkadov
Hello! Can I try to improve LibreOffice? I had found task «Improving Saving Information Icon in the Status Bar» (http://bugs.freedesktop.org/show_bug.cgi?id=39430). But I don't know who can help me, who can give me icons. -- Best Regards, Dmitry <>___

[Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! I had tried to build LO, but thereare two errors during build: Compiling: filter/source/graphicfilter/epict/epict.cxx Making:epict.lib Making:libeptlo.so Making:all_epict.dpslo Entering /home/user/projects/libreoffice/filter/source/svg Compiling: filter/source/svg/parserfrag

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello, Caolán! I had tried full rebuild: $ make clean $ make but the problems are left. For module 'filter' command dmake depend=t wokrs as 'touch' for extensions! thank you! 08.09.2011 13:59, Caolán McNamara пишет: On Thu, 2011-09-08 at 13:53 +0400, Dmitry. A. Ashkad

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! The building now reaches module 'tail_build' and fails: = (1/1) Building module tail_build = Entering /home/user/projects/libreoffice/tail_build/prj cd .. && make -s -r -j2 && make -s -r deliverlog [ build MOD ] sc [ build CUT ] hwpfilter_test_hwpfilter [ build

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Good! The office was build successfully! :-) Why «make dev-install» works as simple «make» now? How can I install office to local directory? Thank you. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org ht

[Libreoffice] A few questions for developers

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! I found that images as a resource defined in *.src file with parameter «MaskColor»: Image RID_SVXBMP_SLIDERINCREASE { ImageBitmap = Bitmap { File = "slidezoomin_11.png" ; }; MaskColor = STD_MASKCOLOR; }; What does this parameter mean? Can I don't set MaskColor?

Re: [Libreoffice] Пожелания по программе.

2011-09-12 Thread Dmitry. A. Ashkadov
Hello! Should this letter be translated? 12.09.2011 13:49, meb...@ya.ru пишет: Здравствуйте. Добавьте, пожалуйста, возможность вырезания строки (с удалением пустой строчки) и последующей вставки вырезанной строки в заданное место так, чтобы не надо было делать лишних действий по удалению очищ

[Libreoffice] Small refactoring

2011-09-12 Thread Dmitry. A. Ashkadov
Hello! I found many classes which have functions like «queryInterface», «acquire» and etc. implemented in a same way. Maybe is it better to introduce a new helper class? I can do it. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreO

Re: [Libreoffice] Пожелания по программе.

2011-09-12 Thread Dmitry. A. Ashkadov
I'm not an author of feature request. Should I add feature request to bug tracker? It seems, this request requires more details from author. 12.09.2011 15:02, Andras Timar пишет: Hello, 2011.09.12. 12:53 keltezéssel, Dmitry. A. Ashkadov írta: Hello! Should this letter be translated?

Re: [Libreoffice] [PATCH] Try to improve LibreOffice

2011-09-12 Thread Dmitry. A. Ashkadov
Hello! I attached two patches (= 2 commits). Improvement: #39430 (http://bugs.freedesktop.org/show_bug.cgi?id=39430) Author: Dmitry Ashkadov License: LGPLv3/MPL Should I close bug #39430 ? 07.09.2011 18:10, Dmitry. A. Ashkadov пишет: Hello! Can I try to improve LibreOffice? I had found

[Libreoffice] [PATCH] Improving saving information icon in status bar (#39430)

2011-09-19 Thread Dmitry. A. Ashkadov
Hello! I had resent this letter because there are no answers to my patch in mailing list after one week. Hello! I attached two patches (= 2 commits). Improvement: #39430 (http://bugs.freedesktop.org/show_bug.cgi?id=39430) Author: Dmitry Ashkadov License: LGPLv3/MPL Should I close bug #39430

Re: [Libreoffice] True Trojans or false positives ?

2011-09-30 Thread Dmitry. A. Ashkadov
Hello! If the files will be XORed then during testing they will be unXORed. I think, antiviruses can handle unXORed files and block testing. 27.09.2011 14:54, Thorsten Behrens пишет: dionysien wrote: Immediately 'Autoprotect' (from Symantec, on win XP) claimed to detect and move to quarantin

[Libreoffice] Icecream & Windows

2011-11-03 Thread Dmitry. A. Ashkadov
Hello! Is it possible to build LO for Windows using icecream? Thank you. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice