Kaydet (Commit) d0ebd056 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt Kaydeden (comit) Stephan Bergmann

Add some missing documentation to idl files

Change-Id: Id5a3a6d4cc08f55cd7ff31614248ce203b2e4e8d
Reviewed-on: https://gerrit.libreoffice.org/29146Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7c9150af
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
module com { module sun { module star { module frame { module com { module sun { module star { module frame {
/** todo document me /** Contains the information about a changed title.
*/ */
struct TitleChangedEvent : com::sun::star::lang::EventObject struct TitleChangedEvent : com::sun::star::lang::EventObject
{ {
/** todo document me /** The new title
*/ */
string Title; string Title;
}; };
......
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
module com { module sun { module star { module frame { module com { module sun { module star { module frame {
/** todo document me /** Allows to register for title changed events.
*/ */
interface XTitleChangeBroadcaster : com::sun::star::uno::XInterface interface XTitleChangeBroadcaster : com::sun::star::uno::XInterface
{ {
/** todo document me /** Add a listener
*/ */
void addTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener ); void addTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
/** todo document me /** Remove a listener
*/ */
void removeTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener ); void removeTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
}; };
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
module com { module sun { module star { module frame { module com { module sun { module star { module frame {
/** todo document me /** Allows to receive notifications when the frame title changes
*/ */
interface XTitleChangeListener : com::sun::star::lang::XEventListener interface XTitleChangeListener : com::sun::star::lang::XEventListener
{ {
/** todo document me /** The frame title has changed
*/ */
void titleChanged ( [in] TitleChangedEvent aEvent ); void titleChanged ( [in] TitleChangedEvent aEvent );
}; };
......
...@@ -103,7 +103,7 @@ module configuration { ...@@ -103,7 +103,7 @@ module configuration {
}; };
/// TODO: what is this? /// Common user interface elements
module cui {}; module cui {};
/// Clipboard and Drag&amp;Drop interfaces. /// Clipboard and Drag&amp;Drop interfaces.
...@@ -338,7 +338,7 @@ module sdbcx {}; ...@@ -338,7 +338,7 @@ module sdbcx {};
/// cryptographic interfaces. /// cryptographic interfaces.
module security {}; module security {};
/// TODO: what is this? /// Setup specific interfaces
module setup {}; module setup {};
/// Spreadsheet specific interfaces. /// Spreadsheet specific interfaces.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment