Searched refs:aViewLayoutItem (Results 1 – 2 of 2) sorted by relevance
553 SvxViewLayoutItem aViewLayoutItem; in IMPL_LINK() local556 … SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()577 aViewLayoutItem.SetValue( 0 ); in IMPL_LINK()578 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()582 aViewLayoutItem.SetValue( 1 ); in IMPL_LINK()583 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()587 aViewLayoutItem.SetValue( static_cast<USHORT>(aColumnsEdit.GetValue()) ); in IMPL_LINK()588 aViewLayoutItem.SetBookMode( aBookModeChk.IsChecked() ); in IMPL_LINK()602 pOutSet->Put( aViewLayoutItem ); in IMPL_LINK()
433 SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK() local453 aViewLayoutItem.SetValue( 0 ); in IMPL_LINK()454 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()458 aViewLayoutItem.SetValue( 1 ); in IMPL_LINK()459 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()463 aViewLayoutItem.SetValue( static_cast<sal_uInt16>(aColumnsEdit.GetValue()) ); in IMPL_LINK()464 aViewLayoutItem.SetBookMode( aBookModeChk.IsChecked() ); in IMPL_LINK()477 pOutSet->Put( aViewLayoutItem ); in IMPL_LINK()
Completed in 24 milliseconds