Searched refs:bUseOurTabStops (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | compatibility.cxx | 107 bAddSpacingAtPages( false ), bUseOurTabStops( false ), in SvtCompatibilityEntry() 116 bAddSpacingAtPages( false ), bUseOurTabStops( false ), in SvtCompatibilityEntry() 125 inline void SetUseOurTabStops( bool _bSet ) { bUseOurTabStops = _bSet; } in SetUseOurTabStops() 140 bool bUseOurTabStops; member 202 lProperties[ OFFSET_USEOURTABSTOPS ].Value <<= pItem->bUseOurTabStops; in GetList() 317 inline bool IsUseOurTabStops() const { return m_aDefOptions.bUseOurTabStops; } in IsUseOurTabStops() 412 lValues[ nPosition++ ] >>= aItem.bUseOurTabStops; in SvtCompatibilityOptions_Impl() 486 lPropertyValues[ OFFSET_USEOURTABSTOPS - 1 ].Value <<= aItem.bUseOurTabStops; in Commit() 687 bool bUseOurTabStops, in AppendItem() argument 699 bAddSpacingAtPages, bUseOurTabStops, bNoExtLeading, in AppendItem()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 308 bool bUseOurTabStops = false; in InitControls() local 335 aValue.Value >>= bUseOurTabStops; in InitControls() 354 bAddSpacingAtPages, bUseOurTabStops, bNoExtLeading, in InitControls() 380 bUseOurTabStops, bNoExtLeading, bUseLineSpacing, in InitControls()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | compatibility.hxx | 186 bool bUseOurTabStops,
|
Completed in 500 milliseconds