Searched refs:bAddSpacingAtPages (Results 1 – 3 of 3) sorted by relevance
/trunk/main/unotools/source/config/ |
H A D | compatibility.cxx | 107 bAddSpacingAtPages( false ), bUseOurTabStops( false ), in SvtCompatibilityEntry() 116 bAddSpacingAtPages( false ), bUseOurTabStops( false ), in SvtCompatibilityEntry() 124 inline void SetAddSpacingAtPages( bool _bSet ) { bAddSpacingAtPages = _bSet; } in SetAddSpacingAtPages() 139 bool bAddSpacingAtPages; member 201 lProperties[ OFFSET_ADDSPACINGATPAGES ].Value <<= pItem->bAddSpacingAtPages; in GetList() 316 inline bool IsAddSpacingAtPages() const { return m_aDefOptions.bAddSpacingAtPages; } in IsAddSpacingAtPages() 411 lValues[ nPosition++ ] >>= aItem.bAddSpacingAtPages; in SvtCompatibilityOptions_Impl() 485 lPropertyValues[ OFFSET_ADDSPACINGATPAGES - 1 ].Value <<= aItem.bAddSpacingAtPages; in Commit() 686 bool bAddSpacingAtPages, in AppendItem() argument 699 bAddSpacingAtPages, bUseOurTabStops, bNoExtLeading, in AppendItem()
|
/trunk/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 307 bool bAddSpacingAtPages = false; in InitControls() local 333 aValue.Value >>= bAddSpacingAtPages; in InitControls() 354 bAddSpacingAtPages, bUseOurTabStops, bNoExtLeading, in InitControls() 379 bUsePrtMetrics, bAddSpacing, bAddSpacingAtPages, in InitControls()
|
/trunk/main/unotools/inc/unotools/ |
H A D | compatibility.hxx | 185 bool bAddSpacingAtPages,
|
Completed in 25 milliseconds