Recently I join a group to develop OpenOffice by SDK and I am newbie for OOo Development. I got to implement a feature: modify a protected cell tip message of table in writer with custom message. for example: if the cell of table is protected, when I want to edit the cell's content, it will show: Readonly Content cannot be changed, no modifications will be accepted. Now I want to set this tip message with custom message, like: The content of this cell is create by another author, you cannot change it!
I have searched Google for several days,
My develop environment: windows 7 + VC++ + OpenOffice 4.1.0.
Best regards.