Re:Re: How do I add a new template to install the package with a separate classification

2013-03-14 Thread Yi
Hi ,

>But maybe  you can introduce yourself to the community and give us
>little bit background information.

Thanks for your reply, but I think I have introduced myself before.
-
2013/1/7
Hello All,
My name is Yi, from China, interested in joining the opensource community to 
gain some experience. My interest lies in C++. I have got my own build on 
Windows XP with a MSVC 2008 Express .
I am interested in Writer. What can I do next?
Kind regards
Yi
-- 

>"2" is not very intuitive and your email address is also not self
>explaining. It's common practice that people introduce themselves on the
>mailing list.
Thisismynegligence, I did not noticethemailboxsettings, I changed right now!

if some one know how to fix my question below , please tell me ,thanks!

>> How do I add a new template to install the package with a separate 
>> classification, I add some templates in here 
>> “D:\aoo\main\extras\source\templates\presnt\lang\en-US” before building, but 
>> it doesn't work
>> 






At 2013-03-13 22:45:32,"Jürgen Schmidt"  wrote:
>On 3/13/13 3:09 PM, 2 wrote:
>> Hi,
>> How do I add a new template to install the package with a separate 
>> classification, I add some templates in here 
>> “D:\aoo\main\extras\source\templates\presnt\lang\en-US” before building, but 
>> it doesn't work
>> 
>
>I can't help because I don't know it.
>
>But maybe  you can introduce yourself to the community and give us
>little bit background information.
>
>"2" is not very intuitive and your email address is also not self
>explaining. It's common practice that people introduce themselves on the
>mailing list.
>
>Kind regards and welcome at Apache OpenOffice
>
>Juergen
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>For additional commands, e-mail: dev-h...@openoffice.apache.org
>


Re:Re: [Call-for-Review] code changes for more powerful smarttag extensions

2013-03-14 Thread Yi
Hi,
What I mean isthatI would liketo participate in development of this extension




At 2013-03-13 22:33:43,"Jürgen Schmidt"  wrote:
>On 3/13/13 3:04 PM, 2 wrote:
>> Hi,  this is a wonderful extension, I would like to take a look, how can I 
>> get it?
>
>you can't get the extension at the moment and it would not help you. The
>extension works only with a server backend and/or a valid account.
>
>And I think the extension is still under development...
>
>
>Juergen
>
>> 
>> 
>> 
>> 在 2013-03-13 21:30:26,"Jürgen Schmidt"  写道:
>>> On 2/7/13 5:30 PM, Jürgen Schmidt wrote:
 On 2/7/13 5:08 PM, Kai Labusch wrote:
