Re: WaE: STR_EXAMPLE redefined

2013-11-29 Thread Pavel Janík
On Nov 26, 2013, at 11:16 AM, Pavel Janík wrote: STR_EXAMPLE is redefined in cui: source/tabpages/connect.hrc:#define STR_EXAMPLE 1 source/tabpages/paragrph.hrc:#define STR_EXAMPLE 5010 It comes from accessibility improvements. Can I delete the define to 1? Who cares? ;-) -- Pavel Janík

Re: define ACCESSIBLE_LAYOUT?

2013-11-29 Thread Pavel Janík
On Nov 27, 2013, at 12:19 PM, Pavel Janík wrote: where is this defined? Occurences: sw/source/core/crsr/crsrsh.cxx:#ifdef ACCESSIBLE_LAYOUT sw/source/core/crsr/crsrsh.cxx:#ifdef ACCESSIBLE_LAYOUT sw/source/core/crsr/crsrsh.cxx:#ifdef ACCESSIBLE_LAYOUT sw/source/ui/docvw/edtwin.cxx

Re: define ACCESSIBLE_LAYOUT?

2013-11-29 Thread Pavel Janík
Hi Andre, On Nov 29, 2013, at 12:03 PM, Andre Fischer wrote: On 29.11.2013 10:34, Pavel Janík wrote: On Nov 27, 2013, at 12:19 PM, Pavel Janík wrote: where is this defined? Occurences: sw/source/core/crsr/crsrsh.cxx:#ifdef ACCESSIBLE_LAYOUT sw/source/core/crsr/crsrsh.cxx:#ifdef

Re: WaE: STR_EXAMPLE redefined

2013-11-29 Thread Pavel Janík
-- paragrph.src:String STR_EXAMPLE paragrph.src-{ paragrph.src- Text [ en-US ] = Example ; Pavel-Janiks-MacBook-Pro:tabpages pavel$ I think that aCtlPreview.SetAccessibleName with redefined STR_EXAMPLE can't work properly... -- Pavel Janík

define ACCESSIBLE_LAYOUT?

2013-11-27 Thread Pavel Janík
:#ifdef ACCESSIBLE_LAYOUT -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

WaE on trunk: svx/source/accessibility/charmapacc.cxx

2013-11-26 Thread Pavel Janík
/Users/pavel/BUILD/BuildDir/ooo_trunk_src/svx/source/accessibility/charmapacc.cxx:746: warning: comparison is always false due to limited range of data type sal_Unicode c_Shifted = c; ... if(c_Shifted0x) tmp_len = 8; -- Pavel Janík

WaE: STR_EXAMPLE redefined

2013-11-26 Thread Pavel Janík
Hi, STR_EXAMPLE is redefined in cui: source/tabpages/connect.hrc:#define STR_EXAMPLE 1 source/tabpages/paragrph.hrc:#define STR_EXAMPLE 5010 -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

Re: trunk: error: STR_STYLE_ELEMTLIST redefined

2013-11-26 Thread Pavel Janík
=1172343 [3] http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/source/dialog/dialog.hrc?r1=1172343r2=1172342pathrev=1172343 OK, I fixed it again along this line. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr

trunk build failure: ld: library not found for -lc++ in comphelper

2013-11-19 Thread Pavel Janík
-Pro:comphelper pavel$ -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Mails from iss...@openoffice.apache.org

2013-09-12 Thread Pavel Janík
Hi, On Sep 12, 2013, at 6:30 PM, Mechtilde wrote: What happens? I get nearly 6500 mails today with date 07.08.2013. My mail provider ask me, if all things are right ;-) looks like Rob Weir (or someone who hacked his account) is removing target milestones from *old* issues... -- Pavel

Re: Coverage of 4.0 Release

2013-07-25 Thread Pavel Janík
as you do and maybe you can fight with them in some mud, but why mud-spraying all the people in this mailing list? -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail

basic/source/runtime/runtime.cxx: error: operation on 'pCollection' may be undefined

