Copyright of the Icons default, industrial and tango

2014-01-01 Thread Raphael Bircher

Hi all

Today we, (Rainer, Regina and I) foud out that we miss two icons in our 
Icon sets. See https://issues.apache.org/ooo/show_bug.cgi?id=123941 .


The Icons are available at the Pre Apache Release 3.2.1 but not at 3.3.0.

What do you think, can we take over the Icons without problem to the 
main source?


Greetings Raphael

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Copyright of the Icons default, industrial and tango

2014-01-01 Thread Kay Schenk
On Wed, Jan 1, 2014 at 6:41 AM, Raphael Bircher  wrote:

> Hi all
>
> Today we, (Rainer, Regina and I) foud out that we miss two icons in our
> Icon sets. See https://issues.apache.org/ooo/show_bug.cgi?id=123941 .
>
> The Icons are available at the Pre Apache Release 3.2.1 but not at 3.3.0.
>
> What do you think, can we take over the Icons without problem to the main
> source?
>

 Thanks to all of you for your efforts on this.

Maybe we need to do a bit more research on why they disappeared before just
using them again. Maybe there's some legal reason they got removed, but how
to determin that might be difficult.

I can't imagine that they were just "deleted" accidentally, but you never
know.




> Greetings Raphael
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
-
MzK

"Cats do not have to be shown how to have a good time,
 for they are unfailing ingenious in that respect."
   -- James Mason


Re: Copyright of the Icons default, industrial and tango

2014-01-01 Thread Rob Weir
On Wed, Jan 1, 2014 at 9:41 AM, Raphael Bircher  wrote:
> Hi all
>
> Today we, (Rainer, Regina and I) foud out that we miss two icons in our Icon
> sets. See https://issues.apache.org/ooo/show_bug.cgi?id=123941 .
>
> The Icons are available at the Pre Apache Release 3.2.1 but not at 3.3.0.
>
> What do you think, can we take over the Icons without problem to the main
> source?
>

Were the icons in the original OOo Hg repository?  If so, do you know
the path?  Was trunk or a CWS?  It is possible we missed something
when doing the original import.

-Rob

> Greetings Raphael
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Copyright of the Icons default, industrial and tango

2014-01-01 Thread Regina Henschel

Hi Raphael,

Raphael Bircher schrieb:

Hi all

Today we, (Rainer, Regina and I) foud out that we miss two icons in our
Icon sets. See https://issues.apache.org/ooo/show_bug.cgi?id=123941 .

The Icons are available at the Pre Apache Release 3.2.1 but not at 3.3.0.

What do you think, can we take over the Icons without problem to the
main source?


See my comment in the issue. The images are contained in 
ooo_custom_images/classic/classic_images.tar.gz in the current 
repository. Therefore I think, there is no copyright problem.


Kind regards
Regina


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: New committer: Tsutomu Uchino (hanya)

2014-01-01 Thread sebb
On 28 December 2013 23:42, Alexandro Colorado  wrote:
> Hi Hanya, good to see more developers on the PMC.

[Pendantic mode]

Please note that the PMC is the Project Management Committee.

Not all developers who work on the AOO project are members of the PMC.

> Hope your insights will keep this project afloat and thriving.

Indeed.

>
> On Sat, Dec 28, 2013 at 3:30 PM, Vladislav Stevanovic <
> stevanovicvladis...@gmail.com> wrote:
>
>> Hello Tsutomu!
>> We do not know each other, but I noticed your effort in Ooo (Aoo) project
>> (as Hanya). I am glad that you are here (in formal way), where you belong
>> for a long time...
>>
>> Regards,
>> Wlada
>>
>>
>>
>> 2013/12/28 Hagar Delest 
>>
>> > Welcome!
>> > Nice to see another regular forum user (contributing a lot for macros)
>> > part of the PMC.
>> > :-)
>> >
>> > Hagar
>> >
>> >
>> > Le 28/12/2013 10:38, Andrea Pescetti a écrit :
>> >
>> >  The Project Management Committee (PMC) for Apache OpenOffice has asked
>> >> Tsutomu Uchino to become a committer and we are pleased to announce
>> >> that he has accepted and taken the ID "hanya".
>> >>
>> >> A warm welcome to Tsutomu !
>> >>
>> >> Regards,
>> >>
>> >> Andrea, on behalf of the Apache OpenOffice PMC
>> >>
>> >> -
>> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> >>
>> >>
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> > For additional commands, e-mail: dev-h...@openoffice.apache.org
>> >
>> >
>>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
> 882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Find and Replace Macro with regex captured groups in replace text

2014-01-01 Thread F C. Costero
The problem is the line
oFind.setString(FandR.ReplaceString)

The setString() method takes a string input and doesn't know anything about
the search done with oDoc.FindNext() or regular expressions. You can
perform a global replace that implements your regular expression with
oDoc.replaceAll(FandR)
I tried this for the string budh and got

budh 1P = b[guṇa udh]->b[a+udh]->bodh + a->bodha
which is not exactly what you expected.
I don't at the moment see how to do a local replace but I'm no expert in
such things.
Best regards,
Francis

On Tue, Dec 31, 2013 at 1:31 PM, Harry Spier wrote:

