Category:Coding Standards
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Pages related to rules, advice and best practices for developing in different programming languages for OpenOffice.org.
Pages in category "Coding Standards"
The following 74 pages are in this category, out of 74 total.
C
- Code Quality
- Code Reviews
- Coding Standards
- Cpp Coding Standards
- Cpp Coding Standards/Advice
- Cpp Coding Standards/CLSDESIGN
- Cpp Coding Standards/CLSDESIGN/Inherit
- Cpp Coding Standards/CLSDESIGN/NewDel
- Cpp Coding Standards/CLSDESIGN/NoConv
- Cpp Coding Standards/CLSDESIGN/OneResp
- Cpp Coding Standards/CLSINIT
- Cpp Coding Standards/CLSINIT/NoVirt
- Cpp Coding Standards/CLSINIT/ObvCopy
- Cpp Coding Standards/CODEDOC
- Cpp Coding Standards/CODEDOC/ClassResp
- Cpp Coding Standards/CODEDOC/ClearBehave
- Cpp Coding Standards/CODEDOC/Format
- Cpp Coding Standards/DESIGN
- Cpp Coding Standards/DESIGN/CyclDep
- Cpp Coding Standards/DESIGN/DIP
- Cpp Coding Standards/DESIGN/GlobInit
- Cpp Coding Standards/DESIGN/NoGlob
- Cpp Coding Standards/DESIGN/PremGen
- Cpp Coding Standards/Development Process
- Cpp Coding Standards/ENC
- Cpp Coding Standards/ENC/Internal
- Cpp Coding Standards/ENC/NoFriends
- Cpp Coding Standards/ENC/PrivData
- Cpp Coding Standards/ENC/Protect
- Cpp Coding Standards/ERR
- Cpp Coding Standards/ERR/ExSpec
- Cpp Coding Standards/ERR/Safe
- Cpp Coding Standards/FDESIGN
- Cpp Coding Standards/FDESIGN/CanOp
- Cpp Coding Standards/FDESIGN/OneTask
- Cpp Coding Standards/FDESIGN/Params
- Cpp Coding Standards/FIMPL
- Cpp Coding Standards/FIMPL/DefSwitch
- Cpp Coding Standards/FIMPL/MagNum
- Cpp Coding Standards/FORMAT
- Cpp Coding Standards/FORMAT/NoTabs
- Cpp Coding Standards/GEN
- Cpp Coding Standards/GEN/LocalConv
- Cpp Coding Standards/HEADERS
- Cpp Coding Standards/HEADERS/IncGuards
- Cpp Coding Standards/HEADERS/IncPCH
- Cpp Coding Standards/HEADERS/Self
- Cpp Coding Standards/IFC
- Cpp Coding Standards/OBSOLETE
- Cpp Coding Standards/Principles
- Cpp Coding Standards/SECURITY
- Cpp Coding Standards/SECURITY/BuffOver
- Cpp Coding Standards/SECURITY/IntOver
- Cpp Coding Standards/SECURITY/UnsafeFunc
- Cpp Coding Standards/SECURITY/ValInput
- Cpp Coding Standards/STL
- Cpp Coding Standards/STL/Cont
- Cpp Coding Standards/STL/EraseMem
- Cpp Coding Standards/STL/PurePred
- Cpp Coding Standards/TYPE
- Cpp Coding Standards/VIRTUAL
- Cpp Coding Standards/VIRTUAL/LSP
- Cpp Coding Standards/VIRTUAL/Over