Home
last modified time | relevance | path

Searched defs:SvtCompatibilityEntry (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/unotools/source/config/
H A Dcompatibility.cxx102 struct SvtCompatibilityEntry struct
105 SvtCompatibilityEntry() : in SvtCompatibilityEntry() argument
112 SvtCompatibilityEntry( in SvtCompatibilityEntry() argument
122 inline void SetUsePrtMetrics( bool _bSet ) { bUsePrtMetrics = _bSet; } in SetUsePrtMetrics()
123 inline void SetAddSpacing( bool _bSet ) { bAddSpacing = _bSet; } in SetAddSpacing()
125 inline void SetUseOurTabStops( bool _bSet ) { bUseOurTabStops = _bSet; } in SetUseOurTabStops()
126 inline void SetNoExtLeading( bool _bSet ) { bNoExtLeading = _bSet; } in SetNoExtLeading()
127 inline void SetUseLineSpacing( bool _bSet ) { bUseLineSpacing = _bSet; } in SetUseLineSpacing()
128 inline void SetAddTableSpacing( bool _bSet ) { bAddTableSpacing = _bSet; } in SetAddTableSpacing()
129 inline void SetUseObjPos( bool _bSet ) { bUseObjPos = _bSet; } in SetUseObjPos()
[all …]

Completed in 8 milliseconds