Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

OpenOffice.org Macros and API | Forum profile

Forum profile page for OpenOffice.org Macros and API on http://www.oooforum.org. This report page is the aggregated overview from a single forum: OpenOffice.org Macros and API, located on the Message Board at http://www.oooforum.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "OpenOffice.org Macros and API" on the Message Board at http://www.oooforum.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: OpenOffice.org Forum at OOoForum.org - OpenOffice.org Macros and API (site profile, domain info oooforum.org)
Title: OpenOffice.org Macros and API
Url: http://www.oooforum.org/forum/viewforum.phtml?f=9
Users activity: 2 posts per thread
Forum activity: 59 active threads during last week
 

Posting activity on OpenOffice.org Macros and API:

  Week Month 3 Months
Threads: 59 243 512
Post: 113 489 1,009
 

OpenOffice.org Macros and API Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
hanya
9
user's latest post:
Visible data series on a chart
Published (2009-12-09 05:32:00)
Quote: I see that nIndex is from nPos and nPos is nPos = CInt(Mid(sName, 8 )) - 1 so what's 8 and 1? or maybe mistake is elsewhere? My check boxes have name like "check_y1", "check_y2" and "check_y3" and 8 means position of the number to identify the checkbox. I need to know which checkbox is bound to specific data series. Do your checks have their ids in their Name properties or...
RPG
9
user's latest post:
Cancel Document Closing
Published (2009-12-10 09:20:00)
Hello Make from the sub a function and return with true or false This works in OOo-base. I don't know if it is working in your case Romke
evil715
8
user's latest post:
How to set the file open in...
Published (2009-12-09 01:20:00)
By writing the code below, i can open my LOG file already. I don't know why? Maybe the sequence of the propertyvalue? Code: try {       Reference <XInterface> xFileLoader = xRemoteServiceManager->createInstanceWithContext(OUString::createFromAscii     ...
MeeHow
7
user's latest post:
Visible data series on a chart
Published (2009-12-10 02:18:00)
My checbkox'es names are standard so: CheckBox1, Checkbox2....Checkbox5. I did'nt change anything. I've just put them and gave them numbers
Amin405
7
user's latest post:
Simple Error - simple macro...
Published (2009-12-10 04:13:00)
Oh Thank you!
bpfurtado
6
user's latest post:
How to search some text and get...
Published (2009-12-05 13:43:00)
The last version: Code: Sub Main    doc = ThisComponent    viewCursor = doc.CurrentController.getViewCursor    textCursor = doc.Text.createTextCursor    searchDesc = doc.createsearchDescriptor    searchDesc.SearchWords = true        indexOutFile = "C:\index.txt"    indexOut =...
hol.sten
5
user's latest post:
Exception -...
Published (2009-12-08 14:10:00)
Sowmya R wrote: Is it necessary to kill the open office instance everyday or for every few days? That helps a little bit. But in my opinion the best workaround is to keep OOo running until it throws this or some other exception and to kill OOo then and restart it instantly to retry the last document conversion or what every you where doing when the exception happens.
SergeM
5
user's latest post:
About Sequence<>
Published (2009-12-11 07:04:00)
I think your code is correct.
bobby1
4
user's latest post:
Run as windows service / missing...
Published (2009-12-09 02:59:00)
By the way, I ran this and my service is working now, but I never did get a setup.xcu. http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/Deactivating_Registration_Wizard
johnhb
4
user's latest post:
VB to Delphi
Published (2009-12-09 23:16:00)
I've finally been able to insert a text box into my spreadsheet, colour the box and add text. Code: &nbsp; &nbsp; &nbsp;oTextBox &#58;= Document.createinstance&#40;'com.sun.star.form.component.TextField'&#41;; &nbsp; &nbsp; &nbsp;oShape &#58;= Document.createinstance&#40;'com.sun.star.drawing.ControlShape'&#41;; &nbsp; &nbsp; &nbsp;oPos &#58;=...
 

