Re: [libreoffice-users] How can be a property update from python?

2011-08-04 Thread Alberto
On 3 August 2011 23:42, Andrew Douglas Pitonyak and...@pitonyak.org wrote:
 On 08/03/2011 12:36 PM, Alberto wrote:

 Hi everybody,

 I want to set a custom property (like AuthorLastName) in a document
 before saving it as PDF.

 Never done it. poke around a little bit

  Dim oDocInfo
  Dim oUDP
  oDocInfo = ThisComponent.getDocumentInfo()
  oUDP = oDocInfo.DocumentProperties.UserDefinedProperties
  If NOT oUDP.getPropertySetInfo().hasPropertyByName(AuthorLastName) Then
    oUDP.addProperty(AuthorLastName, _
      com.sun.star.beans.PropertyAttribute.MAYBEVOID + _
      com.sun.star.beans.PropertyAttribute.REMOVEABLE + _
      com.sun.star.beans.PropertyAttribute.MAYBEDEFAULT, _
      Default Last Name)
  End If

 OK, that seems to work.

It worked!
I just had to convert it to the python UNO API.
Thanks a lot!



 This in python (I want to generate the document as part of a larger
 script).

 I managed to update the fields using:
 dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

 I cannot find hot to change a property, this:
 dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
 properties)
 Opens the property view, which is not what I want.

 Where can I find some documentation about this?
 Many thanks,
 Alberto


 --
 Andrew Pitonyak
 My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
 Info:  http://www.pitonyak.org/oo.php


 --
 For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be
 deleted





-- 
Alberto Ingenito

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] How can be a property update from python?

2011-08-03 Thread Alberto
Hi everybody,

I want to set a custom property (like AuthorLastName) in a document
before saving it as PDF.

This in python (I want to generate the document as part of a larger script).

I managed to update the fields using:
dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

I cannot find hot to change a property, this:
dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
properties)
Opens the property view, which is not what I want.

Where can I find some documentation about this?
Many thanks,
Alberto

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How can be a property update from python?

2011-08-03 Thread Tom Davies
Hi :)
Hopefully this has a good link?
http://wiki.documentfoundation.org/Documentation#Other_Documentation_and_Resources

Regards from
Tom :)




From: Alberto alberto@gmail.com
To: users@global.libreoffice.org
Sent: Wed, 3 August, 2011 17:36:05
Subject: [libreoffice-users] How can be a property update from python?

Hi everybody,

I want to set a custom property (like AuthorLastName) in a document
before saving it as PDF.

This in python (I want to generate the document as part of a larger script).

I managed to update the fields using:
dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

I cannot find hot to change a property, this:
dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
properties)
Opens the property view, which is not what I want.

Where can I find some documentation about this?
Many thanks,
Alberto

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How can be a property update from python?

2011-08-03 Thread Alberto
Hi,

I tried to go through them, I also went in the Developer's Guide.
But still no luck :/

I was looking if there is a sort of API documentation or something,
because the one at runtime doesn't explain much :(.
Regards,
Alberto

On 3 August 2011 19:10, Tom Davies tomdavie...@yahoo.co.uk wrote:
 Hi :)
 Hopefully this has a good link?
 http://wiki.documentfoundation.org/Documentation#Other_Documentation_and_Resources

 Regards from
 Tom :)



 
 From: Alberto alberto@gmail.com
 To: users@global.libreoffice.org
 Sent: Wed, 3 August, 2011 17:36:05
 Subject: [libreoffice-users] How can be a property update from python?

 Hi everybody,

 I want to set a custom property (like AuthorLastName) in a document
 before saving it as PDF.

 This in python (I want to generate the document as part of a larger script).

 I managed to update the fields using:
 dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

 I cannot find hot to change a property, this:
 dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
 properties)
 Opens the property view, which is not what I want.

 Where can I find some documentation about this?
 Many thanks,
 Alberto

 --
 For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be deleted
 --
 For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be deleted




-- 
Alberto Ingenito

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How can be a property update from python?

2011-08-03 Thread Andrew Douglas Pitonyak

On 08/03/2011 12:36 PM, Alberto wrote:

Hi everybody,

I want to set a custom property (like AuthorLastName) in a document
before saving it as PDF.


Never done it. poke around a little bit

  Dim oDocInfo
  Dim oUDP
  oDocInfo = ThisComponent.getDocumentInfo()
  oUDP = oDocInfo.DocumentProperties.UserDefinedProperties
  If NOT oUDP.getPropertySetInfo().hasPropertyByName(AuthorLastName) Then
oUDP.addProperty(AuthorLastName, _
  com.sun.star.beans.PropertyAttribute.MAYBEVOID + _
  com.sun.star.beans.PropertyAttribute.REMOVEABLE + _
  com.sun.star.beans.PropertyAttribute.MAYBEDEFAULT, _
  Default Last Name)
  End If

OK, that seems to work.



This in python (I want to generate the document as part of a larger script).

I managed to update the fields using:
dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

I cannot find hot to change a property, this:
dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
properties)
Opens the property view, which is not what I want.

Where can I find some documentation about this?
Many thanks,
Alberto



--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How can be a property update from python?

2011-08-03 Thread Andrew Douglas Pitonyak



On 08/03/2011 05:42 PM, Andrew Douglas Pitonyak wrote:

On 08/03/2011 12:36 PM, Alberto wrote:

Hi everybody,

I want to set a custom property (like AuthorLastName) in a document
before saving it as PDF.


Never done it. poke around a little bit

  Dim oDocInfo
  Dim oUDP
  oDocInfo = ThisComponent.getDocumentInfo()
  oUDP = oDocInfo.DocumentProperties.UserDefinedProperties
  If NOT oUDP.getPropertySetInfo().hasPropertyByName(AuthorLastName) 
Then

oUDP.addProperty(AuthorLastName, _
  com.sun.star.beans.PropertyAttribute.MAYBEVOID + _
  com.sun.star.beans.PropertyAttribute.REMOVEABLE + _
  com.sun.star.beans.PropertyAttribute.MAYBEDEFAULT, _
  Default Last Name)
  End If

OK, that seems to work.


But you should get the document properties directly

ThisComponent.getDocumentProperties()

Rather than obtaining them from the document info, because that has been 
deprecated.






This in python (I want to generate the document as part of a larger 
script).


I managed to update the fields using:
dispatcher.executeDispatch(frame, .uno:UpdateAll, , 0, ())

I cannot find hot to change a property, this:
dispatcher.executeDispatch(frame, .uno:SetDocumentProperties, , 0,
properties)
Opens the property view, which is not what I want.

Where can I find some documentation about this?
Many thanks,
Alberto





--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How can be a property update from python?

2011-08-03 Thread Andrew Douglas Pitonyak
Added a section on how to do this in Basic to OOME, My next update to my 
web site will contain the new section.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted