Lines Matching refs:aBspWin

161 	aBspWin			( this, SVX_RES( WN_BSP ) ),  in SvxHFPage()
173 aBspWin.EnableRTL( sal_False ); in SvxHFPage()
498 sal_uInt16 nUsage = aBspWin.GetUsage(); in IMPL_LINK()
709 aBspWin.setHeaderFillAttributes(aFillAttributes); in IMPL_LINK_INLINE_END()
714 aBspWin.setFooterFillAttributes(aFillAttributes); in IMPL_LINK_INLINE_END()
727 aBspWin.SetHdBorder(rItem); in IMPL_LINK_INLINE_END()
729 aBspWin.SetFtBorder(rItem); in IMPL_LINK_INLINE_END()
748 aBspWin.SetHeader( aTurnOnBox.IsChecked() ); in UpdateExample()
749 aBspWin.SetHdHeight( GetCoreValue( aHeightEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
750 aBspWin.SetHdDist( GetCoreValue( aDistEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
751 aBspWin.SetHdLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
752 aBspWin.SetHdRight( GetCoreValue( aRMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
756 aBspWin.SetFooter( aTurnOnBox.IsChecked() ); in UpdateExample()
757 aBspWin.SetFtHeight( GetCoreValue( aHeightEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
758 aBspWin.SetFtDist( GetCoreValue( aDistEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
759 aBspWin.SetFtLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
760 aBspWin.SetFtRight( GetCoreValue( aRMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
762 aBspWin.Invalidate(); in UpdateExample()
803 aBspWin.setHeaderFillAttributes(aHeaderFillAttributes); in ResetBackground_Impl()
810 aBspWin.SetHdBorder(rItem); in ResetBackground_Impl()
847 aBspWin.setFooterFillAttributes(aFooterFillAttributes); in ResetBackground_Impl()
853 aBspWin.SetFtBorder(rItem); in ResetBackground_Impl()
880 aBspWin.setPageFillAttributes(aPageFillAttributes); in ResetBackground_Impl()
886 aBspWin.SetBorder(rItem); in ResetBackground_Impl()
903 aBspWin.SetLeft( rLRSpace.GetLeft() ); in ActivatePage()
904 aBspWin.SetRight( rLRSpace.GetRight() ); in ActivatePage()
908 aBspWin.SetLeft( 0 ); in ActivatePage()
909 aBspWin.SetRight( 0 ); in ActivatePage()
919 aBspWin.SetTop( rULSpace.GetUpper() ); in ActivatePage()
920 aBspWin.SetBottom( rULSpace.GetLower() ); in ActivatePage()
924 aBspWin.SetTop( 0 ); in ActivatePage()
925 aBspWin.SetBottom( 0 ); in ActivatePage()
934 aBspWin.SetUsage( nUsage ); in ActivatePage()
947 aBspWin.SetSize( rSize.GetSize() ); in ActivatePage()
971 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in ActivatePage()
972 aBspWin.SetHdDist( nDist ); in ActivatePage()
973 aBspWin.SetHdLeft( rLR.GetLeft() ); in ActivatePage()
974 aBspWin.SetHdRight( rLR.GetRight() ); in ActivatePage()
975 aBspWin.SetHeader( sal_True ); in ActivatePage()
983 aBspWin.SetHeader( sal_False ); in ActivatePage()
1008 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in ActivatePage()
1009 aBspWin.SetFtDist( nDist ); in ActivatePage()
1010 aBspWin.SetFtLeft( rLR.GetLeft() ); in ActivatePage()
1011 aBspWin.SetFtRight( rLR.GetRight() ); in ActivatePage()
1012 aBspWin.SetFooter( sal_True ); in ActivatePage()
1020 aBspWin.SetFooter( sal_False ); in ActivatePage()
1030 aBspWin.SetTable( sal_True ); in ActivatePage()
1031 aBspWin.SetHorz( ( (SfxBoolItem*)pItem )->GetValue() ); in ActivatePage()
1038 aBspWin.SetTable( sal_True ); in ActivatePage()
1039 aBspWin.SetVert( ( (SfxBoolItem*)pItem )->GetValue() ); in ActivatePage()
1062 long nHHeight = aBspWin.GetHdHeight(); in IMPL_LINK()
1063 long nHDist = aBspWin.GetHdDist(); in IMPL_LINK()
1065 long nFHeight = aBspWin.GetFtHeight(); in IMPL_LINK()
1066 long nFDist = aBspWin.GetFtDist(); in IMPL_LINK()
1088 long nBT = aBspWin.GetTop(); in IMPL_LINK()
1089 long nBB = aBspWin.GetBottom(); in IMPL_LINK()
1090 long nBL = aBspWin.GetLeft(); in IMPL_LINK()
1091 long nBR = aBspWin.GetRight(); in IMPL_LINK()
1093 long nH = aBspWin.GetSize().Height(); in IMPL_LINK()
1094 long nW = aBspWin.GetSize().Width(); in IMPL_LINK()