Difference between revisions of "Documentation/DevGuide/AppendixA/Abbreviations"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (Robot: Changing Category:Appendix)
Line 22: Line 22:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Appendix]]
+
 
 +
[[Category:Documentation/Developers Guide/Appendix]]

Revision as of 11:20, 4 June 2008



Avoid abbreviations in identifiers of interfaces, services, enums, structs, exceptions and constant groups, as well as identifiers of constants and enum values. Use the following open list of abbreviations if your identifier is longer than 20 characters. Remain consistent in parallel constructions, such as addSomething() or removeSomething().

  • Abs: Absolute
  • Back: Background
  • Char: Character
  • Doc: Document
  • Ext: Extended, Extension
  • Desc: Description, Descriptor
  • Ref: Reference
  • Hori: Horizontal
  • Orient: Orientation
  • Para: Paragraph
  • Var: Variable
  • Rel: Relative
  • Vert: Vertical
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools