[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-09-01 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68895 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68894] VBA: hook vba global objec ts into basic

2006-09-01 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68894 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68913] script-lb.xml gets corrupt ed

2006-08-24 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68913 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|scripting Assigned to|npower

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68883 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68893] support excel sheet contro l events

2006-08-23 Thread npower
Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|scripting Assigned to|npower

[framework-issues] [Issue 68893] support excel sheet contro l events

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68893 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68893] support excel sheet contro l events

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68893 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68894] VBA: hook vba global objec ts into basic

2006-08-23 Thread npower
to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 07:52:10 -0700 2006 --- The following patches enable the import some of global methods/properties into basic namespace. In essence these patches import the objects that are exported

[framework-issues] [Issue 68894] VBA: hook vba global objec ts into basic

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68894 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-08-23 Thread npower
Subcomponent|scripting Assigned to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 07:59:43 -0700 2006 --- in order to allow basic to access the vba api ( see issue 68883 ) we need to export is somehow. ThisComponent is set

[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68895 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68897] VBA: allow vba api interfa ces to be dim(ed)

2006-08-23 Thread npower
to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:04:07 -0700 2006 --- cheap patch to allow dim r1 as Range ( etc. ) Note this patch is only for objects that exist in the openoffice.org.vba namespace necessary to allow imported

[framework-issues] [Issue 68897] VBA: allow vba api interfa ces to be dim(ed)

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68897 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68898] VBA: support '[a1:b2]' ran ge short cut

2006-08-23 Thread npower
to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:08:18 -0700 2006 --- This is a hack to the basic runtime that allow syntax like msgbox [a1:b2].Address [A1:b2] is a way of specifying a short-cut reference ( it also does other evaluations

[framework-issues] [Issue 68898] VBA: support '[a1:b2]' ran ge short cut

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68898 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68898] VBA: support '[a1:b2]' ran ge short cut

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68898 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68898] VBA: support '[a1:b2]' ran ge short cut

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68898 --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:12:33 -0700 2006 --- ok there are 2 patches here, the first one is to implement the functionality, the

[framework-issues] [Issue 68899] VBA: handle default value like behaviour

2006-08-23 Thread npower
to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:28:19 -0700 2006 --- objects like Range ( there are others ) have a default value so a macro like Range(A1) = 1 Range(A2) = Range(A1) + 1 will result is cell a1 having value 1 and cell

[framework-issues] [Issue 68899] VBA: handle default value like behaviour

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68899 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68899] VBA: handle default value like behaviour

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68899 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64884] add default property behav iour for objects that support that

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64884 --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:34:38 -0700 2006 --- *** Issue 68899 has been marked as a duplicate of this issue. ***

[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68895 --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:36:59 -0700 2006 --- the patch file also contains export of the imported excel palette, those changes

[framework-issues] [Issue 68900] VBA: vba api needs access to the imported color palettte

2006-08-23 Thread npower
Subcomponent|scripting Assigned to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:39:17 -0700 2006 --- This patch sets a new property on the Model when a color palette has been imported in excel, this is needed by various vba

[framework-issues] [Issue 68900] VBA: vba api needs access to the imported color palettte

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68900 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68900] VBA: vba api needs access to the imported color palettte

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68900 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68900] VBA: vba api needs access to the imported color palettte

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68900 --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 08:53:55 -0700 2006 --- the second patch file defines the property, it also defines the property for the

[framework-issues] [Issue 68901] VBA: Need to have sort opt ion state preserved between calls

2006-08-23 Thread npower
Subcomponent|scripting Assigned to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 09:01:00 -0700 2006 --- This patch is to support the fact that some sort options are persisted between calls to Range.Sort, the sort options

[framework-issues] [Issue 68901] VBA: Need to have sort opt ion state preserved between calls

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68901 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68902] VBA: Needs to determine al l cells have same content

2006-08-23 Thread npower
Assigned to|npower Reported by|npower --- Additional comments from [EMAIL PROTECTED] Wed Aug 23 09:14:23 -0700 2006 --- Some attribute/properties of a Range object return as null if not all the cells in the range contain the same value. In the Openoffice.org ScCellRange uno

[framework-issues] [Issue 68902] VBA: Needs to determine al l cells have same content

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68902 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68893] VBA: support excel sheet c ontrol events

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68893 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68883 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68895 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68883 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68883 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64884] add default property behav iour for objects that support that

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64884 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64884] add default property behav iour for objects that support that

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64884 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64882] wait function doesn't beha ve as expected from and interpoperability poin t of view

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64882 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64882] wait function doesn't beha ve as expected from and interpoperability poin t of view

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64882 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68893] VBA: support excel sheet c ontrol events

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68893 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68894] VBA: hook vba global objec ts into basic

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68894 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68895] VBA: Export vba-ish api as property of the document model

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68895 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68900] VBA: vba api needs access to the imported color palettte

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68900 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68901] VBA: Need to have sort opt ion state preserved between calls

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68901 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68902] VBA: Needs to determine al l cells have same content

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68902 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68902] VBA: Needs to determine al l cells have same content

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68902 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68883] VBA: API donation

2006-08-23 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68883 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-21 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 --- Additional comments from [EMAIL PROTECTED] Mon Aug 21 02:28:19 -0700 2006 --- npower-bmarcelly 1 - Your code does not close the document, it close the current

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-21 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68791] Add function/button to mar k and remark more lines at once in Basic IDE

2006-08-21 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68791 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68792] Add ShortCuts for navigati on in Basic IDE

