Home
last modified time | relevance | path

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

12345678

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1038 pOut = pOutDoc; in SwFltShell()
1344 return pOut->GetNodeOrStyAttr( nWhich ); in GetNodeOrStyAttr()
1349 return pOut->GetAttr( nWhich ); in GetAttr()
1354 return pOut->GetFlyFrmAttr( nWhich ); in GetFlyFrmAttr()
1993 if (pOut->IsInFly()){ in BeginFly()
2001 pOut->BeginFly( eAnchor, bAbsolutePos, pColls[nAktStyle]->GetpFlyAttrs() ); in BeginFly()
2021 if (!pOut->IsInFly()){ in EndFly()
2029 pOut->EndFly(); in EndFly()
2039 if( pOut->IsInFly() ){ // Passiert z.B. bei Fussnote in Fly in BeginFootnote()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx144 *pOut << endl1; in Dump_LVL()
179 *pOut << endl1; in DumpNumList()
204 *pOut << endl1; in DumpNumList()
215 *pOut << endl1; in DumpNumList()
270 *pOut << endl1; in DumpNumList()
333 *pOut << endl1; in DumpBookLow()
358 *pOut << endl1; in DumpBookLow()
413 *pOut << endl1; in DumpField3()
516 *pOut << endl1; in DumpFonts()
1464 *pOut << c; in DumpChar()
[all …]
H A Dww8dout.cxx42 ostream* pOut = 0; variable
194 *pOut << nPara; in OutShort()
212 *pOut << nPara; in OutWord()
221 *pOut << nPara; in OutWords()
241 *pOut << ' '; in OutWordsHex()
254 *pOut << ' '; in OutLongsHex()
290 *pOut << nPos; in OutTab()
300 *pOut << nPos; in OutTab()
327 *pOut << nPos; in OutTab190()
365 *pOut << endl1; in OutHugeHex()
[all …]
H A Dww8dout.hxx79 extern ostream* pOut;
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx661 const char* pOut = FTNPOS_CHAPTER == rFtnInfo.ePos in ExportDocument_Impl() local
664 Strm() << pOut << OOO_STRING_SVTOOLS_RTF_FTNSTART; in ExportDocument_Impl()
669 case FTNNUM_PAGE: pOut = OOO_STRING_SVTOOLS_RTF_FTNRSTPG; break; in ExportDocument_Impl()
670 case FTNNUM_DOC: pOut = OOO_STRING_SVTOOLS_RTF_FTNRSTCONT; break; in ExportDocument_Impl()
672 default: pOut = OOO_STRING_SVTOOLS_RTF_FTNRESTART; break; in ExportDocument_Impl()
674 Strm() << pOut; in ExportDocument_Impl()
682 case SVX_NUM_ROMAN_LOWER: pOut = OOO_STRING_SVTOOLS_RTF_FTNNRLC; break; in ExportDocument_Impl()
686 default: pOut = OOO_STRING_SVTOOLS_RTF_FTNNAR; break; in ExportDocument_Impl()
688 Strm() << pOut; in ExportDocument_Impl()
707 default: pOut = OOO_STRING_SVTOOLS_RTF_AFTNNAR; break; in ExportDocument_Impl()
[all …]
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()
H A Dww8par.cxx2725 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode() argument
2749 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
2766 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
H A Dww8par3.cxx2525 OutputDevice* pOut = Application::GetDefaultDevice(); in MiserableDropDownFormHack() local
2526 ASSERT(pOut, "Impossible"); in MiserableDropDownFormHack()
2527 if (pOut) in MiserableDropDownFormHack()
2529 pOut->Push( PUSH_FONT | PUSH_MAPMODE ); in MiserableDropDownFormHack()
2530 pOut->SetMapMode( MapMode( MAP_100TH_MM )); in MiserableDropDownFormHack()
2531 pOut->SetFont( aFont ); in MiserableDropDownFormHack()
2532 aRet.Width = pOut->GetTextWidth(rString); in MiserableDropDownFormHack()
2534 aRet.Height = pOut->GetTextHeight(); in MiserableDropDownFormHack()
2535 pOut->Pop(); in MiserableDropDownFormHack()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx139 pOut->SetFillColor( aCol ); in DrawRect()
140 pOut->DrawRect( rRect.SVRect() ); in DrawRect()
141 pOut->SetFillColor( aOldColor ); in DrawRect()
144 DrawRectPrinter( pOut, rRect ); in DrawRect()
154 Color aOldColor(pOut->GetLineColor()); in DrawRectPrinter()
158 pOut->DrawRect( rRect.SVRect() ); in DrawRectPrinter()
159 pOut->SetFillColor( aOldFillColor ); in DrawRectPrinter()
160 pOut->SetLineColor( aOldColor ); in DrawRectPrinter()
169 ASSERT( pOut, "no Outdev" ); in GetPostItsWidth()
179 if( pOut && bIsScript ) in PaintPostIts()
[all …]
/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/tools/bootstrp/addexes2/
H A Dmkfilt.cxx35 FILE *pIn, *pOut; member in TextFilter
54 pOut = stdout; in TextFilter()
56 if (( pOut = fopen( aOutFile.GetBuffer(), "w" )) == NULL ) in TextFilter()
62 fclose( pOut ); in ~TextFilter()
75 fputc( c, pOut ); in Filter()
210 fputs( aLine.GetBuffer(), pOut ); in Filter()
219 fputs(pLine->aLine.GetBuffer(), pOut ); in Filter()
/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/vcl/aqua/source/dtrans/
H A DPictToBmpFlt.cxx147 NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: nil]; in ImageToPNG() local
148 if( !pOut) in ImageToPNG()
152 const size_t nPngSize = [pOut length]; in ImageToPNG()
154 [pOut getBytes: rPngData.getArray() length: nPngSize]; in ImageToPNG()
182 NSData* pOut = [pRep representationUsingType: eOutFormat properties: nil]; in PNGToImage() local
183 if( !pOut) in PNGToImage()
187 const size_t nImgSize = [pOut length]; in PNGToImage()
189 [pOut getBytes: rImgData.getArray() length: nImgSize]; in PNGToImage()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx253 UserDrawEvent( OutputDevice* pOut,
270 inline UserDrawEvent::UserDrawEvent( OutputDevice* pOut, in UserDrawEvent() argument
275 mpOutDev = pOut; in UserDrawEvent()
H A Dgdimtf.hxx139 virtual void Linker( OutputDevice* pOut, sal_Bool bLink );
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 );
H A Dprint.hxx273 …void DrawGradientEx( OutputDevice* pOut, const Rectangle& rRect, const Grad…
274 …void DrawGradientEx( OutputDevice* pOut, const PolyPolygon& rPolyPoly, cons…
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2170 pOut += sprintf( pOut, in emitAsType1()
2187 pOut += sprintf( pOut, in emitAsType1()
2194 pOut += sprintf( pOut, in emitAsType1()
2197 pOut += sprintf( pOut, in emitAsType1()
2206 pOut += sprintf( pOut, in emitAsType1()
2246 pOut += sprintf( pOut, in emitAsType1()
2271 pOut += sprintf( pOut, " def\n"); in emitAsType1()
2276 pOut += sprintf( pOut, " def\n"); in emitAsType1()
2281 pOut += sprintf( pOut, " def\n"); in emitAsType1()
2348 pOut += sprintf( pOut, in emitAsType1()
[all …]
/trunk/main/vcl/source/gdi/
H A Danimate.cxx321 return Start( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ), nExtraData, pFirstFrameOutDev ); in Start()
333 if( ( pOut->GetOutDevType() == OUTDEV_WINDOW ) && !mbLoopTerminated && in Start()
341 if( pView->ImplMatches( pOut, nExtraData ) ) in Start()
344 pView->ImplGetOutSizePix() == pOut->LogicToPixel( rDestSz ) ) in Start()
376 Draw( pOut, rDestPt, rDestSz ); in Start()
386 void Animation::Stop( OutputDevice* pOut, long nExtraData ) in Stop() argument
392 if( pView->ImplMatches( pOut, nExtraData ) ) in Stop()
410 void Animation::Draw( OutputDevice* pOut, const Point& rDestPt ) const in Draw() argument
412 Draw( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ) ); in Draw()
425 if( pOut->GetConnectMetaFile() || ( pOut->GetOutDevType() == OUTDEV_PRINTER ) ) in Draw()
[all …]
H A Dgdimtf.cxx404 pOutDev = pOut; in Record()
406 Linker( pOut, sal_True ); in Record()
452 pOut->SetLayoutMode( 0 ); in Play()
459 pAction->Execute( pOut ); in Play()
469 pOut->Pop(); in Play()
512 aDrawMap.SetOrigin( pOut->PixelToLogic( pOut->LogicToPixel( rPos ), aDrawMap ) ); in Play()
515 pOut->Push(); in Play()
520 pOut->SetMapMode( aDrawMap ); in Play()
526 pOut->SetLayoutMode( 0 ); in Play()
529 Play( pOut, nPos ); in Play()
[all …]
H A Dimpanmvw.cxx36 ImplAnimView::ImplAnimView( Animation* pParent, OutputDevice* pOut, in ImplAnimView() argument
41 mpOut ( pFirstFrameOutDev ? pFirstFrameOutDev : pOut ), in ImplAnimView()
102 maClip = ( mpOut = pOut )->GetClipRegion(); in ImplAnimView()
117 sal_Bool ImplAnimView::ImplMatches( OutputDevice* pOut, long nExtraData ) const in ImplMatches() argument
123 if( ( mnExtraData == nExtraData ) && ( !pOut || ( pOut == mpOut ) ) ) in ImplMatches()
126 else if( !pOut || ( pOut == mpOut ) ) in ImplMatches()
H A Dimpanmvw.hxx69 ImplAnimView( Animation* pParent, OutputDevice* pOut,
74 sal_Bool ImplMatches( OutputDevice* pOut, long nExtraData ) const;
H A Dimpfont.cxx597 sal_uInt16* pOut = pGlyphIds; in ParseCMAP() local
600 *(pOut++) = *(it++); in ParseCMAP()
H A Dmetaact.cxx335 pOut->DrawPixel( maPt ); in Execute()
495 pOut->DrawRect( maRect ); in Execute()
2802 pOut->SetClipRegion(); in Execute()
3063 pOut->SetLineColor(); in Execute()
3121 pOut->SetFillColor(); in Execute()
3230 pOut->SetTextFillColor(); in Execute()
3288 pOut->SetTextLineColor(); in Execute()
3524 pOut->SetFont( maFont ); in Execute()
3591 pOut->Push( mnFlags ); in Execute()
3634 pOut->Pop(); in IMPL_META_ACTION()
[all …]
H A Dprint2.cxx1525 pOut->DrawGradient( rRect, rGradient ); in DrawGradientEx()
1540 pOut->SetLineColor( aColor ); in DrawGradientEx()
1541 pOut->SetFillColor( aColor ); in DrawGradientEx()
1542 pOut->DrawRect( rRect ); in DrawGradientEx()
1543 pOut->Pop(); in DrawGradientEx()
1547 pOut->DrawGradient( rRect, rGradient ); in DrawGradientEx()
1583 pOut->SetLineColor( aColor ); in DrawGradientEx()
1584 pOut->SetFillColor( aColor ); in DrawGradientEx()
1585 pOut->DrawPolyPolygon( rPolyPoly ); in DrawGradientEx()
1586 pOut->Pop(); in DrawGradientEx()
[all …]

Completed in 365 milliseconds

12345678