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()
435 … SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK() local455 aViewLayoutItem.SetValue( 0 ); in IMPL_LINK()456 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()460 aViewLayoutItem.SetValue( 1 ); in IMPL_LINK()461 aViewLayoutItem.SetBookMode( false ); in IMPL_LINK()465 aViewLayoutItem.SetValue( static_cast<sal_uInt16>(aColumnsEdit.GetValue()) ); in IMPL_LINK()466 aViewLayoutItem.SetBookMode( aBookModeChk.IsChecked() ); in IMPL_LINK()479 pOutSet->Put( aViewLayoutItem ); in IMPL_LINK()
Completed in 23 milliseconds