Home
last modified time | relevance | path

Searched refs:pOut (Results 151 – 175 of 179) sorted by relevance

12345678

/trunk/main/unoxml/source/dom/
H A Ddocument.cxx395 xmlOutputBufferPtr pOut = xmlOutputBufferCreateIO( in start() local
397 xmlSaveFileTo(pOut, m_aNodePtr->doc, NULL); in start()
/trunk/main/svx/inc/svx/
H A Dsvdedxv.hxx157 SdrObjEditView(SdrModel* pModel1, OutputDevice* pOut = 0L);
H A Dsvdsnpv.hxx110 SdrSnapView(SdrModel* pModel1, OutputDevice* pOut = 0L);
H A Dsvdoedge.hxx211 … const SdrPageView& rPV, SdrObjConnection& rCon, const SdrEdgeObj* pThis, OutputDevice* pOut=NULL);
H A Dsvdedtv.hxx195 SdrEditView(SdrModel* pModel1, OutputDevice* pOut = 0L);
H A Dsvdmrkv.hxx192 SdrMarkView(SdrModel* pModel1, OutputDevice* pOut = 0L);
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx352 pOut ( pWinMtfOutput ), in WinMtf()
370 pOut->SetDevOrg( Point() ); in WinMtf()
386 delete pOut; in ~WinMtf()
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx139 virtual void Linker( OutputDevice* pOut, sal_Bool bLink );
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx500 const SfxItemSet* pOut = pDlg->GetOutputItemSet(); in Execute() local
501 pTableView->SetAttribs( *pOut ); in Execute()
H A Ddbfunc3.cxx499 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals() local
500 if (pOut) in DoSubTotals()
501 pOut->GetRowArray()->RemoveAll(); // nur Zeilen-Outlines loeschen in DoSubTotals()
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx79 …void ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSel…
H A Dtexteng.hxx198 …void ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSel…
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3361 pRuleOut = pTextRule->pOut = new SvMemoryStream( 0x100, 0x100 ); in ImplWriteTextStyleAtom()
5448 SvMemoryStream* pOut = aTextRule.pOut; in ImplWritePage() local
5449 if ( pOut ) in ImplWritePage()
5451 pClientTextBox->Write( pOut->GetData(), pOut->Tell() ); in ImplWritePage()
5452 delete pOut, aTextRule.pOut = NULL; in ImplWritePage()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx258 void PaintGrid( OutputDevice* pOut, SwRect &rRect ) const;
H A Dtxtfrm.hxx546 void StopAnimation( OutputDevice *pOut );
H A Dswfont.hxx329 xub_StrLen GetCapitalBreak( ViewShell* pSh, const OutputDevice* pOut,
/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx295 OutputDevice* pOut; member in SwHookOut
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2401 OutputDevice* pOut = pSh->GetOut(); in CalcFrmRects() local
2402 long nCrsrWidth = pOut->GetSettings().GetStyleSettings(). in CalcFrmRects()
2404 ( aTmp.*fnRect->fnSetWidth )( pOut->PixelToLogic( in CalcFrmRects()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2870 const SfxItemSet* pOut = aDlg.GetOutputItemSet(); in impl_executeFontDialog_nothrow() local
2871 if ( pOut ) in impl_executeFontDialog_nothrow()
2874 … ControlCharacterDialog::translateItemsToProperties( *pOut, aFontPropertyValues ); in impl_executeFontDialog_nothrow()
/trunk/main/sw/inc/
H A Dndtxt.hxx248 OutputDevice* pOut = 0 ) const;
/trunk/main/svtools/source/edit/
H A Dtextview.cxx319 void TextView::ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, T… in ImpPaint() argument
328 Color aColor = pOut->GetBackground().GetColor(); in ImpPaint()
339 mpImpl->mpTextEngine->ImpPaint( pOut, rStartPos, pPaintArea, pPaintRange, pSelection ); in ImpPaint()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx2454 void WW8Export::WritePostItBegin( WW8Bytes* pOut ) in WritePostItBegin() argument
2469 if( pOut ) in WritePostItBegin()
2470 pOut->Insert( aArr, static_cast< sal_uInt16 >(pArr - aArr), pOut->Count() ); in WritePostItBegin()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1279 OutputDevice* pOut = pDevice ? pDevice->GetOutputDevice() : NULL; in ProcessProperties() local
1280 mpPrinter = dynamic_cast<Printer*>(pOut); in ProcessProperties()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1299 void SwDoc::StopNumRuleAnimations( OutputDevice* pOut ) in StopNumRuleAnimations() argument
1312 pFrm->StopAnimation( pOut ); in StopNumRuleAnimations()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx50 extern void SwCalcPixStatics( OutputDevice *pOut );

Completed in 234 milliseconds

12345678