Home
last modified time | relevance | path

Searched refs:rOut (Results 51 – 75 of 143) sorted by relevance

123456

/trunk/main/io/test/stm/
H A Dpumptest.cxx320 Reference< XOutputStream > rOut( m_rSmgr->createInstance( in createPipe() local
322 return rOut; in createPipe()
414 Reference< XOutputStream > rOut( m_rSmgr->createInstance( in testWrongUsage() local
418 rSource->setOutputStream( rOut ); in testWrongUsage()
/trunk/main/autodoc/source/display/html/
H A Dhd_chlst.hxx72 csi::xml::Element & rOut; member
78 rOut(o_rOut) {} in Area_Result()
172 csi::xml::Element & rOut );
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx899 rOut = o_out.Secondaries().Access_List(i_listIndex); in insert_into2sUnique() local
900 if (std::find(rOut.begin(),rOut.end(),i_nCe) != rOut.end()) in insert_into2sUnique()
902 rOut.push_back(i_nCe); in insert_into2sUnique()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx267 SvStream& operator<<(SvStream& rOut, AnimationNode& rNode ) in operator <<() argument
269 rOut << rNode.mnU1; in operator <<()
270 rOut << rNode.mnRestart; in operator <<()
271 rOut << rNode.mnGroupType; in operator <<()
272 rOut << rNode.mnFill; in operator <<()
273 rOut << rNode.mnU3; in operator <<()
274 rOut << rNode.mnU4; in operator <<()
275 rOut << rNode.mnDuration; in operator <<()
276 rOut << rNode.mnNodeType; in operator <<()
278 return rOut; in operator <<()
/trunk/main/jurt/demo/com/sun/star/demo/
H A DTestOffice.java60 XOutputStream rOut = (XOutputStream) rSmgr.createInstance("com.sun.star.io.Pipe"); in testPipe() local
65 rOut.writeBytes(bytes); in testPipe()
72 XInputStream rIn = UnoRuntime.queryInterface(XInputStream.class, rOut); in testPipe()
/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx265 FASTBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) co… in IsHit() argument
268 Size aSiz=rOut.PixelToLogic(Size(4,4)); in IsHit()
349 sal_uInt16 SdrGluePointList::HitTest(const Point& rPnt, const OutputDevice& rOut, const SdrObject* … in HitTest() argument
360 if (pGP->IsHit(rPnt,rOut,pObj)) nRet=nNum; in HitTest()
H A Dsvdattr.cxx683 SvStream& __EXPORT SdrFractionItem::Store(SvStream& rOut, sal_uInt16 /*nItemVers*/) const in Store() argument
685 rOut<<sal_Int32(nValue.GetNumerator()); in Store()
686 rOut<<sal_Int32(nValue.GetDenominator()); in Store()
687 return rOut; in Store()
1474 SvStream& __EXPORT SdrTextFixedCellHeightItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) con… in Store() argument
1479 rOut << bValue; in Store()
1481 return rOut; in Store()
1591 SvStream& __EXPORT SdrCustomShapeAdjustmentItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) c… in Store() argument
1596 rOut << nCount; in Store()
1598 rOut << GetValue( i ).nValue; in Store()
[all …]
H A Dsdrpaintwindow.cxx186 SdrPaintWindow::SdrPaintWindow(SdrPaintView& rNewPaintView, OutputDevice& rOut) in SdrPaintWindow() argument
187 : mrOutputDevice(rOut), in SdrPaintWindow()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx132 …void RecalcLogicSnapMagnetic(const OutputDevice& rOut) { SetSnapMagnetic(rOut.PixelToLogic(Size(nM… in RecalcLogicSnapMagnetic() argument
190 …sal_Bool PickHelpLine(const Point& rPnt, short nTol, const OutputDevice& rOut, sal_uInt16& rnHelpL…
H A Dsvdetc.hxx185 …ImpSdrHdcMerk(const OutputDevice& rOut, sal_uInt16 nNewMode=SDRHDC_SAVEALL, FASTBOOL bAutoMerk=sal…
187 void Save(const OutputDevice& rOut);
189 void Restore(OutputDevice& rOut, sal_uInt16 nMask=SDRHDC_SAVEALL) const;
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1615 pOut->IntersectClipRegion( rOut.SVRect() ); in lcl_DrawGraphic()
1639 OutputDevice& rOut) in DrawFillAttributes() argument
1699 rOut.GetViewTransformation(), in DrawFillAttributes()
1705 rOut, in DrawFillAttributes()
1730 const SwRect &rOut, in DrawGraphic() argument
1831 bRetouche = !rOut.IsInside( aGrf ); in DrawGraphic()
1841 SwRect aAlignedPaintRect = rOut; in DrawGraphic()
2035 SwRegionRects aRegion( rOut, 4 ); in DrawGraphic()
2049 if( bDraw && aGrf.IsOver( rOut ) ) in DrawGraphic()
4119 SwRect &rOut = aRegion[i]; in PaintShadow() local
[all …]
/trunk/main/extensions/workben/
H A Dpythontest.cxx86 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
454 BOOL CmdDebugger::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() argument
457 rOut = (XEngineListener*)this; in queryInterface()
459 return OWeakObject::queryInterface( aUik, rOut ); in queryInterface()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx255 void Tag::writeRect( SvStream& rOut, const Rectangle& rRect ) in writeRect() argument
296 aBits.writeTo( rOut ); in writeRect()
308 void Tag::writeMatrix( SvStream& rOut, const ::basegfx::B2DHomMatrix& rMatrix ) // #i73264# in writeMatrix() argument
345 aBits.writeTo( rOut ); in writeMatrix()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx325 rOut += '-'; in AddUnitPropertyValue()
439 rOut += (long)(nBigVal / nBigFac); in AddUnitPropertyValue()
442 rOut += '.'; in AddUnitPropertyValue()
447 rOut += (int)((nBigVal / nBigFac) % nBig10 ); in AddUnitPropertyValue()
466 rOut += ByteString::CreateFromInt64( nBigVal / (sal_Int64)nFac ); in AddUnitPropertyValue()
469 rOut += '.'; in AddUnitPropertyValue()
473 rOut += ByteString::CreateFromInt64( in AddUnitPropertyValue()
491 rOut += ByteString::CreateFromInt32( nLongVal/nFac ); in AddUnitPropertyValue()
494 rOut += '.'; in AddUnitPropertyValue()
498 rOut += ByteString::CreateFromInt32( (nLongVal / nFac) % 10 ); in AddUnitPropertyValue()
[all …]
/trunk/main/svx/source/items/
H A Dchrtitem.cxx329 SvStream& SvxDoubleItem::Store(SvStream& rOut, sal_uInt16 /*nItemVersion*/) const in Store() argument
331 rOut << fVal; in Store()
332 return rOut; in Store()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx70 const SwRect &rOut,
77 OutputDevice& rOut);
85 void SwAlignGrfRect( SwRect *pGrfRect, const OutputDevice &rOut );
/trunk/main/xmloff/inc/
H A Dxmlehelp.hxx35 ::rtl::OUStringBuffer& rOut,
37 static void AddPercentage( sal_Int32 nVal, ::rtl::OUStringBuffer& rOut );
/trunk/main/editeng/source/items/
H A Dsvdfield.cxx52 void __EXPORT SdrMeasureField::Save(SvPersistStream& rOut) in Save() argument
54 rOut<<(sal_uInt16)eMeasureFieldKind; in Save()
/trunk/main/xmloff/source/core/
H A DXMLBase64ImportContext.cxx46 const Reference< XOutputStream >& rOut ) : in XMLBase64ImportContext()
48 xOut( rOut ) in XMLBase64ImportContext()
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx91 void lcl_addText( OUString& rOut, const OUString& rSeparator, const OUString& rNext ) in lcl_addText() argument
93 if( !rOut.isEmpty() && !rNext.isEmpty() ) in lcl_addText()
94 rOut+=rSeparator; in lcl_addText()
96 rOut+=rNext; in lcl_addText()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx512 void ScHTMLExport::BorderToStyle( ByteString& rOut, const char* pBorderName, in BorderToStyle() argument
518 rOut += "; "; in BorderToStyle()
521 ((rOut += "border-") += pBorderName) += ": "; in BorderToStyle()
526 (rOut += ByteString::CreateFromInt32( nPxWidth )) += "px solid #"; in BorderToStyle()
533 rOut += hex; in BorderToStyle()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx302 rOut( rOutp ), nOldLayoutMode( rOutp.GetLayoutMode() ) in SwLayoutModeModifier()
308 ((OutputDevice&)rOut).SetLayoutMode( nOldLayoutMode ); in ~SwLayoutModeModifier()
313 ((OutputDevice&)rOut).SetLayoutMode( bChgToRTL ? in Modify()
321 ((OutputDevice&)rOut).SetLayoutMode( nNewLayoutMode ); in SetAuto()
325 rOut( rOutp ), nOldLanguageType( rOutp.GetDigitLanguage() ) in SwDigitModeModifier()
337 ((OutputDevice&)rOut).SetDigitLanguage( eLang ); in SwDigitModeModifier()
342 ((OutputDevice&)rOut).SetDigitLanguage( nOldLanguageType ); in ~SwDigitModeModifier()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2349 bool GraphicObject::ImplDrawTiled( OutputDevice& rOut, const Point& rPosPixel, in ImplDrawTiled() argument
2354 Size aTileSizeLogic( rOut.PixelToLogic( rTileSizePixel ) ); in ImplDrawTiled()
2358 bool bDrawInPixel( rOut.GetConnectMetaFile() == NULL && GRAPHIC_BITMAP == GetType() ); in ImplDrawTiled()
2363 sal_Bool bOldMap( rOut.IsMapModeEnabled() ); in ImplDrawTiled()
2366 rOut.EnableMapMode( sal_False ); in ImplDrawTiled()
2380 bRet |= Draw( &rOut, in ImplDrawTiled()
2381 bDrawInPixel ? aCurrPos : rOut.PixelToLogic( aCurrPos ), in ImplDrawTiled()
2392 rOut.EnableMapMode( bOldMap ); in ImplDrawTiled()
/trunk/main/tools/inc/tools/
H A Dinetstrm.hxx67 static void Decode64 (SvStream& rIn, SvStream& rOut);
68 static void Encode64 (SvStream& rIn, SvStream& rOut);
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx294 void OutDefaults(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc);
295 void OutOne(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc);
296 void OutOneWithBase(Ww1Shell& rOut, Ww1Manager& rMan, sal_uInt16 stc,
1437 void Stop(Ww1Shell& rOut, Ww1Manager& rMan, sal_Unicode& c) in Stop() argument
1438 { aHdd.Stop(rOut, rMan, c); } in Stop()

Completed in 231 milliseconds

123456