Home
last modified time | relevance | path

Searched refs:pOut (Results 1 – 25 of 179) sorted by path

12345678

/trunk/main/autodoc/source/display/html/
H A Dcre_link.cxx50 : pOut(o_rOutput), in LinkCreator()
64 strcat( pOut, "index.html" ); // KORR_FUTURE // SAFE STRCAT (#100211# - checked) in do_Process()
95 strcat( pOut, "o.html" ); // SAFE STRCAT (#100211# - checked) in do_Process()
116 strcat( pOut, "d.html" ); // SAFE STRCAT (#100211# - checked) in do_Process()
138 strcat(pOut, "#"); // SAFE STRCAT (#100211# - checked) in do_Process()
139 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process()
148 *pOut = '\0'; in do_Process()
159 *pOut = '\0'; in do_Process()
161 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process()
245 *pOut = NULCH; in Create_PrePath()
[all …]
H A Dcre_link.hxx112 char * pOut; member in LinkCreator
H A Dpm_class.cxx747 pOut = & ( o_rOut >> *new xml::AnElement("span") ); in Write2() local
752 *pOut << new html::ClassAttr("btvpubl"); in Write2()
754 *pOut << new html::ClassAttr("btpubl"); in Write2()
758 *pOut << new html::ClassAttr("btvprot"); in Write2()
760 *pOut << new html::ClassAttr("btprot"); in Write2()
764 *pOut << new html::ClassAttr("btvpriv"); in Write2()
766 *pOut << new html::ClassAttr("btpriv"); in Write2()
772 csi::xml::Element & rOut = *pOut; in Write2()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dhtmlfactory.hxx77 Xml::Element & CurOut() const { return *pOut; } in CurOut()
82 : pOut(&o_rOut) {} in HtmlMaker()
85 Xml::Element * pOut; member in HtmlMaker
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx504 pOut = pStart; in do_WriteOut() local
506 for ( ; *pOut != '\0'; ++pOut ) in do_WriteOut()
508 if ( cReplacable[*pOut] ) in do_WriteOut()
510 if ( pOut != pStart ) in do_WriteOut()
512 io_aFile.write( pStart, pOut-pStart ); in do_WriteOut()
515 switch (*pOut) in do_WriteOut()
524 pStart = pOut+1; in do_WriteOut()
528 if ( pOut != pStart ) in do_WriteOut()
530 io_aFile.write( pStart, pOut-pStart ); in do_WriteOut()
/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/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/inc/
H A Ddlgedview.hxx44 DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
/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/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/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/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/cppu/inc/uno/
H A Dmapping.hxx285 void * pOut = 0; in mapInterface() local
286 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface()
287 return pOut; in mapInterface()
294 void * pOut = 0; in mapInterface() local
295 mapInterface( &pOut, pInterface, rType ); in mapInterface()
296 return pOut; in mapInterface()
/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/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/editeng/inc/editeng/
H A Doutliner.hxx255 OutlinerView( Outliner* pOut, Window* pWindow );
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/editeng/source/editeng/
H A Dimpedit.hxx565 …void SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rFont, OutputDevice* pOut = NULL…
H A Dimpedit3.cxx2590 if ( pOut ) in SeekCursor()
2594 pOut->SetTextLineColor( rTextLineColor.GetColor() ); in SeekCursor()
2596 pOut->SetTextLineColor(); in SeekCursor()
2599 if ( pOut ) in SeekCursor()
2603 pOut->SetOverlineColor( rOverlineColor.GetColor() ); in SeekCursor()
2605 pOut->SetOverlineColor(); in SeekCursor()
2630 pAttrib->SetFont( rFont, pOut ); in SeekCursor()
2636 pColorAttr->SetFont( rFont, pOut ); in SeekCursor()
2667 OutputDevice* pDev = pOut ? pOut : GetRefDevice(); in SeekCursor()
2769 if( pOut ) in SeekCursor()
[all …]
/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/source/outliner/
H A Doutlundo.cxx161 OLUndoExpand::OLUndoExpand(Outliner* pOut, sal_uInt16 _nId ) in OLUndoExpand() argument
165 DBG_ASSERT(pOut,"Undo:No Outliner"); in OLUndoExpand()
166 pOutliner = pOut; in OLUndoExpand()
H A Doutlundo.hxx125 OLUndoExpand( Outliner* pOut, sal_uInt16 nId );
H A Doutlvw.cxx70 OutlinerView::OutlinerView( Outliner* pOut, Window* pWin ) in DBG_NAME()
74 pOwner = pOut; in DBG_NAME()
81 pEditView = new EditView( pOut->pEditEngine, pWin ); in DBG_NAME()
/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()

Completed in 203 milliseconds

12345678