2006-08-21 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68792 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-18 Thread npower
Subcomponent|scripting Assigned to|cd Reported by|npower --- Additional comments from [EMAIL PROTECTED] Fri Aug 18 03:35:50 -0700 2006 --- Well. this is a strange one for sure. The following test case now fails under OpenOffice.org 2.0.x, it works perfectly with OOo1.5

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-18 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-18 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-18 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 --- Additional comments from [EMAIL PROTECTED] Fri Aug 18 03:50:45 -0700 2006 --- steps to reproduc = for OO1.5 and OOo2.0.x * unzip the

[framework-issues] [Issue 68752] Regression from OOo1.1.x T hisComponent is not available

2006-08-18 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68752 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64884] add default property behav iour for objects that support that

2006-08-10 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64884 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 64882] wait function doesn't beha ve as expected from and interpoperability poin t of view

2006-08-10 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64882 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68239] List of functions menu in macro editor

2006-08-08 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68239 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68238] Label items show white bac kground in dialog editor

2006-08-08 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68238 User npower changed the following: What|Old value |New value

[framework-issues] [Issue 68240] Contextual menu in macro e ditor

2006-08-08 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68240 User npower changed the following: What|Old value |New value

[script-issues] [Issue 66752] SfxMacroTabPage doesn't di splay documents in script listbox

2006-07-25 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66752 --- Additional comments from [EMAIL PROTECTED] Tue Jul 25 02:45:01 -0700 2006 --- Andreas, even re-reading what I wrote I find it hard to understand what to do :-)

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-07-17 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-07-17 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 --- Additional comments from [EMAIL PROTECTED] Mon Jul 17 09:23:09 -0700 2006 --- small change to patch to prevent bad String copy ( I attach the full version of

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 --- Additional comments from [EMAIL PROTECTED] Thu Jul 13 03:39:15 -0700 2006 --- Some more blurb about the various bits #1 ultimate fallback mechanism ( how to

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 User npower changed the following: What|Old value |New value

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 User npower changed the following: What|Old value |New value

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 User npower changed the following: What|Old value |New value

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 --- Additional comments from [EMAIL PROTECTED] Thu Jul 13 04:11:29 -0700 2006 --- sorry wrong mime type for test document 2 :-( if you open testdocument ( no

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 User npower changed the following: What|Old value |New value

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 User npower changed the following: What|Old value |New value

[gsl-issues] [Issue 63576] upstream a number of ooo-b uild font related patches

2006-07-13 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63576 --- Additional comments from [EMAIL PROTECTED] Thu Jul 13 06:06:07 -0700 2006 --- ignore this, just checking mail notification ( as I saw no messages for changes I

[graphics-issues] [Issue 66790] macro editor cores when ty ping

2006-07-10 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66790 --- Additional comments from [EMAIL PROTECTED] Mon Jul 10 01:04:34 -0700 2006 --- TL-npower: Thanks for finding this one! :-) well I didn't really find it, it found

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-07-06 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 01:48:27 -0700 2006 --- spec is available from here

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-07-06 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 01:49:11 -0700 2006 --- spec is available from here

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-07-06 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 01:58:20 -0700 2006 --- npower-dr so, the spec is basic, please feel free to help, contribute, push, take

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 59082] autoshapes with macros not imported into sc

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[graphics-issues] [Issue 66790] macro editor cores when ty ping

2006-06-27 Thread npower
Reported by|npower --- Additional comments from [EMAIL PROTECTED] Tue Jun 27 08:10:30 -0700 2006 --- npower-TL This is basically another occurance of the problem in issue 64467 :-( maybe a massive grep of the source is in order

[graphics-issues] [Issue 66790] macro editor cores when ty ping

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66790 User npower changed the following: What|Old value |New value

[graphics-issues] [Issue 66790] macro editor cores when ty ping

2006-06-27 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66790 User npower changed the following: What|Old value |New value

[script-issues] [Issue 66752] SfxMacroTabPage doesn't di splay documents in script listbox

2006-06-26 Thread npower
Subcomponent|code Assigned to|ab Reported by|npower --- Additional comments from [EMAIL PROTECTED] Mon Jun 26 12:11:55 -0700 2006 --- if you have a document eg. test.odt ( must be saved on the file system, a untitled document doesn't display the badness ) click

[script-issues] [Issue 66752] SfxMacroTabPage doesn't di splay documents in script listbox

2006-06-26 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66752 User npower changed the following: What|Old value |New value

[script-issues] [Issue 66752] SfxMacroTabPage doesn't di splay documents in script listbox

2006-06-26 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66752 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] New - hyperlinks for shape s not imported

2006-06-19 Thread npower
Assigned to:|npower Reported by:|npower --- Additional comments from [EMAIL PROTECTED] Mon Jun 19 04:18:50 -0700 2006 --- Hyperlinks associated with autoshapes in xl are not imported, this is related to issue 59082. I have a patch that allows the binding

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-19 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 59082] autoshapes with macros no t imported into sc

2006-06-19 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 --- Additional comments from [EMAIL PROTECTED] Mon Jun 19 06:46:01 -0700 2006 --- I had occasion to revisit this issue again because I came across the same

[sc-issues] [Issue 59082] autoshapes with macros no t imported into sc

2006-06-19 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59082 User npower changed the following: What|Old value |New value

[sc-issues] [Issue 66550] hyperlinks for shapes not imported

2006-06-19 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66550 User npower changed the following: What|Old value |New value

[script-issues] [Issue 66055] byRef parameters not retu rned to scripting framework from basic

2006-06-02 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66055 User npower changed the following: What|Old value |New value

[script-issues] [Issue 66055] byRef parameters not retu rned to scripting framework from basic

2006-06-02 Thread npower
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66055 User npower changed the following: What|Old value |New value

<    4   5   6   7   8   9   10   11   12   >