> Hi everyone,
>
> I'm a colleague of Robert Barbey at Acrolinx and I'm working on the 
> OpenOffice 
> Writer integration of our client-server text-processing solution.
> Currently, we already have a working writer extension that has been 
> implemented in java and provides the functionality we need. 
> For the implementation, we had to modify the AOO sources and add/change 
> some 
> API-functions/interfaces.
>
> Robert already posted a call-for-review for a modification of the 
> XSmartTagRecognizer interface ("[Call-for-Review] Extension to 
> XSmartTagRecognizer interface", 
> https://issues.apache.org/ooo/show_bug.cgi?id=121391). We modified this 
> patch 
> request according to suggestions of Ariel and Jürgen and submitted a new 
> patch 
> request that is also mentioned in this post.
>
> During development of our writer extension we stumbled on a number of 
> issues 
> where we felt the need to modify something within AOO. 
> The purpose of this post is to provide a summary of these changes and to 
> ask 
> for comments and input since there might be better ways to solve the 
> problems 
> we had without the need to change something within AOO.
>
> We splitted all the modifications in five different patch-sets where each 
> patch-set contains a number of changes that belong to a common aspect.
> We submitted the patch-sets via bugzilla and I will refer to them in this 
> post 
> later on.
>
> First, as a motivation, I would like to describe the most important 
> aspects of 
> what our writer extension does:
>
> The extension adds a toolbar and menu to the writer application. The menu 
> and 
> toolbar have a "check"-button/entry that can be used in order to 
> simultaneously check the document for different types of issues.
>
> Among others, issues can be:
> - spelling errors
> - grammar errors
> - style rules (like "Don't use Future tense", "Don't use passive voice")
> - reuse (use a different/better phrase that already has been approved due 
> to 
> some reason)
> - terminology (use a different word)
> - sentence break missing
> - broken link
> - sentence too long
> - wrong capitalization
>
> If the user clicks the check-button, the writer extension would extract 
> the 
> text of the document and send it to a server application. 
> The server application performs a linguistic analysis of the document and 
> creates a report of all issues that have been identified. 
> The writer extension then receives the report and marks the issues within 
> the 
> writer document. 
>
> For each issue, a smarttag is shown where its type is depicted by the 
> color of 
> the smarttag line (colors can be configured, for instance: spelling -> 
> red, 
> grammar -> blue,  style-> green ...). 
>
> The extension does not only send the text of the document to the 
> linguistic 
> server but also context information like character-style,  
> paragraph-style, 
> font-type. The linguistic rules within the server application are context 
> sensitive, i.e., they might behave differently  depending on the context 
> of a 
> particular part of the text (for instance different capitalization in 
> titles).
>
> Furthermore, they are also  context sensitive with respect to the 
> surrounding 
> text, i.e., it is not sufficient to consider only one or two words (for 
> instance "sentence too long"). The context can be quite large since the 
> system 
> can be configured so that certain document structures (entire paragraphs, 
> footnotes, image captions...)  are considered as parenthetic elements 
> which 
> are removed from the normal text-flow or completely ignored. Since the 
> outcome 
> of the checking process can depend on the entire document, it is not 
> possible 
> to perform the check based on a part of the text as it is done in some 
> proofreading APIs.
>
> Due to the reasons mentioned above, it is neccessary that the smarttag 
> extension can globally identify and localize a particular part of the 
> text 
> with

I found a problem in my VM

2013-04-06 Thread Yi
Hi,
 The imageresolution of My virtual machine is 16-bit, I found maybe a problem 
in backingwindow form(source code corresponding in backingwindow.cxx), when I 
selected the lower left corner ofthe three buttons in toolbox,thebutton 
picturewillhavelace. I think this is a problem, I don't kown how to fix it , 
who can tell me some ideas, Thanks.

Yi


Extensions Integration into Installation Set, but constantly crashes

2013-04-12 Thread Yi
Hi,
I added the my_extension to my Windows build of OOo 3.4.1. fellow the 
instructions at : 
http://wiki.openoffice.org/wiki/Extensions_Integration_into_Installation_Set,.
it works, but constantly crashes when I try to open the extension manager 
in my OOo 3.4.1
I don't know why...
 
Look forward to your reply
Yi

Re:Re: where is the source code of loading page?

2013-05-15 Thread Yi
there is a loading interface firstly when I start writer app, I wanna get the 
source code  of the loading interface in openoffice project.






At 2013-05-16 07:38:37,"My Yong Lin"  wrote:
>Could you be more specific with the question? For example, which app and what 
>are you trying to do?
>
>Sent from iPad
>
>On 2013年5月15日, at 下午11:04, Yi  wrote:
>
>> Hi all,
>> where is  the source code of loading page?
>> Thanks!
>> 
>> Yi
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>For additional commands, e-mail: dev-h...@openoffice.apache.org
>


jni_uno bridge error

2013-06-14 Thread Yi
Hi, when I try to install my java extension , I have the error message as 
follow , How could I fix it?



How can I find the method of some functions in source code

2013-07-05 Thread Yi
Hi all,
 How can I find the method of some functions in source code, such as Insert 
Comment in Writer, I found it was so difficult to find the method in source 
code, who can give me a hint?




Yi

Re: Introduction

2013-03-03 Thread Yi Xuan Liu
Welcome Kalyani.  Your rich experience is a great support for our project :)

Could you help to run daily build verification test (BVT)? The BVT guide is
http://wiki.openoffice.org/wiki/QA/test_automation_guide

Be free to contact me for any issue.

On Sat, Mar 2, 2013 at 1:04 AM, Kalyani Chakraborty wrote:

> Hi,
>
> I am Kalyani from India. With experience as a C++ Developer and Product
> Manager, I would like to contribute in the following areas :
>
> -  Write or update documentation
> - Test the program and report bugs
> -  Code new features/Fix bugs
> -  Maintain the website and develop new material
>
> Thanks
> Kalyani
>


