Difference between revisions of "VBA Stub"
From Apache OpenOffice Wiki
| Line 96: | Line 96: | ||
ListLevel.ResetOnHeight | ListLevel.ResetOnHeight | ||
| + | | | ||
| + | |||
| + | |- | ||
| + | | Document | ||
| + | | Document.Protect | ||
| + | |||
| + | Document.ProtectionType | ||
| + | |||
| + | Document.UpdateStylesOnOpen | ||
| + | |||
| + | Document.PrintOut | ||
| + | |||
| + | Document.HyphenationZone | ||
| | | | ||
|} | |} | ||
Revision as of 06:05, 3 August 2009
[possibly incomplete ] List of Writer Api which implementation does nothing
| Object | Stub | Note |
| Application | Application.EnableCancelKey | |
| Bookmarks | Bookmarks.DefaultSorting
Bookmarks.ShowHidden |
|
| DocumentProperty | DocumentProperty.LinkToContent
DocumentProperty.LinkSource DocumentProperty.Name DocumentProperty.Type |
|
| Find | Find.ReplaceWildcards | |
| HeaderFooter | HeaderFooter.LinkToPrevious
|
|
| Options | Options.DefaultBorderLineStyle
Options.DefaultBorderLineWidth Options.DefaultBorderColorIndex Options.ReplaceSelection Options.MapPaperSize Options.AutoFormatAsYouTypeApplyHeadings Options.AutoFormatAsYouTypeApplyBulletedLists Options.AutoFormatAsYouTypeApplyNumberedLists Options.AutoFormatAsYouTypeFormatListItemBeginning Options.AutoFormatAsYouTypeDefineStyles Options.AutoFormatApplyHeadings Options.AutoFormatApplyLists Options.AutoFormatApplyBulletedLists |
|
| PageSetup | PageSetup.SectionStart
PageSetup.Gutter |
|
| View | View.SplitSpecial | |
| TableOfContents | TableOfContents.TabLeader | |
| ListLevel | ListLevel.LinkedStyle
ListLevel.NumberFormat ListLevel.ResetOnHeight |
|
| Document | Document.Protect
Document.ProtectionType Document.UpdateStylesOnOpen Document.PrintOut Document.HyphenationZone |