summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-03-25 11:30:09 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-03-25 11:30:09 +0100
commit096ce2de8d86c9d8aa3a626cabd839232279a1a9 (patch)
treed22a96df6fda2fd728dddc8593581ab3998c3169 /oovbaapi/ooo/vba
parentb46dab973c91c3a94bcda188a9888fef3fd16426 (diff)
calcvba: #164410# add MSForms.(Combo|Text)Box.TextLength symbols
Diffstat (limited to 'oovbaapi/ooo/vba')
-rw-r--r--oovbaapi/ooo/vba/msforms/XComboBox.idl1
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextBox.idl1
2 files changed, 2 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/msforms/XComboBox.idl b/oovbaapi/ooo/vba/msforms/XComboBox.idl
index d4e57b2347a4..51ca4a4135d1 100644
--- a/oovbaapi/ooo/vba/msforms/XComboBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XComboBox.idl
@@ -48,6 +48,7 @@ interface XComboBox
[attribute] long EnterFieldBehavior;
[attribute] long ListStyle;
[attribute] long TextAlign;
+ [attribute, readonly] long TextLength;
[attribute, readonly] XNewFont Font;
void AddItem( [in] any pvargItem, [in] any pvargIndex );
diff --git a/oovbaapi/ooo/vba/msforms/XTextBox.idl b/oovbaapi/ooo/vba/msforms/XTextBox.idl
index 7ea6ca62898c..267fbf7f01cb 100644
--- a/oovbaapi/ooo/vba/msforms/XTextBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextBox.idl
@@ -44,6 +44,7 @@ interface XTextBox
[attribute] boolean Multiline;
[attribute] long SpecialEffect;
[attribute] long BorderStyle;
+ [attribute, readonly] long TextLength;
[attribute, readonly] XNewFont Font;
};