summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogModel.idl30
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl43
2 files changed, 0 insertions, 73 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
index 428ef7352441..b45545b272aa 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
@@ -145,36 +145,6 @@ published service UnoControlDialogModel
*/
[optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
- /** specifies that a horizontal scrollbar should be added to the dialog
- @since LibreOffice 4.0
- */
- [optional, property] boolean HScroll;
-
- /** specifies that a vertical scrollbar should be added to the dialog
- @since LibreOffice 4.0
- */
- [optional, property] boolean VScroll;
-
- /** specifies the horizontal position of the scrolled dialog content
- @since LibreOffice 4.0
- */
- [optional, property] long ScrollLeft;
-
- /** specifies the vertical position of the scrolled dialog content
- @since LibreOffice 4.0
- */
- [optional, property] long ScrollTop;
-
- /** specifies the total width of the scrollable dialog content
- @since LibreOffice 4.0
- */
- [optional, property] long ScrollWidth;
-
- /** specifies the total height of the scrollable dialog content
- @since LibreOffice 4.0
- */
- [optional, property] long ScrollHeight;
-
};
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 0c32f231f2ec..e4efdc605b13 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -30,49 +30,6 @@ module com { module sun { module star { module awt { module tab {
published service UnoControlTabPageModel
{
interface XTabPageModel;
-
- /** specifies the text that is displayed in the caption bar of the dialog.
- */
- [optional, property] string Title;
-
- /** specifies the help text of the dialog.
- */
- [optional, property] string HelpText;
-
- /** specifies the help URL of the dialog.
- */
- [optional, property] string HelpURL;
-
- /** specifies that a horizontal scrollbar should be added to the dialog
- @since LibreOffice 7.1
- */
- [optional, property] boolean HScroll;
-
- /** specifies that a vertical scrollbar should be added to the dialog
- @since LibreOffice 7.1
- */
- [optional, property] boolean VScroll;
-
- /** specifies the horizontal position of the scrolled dialog content
- @since LibreOffice 7.1
- */
- [optional, property] long ScrollLeft;
-
- /** specifies the vertical position of the scrolled dialog content
- @since LibreOffice 7.1
- */
- [optional, property] long ScrollTop;
-
- /** specifies the total width of the scrollable dialog content
- @since LibreOffice 7.1
- */
- [optional, property] long ScrollWidth;
-
- /** specifies the total height of the scrollable dialog content
- @since LibreOffice 7.1
- */
- [optional, property] long ScrollHeight;
-
};