> Dear list members,
>
> I need to write a macro that tries to match a series of regexs against some
> text I've selected and then replace it with a replacement string that
> contains captured groups.
>
> I've tried the following (borrowed and modified from some on-line code) but
> it doesn't recognise $0,$1,$2,$3 as captured groups and just prints them
> out as literals.
> This is what I've tried:
> ---
> Sub Stem1P()
> Dim oDoc,oText,oVC,oStart,oEnd,oFind,FandR
> oDoc = ThisComponent : oText = oDoc.Text
> oVC = oDoc.CurrentController.getViewCursor
>
>
> aFind = Array(
> "([^aāiīuūṛṝḷḹeo[:space:]])(a)([^aāiīuūṛṝḷḹeo]h{0,1})[:space:]{0,1}",_
> "([^aāiīuūṛṝḷḹeo[:space:]]*)(i)([^aāiīuūṛṝḷḹeo]h{0,1})[:space:]{0,1}",_
> "([^aāiīuūṛṝḷḹeo[:space:]])(u)([^aāiīuūṛṝḷḹeo]h{0,1})[:space:]{0,1}",_
> "([^aāiīuūṛṝḷḹeo[:space:]]*)(ṛ)([^aāiīuūṛṝḷḹeo]h{0,1})[:space:]{0,1}",_
> "([^aāiīuūṛṝḷḹeo[:space:]]*)(ḷ)([^aāiīuūṛṝḷḹeo]h{0,1})[:space:]{0,1}")
>
>
>
>
> aReplace = Array ( "$0 1P = $1[guṇa $2$3]->$1[$2$3]->$1a$3 + a->$1a$3a",_
> "$0 1P = $1[guṇa $2$3]->$1[a+$2$3]->$1e$3 + a->$1e$3a",_
> "$0 1P = $1[guṇa $2$3]->$1[a+$2$3]->$1o$3 + a->$1o$3a",_
> "$0 1P = $1[guṇa $2$3]->$1[a+$2$3]->$1ar$3 + a->$1ar$3a",_
> "$0 1P = $1[guṇa $2$3]->$1[a+$2$3]->$1al$3 + a->$1al$3a")
>
>
> aRayCount = 0
> While aRayCount <= uBound(aFind)
> oStart = oText.createTextCursorByRange(oVC.Start)
> oEnd = oText.createTextCursorByRange(oVC.End)
> FandR = oDoc.createReplaceDescriptor
> With FandR
> .SearchString = aFind(aRayCount)
> .ReplaceString = aReplace(aRayCount)
> .searchCaseSensitive = true
> .SearchWords = false
> .SearchRegularExpression = true
> End With
> Do
> oFind = oDoc.FindNext(oStart.End,FandR)
> If isNull(oFind) then Exit Do
> If oText.compareRegionEnds(oFind,oEnd) < 0 then Exit Do
> oFind.setString(FandR.ReplaceString)
> oFind = oDoc.FindNext(oFind.End,FandR)
> Loop
>
> aRayCount = aRayCount + 1
> Wend
> End Sub
> 
> When I select the text   budhand then run the macro it doesn't
> recognize $0,$1,$2,$3 as captured groups but prints:
>
> $0 1P = $1[guṇa $2$3]->$1[a+$2$3]->$1o$3 + a->$1o$3a
> instead of what I want which is :
>
> budh 1P = b[guṇa udh]->b[a+udh]->bedh + a -> budha
>
> Thanks,
> Harry Spier
>


How to get macro security button enabled?

2014-01-01 Thread Regina Henschel

Hi all,

I've build AOO from trunk with the configure settings listed below. I 
have installed the build administrative. In Tools > Options > OpenOffice 
> Security I click on the "Macro security" button, but nothing happens.


There is no general problem with "Macro security". It works in the 
builds from buildbot. So what do I miss in my build?


Kind regards
Regina

./configure \
 --with-directx-home="/cygdrive/c/Program Files/Microsoft DirectX SDK 
(June 2010)" \
 --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio 
9.0/VC" \

 --disable-activex \
 --with-mozilla-build="/cygdrive/c/mozillabuild" \
 --enable-dbgutil \
 --with-asm-home="/cygdrive/c/Program Files/Microsoft Visual Studio 
9.0/VC/bin" \

 --with-jdk-home="/cygdrive/c/Program Files/Java/jdk1.6.0_38" \
 --with-ant-home=/ant \
 --with-mspdb-path="/cygdrive/c/Program Files/Microsoft Visual Studio 
9.0/Common7/IDE" \

 --without-junit \

--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"; 
\

 --without-fonts \
 --with-atl-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/atl71" \
 --with-atl-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/ATL/i386" \
 --with-mfc-include-dir="/cygdrive/c/WinDDK/7600.16385.1/inc/mfc42" \
 --with-mfc-lib-dir="/cygdrive/c/WinDDK/7600.16385.1/lib/Mfc/i386" \
 --with-vendor="Regina_Henschel" \
 --with-build-version="r1554205 2013_12_31"



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Copyright of the Icons default, industrial and tango

2014-01-01 Thread Raphael Bircher

Hi Rob

Am 01.01.14 21:29, schrieb Rob Weir:

On Wed, Jan 1, 2014 at 9:41 AM, Raphael Bircher  wrote:

Hi all

Today we, (Rainer, Regina and I) foud out that we miss two icons in our Icon
sets. See https://issues.apache.org/ooo/show_bug.cgi?id=123941 .

The Icons are available at the Pre Apache Release 3.2.1 but not at 3.3.0.

What do you think, can we take over the Icons without problem to the main
source?


Were the icons in the original OOo Hg repository?  If so, do you know
the path?  Was trunk or a CWS?  It is possible we missed something
when doing the original import.
The two icons was a part of the OOO320 Branch (The offizial release 
branch for version 3.2.x). They get removed in the OOO330 branch. The 
first AOO version is based on OOO340 plus some CWS. So they get removed 
in pre AOO Time.


I downloaded the tarball from the 3.2.1 Release OOO320_m19. The path of 
the Icons is /main/default_images/res The Images ar sc10617.png and 
sc10618.png


Greetings Raphael

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org