Searched refs:bUseOurTextWrapping (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() 130 inline void SetUseOurTextWrapping( bool _bSet ) { bUseOurTextWrapping = _bSet; } in SetUseOurTextWrapping() 145 bool bUseOurTextWrapping; member 207 lProperties[ OFFSET_USEOURTEXTWRAPPING ].Value <<= pItem->bUseOurTextWrapping; in GetList() 322 inline bool IsUseOurTextWrapping() const { return m_aDefOptions.bUseOurTextWrapping; } in IsUseOurTextWrapping() 417 lValues[ nPosition++ ] >>= aItem.bUseOurTextWrapping; in SvtCompatibilityOptions_Impl() 491 lPropertyValues[ OFFSET_USEOURTEXTWRAPPING - 1 ].Value <<= aItem.bUseOurTextWrapping; in Commit() 692 bool bUseOurTextWrapping, in AppendItem() argument 701 bUseOurTextWrapping, bConsiderWrappingStyle, bExpandWordSpace ); in AppendItem()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 313 bool bUseOurTextWrapping = false; in InitControls() local 345 aValue.Value >>= bUseOurTextWrapping; in InitControls() 356 bUseOurTextWrapping, bConsiderWrappingStyle, bExpandWordSpace, in InitControls() 381 bAddTableSpacing, bUseObjPos, bUseOurTextWrapping, in InitControls()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | compatibility.hxx | 191 bool bUseOurTextWrapping,
|
Completed in 541 milliseconds