Re: Vote now for 2013 Readers Choice Awards (About.com)

2013-03-04 Thread Yi Xuan Liu
Have Voted for AOO

On Tue, Mar 5, 2013 at 5:10 AM, Rob Weir  wrote:

> We've received four nominations in About.com's 2013 Readers Choice
> Awards.  In the category of Office Software we've been nominated for:
>
> -- Your Favorite Office Suite for Windows
>
> http://office.about.com/b/2013/02/19/vote-your-favorite-office-suite-for-windows.htm
>
> -- Your Favorite Business Software Solution
>
> http://office.about.com/b/2013/02/19/vote-your-favorite-business-software-solution.htm
>
> -- Your Favorite Site for Office Software Templates
>
> http://office.about.com/b/2013/02/19/vote-your-favorite-site-for-office-software-templates.htm
>
> -- Your Favorite Office Software Company for Social Responsibility
>
> http://office.about.com/b/2013/02/19/vote-on-your-favorite-office-software-company-readers-choice-awards-2013.htm
>
> For that last one the nominee is "Apache Foundation".
>
> Now comes the voting, which lasts until March 19th.  You can vote once
> per day, in each category.
>
> The website says, "Please also feel free to spread the word to your
> community!", so I suggest we do exactly that and show that not only do
> we have great software, but we also have a great community as well.
>
> As they say in Chicago, "vote early and often"
>
> Regards,
>
> -Rob
>


Re: Issue with the Insert-File command in Writer

2013-03-05 Thread Yi Xuan Liu
Thanks for your findings. Could you open a defect at bugzilla
https://issues.apache.org/ooo/, which is used to track issues.

On Wed, Mar 6, 2013 at 12:41 AM, Guy Waterval wrote:

> Hi all,
>
> I have noticed a special behaviour of the command Insert > File ... in
> Writer.
> When the images in a writer file are coming from Impress/Draw by
> cut/copy/paste, the writer file is running OK, but if I will integrate it
> to an other writer file with the commande Insert File, all these images
> from the inserted file are lost.
> BTW the Master document function doesn't make any problem in this case.
> Windows XP and windows 7
> Tested on AOO 3.4.1 and OOoLight. Same behaviour.
>
> A+
> --
> gw
>


[QA Report]Weekly Defect Analysis

2013-03-24 Thread Yi Xuan Liu
Hi, all:

Here is this week(20130317~20130324) report


http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130325


Questions about sidebar feature

2013-03-25 Thread Yi Xuan Liu
hi, all:

I've noticed that a new sidebar build is available on sidebar wiki. I've
tried to use, and found not all sidebar panel is available.

Could some one give a list of current available sidebar panel? Then, we
could start our test on it.

Thanks!


Re: Questions about sidebar feature

2013-03-26 Thread Yi Xuan Liu
Andre, thanks for your explanation. I'll create test cases according to
these files

On Mon, Mar 25, 2013 at 4:13 PM, Andre Fischer  wrote:

> On 25.03.2013 08:35, Yi Xuan Liu wrote:
>
>> hi, all:
>>
>> I've noticed that a new sidebar build is available on sidebar wiki. I've
>> tried to use, and found not all sidebar panel is available.
>>
>> Could some one give a list of current available sidebar panel? Then, we
>> could start our test on it.
>>
>
> Hi, thanks for your interest.
>
> You can find information on the Wiki.  Probably most relevant to you will
> be the sections about "Decks and Panels" [1].  It contains a list of all
> decks and panels that are planned to be ready for the 4.0 release.  The
> missing panels are marked with TBD.  These are Alignment, Cell Appearance,
> Number Format, Paragraph, Wrap.  The Text panel exists in the snapshot
> build but is not feature complete.  It is currently being checked in and
> will be available in the next build.
>
> There is also section "Migration of Symphony content panels" [2] and
> "Migration/conversions of AOO dialogs" [3] with more details on migration
> status.
>
> -Andre
>
> [1] 
> http://wiki.openoffice.org/**wiki/Sidebar#Panels_and_Decks<http://wiki.openoffice.org/wiki/Sidebar#Panels_and_Decks>
> [2] http://wiki.openoffice.org/**wiki/Sidebar#Migration_of_**
> Symphony_content_panels<http://wiki.openoffice.org/wiki/Sidebar#Migration_of_Symphony_content_panels>
> [3] http://wiki.openoffice.org/**wiki/Sidebar#Migration.**
> 2Fconversions_of_AOO_dialogs<http://wiki.openoffice.org/wiki/Sidebar#Migration.2Fconversions_of_AOO_dialogs>
>
>
>> Thanks!
>>
>>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: [QA Report]Weekly Defect Analysis

