Home
last modified time | relevance | path

Searched refs:rSrc (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx312 const TrueColorPixelPtr<SRCFMT>& rSrc ) in ImplConvertPixel() argument
314 rDst.SetColor( rSrc.GetRed(), rSrc.GetGreen(), rSrc.GetBlue() ); in ImplConvertPixel()
315 rDst.SetAlpha( rSrc.GetAlpha() ); in ImplConvertPixel()
356 ImplConvertPixel( rDst, rSrc ); in ImplBlendPixels()
364 int nS = rSrc.GetRed(); in ImplBlendPixels()
368 nS = rSrc.GetGreen(); in ImplBlendPixels()
372 nS = rSrc.GetBlue(); in ImplBlendPixels()
540 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplConvertFromBitmap()
660 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplFastBitmapConversion()
799 if( rSrc.mnWidth * rSrc.mnHeight >= 4000 ) in ImplBlendFromBitmap()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx150 void DXFTransform::Transform(const DXFVector & rSrc, DXFVector & rTgt) const in Transform() argument
152 rTgt.fx = rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx + aMP.fx; in Transform()
153 rTgt.fy = rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy + aMP.fy; in Transform()
154 rTgt.fz = rSrc.fx * aMX.fz + rSrc.fy * aMY.fz + rSrc.fz * aMZ.fz + aMP.fz; in Transform()
158 void DXFTransform::Transform(const DXFVector & rSrc, Point & rTgt) const in Transform() argument
160 rTgt.X()=(long)( rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx + aMP.fx + 0.5 ); in Transform()
161 rTgt.Y()=(long)( rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy + aMP.fy + 0.5 ); in Transform()
165 void DXFTransform::TransDir(const DXFVector & rSrc, DXFVector & rTgt) const in TransDir() argument
167 rTgt.fx = rSrc.fx * aMX.fx + rSrc.fy * aMY.fx + rSrc.fz * aMZ.fx; in TransDir()
168 rTgt.fy = rSrc.fx * aMX.fy + rSrc.fy * aMY.fy + rSrc.fz * aMZ.fy; in TransDir()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx95 aDescName = rSrc.aDescName; in operator =()
96 aNumType = rSrc.aNumType; in operator =()
97 aMaster = rSrc.aMaster; in operator =()
98 aLeft = rSrc.aLeft; in operator =()
100 if (rSrc.pFollow == &rSrc) in operator =()
103 pFollow = rSrc.pFollow; in operator =()
105 nRegHeight = rSrc.nRegHeight; in operator =()
106 nRegAscent = rSrc.nRegAscent; in operator =()
107 eUse = rSrc.eUse; in operator =()
459 : aPageDesc(rSrc.aPageDesc), pDoc(rSrc.pDoc) in SwPageDescExt()
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx87 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes()
89 isEmbedded(rSrc.isEmbedded), in FontAttributes()
90 isBold(rSrc.isBold), in FontAttributes()
91 isItalic(rSrc.isItalic), in FontAttributes()
92 isUnderline(rSrc.isUnderline), in FontAttributes()
93 size(rSrc.size) in FontAttributes()
103 isEmbedded = rSrc.isEmbedded; in operator =()
104 isBold = rSrc.isBold; in operator =()
105 isItalic = rSrc.isItalic; in operator =()
106 isUnderline = rSrc.isUnderline; in operator =()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Daccessoradapters.hxx79 maAccessor( rSrc.maAccessor ), in UnaryFunctionAccessorAdapter()
80 maGetterFunctor( rSrc.maGetterFunctor ), in UnaryFunctionAccessorAdapter()
81 maSetterFunctor( rSrc.maSetterFunctor ) in UnaryFunctionAccessorAdapter()
193 maAccessor( rSrc.maAccessor ), in BinarySetterFunctionAccessorAdapter()
194 maFunctor( rSrc.maFunctor ) in BinarySetterFunctionAccessorAdapter()
318 ma1stAccessor( rSrc.ma1stAccessor ), in TernarySetterFunctionAccessorAdapter()
319 ma2ndAccessor( rSrc.ma2ndAccessor ), in TernarySetterFunctionAccessorAdapter()
320 maFunctor( rSrc.maFunctor ) in TernarySetterFunctionAccessorAdapter()
452 A2 > const& rSrc ) : in JoinImageAccessorAdapter()
453 ma1stAccessor( rSrc.ma1stAccessor ), in JoinImageAccessorAdapter()
[all …]
H A Dpaletteimageaccessor.hxx72 PaletteImageAccessor( PaletteImageAccessor<A,ColorType> const& rSrc ) : in PaletteImageAccessor() argument
73 maAccessor( rSrc.maAccessor ), in PaletteImageAccessor()
74 mpPalette( rSrc.mpPalette ), in PaletteImageAccessor()
75 mnNumEntries( rSrc.mnNumEntries ) in PaletteImageAccessor()
H A Dstridedarrayiterator.hxx62 StridedArrayIterator( StridedArrayIterator const& rSrc, in StridedArrayIterator() argument
64 stride_(rSrc.stride_), in StridedArrayIterator()
66 reinterpret_cast<T*>(rSrc.current_)+offset)) in StridedArrayIterator()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx420 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
423 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap()
434 DrawPS2MonoImage (rBitmap, rSrc); in DrawBitmap()
442 sal_Int32 nImageSz = rSrc.GetWidth() * rSrc.GetHeight(); in DrawBitmap()
445 DrawPS2TrueColorImage (rBitmap, rSrc); in DrawBitmap()
447 DrawPS2PaletteImage (rBitmap, rSrc); in DrawBitmap()
452 DrawPS2TrueColorImage (rBitmap, rSrc); in DrawBitmap()
456 DrawPS2GrayImage (rBitmap, rSrc); in DrawBitmap()
461 DrawPS1GrayImage (rBitmap, rSrc); in DrawBitmap()
469 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
[all …]
/trunk/main/sc/source/ui/view/
H A Dscextopt.cxx70 ScExtTabSettingsCont( const ScExtTabSettingsCont& rSrc );
71 ScExtTabSettingsCont& operator=( const ScExtTabSettingsCont& rSrc );
92 ScExtTabSettingsCont::ScExtTabSettingsCont( const ScExtTabSettingsCont& rSrc ) in ScExtTabSettingsCont() argument
94 CopyFromMap( rSrc.maMap ); in ScExtTabSettingsCont()
97 ScExtTabSettingsCont& ScExtTabSettingsCont::operator=( const ScExtTabSettingsCont& rSrc ) in operator =() argument
99 CopyFromMap( rSrc.maMap ); in operator =()
151 ScExtDocOptions::ScExtDocOptions( const ScExtDocOptions& rSrc ) : in ScExtDocOptions() argument
152 mxImpl( new ScExtDocOptionsImpl( *rSrc.mxImpl ) ) in ScExtDocOptions()
160 ScExtDocOptions& ScExtDocOptions::operator=( const ScExtDocOptions& rSrc ) in operator =() argument
162 *mxImpl = *rSrc.mxImpl; in operator =()
/trunk/main/sw/source/core/fields/
H A Dflddropdown.cxx66 SwDropDownField::SwDropDownField(const SwDropDownField & rSrc) in SwDropDownField() argument
67 : SwField(rSrc.GetTyp(), rSrc.GetFormat(), rSrc.GetLanguage()), in SwDropDownField()
68 aValues(rSrc.aValues), aSelectedItem(rSrc.aSelectedItem), in SwDropDownField()
69 aName(rSrc.aName), aHelp(rSrc.aHelp), aToolTip(rSrc.aToolTip) in SwDropDownField()
/trunk/main/o3tl/qa/
H A Dcow_wrapper_clients.cxx57 cow_wrapper_client2::cow_wrapper_client2( const cow_wrapper_client2& rSrc ) : in cow_wrapper_client2() argument
58 maImpl(rSrc.maImpl) in cow_wrapper_client2()
62 cow_wrapper_client2& cow_wrapper_client2::operator=( const cow_wrapper_client2& rSrc ) in operator =() argument
64 maImpl = rSrc.maImpl; in operator =()
124 cow_wrapper_client3::cow_wrapper_client3( const cow_wrapper_client3& rSrc ) : in cow_wrapper_client3() argument
125 maImpl(rSrc.maImpl) in cow_wrapper_client3()
129 cow_wrapper_client3& cow_wrapper_client3::operator=( const cow_wrapper_client3& rSrc ) in operator =() argument
131 maImpl = rSrc.maImpl; in operator =()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx530 Assign(rSrc); in WW8DocumentImpl()
538 mCpAndFcs = rSrc.mCpAndFcs; in Assign()
540 mpCHPFKPCache = rSrc.mpCHPFKPCache; in Assign()
541 mpPAPFKPCache = rSrc.mpPAPFKPCache; in Assign()
543 mpStream = rSrc.mpStream; in Assign()
545 mpDataStream = rSrc.mpDataStream; in Assign()
546 mpDocStream = rSrc.mpDocStream; in Assign()
549 mpPieceTable = rSrc.mpPieceTable; in Assign()
554 mpSEDs = rSrc.mpSEDs; in Assign()
556 mpFib = rSrc.mpFib; in Assign()
[all …]
H A DDff.cxx377 DffBlock::DffBlock(const DffBlock & rSrc) in DffBlock() argument
378 : WW8StructBase(rSrc), writerfilter::Reference<Properties>(rSrc), in DffBlock()
379 bInitialized(false), mnPadding(rSrc.mnPadding) in DffBlock()
H A DWW8StructBase.cxx41 WW8StructBase & WW8StructBase::Assign(const WW8StructBase & rSrc) in Assign() argument
43 mSequence = rSrc.mSequence; in Assign()
44 mpDocument = rSrc.mpDocument; in Assign()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx244 SbxError SbxValue::ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle ) in ScanNumIntnl() argument
248 SbxError nRetError = ImpScan( rSrc, nVal, t, &nLen, in ScanNumIntnl()
251 if( nRetError == SbxERR_OK && nLen != rSrc.Len() ) in ScanNumIntnl()
421 sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType ) in ImpConvStringExt() argument
435 ::rtl::OString aBStr( ::rtl::OUStringToOString( rSrc, RTL_TEXTENCODING_ASCII_US ) ); in ImpConvStringExt()
440 aNewString = rSrc; in ImpConvStringExt()
459 if( rSrc.equalsIgnoreAsciiCaseAscii( "true" ) ) in ImpConvStringExt()
465 if( rSrc.equalsIgnoreAsciiCaseAscii( "false" ) ) in ImpConvStringExt()
476 rSrc = aNewString; in ImpConvStringExt()
607 sal_Bool SbxValue::Scan( const XubString& rSrc, sal_uInt16* pLen ) in Scan() argument
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx53 XclImpDecrypter::XclImpDecrypter( const XclImpDecrypter& rSrc ) : in XclImpDecrypter() argument
55 mnError( rSrc.mnError ), in XclImpDecrypter()
127 XclImpDecrypter( rSrc ), in XclImpBiff5Decrypter()
128 maEncryptionData( rSrc.maEncryptionData ), in XclImpBiff5Decrypter()
129 mnKey( rSrc.mnKey ), in XclImpBiff5Decrypter()
130 mnHash( rSrc.mnHash ) in XclImpBiff5Decrypter()
220 XclImpDecrypter( rSrc ), in XclImpBiff8Decrypter()
221 maEncryptionData( rSrc.maEncryptionData ), in XclImpBiff8Decrypter()
222 maSalt( rSrc.maSalt ), in XclImpBiff8Decrypter()
223 maVerifier( rSrc.maVerifier ), in XclImpBiff8Decrypter()
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx220 explicit cow_wrapper( const cow_wrapper& rSrc ) : // nothrow in cow_wrapper() argument
221 m_pimpl( rSrc.m_pimpl ) in cow_wrapper()
232 cow_wrapper& operator=( const cow_wrapper& rSrc ) // nothrow in operator =() argument
235 MTPolicy::incrementCount( rSrc.m_pimpl->m_ref_count ); in operator =()
238 m_pimpl = rSrc.m_pimpl; in operator =()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx487 const SvpSalBitmap& rSrc = static_cast<const SvpSalBitmap&>(rSalBitmap); in drawBitmap() local
494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap()
509 const SvpSalBitmap& rSrc = static_cast<const SvpSalBitmap&>(rSalBitmap); in drawBitmap() local
517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap()
525 const SvpSalBitmap& rSrc = static_cast<const SvpSalBitmap&>(rSalBitmap); in drawMask() local
536 rSrc.getBitmap() ); in drawMask()
540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx525 DrawShape::DrawShape( const DrawShape& rSrc, in DrawShape() argument
528 mxShape( rSrc.mxShape ), in DrawShape()
529 mxPage( rSrc.mxPage ), in DrawShape()
533 mpCurrMtf( rSrc.mpCurrMtf ), in DrawShape()
534 mnCurrMtfLoadFlags( rSrc.mnCurrMtfLoadFlags ), in DrawShape()
537 maBounds( rSrc.maBounds ), in DrawShape()
547 mxComponentContext( rSrc.mxComponentContext ), in DrawShape()
554 mbIsVisible( rSrc.mbIsVisible ), in DrawShape()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx696 sal_Bool EmbeddedObjectContainer::TryToCopyGraphReplacement( EmbeddedObjectContainer& rSrc, in TryToCopyGraphReplacement() argument
704 …if ( ( &rSrc != this || !aOrigName.equals( aTargetName ) ) && !aOrigName.isEmpty() && !aTargetName… in TryToCopyGraphReplacement()
707 uno::Reference < io::XInputStream > xGrStream = rSrc.GetGraphicStream( aOrigName, &aMediaType ); in TryToCopyGraphReplacement()
715 sal_Bool EmbeddedObjectContainer::CopyEmbeddedObject( EmbeddedObjectContainer& rSrc, const uno::Ref… in CopyEmbeddedObject() argument
733 TryToCopyGraphReplacement( rSrc, aOrigName, rName ); in CopyEmbeddedObject()
878 TryToCopyGraphReplacement( rSrc, aOrigName, rName ); in CopyAndGetEmbeddedObject()
911 TryToCopyGraphReplacement( rSrc, aName, rName ); in MoveEmbeddedObject()
924 EmbeddedObjectContainerNameMap::iterator aIt = rSrc.pImpl->maObjectContainer.begin(); in MoveEmbeddedObject()
925 while ( aIt != rSrc.pImpl->maObjectContainer.end() ) in MoveEmbeddedObject()
929 rSrc.pImpl->maObjectContainer.erase( aIt ); in MoveEmbeddedObject()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx422 inline explicit ScfDelList( const ScfDelList& rSrc ) { *this = rSrc; } in ScfDelList() argument
426 ScfDelList& operator=( const ScfDelList& rSrc );
456 template< typename Type > ScfDelList< Type >& ScfDelList< Type >::operator=( const ScfDelList& rSrc in operator =() argument
459 for( const Type* pObj = rSrc.First(); pObj; pObj = rSrc.Next() ) in operator =()
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx121 SbModule* MakeModule( const String& rName, const String& rSrc );
122 SbModule* MakeModule32( const String& rName, const ::rtl::OUString& rSrc );
123 …onst String& rName, const com::sun::star::script::ModuleInfo& mInfo, const ::rtl::OUString& rSrc );
137 void Highlight( const String& rSrc, SbTextPortions& rList );
/trunk/main/comphelper/inc/comphelper/
H A Dembeddedobjectcontainer.hxx124 …sal_Bool CopyEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::star::uno::Reference…
127 …bed::XEmbeddedObject > CopyAndGetEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::…
130 …sal_Bool MoveEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::star::uno::Reference…
160 sal_Bool TryToCopyGraphReplacement( EmbeddedObjectContainer& rSrc,
/trunk/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx57 String& rSrc, in ParseScriptOptions() argument
65 rSrc.Erase(); in ParseScriptOptions()
86 rSrc = INetURLObject::GetAbsURL( rBaseURL, pOption->GetString() ); in ParseScriptOptions()
H A Dhtmlout.cxx514 void HTMLOutFuncs::ConvertStringToHTML( const String& rSrc, in ConvertStringToHTML() argument
520 for( sal_uInt32 i=0UL, nLen = rSrc.Len(); i < nLen; i++ ) in ConvertStringToHTML()
521 lcl_ConvertCharToHTML( rSrc.GetChar( (xub_StrLen)i ), rDest, aContext, in ConvertStringToHTML()
780 const String& rSrc, in OutScript() argument
803 if( rSrc.Len() ) in OutScript()
807 …Out_String( rStrm, URIHelper::simpleNormalizedMakeRelative(rBaseURL, rSrc), eDestEnc, pNonConverta… in OutScript()

Completed in 155 milliseconds

123