Searched refs:pOutWin (Results 1 – 10 of 10) sorted by relevance
235 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()848 pOutWin->Invalidate(); in Invalidate()879 pOutWin->GrabFocus(); in GetFocus()[all …]
151 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 …]
83 TextViewOutWin* pOutWin; member in XMLFileWindow126 TextViewOutWin* GetOutWin() { return pOutWin; } in GetOutWin()
78 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 …]
227 Window* pOutWin; member in ImpEditView315 Window* GetWindow() const { return pOutWin; } in GetWindow()364 return ( pBackgroundColor ? *pBackgroundColor : pOutWin->GetBackground().GetColor() ); } in GetBackgroundColor()
319 pImpEditView->pOutWin = pWin; in SetWindow()326 return pImpEditView->pOutWin; in GetWindow()
77 TextViewOutWin* pOutWin; member in SwSrcEditWindow137 TextViewOutWin* GetOutWin() {return pOutWin;} in GetOutWin()
1054 ::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()
1729 Window* pOutWin = GetWin(); in GetBox() local1731 if( pOutWin ) in GetBox()1737 aTmp = pOutWin->PixelToLogic( aTmp ); in GetBox()
2069 Window* pOutWin = dynamic_cast<Window*>(pOutDev); in ImpPaint() local2070 bTransparent = (pOutWin && pOutWin->IsPaintTransparent()); in ImpPaint()
Completed in 96 milliseconds