Home
last modified time | relevance | path

Searched refs:pOutWin (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx235 pOutWin(0), in SwSrcEditWindow()
271 delete pOutWin; in ~SwSrcEditWindow()
326 pOutWin->SetOutputSizePixel(aOutSz); in Resize()
501 pOutWin = new TextViewOutWin(this, 0); in CreateTextEngine()
502 pOutWin->SetBackground(Wallpaper(rCol)); in CreateTextEngine()
504 pOutWin->Show(); in CreateTextEngine()
521 pOutWin->SetTextView(pTextView); in CreateTextEngine()
532 pOutWin->SetFont( aFont ); in CreateTextEngine()
847 pOutWin->Invalidate(); in Invalidate()
878 pOutWin->GrabFocus(); in GetFocus()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx151 pOutWin(0), in XMLFileWindow()
175 delete pOutWin; in ~XMLFileWindow()
226 pOutWin->SetOutputSizePixel(aOutSz); in Resize()
326 pOutWin = new TextViewOutWin(this, 0); in CreateTextEngine()
327 pOutWin->SetBackground(Wallpaper(rCol)); in CreateTextEngine()
328 pOutWin->SetPointer(Pointer(POINTER_TEXT)); in CreateTextEngine()
329 pOutWin->Show(); in CreateTextEngine()
344 pOutWin->SetTextView(pTextView); in CreateTextEngine()
355 pOutWin->SetFont( aFont ); in CreateTextEngine()
438 pOutWin->Invalidate(); in InvalidateWindow()
[all …]
H A Dxmlfileview.hxx83 TextViewOutWin* pOutWin; member in XMLFileWindow
126 TextViewOutWin* GetOutWin() { return pOutWin; } in GetOutWin()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx78 pOutWin = pWindow; in ImpEditView()
103 if ( pOutWin && ( pOutWin->GetCursor() == pCursor ) ) in ~ImpEditView()
104 pOutWin->SetCursor( NULL ); in ~ImpEditView()
185 if ( pOutWin->GetCursor() ) in DrawSelection()
186 pOutWin->GetCursor()->Hide(); in DrawSelection()
300 if ( pOutWin->GetCursor() ) in DrawSelection()
301 pOutWin->GetCursor()->Show(); in DrawSelection()
974 pOutWin->Update(); in Scroll()
986 pOutWin->Update(); in Scroll()
1505 if ( pOutWin->GetCursor() ) in ShowDDCursor()
[all …]
H A Dimpedit.hxx227 Window* pOutWin; member in ImpEditView
315 Window* GetWindow() const { return pOutWin; } in GetWindow()
364 return ( pBackgroundColor ? *pBackgroundColor : pOutWin->GetBackground().GetColor() ); } in GetBackgroundColor()
H A Deditview.cxx319 pImpEditView->pOutWin = pWin; in SetWindow()
326 return pImpEditView->pOutWin; in GetWindow()
/trunk/main/sw/source/ui/inc/
H A Dsrcedtw.hxx77 TextViewOutWin* pOutWin; member in SwSrcEditWindow
137 TextViewOutWin* GetOutWin() {return pOutWin;} in GetOutWin()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1054 ::Window* pOutWin = static_cast< ::Window*>(rView.GetFirstOutputDevice()); // GetWin( 0 ); in CreateAnimObj()
1055 DBG_ASSERT( pOutWin, "Window ist nicht vorhanden!" ); in CreateAnimObj()
1061 Size aTemp( pOutWin->GetOutputSizePixel() ); in CreateAnimObj()
1062 …const Point aWindowCenter( pOutWin->PixelToLogic( Point( aTemp.Width() >> 1, aTemp.Height() >> 1… in CreateAnimObj()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1729 Window* pOutWin = GetWin(); in GetBox() local
1731 if( pOutWin ) in GetBox()
1737 aTmp = pOutWin->PixelToLogic( aTmp ); in GetBox()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2069 Window* pOutWin = dynamic_cast<Window*>(pOutDev); in ImpPaint() local
2070 bTransparent = (pOutWin && pOutWin->IsPaintTransparent()); in ImpPaint()

Completed in 92 milliseconds