Home
last modified time | relevance | path

Searched refs:pActWin (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sd/source/ui/view/
H A Doutlview.cxx760 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;
[all …]
H A Doutlnvsh.cxx1730 ::sd::Window* pActWin = GetActiveWindow(); in GetAttrState()
1731 OutlinerView* pOV = pOlView->GetViewByWindow(pActWin); in GetAttrState()
/AOO41X/main/sc/source/ui/view/
H A Ddrawvie4.cxx351 Window* pActWin = pViewData->GetActiveWin(); in SetMarkedOriginalSize() local
352 if (pActWin) in SetMarkedOriginalSize()
354 aOriginalSize = pActWin->LogicToLogic( in SetMarkedOriginalSize()
H A Dviewfun4.cxx108 Window* pActWin = GetActiveWin(); in PasteRTF() local
109 if (pActWin) in PasteRTF()
112 Window aWin( pActWin ); in PasteRTF()
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx773 ::sd::Window* pActWin = mpViewShell->GetActiveWindow(); in disposing()
775 if (pActWin) in disposing()
777 Size aVisSizePixel = pActWin->GetOutputSizePixel(); in disposing()
778 … Rectangle aVisAreaWin = pActWin->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in disposing()
780 mpView->VisAreaChanged(pActWin); in disposing()
781 pActWin->GrabFocus(); in disposing()