Latest active threads on OpenOffice.org Macros and API::

OpenOffice.org Forum at OOoForum.org
Started 2 weeks, 5 days ago (2009-11-26 00:06:00)  by evil715
Hi all, I'm using MSVC++ 2008 compiler, and i writing code in c++. I face a problem when i declare a struct in Sequence. Look at the code below : Code: Sequence< ::com::sun::star::beans::PropertyValue > loadProps( 1 ); As the example shown in website, after declare this i can use the loadProps[0] with a dot then i will get some ...
Thread:  Show this thread (6 posts)   Thread info: About Sequence Size: 1,016 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "About Sequence<> :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 4 days, 2 hours ago (2009-12-11 06:57:00)  by SergeM
It's depending on the events source. If it's a dialog source a new and easy to use system is described in : http://wiki.services.openoffice.org/wiki/Documenta tion/DevGuide/WritingUNO/Accessing_Dialogs
Thread:  Show this thread (2 posts)   Thread info: Adding an event listener in OpenOffice Size: 375 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adding an event listener in OpenOffice :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 4 days, 2 hours ago (2009-12-11 06:42:00)  by SergeM
Adding a menu item involves to call piece of code with this item. This kind of things are done in addons and I don't know if it is possible to make an addon with delphi. See http://wiki.services.openoffice.org/wiki/Extension s for a start.
Thread:  Show this thread (2 posts)   Thread info: How to add a new menu item in openoffice with delphi Size: 382 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to add a new menu item in openoffice with delphi :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 4 days, 2 hours ago (2009-12-11 06:30:00)  by SergeM
Sorry I am not able to give you an answer but only questions : - have you already seen a mouse listener in OOoBasic ? - have you already program an event listener in Java ? - why to use a mouse listener ? The last question is only because there are a lot of things you can do with a mouse without an event listener, for instance, dialogs.
Thread:  Show this thread (2 posts)   Thread info: How to add a Mouse listener in java Size: 398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to add a Mouse listener in java :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 4 days, 10 hours ago (2009-12-10 22:35:00)  by JohnV
Code: Sub Main oDoc = ThisComponent oVC = oDoc.CurrentController.getViewCursor If Not isEmpty(oVC.TextTable) then oCell = oVC.Cell oTC = oCell.createTextCursorByRange(oVC) Print oTC.String Else Print oVC.String EndIf End Sub
Thread:  Show this thread (2 posts)   Thread info: visual cursor's text in a texttable Size: 660 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: visual cursor's text in a texttable :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 4 days, 23 hours ago (2009-12-10 09:20:00)  by RPG
Hello Make from the sub a function and return with true or false This works in OOo-base. I don't know if it is working in your case Romke
Thread:  Show this thread (3 posts)   Thread info: Cancel Document Closing Size: 258 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cancel Document Closing :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Forum at OOoForum.org
Started 5 days, 6 hours ago (2009-12-10 02:29:00)  by RPG
Hello Don't post two times the same question, That is not polite. Use xray or do msgbox object.properties or msgbox object.methods Romke
Thread:  Show this thread (5 posts)   Thread info: Simple Error - simple macro please help Size: 297 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Simple Error - simple macro please help :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
 

Hot threads for last week on OpenOffice.org Macros and API::