2013-05-21 Thread Pavel Janík
Hi, anyone seeing this problem when compiling basic/source/runtime/runtime.cxx (https://issues.apache.org/ooo/show_bug.cgi?id=117703)? I still have this patch in my local tree, but no longer need it. But the bug is still not fixed in the current trunk. -- Pavel Janík

Re: error in svx/source/svdraw/svdmrkv

2013-05-21 Thread Pavel Janík
-tree and build again. Bad SVN Root. Incubator, ie. old one. Shouldn't we somehow delete incubator SVN tree? -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev

Re: trunk: TOOLBOX_ITEM_HEIGHT redefined

2013-05-17 Thread Pavel Janík
12 might be safer. This only hides the problem and makes the code looking strange. What about using different name/prefix or something other? -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr

Re: trunk: TOOLBOX_ITEM_HEIGHT redefined

2013-05-17 Thread Pavel Janík
On May 17, 2013, at 9:49 AM, Andre Fischer wrote: On 17.05.2013 09:44, Pavel Janík wrote: Hi Andre, This should make a difference because in sfx2/sidebar/ResourceDefinitions.hrcTOOLBOX_ITEM_HEIGHT is defined to be 15, not 12. But I tried both versions and can not see a difference

Re: svn commit: r1482736 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-16 Thread Pavel Janík
/file.obj' ERROR: error 65280 occurred while making sal/osl/unx The same with gcc version 4.0.1 (Apple Inc. build 5494). -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e

Re: trunk: TOOLBOX_ITEM_HEIGHT redefined

2013-05-16 Thread Pavel Janík
On Apr 11, 2013, at 7:58 AM, Pavel Janík wrote: current trunk: Compiling: sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx In file included from /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx:28: ./NumberFormatPropertyPanel.hrc:45:1: error

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-05-16 Thread Pavel Janík
On Apr 19, 2013, at 11:02 AM, Pavel Janík wrote: On Apr 19, 2013, at 10:51 AM, Armin Le Grand wrote: I am confused; where does com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE come from? When you look at he UNO API file (trunk\main\offapi\com\sun\star\drawing\LineJoint.idl

Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

2013-05-10 Thread Pavel Janík
/sidebar/PanelDescriptor \ -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: [BUILD] Build breaks in sfx2 with IContextChangeReceiver.cxx

2013-05-10 Thread Pavel Janík
/sidebar/IContextChangeReceiver.cxx in WORKDIR.. Stop. No, the diff doesn't help. the files are missing. Trunk is unbuildable now. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional

Re: A2S redefined

2013-05-05 Thread Pavel Janík
On May 3, 2013, at 8:42 PM, Pavel Janík wrote: Hi, curent trunk: [ build CXX ] svx/source/sidebar/insert/InsertPropertyPanel /Users/pavel/BUILD/BuildDir/ooo_trunk_src/svx/source/sidebar/insert/InsertPropertyPanel.cxx:49:1: error: A2S redefined In file included from /Users/pavel

A2S redefined

2013-05-03 Thread Pavel Janík
/InsertPropertyPanel.o] Error 1 dmake: Error code 2, while making 'all' -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Macro security?

2013-04-29 Thread Pavel Janík
Hi, does the button Zabezpeceni maker... in the lower right part of this dialog work for you in the current trunk build? -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional

Re: sd/source/ui/unoidl/DrawController.cxx:575:'ST_SIDEBAR’ not handled in switch

2013-04-25 Thread Pavel Janík
On Apr 25, 2013, at 10:11 AM, Andre Fischer wrote: On 24.04.2013 22:05, Pavel Janík wrote: Hi, WaE issue. Please add default branch or handle ST_SIDEBAR. Compiling: sd/source/ui/unoidl/DrawController.cxx cc1plus: warnings being treated as errors /Users/pavel/BUILD/BuildDir

sd/source/ui/unoidl/DrawController.cxx:575:'ST_SIDEBAR’ not handled in switch

2013-04-24 Thread Pavel Janík
::BroadcastContextChange() const’: /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sd/source/ui/unoidl/DrawController.cxx:575: warning: enumeration value ‘ST_SIDEBAR’ not handled in switch dmake: Error code 1, while making '../../../unxmacxi.pro/slo/DrawController.obj' -- Pavel Janík

Re: [CODE]: obsolete binfilter module deleted

2013-04-20 Thread Pavel Janík
. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-19 Thread Pavel Janík
Who is the author of this code? Is it right to not handle the value in these switches? On Apr 10, 2013, at 10:19 PM, Pavel Janík wrote: Hi, please have a look at this change: http://tmp.janik.cz/AO/WaE-cui+svx-LineJoint_MAKE_FIXED_SIZE.diff LineJoint_MAKE_FIXED_SIZE is not handled

Re: WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-19 Thread Pavel Janík
from the UNO API files I would wonder if we have such a token at all. I do not know, the compiler should know better ;-) solver/400/unxmacxi.pro/inc/offuh/com/sun/star/drawing/LineJoint.hdl: LineJoint_MAKE_FIXED_SIZE = SAL_MAX_ENUM -- Pavel Janík

Re: [Error] Compile AOO on Debian amd64

2013-04-18 Thread Pavel Janík
On Apr 18, 2013, at 9:41 PM, Albino B Neto wrote: 2013/4/18 Pavel Janík pa...@janik.cz: Paste more so we see the actual error and not the message that there is an error in instsetoo_native ;-) Sorry :-P Look: http://pastebin.com/2NNAcKwt https://issues.apache.org/ooo/show_bug.cgi?id

