Issue 858 - Missing or wrong property specs
Summary: Missing or wrong property specs
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-04 22:53 UTC by schulten
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description schulten 2001-05-04 22:53:06 UTC
A snapshot from the upcoming instance inspector :-)
Almost all of the following properties of text document components are 
undocumented in the API reference.

AddParaTableSpacing  false
AddParaTableSpacingAtStart  false
ApplyFormDesignMode  true
ApplyUserData  true
AutomaticControlFocus  false
CharFontCharSet  1
CharFontCharSetAsian  0
CharFontCharSetComplex  0
CharFontFamily  3
CharFontFamilyAsian  0
CharFontFamilyComplex  0
CharFontName  Times New Roman
CharFontNameComplex  Simplified Arabic;Andale WT UI;Arial Unicode MS
CharFontPitch  2
CharFontPitchAsian  0
CharFontPitchComplex  0
CharFontStyleName  
CharFontStyleNameAsian  
CharFontStyleNameComplex  
CharLocale  no fundamental type
CharacterCompressionType  0
CharacterCount  0
ChartAutoUpdate  true
CurrentDatabaseCommand  
CurrentDatabaseCommandType  0
CurrentDatabaseDataSource  
FieldAutoUpdate  true
ForbiddenCharacters  no fundamental type
HideFieldTips  false
IndexAutoMarkFileURL  
IsKernAsianPunctuation  false
LinkUpdateMode  1
ParagraphCount  1
PrinterName  \\PC02\HP LaserJet 5P
RecordChanges  false
RedlineDisplayType  2
SaveGlobalDocumentLinks  false
ShowChanges  true
TwoDigitYear  1930
WordCount  0
WordSeparator  () ÿ

WordCount, on the other hand, is documented as property of service 
AdvancedTextDocument, but getSupportedServiceNames doesn't list this service 
for Text document components. This could be a bug in OOo or in the API 
reference. Or I've got AdvancedTextDocument wrong :-)
Comment 1 ooo 2001-05-07 14:24:53 UTC
Thanks for the list, Dietrich.   But I need more information.  At WHICH
component are these properties available?  Especially because many of those ARE
documented, like most of the FontChar... properties.

AdvancedTextDocument is insensible anyway. I will combine the spec to
TextDocument and specify the elements as optional.  Optional interfaces did not
exist in those days where it was specified.

I accept the issue, but please specify the component where the properties are
available but not specified. Probably some of it is an implementatation bug
anyway, and others may be ok - though not specified. 
Comment 2 schulten 2001-05-15 22:11:42 UTC
OK, got me. CharFontXXX is all documented well :-)

These properties are available at a writer document and aren't documented:

AddParaTableSpacing  false
AddParaTableSpacingAtStart  false
ApplyFormDesignMode  true
ApplyUserData  true
AutomaticControlFocus  false
ChartAutoUpdate  true
CurrentDatabaseCommand  
CurrentDatabaseCommandType  0
CurrentDatabaseDataSource  
FieldAutoUpdate  true
HideFieldTips  false
IndexAutoMarkFileURL  
IsKernAsianPunctuation  false
LinkUpdateMode  1
PrinterName  \\PC02\HP LaserJet 5P
RecordChanges  false
SaveGlobalDocumentLinks  false
ShowChanges  true
TwoDigitYear  1930

Or at least they weren't when I last updated my reference files. When I 
say "not documented" I mean there is no link in the global index for them. I 
didn't try to guess the service they might come from ;-)

BTW at the moment there is no way to tell which property belongs to which 
service programmatically. Jürgen Schmidt wanted to create an 
XServiceTypeDescription, but didn't get around to doing it.
Comment 3 Unknown 2001-11-08 22:34:21 UTC
changing QA contact.
Comment 4 ooo 2002-07-04 17:48:24 UTC
you (or Oliver) most likely know the meaing of the properties 
Comment 5 thomas.lange 2002-07-11 09:44:06 UTC
^.^
Comment 6 thomas.lange 2002-10-22 08:45:14 UTC
TL->SW:
Since there where many property fixes in the last time could you 
please check which of those listed still need to be fixed and make an 
iBIS bug with reference to this one for those?

Thanks in advance!
Comment 7 chne 2002-10-30 14:45:54 UTC
cn->tl: I've written a Bug #i104583#
Comment 8 thomas.lange 2002-11-11 08:20:14 UTC
Working on the IDL files.
Comment 9 thomas.lange 2002-11-20 09:49:01 UTC
TL->CN: Should be fixed with the next build. Please check and then 
close this one.
Comment 10 chne 2002-12-02 11:44:13 UTC
CN: two properties could not be assignet to.
Comment 11 chne 2002-12-17 12:01:18 UTC
CN: fixed in srx644_v