Searched refs:bConsiderWrappingStyle (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | compatibility.cxx | 110 bUseOurTextWrapping( false ), bConsiderWrappingStyle( false ), in SvtCompatibilityEntry() 119 bUseOurTextWrapping( false ), bConsiderWrappingStyle( false ), in SvtCompatibilityEntry() 131 inline void SetConsiderWrappingStyle( bool _bSet ) { bConsiderWrappingStyle = _bSet; } in SetConsiderWrappingStyle() 146 bool bConsiderWrappingStyle; member 208 lProperties[ OFFSET_CONSIDERWRAPPINGSTYLE ].Value <<= pItem->bConsiderWrappingStyle; in GetList() 323 inline bool IsConsiderWrappingStyle() const { return m_aDefOptions.bConsiderWrappingStyle; } in IsConsiderWrappingStyle() 418 lValues[ nPosition++ ] >>= aItem.bConsiderWrappingStyle; in SvtCompatibilityOptions_Impl() 492 … lPropertyValues[ OFFSET_CONSIDERWRAPPINGSTYLE - 1 ].Value <<= aItem.bConsiderWrappingStyle; in Commit() 693 bool bConsiderWrappingStyle, in AppendItem() argument 701 bUseOurTextWrapping, bConsiderWrappingStyle, bExpandWordSpace ); in AppendItem()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 314 bool bConsiderWrappingStyle = false; in InitControls() local 347 aValue.Value >>= bConsiderWrappingStyle; in InitControls() 356 bUseOurTextWrapping, bConsiderWrappingStyle, bExpandWordSpace, in InitControls() 382 bConsiderWrappingStyle, bExpandWordSpace ); in InitControls()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | compatibility.hxx | 192 bool bConsiderWrappingStyle,
|
Completed in 26 milliseconds