2013-03-29 Thread Yi Xuan Liu
Good suggestions. Thanks Helen!
I'll add this list in the following report.


On Fri, Mar 29, 2013 at 3:41 PM, Yue Helen  wrote:

> Thanks Xuan. Good to know that 23 were opened, and 24 were fixed...we got
> one reduce in total :)
>
> One suggestion is, it would be great if you can include a list of defects
> which need highlight...it could be based on the severity or the scenario is
> very common...
>
> Helen
>
> 2013/3/24 Yi Xuan Liu 
>
> > Hi, all:
> >
> > Here is this week(20130317~20130324) report
> >
> > <http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130325>
> > http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130325
> >
>


[QA][Weekly Report] Weekly Defect Status by 20130401

2013-03-31 Thread Yi Xuan Liu
Here is the weekly defect status (20130324~20130401):

http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130401

We're glad to see 2 sidebar defects
(12960
12961 ) are opened
this week.
Hope more sidebar defects found in future.


[QA][Weekly Report] Defects Status weekly report as of 2013/04/08

2013-04-06 Thread Yi Xuan Liu
Hi, all

Defects status weekly report as of 20130408:
http://wiki.openoffice.org/wiki/QA/Report/DefectStatus#Weekly_report_as_of_2013.2F04.2F08


Re: Wiki of Sidebar testing status

2013-04-09 Thread Yi Xuan Liu
Andre, thanks for your reminder.
1. Can I add a link of the sidebar test status wiki under the "Known Bugs
and enhancements" section

2&3: I've update bug list of sidebar. It includes 3 defects, 2 enhancement
and 1 feature. And I've added some comments to some defect


On Mon, Apr 8, 2013 at 3:29 PM, Andre Fischer  wrote:

> On 08.04.2013 04:12, Yi Xuan Liu wrote:
>
>> Hi, all:
>>
>> I recorded sidebar testing status in wiki.
>> http://wiki.openoffice.org/**wiki/QA/Report/AOO4.**0FeatureReport<http://wiki.openoffice.org/wiki/QA/Report/AOO4.0FeatureReport>
>>
>> I'll update this wiki page each week to track sidebar test.
>>
>>
> Hi, thanks that you are helping with the sidebar.
>
> Here are some comments and questions:
>
> 1. There is already a Wiki page for the sidebar: [1]
> There is even a section for the current QA status: [2]
>
> Maybe we can include your QA status into the existing one?
>
>
> 2. There is not much context or explanation about the tests that have been
> made.  Can you explain at least the six failures listed in section 3?
>
> 3. The choice of issues in section 4 (Sidebar Bugs Analysis) is unclear to
> me.
> a Half of the issues are already fixed
> b Some of the issues are very old and where written long before the
> sidebar implementation began.
> c At least one issue (14887) is entirely unrelated.  It describes a
> bug regarding the sidebar of our homepage.
> d Some issues listed in [2] are missing.
>
>
> If you could cleanup your wiki page and add some explanations then it
> could be very helpful for the sidebar development work.
>
> Thanks,
> Andre
>
>
> 1: 
> http://wiki.openoffice.org/**wiki/Sidebar<http://wiki.openoffice.org/wiki/Sidebar>
> 2: 
> http://wiki.openoffice.org/**wiki/Sidebar#Known_Bugs_and_**Enhancements<http://wiki.openoffice.org/wiki/Sidebar#Known_Bugs_and_Enhancements>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Sidebar merged into trunk

2013-04-10 Thread Yi Xuan Liu
Great News! Congratulations!
I'll install it and call for more volunteers to test


