Lines Matching refs:aBspWin
257 aBspWin ( this, CUI_RES( WN_BSP ) ), in SvxPageDescPage()
307 aBspWin.EnableRTL( sal_False ); in SvxPageDescPage()
350 aBspWin.EnableFrameDirection(sal_True); in SvxPageDescPage()
502 aBspWin.SetLeft( in Reset()
505 aBspWin.SetRight( in Reset()
516 aBspWin.SetTop( in Reset()
519 aBspWin.SetBottom( in Reset()
539 aBspWin.SetUsage( nUse ); in Reset()
591 aBspWin.SetSize( Size( ConvertLong_Impl( aPaperSize.Width(), eUnit ), in Reset()
658 aBspWin.SetTable( sal_True ); in Reset()
659 aBspWin.SetHorz( aHorzBox.IsChecked() ); in Reset()
660 aBspWin.SetVert( aVertBox.IsChecked() ); in Reset()
739 aBspWin.SetFrameDirection(nVal); in Reset()
1260 aBspWin.SetSize( aSize ); in IMPL_LINK_INLINE_END()
1263 aBspWin.SetTop( GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1264 aBspWin.SetBottom( GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1265 aBspWin.SetLeft( GetCoreValue( aLeftMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1266 aBspWin.SetRight( GetCoreValue( aRightMarginEdit, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK_INLINE_END()
1269 aBspWin.SetUsage( PosToPageUsage_Impl( aLayoutBox.GetSelectEntryPos() ) ); in IMPL_LINK_INLINE_END()
1271 aBspWin.ResetBackground(); in IMPL_LINK_INLINE_END()
1272 aBspWin.Invalidate(); in IMPL_LINK_INLINE_END()
1311 aBspWin.setHeaderFillAttributes(aHeaderFillAttributes); in ResetBackground_Impl()
1317 aBspWin.SetHdBorder(rItem); in ResetBackground_Impl()
1354 aBspWin.setFooterFillAttributes(aFooterFillAttributes); in ResetBackground_Impl()
1360 aBspWin.SetFtBorder(rItem); in ResetBackground_Impl()
1388 aBspWin.setPageFillAttributes(aPageFillAttributes); in ResetBackground_Impl()
1393 aBspWin.SetBorder(static_cast< const SvxBoxItem& >(*pItem)); in ResetBackground_Impl()
1405 aBspWin.SetSize( ( (const SvxSizeItem*)pItem )->GetSize() ); in InitHeadFoot_Impl()
1426 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1427 aBspWin.SetHdDist( nDist ); in InitHeadFoot_Impl()
1430 aBspWin.SetHdLeft( rLR.GetLeft() ); in InitHeadFoot_Impl()
1431 aBspWin.SetHdRight( rLR.GetRight() ); in InitHeadFoot_Impl()
1432 aBspWin.SetHeader( sal_True ); in InitHeadFoot_Impl()
1435 aBspWin.SetHeader( sal_False ); in InitHeadFoot_Impl()
1460 aBspWin.setHeaderFillAttributes(aHeaderFillAttributes); in InitHeadFoot_Impl()
1467 aBspWin.SetHdBorder( rItem ); in InitHeadFoot_Impl()
1488 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1489 aBspWin.SetFtDist( nDist ); in InitHeadFoot_Impl()
1492 aBspWin.SetFtLeft( rLR.GetLeft() ); in InitHeadFoot_Impl()
1493 aBspWin.SetFtRight( rLR.GetRight() ); in InitHeadFoot_Impl()
1494 aBspWin.SetFooter( sal_True ); in InitHeadFoot_Impl()
1497 aBspWin.SetFooter( sal_False ); in InitHeadFoot_Impl()
1522 aBspWin.setFooterFillAttributes(aFooterFillAttributes); in InitHeadFoot_Impl()
1529 aBspWin.SetFtBorder( rItem ); in InitHeadFoot_Impl()
1605 long nHHeight = aBspWin.GetHdHeight(); in IMPL_LINK()
1606 long nHDist = aBspWin.GetHdDist(); in IMPL_LINK()
1609 long nFHeight = aBspWin.GetFtHeight(); in IMPL_LINK()
1610 long nFDist = aBspWin.GetFtDist(); in IMPL_LINK()
1613 long nHFLeft = Max( aBspWin.GetHdLeft(), aBspWin.GetFtLeft() ); in IMPL_LINK()
1614 long nHFRight = Max( aBspWin.GetHdRight(), aBspWin.GetFtRight() ); in IMPL_LINK()
1722 aBspWin.SetHorz( aHorzBox.IsChecked() ); in IMPL_LINK_INLINE_START()
1723 aBspWin.SetVert( aVertBox.IsChecked() ); in IMPL_LINK_INLINE_START()
1771 aBspWin.EnableFrameDirection( sal_False ); in DisableVerticalPageDir()
1777 aBspWin.SetFrameDirection( (sal_uInt32) aTextFlowBox.GetSelectEntryValue() ); in IMPL_LINK()
1778 aBspWin.Invalidate(); in IMPL_LINK()