Lines Matching refs:pActWin
760 Window* pActWin = mpOutlineViewShell->GetActiveWindow(); in IMPL_LINK() local
761 OutlinerView* pOlView = GetViewByWindow(pActWin); in IMPL_LINK()
1526 ::sd::Window* pActWin = mpOutlineViewShell->GetActiveWindow(); in GetStyleSheet()
1527 OutlinerView* pOlView = GetViewByWindow(pActWin); in GetStyleSheet()
2046 Window* pActWin = mpOutlineViewShell->GetActiveWindow();
2047 if( pActWin )
2049 Font aOldFont( pActWin->GetFont() );
2050 pActWin->SetFont( maPageNumberFont );
2051 Size aSize( pActWin->GetTextWidth( String( RTL_CONSTASCII_USTRINGPARAM("X" ) ) ), 0 );
2052 sal_Int32 nWidth = pActWin->LogicToPixel( aSize ).Width() * 5;
2055 pActWin->SetFont( maBulletFont);
2057 aSize.Width() = pActWin->GetTextWidth(aBulletStr);
2058 nWidth += pActWin->LogicToPixel( aSize ).Width();
2060 pActWin->SetFont( aOldFont );