Home
last modified time | relevance | path

Searched refs:pOut (Results 101 – 125 of 179) sorted by relevance

12345678

/trunk/main/sw/source/core/text/
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 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 Dfrmcrsr.cxx1453 OutputDevice* pOut = pSh->GetOut(); in FillCrsrPos() local
1455 pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in FillCrsrPos()
1458 pFnt->ChgPhysFnt( pSh, *pOut ); in FillCrsrPos()
1460 SwTwips nLineHeight = pFnt->GetHeight( pSh, *pOut ); in FillCrsrPos()
1543 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, aTmp, 0, 2 ); in FillCrsrPos()
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 Ditrtxt.cxx509 pOut( rInfo.GetOut() ), in SwHookOut()
521 pInf->SetOut( pOut ); in ~SwHookOut()
/trunk/main/svtools/inc/svtools/
H A Dembedhlp.hxx66 …tatic void DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDevice *pOut );
67 static void DrawShading( const Rectangle &rRect, OutputDevice *pOut );
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx66 ScDrawView( OutputDevice* pOut, ScViewData* pData );
91 void DrawMarks( OutputDevice* pOut ) const;
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx487 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in OnMove() local
488 Size aLogicSizeOnePixel = (pOut) ? pOut->PixelToLogic(Size(1,1)) : Size(100, 100); in OnMove()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1573 const String* pOut = 0; in QueryValue() local
1577 pOut = &aCond; in QueryValue()
1580 pOut = &aTRUETxt; in QueryValue()
1583 pOut = &aFALSETxt; in QueryValue()
1586 pOut = &aContent; in QueryValue()
1597 if( pOut ) in QueryValue()
1598 rAny <<= OUString( *pOut ); in QueryValue()
/trunk/main/svx/inc/svx/
H A Dfmview.hxx65 FmFormView(FmFormModel* pModel, OutputDevice* pOut = 0L);
148 virtual SdrPaintWindow* BeginCompleteRedraw(OutputDevice* pOut);
H A Dview3d.hxx88 E3dView(SdrModel* pModel, OutputDevice* pOut = 0L);
96 …virtual sal_Bool BegDragObj(const Point& rPnt, OutputDevice* pOut = NULL, SdrHdl* pHdl = NULL, sho…
H A Dsvdview.hxx200 SdrView(SdrModel* pModel1, OutputDevice* pOut = 0L);
247 …Pointer GetPreferedPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nModifier=…
/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx45 DlgEdView::DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor ) in DlgEdView() argument
46 :SdrView( pModel, pOut ) in DlgEdView()
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx96 OutputDevice* pOut = pDevice ? pDevice->GetOutputDevice() : NULL; in getPrinter() local
97 pPrinter = dynamic_cast<Printer*>(pOut); in getPrinter()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx230 OutputDevice* pOut = &(pView->GetPaintWindow(nNum)->GetOutputDevice()); in ImpGetViewWin() local
232 if(OUTDEV_WINDOW == pOut->GetOutDevType()) in ImpGetViewWin()
234 return (Window*)pOut; in ImpGetViewWin()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx86 pOut( pOutput ) in SwRefMarkFldUpdate()
88 ASSERT( pOut, "es muss ein OutputDevice-Pointer gesetzt werden!" ); in SwRefMarkFldUpdate()
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx249 void * pOut = *ppOut; in mediate_mapInterface() local
250 if (0 != pOut) in mediate_mapInterface()
255 (*pTo->releaseInterface)( pTo, pOut ); in mediate_mapInterface()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx135 virtual void Execute( OutputDevice* pOut ); \
164 virtual void Execute( OutputDevice* pOut );
548 virtual void Execute( OutputDevice* pOut );
1503 virtual void Execute( OutputDevice* pOut );
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx92 SdrObjEditView::SdrObjEditView(SdrModel* pModel1, OutputDevice* pOut): in SdrObjEditView() argument
93 SdrGlueEditView(pModel1,pOut), in SdrObjEditView()
1876 aHitRec.pOut=pMacroWin; in ImpMacroUp()
1893 aHitRec.pOut=pMacroWin; in ImpMacroDown()
1909 aHitRec.pOut=pMacroWin; in MovMacroObj()
1937 aHitRec.pOut=pMacroWin; in EndMacroObj()
H A Dsvdglev.cxx43 SdrGlueEditView::SdrGlueEditView(SdrModel* pModel1, OutputDevice* pOut): in SdrGlueEditView() argument
44 SdrPolyEditView(pModel1,pOut) in SdrGlueEditView()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1741 FILE *pOut = _tfopen( m_pTmpName, TEXT( "wb" ) ); in CopyIniFile() local
1744 if ( pOut && pIn ) in CopyIniFile()
1752 nWritten = fwrite( pBuf, sizeof( BYTE ), nRead, pOut ); in CopyIniFile()
1762 if ( pOut ) fclose( pOut ); in CopyIniFile()
/trunk/main/starmath/source/
H A Dunomodel.cxx1088 OutputDevice* pOut = pDevice ? pDevice->GetOutputDevice() : NULL; in render() local
1090 if (!pOut) in render()
1093 pOut->SetMapMode( MAP_100TH_MM ); in render()
1149 pView->Impl_Print( *pOut, *m_pPrintUIOptions, Rectangle( OutputRect ), Point() ); in render()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx532 uno_Any * pOut = (uno_Any *)pOutParams->elements; in invoke() local
542 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke()
548 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2516 OutputDevice *pOut = 0; in lcl_GetOutputDevice() local
2524 pOut = pDevice ? pDevice->GetOutputDevice() : 0; in lcl_GetOutputDevice()
2527 return pOut; in lcl_GetOutputDevice()
3176 OutputDevice * pOut = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render() local
3178 if(pVwSh && pOut && m_pRenderData->HasSwPrtOptions()) in render()
3204 … SwEnhancedPDFExportHelper aHelper( *pWrtShell, *pOut, aPageRange, bIsSkipEmptyPages, sal_False ); in render()
3211 pVwSh->PrintProspect( pOut, rSwPrtOptions, nRenderer ); in render()
3213 pVwSh->PrintOrPDFExport( pOut, rSwPrtOptions, nRenderer ); in render()
3221 … SwEnhancedPDFExportHelper aHelper( *pWrtShell, *pOut, aPageRange, bIsSkipEmptyPages, sal_True ); in render()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx424 SvMemoryStream* pOut; member
428 pOut ( NULL ){}; in TextRuleEntry()
430 ~TextRuleEntry() { delete pOut; }; in ~TextRuleEntry()

Completed in 183 milliseconds

12345678