OpenOffice.org Macros and API
Started 1 week, 1 day ago (2009-12-07 03:01:00)  by MeeHow
Hi, First I'd like to apologize for my english:) I know that it's not very well, but I have a problem... I have a chart with several data series, and I would be able to choose what is displayed. I'd like to use checkbox'es, but I don't know how:( For example: we have a chart with achievments of athletes, but there's a lot of athletes so it will be very good to choose: No1. - visible, ...
Thread:  Show this thread (12 posts)   Thread info: Visible data series on a chart Size: 537 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Visible data series
on a chart :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 1 week, 1 day ago (2009-12-06 21:04:00)  by hanya
Remove following space charactor in the filter name. Code: props[0].Value <<= OUString::createFromAscii("Text - txt - csv (StarCalc)");
Thread:  Show this thread (10 posts)   Thread info: How to set the file open in scalc programatically? Size: 458 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to set the file open in scalc programatically? :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 6 days, 6 hours ago (2009-12-09 02:47:00)  by Amin405
Hi, What I'm looking is to insert the " qcell " into the sql query bellow: Code: qSheet = ThisComponent.sheets(1) qcell = qSheet.getCellRangeByName("AZ1") SQLQuery = "UPDATE ""test"" SET ""NAME""= "qcell" WHERE ""AGE"" = '21'" Statement = Connection.createStatement RowSetObj=Statement.executeUpdate (SQLQuery) Which sign I should use ...
Thread:  Show this thread (8 posts)   Thread info: Using Macro Objects into SQL query Size: 976 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Using Macro Objects into SQL query :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 1 week ago (2009-12-07 10:29:00)  by hol.sten
Please be more specific. Otherwise it's hard to help.
Thread:  Show this thread (6 posts)   Thread info: Exception - com.sun.star.uno.Exception Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Exception - com.sun.star.uno.Exception :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 5 days, 6 hours ago (2009-12-10 02:29:00)  by RPG
Hello Don't post two times the same question, That is not polite. Use xray or do msgbox object.properties or msgbox object.methods Romke
Thread:  Show this thread (5 posts)   Thread info: Simple Error - simple macro please help Size: 297 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Simple Error - simple macro please help :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 1 week, 5 days ago (2009-12-03 08:52:00)  by ostersund
(Continued from my earlier post) Xray oForm shows the following relevant properties :- "ActiveCommand" contains the SQL used to generate the query, ending in ORDER BY "Name" ASC "Command" contains the name of the query "Name" contains "MainForm" (as I would expect) "IsRowCountFinal" contains "True" "RowCount" contains the total number of records returned by the query...
Thread:  Show this thread (7 posts)   Thread info: How to display a different form record from a query Size: 1,368 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to display a different form record from a query :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
RE: VB to Delphi - 4 new posts
Started 1 week ago (2009-12-08 07:03:00)  by B Marcelly
Hi, Use Delphi OOo tool (free, open source) By the way, OpenOffice.org Basic is not VB. And not VBA. It is OpenOffice.org Basic, or OOoBasic for short. ______ Bernard
Thread:  Show this thread (4 posts)   Thread info: VB to Delphi Size: 443 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: VB to Delphi :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 7 months, 2 weeks ago (2009-05-01 04:57:00)  by ooDaze
Anyone?
Thread:  Show this thread (6 posts)   Thread info: Run as windows service / missing Setup.xcu Size: 7 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Run as windows service / missing Setup.xcu :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 1 week ago (2009-12-07 10:21:00)  by moued
I use open office in an activex control. When I try to terminate my application( by closing the browser) we call this function : http://api.openoffice.org/docs/common/ref/com/sun/ star/frame/XDesktop.html#terminate And I get an C++ error: Microsoft Visual C++ Runtime Library Runtime Error! Program: path...\program\soffice.BIN R6025 - pure virtual function call I have ...
Thread:  Show this thread (3 posts)   Thread info: Pure virtual function call Size: 818 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Pure virtual
function call :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"
OpenOffice.org Macros and API
Started 4 days, 23 hours ago (2009-12-10 09:20:00)  by RPG
Hello Make from the sub a function and return with true or false This works in OOo-base. I don't know if it is working in your case Romke
Thread:  Show this thread (3 posts)   Thread info: Cancel Document Closing Size: 258 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cancel Document Closing :: OpenOffice.org Macros and API :: OpenOffice.org Forum at OOoForum.org"

This page was found by:   openoffice macro API