I attach the java code segment and C++ calling stack for your
reference..Hope it helpful for you..
*Java Code Segment:*
String sUrl;
com.sun.star.beans.PropertyValue[] loadProps = new
com.sun.star.beans.PropertyValue[2];
loadProps[0] = new com.sun.star.beans.PropertyValue();
loadProps[0].Name = "H
an catch up in 4.0? Or should be plan it to 4.1?
>
> - Shenfeng (Simon)
>
>
> 2013/4/22 chengjh
>
> > Currently, there is an accessibility issue for table header. If end users
> > create Writer table and check the table header in the table dialog, the
> > tabl
Currently, there is an accessibility issue for table header. If end users
create Writer table and check the table header in the table dialog, the
table header will have "Table Header" style and can be exported to pdf/doc
completely,and Adobe Professional can recognize the table header
correctly.Th
Congratulation,Great Job Done.!!!
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 importantl
Hi Donald,
Please add page break with a different page style, and then to modify the
column setting for the subsequent page..In AOO, the page settings are
applied to page style. So, you need to use page style for your scenarios.
Hope it helpful for you.Thanks.
On Mon, Apr 1, 2013 at 7:47 AM, Dona
, that would would also show selected or boundry based selectio would
> be cool for us writers.
>
> What do you think?
>
>
> Don
>
>
>
>
> On 3/28/13 1:46 AM, chengjh wrote:
>
> Hi Don,
>
> What's feature that you want to dev? Could you please pr
Hi Don,
What's feature that you want to dev? Could you please provide more detail
description about your feature?Any related issue opened in
https://issues.apache.org/ooo/?
On Wed, Mar 27, 2013 at 9:47 PM, Don Chase wrote:
> may I?
>
> Thanks...
>
>
> Don
>
> --
> Don Chase
> CEO & Creative Dir
Hi BK,
Could you please provide a detail use case to describe what's your problem?
Of course, it is better based on a sample..Thus, the community can
understand correctly,and then do something helpful for you. Thanks.
On Tue, Mar 26, 2013 at 6:17 AM, B K wrote:
> i've been using openoffice for
Hi FR,
Thanks for your info..I voted them. And I propose to take them as high
priority candidate for 4.0.thanks.
On Mon, Mar 25, 2013 at 5:55 PM, FR web forum wrote:
> >I propose to improve the "Cc/Bcc" of mail merge
> Great!
>
> You have 2 issues about it:
> https://issues.apache.org/ooo/show_
Currently,the "Mail to" is designed to map a column of the data source,and
end users can select conveniently, that's a very good design,but "Cc/Bcc"
provides end users with the behavior to input mail address
manually.Moreover the same "Cc/Bcc" mail address will appear in all mails.
So, if the mail
Excellent..Cheers^
On Tue, Mar 5, 2013 at 12:26 AM, Rob Weir wrote:
> Yesterday we reached the 40 million download mark for Apache
> OpenOffice 3.4. Congratulations to all the volunteers who made this
> possible!
>
> More information can be found in this blog post on this topic:
> http://blogs.
+1,Voted for Apache OpenOffice..
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/
Hi Linhary, congratulation, you have made good progress on the development.
To your questions,I will only provide some key classes within sw module for
your further study,they are SwDoc, SwDocShell, SwView, SwEditWin,
SwCrsrShell, SwDrawShell, SwDrawDocument and so on. You can make
breakpoints with
lver
> 6.build debug=true --from sw
>
> Yi
>
>
> At 2013-01-09 16:32:46,chengjh wrote:
> >Sure,the compiled object files can be found at ..\main\solver\350\
> >wntmsci12.pro\workdir\CxxObject\sw\.,and dlls can be got
> >from ..\main\solver\350\wntmsci12.pro\work
Sure,the compiled object files can be found at ..\main\solver\350\
wntmsci12.pro\workdir\CxxObject\sw\.,and dlls can be got
from ..\main\solver\350\wntmsci12.pro\workdir\LinkTarget\Library..Thanks.
On Wed, Jan 9, 2013 at 3:52 PM, Herbert Duerr wrote:
> On 09.01.2013 08:06, 2 wrote:
>
>> whe
Hi Tseng,
Welcome to join the community for the product development.How about the
progress of your build?Any issue during your build,please post to the
community for help.Have a good day.
On Mon, Jan 7, 2013 at 9:44 PM, Regina Henschel wrote:
> Hi Tseng,
>
> tseng chan schrieb:
>
> Hello Regina
Good News,Congratulations!!!
On Thu, Dec 20, 2012 at 1:33 AM, Rob Weir wrote:
> For 3rd year in a row, OpenOffice Writer wins Linux Journal's Readers'
> Choice Award for Best Single Office Program. Congratulations,
> everyone!
>
> http://www.linuxjournal.com/slideshow/readers-choice-2012?page=1
ource.tar.gz"; \
--disable-mozilla --disable-build-mozilla
--enable-verbose --enable-category-b \
--enable-minimizer --enable-presenter-console
--enable-wiki-publisher --disable-odk
On Tue, Dec 4, 2012 at 3:28 AM, Pavel Janík wrote:
> Hi!
>
>
Hi Pavel,
I committed some changes to solve the found warnings...Please help to
verify again..And I will have a check to the whole sw module to see whether
any missed warning is still existing.thanks.
On Fri, Nov 30, 2012 at 3:54 AM, Pavel Janík wrote:
> Hi,
>
> current trunk issues few warning
Hi Pavel, this is unnecessary checking, and it will be revised soon..Thanks
for your care.
On Sat, Dec 1, 2012 at 3:19 AM, Pavel Janík wrote:
>
> On Nov 30, 2012, at 8:16 PM, Pavel Janík wrote:
>
> >
> > On Nov 30, 2012, at 12:04 PM, chengjh wrote:
> >
> >>
I will have a look.
On Fri, Nov 30, 2012 at 3:54 AM, Pavel Janík wrote:
> Hi,
>
> current trunk issues few warnings in sw/source/filter/ww8:
>
> cc1plus: warnings being treated as errors
> /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/ww8par3.cxx:
> In member function ‘SwNum
Committed with 1414498.thanks for the code review.
On Thu, Nov 22, 2012 at 11:27 AM, chengjh wrote:
> Thanks to Fan's effort.
>
>
> On Thu, Nov 22, 2012 at 11:02 AM, Fan Zheng wrote:
>
>> I will take a look at the patch. thx.
>>
>>
>>
>> 2012/
Committed with 1414498.thanks for the code review.
On Thu, Nov 22, 2012 at 11:27 AM, chengjh wrote:
> Thanks to Fan's effort.
>
>
> On Thu, Nov 22, 2012 at 11:02 AM, Fan Zheng wrote:
>
>> I will take a look at the patch. thx.
>>
>>
>>
>> 2012/
Hi Bill,
Currently,AOO supports ODT,MS Office Binary Format,PDF,TXT and so on..You
can select one format to publish your document on Kindle..At lease, I think
PDF will meet your requirement.
On Fri, Nov 23, 2012 at 9:38 AM, Bill Spencer wrote:
> Due to the fact I am on Social Security I am look
e code for unexperienced developers.
> >
> > In this example the issue represented by i120928 ( := OOo Issue Tracker
> ID
> > 120928 ) is to be resolved to https://issues.apache.org/ooo/**
> > show_bug.cgi?id=120928<
> https://issues.apache.org/ooo/show_bug.cgi?id=
; (sorry for top-posting)
>
>
> On 2012/10/09 8:06 AM, chengjh wrote:
>
>> The comment format can provide another way to get the whole code change
>> set,except svn, which is valuable for someone who has only the code
>> base,is
>> not familiar with the tool sv
I will take a look at the fidelity improvement.Thanks.
On Wed, Oct 10, 2012 at 6:00 PM, jane kang wrote:
> Detail info of issue pls refer to
> https://issues.apache.org/ooo/show_bug.cgi?id=120927. and
>
> http://wiki.openoffice.org/w/index.php?title=Writer/MSInteroperability/HyperLink
> .
>
>
>
Hi Gerry,
Could you please post more details?
1)Which release/build are you using?
2)Did you open an existing doc or just create a new doc?
3)Where did you copy the contents from?From web page,other doc or other
application?
4)What's your local/language of your Windows 7 Home?
Thanks.
On Wed, No
Valuable research. Slides and details are expected..Thanks for the sharing.
On Thu, Nov 8, 2012 at 9:45 PM, imacat wrote:
> Now running: Jian Lee: Improvements of Table Formatting in Writer
>
> Tables in DOC files is a key part to the interoperability of OpenOffice.
> Jian Lee presents his rese
On Thu, Nov 8, 2012 at 9:59 PM, imacat wrote:
> On 2012/11/08 14:07, Fan Zheng said:
> > thanks again!
> > BTW, may i ask that when will the session about the "CLOUD AOO" start?
>
> It was yesterday. It was a great success that the audiences
> doubles. The power of HTML5 is amazing. I cann
That's exciting, and we are expecting the technical feedback for the
solution evaluation and possible followed improvements.
On Fri, Nov 9, 2012 at 2:46 AM, Mark Thomas wrote:
> On 08/11/2012 17:18, RGB ES wrote:
> > 2012/11/8 Rob Weir mailto:robw...@apache.org>>
> >
> >
> http://it.slashdot.org
31 matches
Mail list logo