Re: [Error] Compile AOO on Debian amd64

2013-04-17 Thread Pavel Janík
help you, you have to show us the actual error. Show us cd sw build and copy the error... -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h

Re: [Error] Compile AOO on Debian amd64

2013-04-17 Thread Pavel Janík
On Apr 17, 2013, at 9:26 PM, Albino B Neto wrote: 2013/4/17 Pavel Janík pa...@janik.cz: cd sw build Look [1]. /home/albino/projetos/aoo/source/main/solver/400/unxlngx6.pro/workdir/SdiTarget/sw/sdi/swslots.hxx:9874:5: error: 'FN_PROPERTY_WRAP_DLG' was not declared in this scope

Re: svn commit: r1468340 - in /openoffice/trunk/main: cui/source/inc/ cui/source/tabpages/ sd/source/ui/app/ sd/source/ui/slideshow/ sd/source/ui/view/ svx/ svx/inc/svx/ svx/inc/svx/sidebar/ svx/sourc

2013-04-16 Thread Pavel Janík
/SvxColorValueSet.hxx there is no such file on trunk. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: trunk: TOOLBOX_ITEM_HEIGHT redefined

2013-04-11 Thread Pavel Janík
did you made a clean build? Ok you compile with warning as errors but this is no warning. I am surprised because I have built over night trunk on my Mac and everything was fine. I always do clean builds and WaE. -- Pavel Janík

Re: [CODE]: 3layer drop, looking for volunteers who are interested to play with my test builds

2013-04-11 Thread Pavel Janík
again. DMG, copy to Desktop, works. Even with sidebar. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Sidebar merged into trunk

2013-04-10 Thread Pavel Janík
/solver/400/unxmacxi.pro/workdir/CxxObject/svx/source/tbxctrls/tbcontrl.o] Error 1 What should be renamed? -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h

WaE: LineJoint_MAKE_FIXED_SIZE

2013-04-10 Thread Pavel Janík
Hi, please have a look at this change: http://tmp.janik.cz/AO/WaE-cui+svx-LineJoint_MAKE_FIXED_SIZE.diff LineJoint_MAKE_FIXED_SIZE is not handled in two switch commands. It is OK? Please add proper handling or default case or whatever suits you. -- Pavel Janík

trunk: TOOLBOX_ITEM_HEIGHT redefined

2013-04-10 Thread Pavel Janík
'../../../unxmacxi.pro/slo/NumberFormatPropertyPanel.obj' ERROR: error 65280 occurred while making /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sc/source/ui/sidebar -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr

Re: Binfilter removal - PATCH

2013-04-05 Thread Pavel Janík
Excellent! What should we put in the Release Notes for this? We are started to collect the info here: Changes that Impact Backwards Compatibility Module binfilter removed - we do no longer support old fileformats from StarOffice. -- Pavel Janík

Re: Working with nightly builds parallel to standard releases

2013-04-03 Thread Pavel Janík
...Apache...gz instead. -- Pavel Janík - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Binfilter removal - PATCH

2013-04-03 Thread Pavel Janík
On Apr 3, 2013, at 4:04 PM, Jürgen Schmidt wrote: On 4/3/13 10:45 AM, janI wrote: On 3 April 2013 10:22, Pavel Janík pa...@janik.cz wrote: Hi, http://tmp.janik.cz/AO/binfilter-removal.diff This is the first attempt to remove module binfilter. To add more to this, we should remove

Re: svn commit: r1451887 - /openoffice/trunk/main/i18npool/source/localedata/data/es_PE.xml

2013-03-03 Thread Pavel Janík
DateSeparator//DateSeparator -ThousandSeparator./ThousandSeparator -DecimalSeparator,/DecimalSeparator +ThousandSeparator,/ThousandSeparator +DecimalSeparator./DecimalSeparator TimeSeparator:/TimeSeparator Time100SecSeparator,/Time100SecSeparator ListSeparator;/ListSeparator -- Pavel Janík

Re: svn commit: r1451887 - /openoffice/trunk/main/i18npool/source/localedata/data/es_PE.xml

2013-03-03 Thread Pavel Janík
+ThousandSeparator,/ThousandSeparator +DecimalSeparator./DecimalSeparator Is there a bug number for this commit? Found bug 121825 Should be fixed with revision 1452033 and verified it builds now. Thanks! -- Pavel Janík

Re: error: BOOST_MATH_OVERFLOW_ERROR_POLICY redefined

