Home
last modified time | relevance | path

Searched refs:bUseOurTabStops (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/config/
H A Dcompatibility.cxx107 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()
/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx308 bool bUseOurTabStops = false; in InitControls() local
335 aValue.Value >>= bUseOurTabStops; in InitControls()
354 bAddSpacingAtPages, bUseOurTabStops, bNoExtLeading, in InitControls()
380 bUseOurTabStops, bNoExtLeading, bUseLineSpacing, in InitControls()
/trunk/main/unotools/inc/unotools/
H A Dcompatibility.hxx186 bool bUseOurTabStops,

Completed in 19 milliseconds