Home
last modified time | relevance | path

Searched refs:pOut (Results 126 – 150 of 179) sorted by path

12345678

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx237 const OutputDevice* pOut = rInf.GetOut(); in ChkOutDev() local
255 pOut(((SwTxtSizeInfo&)rNew).GetOut()), in SwTxtSizeInfo()
298 pOut = pVsh->GetOut(); in CtorInitTxtSizeInfo()
314 pRef = pOut; in CtorInitTxtSizeInfo()
380 pOut(((SwTxtSizeInfo&)rNew).GetOut()), in SwTxtSizeInfo()
434 ASSERT( pOut == pVsh->GetOut(), in NoteAnimation()
992 pOut->DrawRect( rRect.SVRect() ); in DrawRect()
1165 pOut->SetLineColor( Color(0, 0, 0)); in DrawCheckBox()
1166 pOut->SetFillColor(); in DrawCheckBox()
1167 pOut->DrawRect( r ); in DrawCheckBox()
[all …]
H A Dinftxt.hxx192 OutputDevice* pOut; member in SwTxtSizeInfo
275 inline OutputDevice *GetOut() { return pOut; } in GetOut()
276 inline const OutputDevice *GetOut() const { return pOut; } in GetOut()
277 inline void SetOut( OutputDevice* pNewOut ) { pOut = pNewOut; } in SetOut()
299 SwPosSize GetTxtSize( OutputDevice* pOut, const SwScriptInfo* pSI,
823 return GetTxtSize( pOut, 0, rTxt, 0, rTxt.Len(), 0 ); in GetTxtSize()
831 return GetTxtSize( pOut, pSI, *pTxt, nNewIdx, nNewLen, nCompress ); in GetTxtSize()
H A Ditratr.cxx133 if ( pLastOut != pOut ) in SeekAndChgAttrIter()
135 pLastOut = pOut; in SeekAndChgAttrIter()
200 if ( pLastOut != pOut ) in SeekStartAndChgAttrIter()
202 pLastOut = pOut; in SeekStartAndChgAttrIter()
360 OutputDevice* pOut; member in SwMinMaxArgs
593 if( !pOut ) in GetMinMaxSize()
596 pOut = pSh->GetWin(); in GetMinMaxSize()
597 if( !pOut ) in GetMinMaxSize()
812 pOut->SetMapMode( aOldMap ); in GetMinMaxSize()
831 OutputDevice* pOut = NULL; in GetScalingOfSelectedText() local
[all …]
H A Ditratr.hxx101 sal_Bool SeekAndChgAttrIter( const xub_StrLen nPos, OutputDevice* pOut );
102 sal_Bool SeekStartAndChgAttrIter( OutputDevice* pOut, const sal_Bool bParaFont = sal_False );
H A Ditrpaint.cxx241 OutputDevice* pOut = GetInfo().GetOut(); in DrawTextLine() local
294 GetInfo().GetFont()->GetHeight( GetInfo().GetVsh(), *pOut ), in DrawTextLine()
295 GetInfo().GetFont()->GetAscent( GetInfo().GetVsh(), *pOut ) in DrawTextLine()
411 SwTaggedPDFHelper aTaggedPDFHelper( 0, 0, &aPorInfo, *pOut ); in DrawTextLine()
464 GetFnt()->ChgPhysFnt( GetInfo().GetVsh(), *pOut ); in DrawTextLine()
H A Ditrtxt.cxx509 pOut( rInfo.GetOut() ), in SwHookOut()
521 pInf->SetOut( pOut ); in ~SwHookOut()
H A Ditrtxt.hxx295 OutputDevice* pOut; member in SwHookOut
H A Dporfld.cxx858 void SwGrfNumPortion::StopAnimation( OutputDevice* pOut ) in StopAnimation() argument
861 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation()
1082 void SwTxtFrm::StopAnimation( OutputDevice* pOut ) in StopAnimation() argument
1094 ((SwGrfNumPortion*)pPor)->StopAnimation( pOut ); in StopAnimation()
H A Dporfld.hxx216 void StopAnimation( OutputDevice* pOut );
H A Dporrst.cxx271 if( !pOut ) in EmptyHeight()
278 pFnt->ChgPhysFnt( pSh, *pOut ); in EmptyHeight()
279 nRet = pFnt->GetHeight( pSh, *pOut ); in EmptyHeight()
397 OutputDevice *pOut = 0; in FillRegister() local
403 pOut = pSh->GetWin(); in FillRegister()
405 if( !pOut ) in FillRegister()
406 pOut = GetpApp()->GetDefaultDevice(); in FillRegister()
456 pOut->SetMapMode( aOldMap ); in FillRegister()
481 Color aOldColor( pOut->GetFillColor() ); in Paint()
482 pOut->SetFillColor( aCol ); in Paint()
[all …]
H A Dtxtdrop.cxx827 OutputDevice* pOut = rInf.GetOut(); in CalcFontSize() local
858 rFnt.ChgPhysFnt( rInf.GetVsh(), *pOut ); in CalcFontSize()
860 nAscent = rFnt.GetAscent( rInf.GetVsh(), *pOut ); in CalcFontSize()
863 bHaveGlyphRect = pOut->GetTextBoundRect( aRect, rInf.GetTxt(), 0, in CalcFontSize()
H A Dtxtfly.cxx1057 void SwTxtFly::DrawFlyRect( OutputDevice* pOut, const SwRect &rRect, in DrawFlyRect() argument
1118 pOut->DrawRect( aRegion[i].SVRect() ); in DrawFlyRect()
1884 void SwContourCache::ShowContour( OutputDevice* pOut, const SdrObject* pObj, in ShowContour() argument
1897 pOut->SetLineColor( rOpenColor ); in ShowContour()
1901 pOut->SetLineColor( rClosedColor ); in ShowContour()
1902 pOut->DrawPolygon( rPol ); in ShowContour()
1920 pOut->DrawEllipse( aTmp ); in ShowContour()
1935 void SwTxtFly::ShowContour( OutputDevice* pOut ) in ShowContour() argument
1942 Color aSaveColor( pOut->GetLineColor() ); in ShowContour()
1949 pOut->DrawRect( aRect ); in ShowContour()
[all …]
H A Dtxtfly.hxx99 void ShowContour( OutputDevice* pOut, const SdrObject* pObj,
213 void DrawFlyRect( OutputDevice* pOut, const SwRect &rRect,
232 void ShowContour( OutputDevice* pOut );
H A Dtxtfrm.cxx2309 OutputDevice* pOut = pVsh->GetOut(); in _CalcHeightOfLastLine() local
2314 pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in _CalcHeightOfLastLine()
2316 ASSERT( pOut, "<SwTxtFrm::_GetHeightOfLastLineForPropLineSpacing()> - no OutputDevice" ); in _CalcHeightOfLastLine()
2318 if ( !pOut ) in _CalcHeightOfLastLine()
2339 aFont.ChgPhysFnt( pVsh, *pOut ); in _CalcHeightOfLastLine()
2340 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
2343 pLastFont->SetDevFont( pVsh, *pOut ); in _CalcHeightOfLastLine()
2347 Font aOldFont = pOut->GetFont(); in _CalcHeightOfLastLine()
2349 aFont.ChgPhysFnt( pVsh, *pOut ); in _CalcHeightOfLastLine()
2350 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
[all …]
H A Dtxtpaint.cxx40 if( pOut && bChg ) in Reset()
42 if ( pOut->GetConnectMetaFile() ) in Reset()
43 pOut->Pop(); in Reset()
47 pOut->SetClipRegion( aClip ); in Reset()
49 pOut->SetClipRegion(); in Reset()
71 if ( !pOut || (!rRect.HasArea() && !pOut->IsClipRegion()) ) in _ChgClip()
79 if ( pOut->GetConnectMetaFile() ) in _ChgClip()
80 pOut->Push(); in _ChgClip()
86 pOut->SetClipRegion(); in _ChgClip()
108 pOut->SetClipRegion(); in _ChgClip()
[all …]
H A Dtxtpaint.hxx40 OutputDevice* pOut; member in SwSaveClip
59 pOut(pOutDev) in SwSaveClip()
76 OutputDevice* pOut; member in SwDbgOut
125 :pOut( bOn ? pOutDev : 0 ) in SwDbgOut()
150 if( pOut ) in DbgBackColor()
159 if( pOut ) in ~DbgBackColor()
170 if( pOut ) in DbgRect()
174 pOut->SetLineColor( aColor ); in DbgRect()
177 pOut->DrawRect( rRect ); in DbgRect()
178 pOut->SetLineColor( aLineColor ); in DbgRect()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx447 OutputDevice* pOut = (OutputDevice*)&rOut; in CreateScrFont() local
450 Font aOldOutFont( pOut->GetFont() ); in CreateScrFont()
472 pOut->SetFont( *pPrtFont ); in CreateScrFont()
515 pOut->GetMapMode().GetScaleY().IsValid() && in CreateScrFont()
516 pOut->GetMapMode().GetScaleX() == pOut->GetMapMode().GetScaleY() ) in CreateScrFont()
532 pOut->SetFont( aOldOutFont ); in CreateScrFont()
2355 OutputDevice* pOut = 0; in SwFntAccess() local
2361 pOut = &pSh->GetRefDev(); in SwFntAccess()
2370 ( pFntObj->pPrinter == pOut ) && in SwFntAccess()
2388 if( pFntObj && pFntObj->pPrinter != pOut ) in SwFntAccess()
[all …]
H A Dfntcap.cxx263 xub_StrLen SwFont::GetCapitalBreak( ViewShell* pSh, const OutputDevice* pOut, in GetCapitalBreak() argument
269 SwDrawTextInfo aInfo(pSh, *(OutputDevice*)pOut, pScript, rTxt, nIdx, nLen, in GetCapitalBreak()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx50 extern void SwCalcPixStatics( OutputDevice *pOut );
H A Dprintdata.cxx525 OutputDevice* pOut = 0; in processPropertiesAndCheckFormat() local
529 pOut = pDevice ? pDevice->GetOutputDevice() : 0; in processPropertiesAndCheckFormat()
531 bChanged = bChanged || (pOut != m_pLast); in processPropertiesAndCheckFormat()
532 if( pOut ) in processPropertiesAndCheckFormat()
533 m_pLast = pOut; in processPropertiesAndCheckFormat()
H A Dviewsh.cxx128 mpBufferedOut = pOut; in DLPrePaint2()
149 pOut = mpBufferedOut; in DLPostPaint2()
313 pOut = pVout; in ImplEndAction()
319 pOut = pOld; in ImplEndAction()
467 OutputDevice *pOld = pOut; in ImplUnlockPaint()
468 pOut = pVout; in ImplUnlockPaint()
470 pOut = pOld; in ImplUnlockPaint()
1389 pOut = pVout; in SmoothScroll()
1436 pOut = pOld; in SmoothScroll()
2014 pOut->DrawRect( rRect ); in Paint()
[all …]
H A Dvnew.cxx100 if ( pOut && pOut->GetPDFWriter() ) in Init()
101 pPDFOut = pOut; in Init()
184 pOut( pOutput ? pOutput in ViewShell()
215 pOutput = pOut; in ViewShell()
217 pOut = pOutput; in ViewShell()
263 pOut( pOutput ? pOutput in ViewShell()
296 pOutput = pOut; in ViewShell()
298 pOut = pOutput; in ViewShell()
357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
364 GetDoc()->StopNumRuleAnimations( pOut ); in ~ViewShell()
H A Dvprint.cxx208 OutputDevice *pOut = pSh->GetOut(); in SetSwVisArea() local
210 MapMode aMapMode( pOut->GetMapMode() ); in SetSwVisArea()
212 pOut->SetMapMode( aMapMode ); in SetSwVisArea()
239 pOut = pOutDev; //Oder was sonst? in InitPrt()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx476 SwFltOutBase* pOut; member in SwFltShell
564 pOut->NextTableCell(); } in NextTableCell()
566 pOut->NextTableRow(); } in NextTableRow()
568 pOut->SetTableWidth(nW); } in SetTableWidth()
572 pOut->SetTableOrient(eOri); } in SetTableOrient()
576 pOut->SetCellHeight(nH); } in SetCellHeight()
580 pOut->SetCellSpace(nSp); } in SetCellSpace()
582 pOut->DeleteCell(nCell); } in DeleteCell()
584 pOut->EndTable(); } in EndTable()
595 pOut->SetFlyFrmAttr( rAttr ); } in SetFlyFrmAttr()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx42 FnAttrOut pOut; in Out() local
43 if( 0 != ( pOut = pTab[ nId - RES_CHRATR_BEGIN] )) in Out()
44 (*pOut)( rWrt, rHt ); in Out()
66 FnAttrOut pOut; in Out_SfxItemSet() local
73 if( 0 != ( pOut = pTab[ pItem->Which() - RES_CHRATR_BEGIN] )) in Out_SfxItemSet()
74 (*pOut)( rWrt, *pItem ); in Out_SfxItemSet()
88 )) && 0 != ( pOut = pTab[ nWhich - RES_CHRATR_BEGIN] )) in Out_SfxItemSet()
89 (*pOut)( rWrt, *pItem ); in Out_SfxItemSet()
121 FnNodeOut pOut; in Out() local
122 if( 0 != ( pOut = pTab[ nId - RES_NODE_BEGIN ] )) in Out()
[all …]

Completed in 173 milliseconds

12345678