Searched refs:bAddTableSpacing (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | compatibility.cxx | 109 bAddTableSpacing( false ), bUseObjPos( false ), in SvtCompatibilityEntry() 118 bAddTableSpacing( false ), bUseObjPos( false ), in SvtCompatibilityEntry() 128 inline void SetAddTableSpacing( bool _bSet ) { bAddTableSpacing = _bSet; } in SetAddTableSpacing() 143 bool bAddTableSpacing; member 205 lProperties[ OFFSET_ADDTABLESPACING ].Value <<= pItem->bAddTableSpacing; in GetList() 320 inline bool IsAddTableSpacing() const { return m_aDefOptions.bAddTableSpacing; } in IsAddTableSpacing() 415 lValues[ nPosition++ ] >>= aItem.bAddTableSpacing; in SvtCompatibilityOptions_Impl() 489 lPropertyValues[ OFFSET_ADDTABLESPACING - 1 ].Value <<= aItem.bAddTableSpacing; in Commit() 690 bool bAddTableSpacing, in AppendItem() argument 700 bUseLineSpacing, bAddTableSpacing, bUseObjPos, in AppendItem()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 311 bool bAddTableSpacing = false; in InitControls() local 341 aValue.Value >>= bAddTableSpacing; in InitControls() 355 bUseLineSpacing, bAddTableSpacing, bUseObjPos, in InitControls() 381 bAddTableSpacing, bUseObjPos, bUseOurTextWrapping, in InitControls()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | compatibility.hxx | 189 bool bAddTableSpacing,
|
Completed in 14 milliseconds