Home
last modified time | relevance | path

Searched refs:pOut (Results 151 – 175 of 179) sorted by last modified time

12345678

/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect) in Draw() argument
71 ClientView* pView = new ClientView(this, pOut, NULL); in Draw()
114 pOut->IntersectClipRegion(aVisArea); in Draw()
117 if (pOut->GetOutDevType() != OUTDEV_WINDOW) in Draw()
119 MapMode aOldMapMode = pOut->GetMapMode(); in Draw()
121 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
128 pOut->SetMapMode(aMapMode); in Draw()
132 pView->CompleteRedraw(pOut, aRegion); in Draw()
134 if (pOut->GetOutDevType() == OUTDEV_PRINTER) in Draw()
136 pOut->SetMapMode(aOldMapMode); in Draw()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx510 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in MouseButtonDown() local
511 Point aMDPos( pOut->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
542 …bool bRet = mrView.BegDragObj(aMDPos, pOut, mrView.GetHdl(nInsPointNum+1), 0, new PathDragObjOwn( … in MouseButtonDown()
583 const sal_uInt16 nDrgLog = (sal_uInt16)pOut->PixelToLogic(Size(DRGPIX,0)).Width(); in MouseButtonDown()
754 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in OnMove() local
755 Size aLogicSizeOnePixel = (pOut) ? pOut->PixelToLogic(Size(1,1)) : Size(100, 100); in OnMove()
/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/sd/source/filter/eppt/
H A Deppt.hxx424 SvMemoryStream* pOut; member
428 pOut ( NULL ){}; in TextRuleEntry()
430 ~TextRuleEntry() { delete pOut; }; in ~TextRuleEntry()
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/sc/source/ui/view/
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()
H A Ddrawvie3.cxx51 ScDrawView::ScDrawView( OutputDevice* pOut, ScViewData* pData ) : in ScDrawView() argument
52 FmFormView( pData->GetDocument()->GetDrawLayer(), pOut ), in ScDrawView()
54 pDev( pOut ), in ScDrawView()
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx66 ScDrawView( OutputDevice* pOut, ScViewData* pData );
91 void DrawMarks( OutputDevice* pOut ) const;
H A Dcbutton.hxx72 OutputDevice* pOut; member in ScDDComboBoxButton
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1089 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals() local
1090 if (pOut) in DoSubTotals()
1091 pOut->GetRowArray()->RemoveAll(); // nur Zeilen-Outlines loeschen in DoSubTotals()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx38 : pOut( pOutputDevice ) in ScDDComboBoxButton()
53 pOut = pOutputDevice; in SetOutputDevice()
86 pOut->EnableMapMode( sal_False ); in Draw()
88 DecorationView aDecoView( pOut); in Draw()
116 pOut->SetLineColor(aOldLine); in Draw()
118 pOut->SetLineColor(); in Draw()
120 pOut->SetFillColor(aOldFill); in Draw()
122 pOut->SetFillColor(); in Draw()
148 pOut->SetFillColor( aColor ); in ImpDrawArrow()
149 pOut->SetLineColor( aColor ); in ImpDrawArrow()
[all …]
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx162 oslFileHandle *pIn, oslFileHandle *pOut, oslFileHandle *pErr) in runProcessWithPathSearch() argument
188 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch()
192 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch()
222 oslFileHandle pOut = NULL; in RenderAsEMF() local
226 &aProcess, &pIn, &pOut, &pErr); in RenderAsEMF()
236 if (pOut) in RenderAsEMF()
245 osl_closeFile(pOut); in RenderAsEMF()
264 oslFileHandle pOut = NULL; in RenderAsPNGThroughHelper() local
268 &aProcess, &pIn, &pOut, &pErr); in RenderAsPNGThroughHelper()
284 eFileErr = osl_readFile(pOut, aBuf, 32000, &nCount); in RenderAsPNGThroughHelper()
[all …]
/trunk/main/extensions/source/resource/
H A Dresource.cxx330 PropertyValue* pOut = aPropSeq.getArray(); in invoke() local
333 pOut[i].Name = aStr.GetString( i ); in invoke()
334 pOut[i].Handle = -1; in invoke()
335 pOut[i].Value <<= aStr.GetValue( i ); in invoke()
336 pOut[i].State = PropertyState_DIRECT_VALUE; in invoke()
/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/editeng/source/items/
H A Dsvxfont.cxx204 OutputDevice *pOut; member in SvxDoCapitals
368 pOut->SetFont( *this ); in SetPhysFont()
377 pOut->SetFont( aNewFont ); in SetPhysFont()
388 SetPhysFont( pOut ); in ChgPhysFont()
439 return Size( pOut->GetTextWidth( rTxt ), pOut->GetTextHeight() ); in GetPhysTxtSize()
537 pOut->SetFont(aOldFont); in DrawText()
649 pOut->SetFont(aOldFont); in DrawPrev()
708 pFont->SetPhysFont( pOut ); in Do()
713 pFont->SetPhysFont( pOut ); in Do()
817 pFont->SetPhysFont( pOut ); in Do()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx85 void SetPhysFont( OutputDevice *pOut ) const;
86 Font ChgPhysFont( OutputDevice *pOut ) const;
88 Size GetCapitalSize( const OutputDevice *pOut, const String &rTxt,
90 void DrawCapital( OutputDevice *pOut, const Point &rPos, const String &rTxt,
93 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt,
96 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt );
98 Size GetTxtSize( const OutputDevice *pOut, const String &rTxt,
101 void DrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
104 void QuickDrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
107 Size QuickGetTextSize( const OutputDevice *pOut, const String &rTxt,
[all …]
/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/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx311 char pOut[2048]; in nativeSQL() local
313 …ndle,(SDB_ODBC_CHAR*)aSql.getStr(),aSql.getLength(),(SDB_ODBC_CHAR*)pOut,sizeof pOut - 1,&nOutLen)… in nativeSQL()
314 return ::rtl::OUString(pOut,nOutLen,getTextEncoding()); in nativeSQL()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx153 DrawViewWrapper::DrawViewWrapper( SdrModel* pSdrModel, OutputDevice* pOut, bool bPaintPageForEditMo… in DrawViewWrapper() argument
154 : E3dView(pSdrModel, pOut) in DrawViewWrapper()
295 void DrawViewWrapper::CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObje… in CompleteRedraw() argument
300 this->E3dView::CompleteRedraw( pOut, rReg ); in CompleteRedraw()
/trunk/main/chart2/source/controller/inc/
H A DDrawViewWrapper.hxx52 DrawViewWrapper(SdrModel* pModel, OutputDevice* pOut, bool bPaintPageForEditMode);
78 …void CompleteRedraw(OutputDevice* pOut, const Region& rReg, sdr::contact::ViewObjectContactRedirec…
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx305 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB() local
322 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB() local
339 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB() local
425 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace() local
428 *pOut++ = vcl::unotools::toDoubleColor(*pIn++); in convertFromIntegerColorSpace()
471 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB() local
474 *pOut++ = rendering::RGBColor( in convertIntegerToRGB()
492 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB() local
495 *pOut++ = rendering::ARGBColor( in convertIntegerToARGB()
514 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB() local
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1614 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB() local
1635 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB() local
1656 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB() local
1742 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace() local
1788 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB() local
1793 *pOut++ = rendering::RGBColor( in convertIntegerToRGB()
1798 *pOut++ = rendering::RGBColor(0,0,0); in convertIntegerToRGB()
1813 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB() local
1818 *pOut++ = rendering::ARGBColor( in convertIntegerToARGB()
1838 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB() local
[all …]
/trunk/main/basctl/source/inc/
H A Ddlgedview.hxx44 DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
/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()

Completed in 170 milliseconds

12345678