Home
last modified time | relevance | path

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

123456

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2664 sal_Int32 ViewShell::GetPageNumAndSetOffsetForPDF( OutputDevice& rOut, const SwRect& rRect ) const in GetPageNumAndSetOffsetForPDF() argument
2684 MapMode aMapMode( rOut.GetMapMode() ); in GetPageNumAndSetOffsetForPDF()
2686 rOut.SetMapMode( aMapMode ); in GetPageNumAndSetOffsetForPDF()
/trunk/main/sw/inc/
H A Dviewsh.hxx580 sal_Int32 GetPageNumAndSetOffsetForPDF( OutputDevice& rOut, const SwRect& rRect ) const;
H A Dswatrset.hxx356 const OutputDevice &rOut, sal_Int16 nScript);
/trunk/main/sd/inc/
H A Dstlsheet.hxx130 virtual void Store(SvStream& rOut);
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1607 SvStream& operator<<( SvStream& rOut, const GalleryTheme& rTheme ) in operator <<() argument
1609 return rTheme.WriteData( rOut ); in operator <<()
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx130 static void NormalizeMacro( const ANY& rIn, ANY& rOut, SfxObjectShell* pDoc );
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx252 SdrPaintWindow* FindPaintWindow(const OutputDevice& rOut) const;
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2286 SvStream& rOut = rBuProv.aBuExMasterStream; in Write() local
2289rOut << (sal_uInt32)( ( EPP_PST_ExtendedParagraphMasterAtom << 16 ) | ( mnInstance << 4 ) ) in Write()
2296 rOut << (sal_uInt32)0x03800000 in Write()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx290 bool SVT_DLLPRIVATE ImplDrawTiled( OutputDevice& rOut, const Point& rPos,
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1371 const Reference < XOutputStream >& rOut ) in ResolveGraphicObjectURLFromBase64()
1376 sURL = xStmResolver->resolveOutputStream( rOut ); in ResolveGraphicObjectURLFromBase64()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4846 void DecryptRC4(msfilter::MSCodec_Std97& rCtx, SvStream &rIn, SvStream &rOut) in DecryptRC4() argument
4859 rOut.Write(in, nBS); in DecryptRC4()
4863 void DecryptXOR(msfilter::MSCodec_XorWord95 &rCtx, SvStream &rIn, SvStream &rOut) in DecryptXOR() argument
4879 rOut.Write(in, nBS); in DecryptXOR()
H A Dwrtww8.cxx3065 void EncryptRC4(msfilter::MSCodec_Std97& rCtx, SvStream &rIn, SvStream &rOut) in EncryptRC4() argument
3078 rOut.Write(in, nBS); in EncryptRC4()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx315 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& rOut );
/trunk/main/sd/source/filter/ppt/
H A Dpptanimations.hxx222 friend SvStream& operator<<(SvStream& rOut, AnimationNode& rAtom);
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx2909 OutputDevice& rOut = (rPageView.GetPageWindow(0)->GetPaintWindow().GetOutputDevice()); in impCreateDragRaster() local
2910 Rectangle aPixelSize = rOut.LogicToPixel(rMarkRect); in impCreateDragRaster()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx588 static void convertLineInfoToExtLineInfo( const LineInfo& rIn, PDFWriter::ExtLineInfo& rOut );
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx205 const Point GetPosForHitTest( const OutputDevice& rOut ) in GetPosForHitTest() argument
208 aHitTestPos = rOut.LogicToPixel( aHitTestPos ); in GetPosForHitTest()
217 aHitTestPos = rOut.PixelToLogic( aHitTestPos ); in GetPosForHitTest()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.hxx301 void implWriteLocaleBinary( LocaleItem* pLocaleItem, BinaryOutput& rOut );

Completed in 555 milliseconds

123456