On Wed, Apr 10, 2013 at 5:48 PM, Andre Fischer  wrote:

> Hi community,
>
> the first phase of the sidebar development is complete.  The sidebar
> is now feature complete, ie all panels that are planned for the 4.0
> release are now available.
>
> More importantly: we have just merged the sidebar branch into trunk.
> That means that from now on, every build of trunk will contain the
> sidebar.  It is active by default and ready for use.
>
> The next phase will concentrate on two things:
>
> - Improving usability and appearance.
>
> - Finding and fixing bugs.
>
>
> Everyone of you can help with both points: please try out the sidebar
> and tell us about everything that does not work or that you don't
> like.  If you find an error then please look at [1] to see if
> something like this is already known.  If not, please write a new
> issue for it.
> For everything else we have this mailing list.
>
> Best regards,
> Andre
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Sidebar merged into trunk

2013-04-11 Thread Yi Xuan Liu
Andre, I can't download the builds now. It shows "No such resource. File
not found".
However, it is ok yesterday.
Could you help to check? Thanks!


On Wed, Apr 10, 2013 at 5:48 PM, Andre Fischer  wrote:

> Hi community,
>
> the first phase of the sidebar development is complete.  The sidebar
> is now feature complete, ie all panels that are planned for the 4.0
> release are now available.
>
> More importantly: we have just merged the sidebar branch into trunk.
> That means that from now on, every build of trunk will contain the
> sidebar.  It is active by default and ready for use.
>
> The next phase will concentrate on two things:
>
> - Improving usability and appearance.
>
> - Finding and fixing bugs.
>
>
> Everyone of you can help with both points: please try out the sidebar
> and tell us about everything that does not work or that you don't
> like.  If you find an error then please look at [1] to see if
> something like this is already known.  If not, please write a new
> issue for it.
> For everything else we have this mailing list.
>
> Best regards,
> Andre
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Sidebar merged into trunk

2013-04-11 Thread Yi Xuan Liu
It works now!


On Thu, Apr 11, 2013 at 9:15 PM, Yi Xuan Liu wrote:

> Andre, I can't download the builds now. It shows "No such resource. File
> not found".
> However, it is ok yesterday.
> Could you help to check? Thanks!
>
>
> On Wed, Apr 10, 2013 at 5:48 PM, Andre Fischer  wrote:
>
>> Hi community,
>>
>> the first phase of the sidebar development is complete.  The sidebar
>> is now feature complete, ie all panels that are planned for the 4.0
>> release are now available.
>>
>> More importantly: we have just merged the sidebar branch into trunk.
>> That means that from now on, every build of trunk will contain the
>> sidebar.  It is active by default and ready for use.
>>
>> The next phase will concentrate on two things:
>>
>> - Improving usability and appearance.
>>
>> - Finding and fixing bugs.
>>
>>
>> Everyone of you can help with both points: please try out the sidebar
>> and tell us about everything that does not work or that you don't
>> like.  If you find an error then please look at [1] to see if
>> something like this is already known.  If not, please write a new
>> issue for it.
>> For everything else we have this mailing list.
>>
>> Best regards,
>> Andre
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> dev-unsubscribe@openoffice.**apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>


Defect Weekly Status Report as of 4/15/2013

2013-04-13 Thread Yi Xuan Liu
The report could be found at

http://wiki.openoffice.org/wiki/QA/Report/DefectStatus/20130415


Defect Status as of 4/22/2013

2013-04-20 Thread Yi Xuan Liu
Hi, all:

Here  is
the defect status weekly report as of 4/22/2013.

We're glad to see that our sidebar test has gained a great progree with the
help of volunteers.
27 sidebar defects are opened this week. The list is attached
here
.

Thanks for all voluteers in sidebar testing in past weeks. Hope you could
continue support us to complete the sidebar test this week :)


AOO 4.0 FVT(Sidebar Testing) weekly Report

2013-04-21 Thread Yi Xuan Liu
Hi, all

By now, we have completed 71.65% sidebar test. 12 volunteers took part in
sidebar test.
31 sidebar defects are opened to track sidebar issue. We're expected to
complete sidebar test this Wednesday.

More information of sidebar test is
here
.

Any comment is welcomed.
Thanks!