2013-02-20 Thread Pavel Janík
boost. I was not building for a few weeks... Yes, it is WaE. In any case, try this: http://people.apache.org/~pfg/patches/patch-boost-math-error-policy I'd prefer #ifndef there instead of FreeBSD case... How is this connected to freebsd? -- Pavel Janík

error: BOOST_MATH_OVERFLOW_ERROR_POLICY redefined

2013-02-19 Thread Pavel Janík
of the previous definition dmake: Error code 1, while making '../../../unxmacxi.pro/slo/cell.obj' ERROR: error 65280 occurred while making /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sc/source/core/data -- Pavel Janík

Re: New member's introduction - Tomas Zahradnik

2013-02-15 Thread Pavel Janík
of mau-mau) and going to post it as open source with hope of finding someone who would help with UI (plus I created four different strategies how to play the game, run simulation and did statistics). Good. I prefer mariáš though ;-) -- Pavel Janík

Re: Proposal: How we should handle committer vetos and reverts in the future

2013-02-15 Thread Pavel Janík
On Feb 15, 2013, at 8:43 PM, Dave Fisher wrote: Please review the following: http://openoffice.apache.org/list-conduct.html +1 Please let's stop the thread. -- Pavel Janík

Re: Apache OpenOffice in Fedora 19?

2013-02-07 Thread Pavel Janík
and let them (and help them!) solve the issue first? -- Pavel Janík

trunk/AOO341: how is --disable-category-b --enable-hunspell supposed to work?

2013-01-26 Thread Pavel Janík
=no enable_saxon=no enable_javascript=no enable_beanshell=no enable_graphite=no enable_coinmp=no enable_category_b_fonts=no AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp]) fi -- Pavel Janík

Re: trunk/AOO341: how is --disable-category-b --enable-hunspell supposed to work?

2013-01-26 Thread Pavel Janík
On Jan 26, 2013, at 11:20 AM, Pavel Janík wrote: --enable-category-b Activate components under a category B license (see http://www.apache.org/legal/3party.html#category-b): MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino

tag AOO341 and serf - 1.1.0 or 1.0.0

2013-01-25 Thread Pavel Janík
://serf.googlecode.com/files/serf-1.1.0.tar.bz2 and it is really downloaded. BUT serf-1.0.0 is expected: p-00:/posta/build/BuildDir/ooo_AOO341_src # cat ../ext_libraries/serf/serf_version.mk ... SERF_MAJOR=1 SERF_MINOR=0 SERF_MICRO=0 p-00:/posta/build/BuildDir/ooo_AOO341_src # -- Pavel Janík

Re: tag AOO341 and serf - 1.1.0 or 1.0.0

2013-01-25 Thread Pavel Janík
Hi, p-00:/posta/build/BuildDir/ooo_AOO341_src # grep serf external_deps.lst name = serf-1.1.0.tar.bz2 URL1 = http://serf.googlecode.com/files/serf-1.1.0.tar.bz2 I unpacked trunk main here instead of AOO341 tag's one. Sorry for confusion. -- Pavel Janík

Re: Presenter Screen/Console?

2013-01-18 Thread Pavel Janík
extension]) -if test -n $enable_presenter_console -a $enable_presenter_screen != no; then +if test -n $enable_presenter_screen -a $enable_presenter_screen != no; then AC_MSG_RESULT([yes]) ENABLE_PRESENTER_SCREEN=YES else -- Pavel Janík

not using system apr, serf...

2013-01-18 Thread Pavel Janík
Hi, how are internal apr and apr-util and serf designed to work together? Can they work together at all? apr is producing apr-1-config in solver. serf is using apr-config... -- Pavel Janík

Re: WaE: sw/source/filter/ww8 compiler warnings

2012-12-03 Thread Pavel Janík
: sw/source/filter/ww8/ww8par3.cxx:1125: warning: comparison is always true due to limited range of data type SwNumRule* WW8ListManager::GetNumRule(sal_uInt16 i) { if ( i = 0 i maLSTInfos.size() ) surely i=0 when it is unsigned. -- Pavel Janík

WaE: sw/source/filter/ww8 compiler warnings

2012-11-29 Thread Pavel Janík
() ) + if ( i = 0 static_castsal_Size(i) maLSTInfos.size() ) return maLSTInfos[i]-pNumRule; else return 0; -- Pavel Janík

DOCX: merged comments

2012-11-29 Thread Pavel Janík
and attached sample patch to the issue. Any volunteers to review/intergation/QA? DOCX comments need more love: no author is shown (DOCS contains initials and author's name) and the date of the change is ignored and current date is used... Any takers? -- Pavel Janík

Re: L10n tools is no longer needed.

2012-11-28 Thread Pavel Janík
agreed on how to slice the pizza, instead of make two mini pizzas. +1 ... and beer. For some of them ;-) -- Pavel Janík