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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Appendix)
m (FINAL VERSION FOR L10N)
 
Line 4: Line 4:
 
|NextPage=Documentation/DevGuide/AppendixA/Source Files and Types
 
|NextPage=Documentation/DevGuide/AppendixA/Source Files and Types
 
}}
 
}}
{{DISPLAYTITLE:Abbreviations}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/AppendixA/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Abbreviations}}
 
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 <code>addSomething()</code> or <code>removeSomething()</code>.
 
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 <code>addSomething()</code> or <code>removeSomething()</code>.
  

Latest revision as of 09:02, 18 May 2009



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
In other languages