Home
last modified time | relevance | path

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

/trunk/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()
1527 OutlinerView* pOlView = GetViewByWindow(pActWin); in GetStyleSheet()
2046 Window* pActWin = mpOutlineViewShell->GetActiveWindow();
2047 if( pActWin )
2049 Font aOldFont( pActWin->GetFont() );
2050 pActWin->SetFont( maPageNumberFont );
2055 pActWin->SetFont( maBulletFont);
2057 aSize.Width() = pActWin->GetTextWidth(aBulletStr);
2058 nWidth += pActWin->LogicToPixel( aSize ).Width();
[all …]
H A Doutlnvsh.cxx1730 ::sd::Window* pActWin = GetActiveWindow(); in GetAttrState()
1731 OutlinerView* pOV = pOlView->GetViewByWindow(pActWin); in GetAttrState()
/trunk/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()
/trunk/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()

Completed in 49 milliseconds