Home
last modified time | relevance | path

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

123

/AOO41X/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()
323 const TrueColorPixelPtr<BMP_FORMAT_16BIT_TC_LSB_MASK>& rSrc ) in ImplConvertPixel() argument
326 const PIXBYTE* pSrc = rSrc.GetRawPtr(); in ImplConvertPixel()
336 const TrueColorPixelPtr<SRCFMT>& rSrc, int nPixelCount ) in ImplConvertLine() argument
339 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplConvertLine()
353 const TrueColorPixelPtr<SRCFMT>& rSrc, unsigned nAlphaVal ) in ImplBlendPixels() argument
356 ImplConvertPixel( rDst, rSrc ); in ImplBlendPixels()
364 int nS = rSrc.GetRed(); in ImplBlendPixels()
[all …]
/AOO41X/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 …]
/AOO41X/main/sw/source/core/layout/
H A Dpagedesc.cxx93 SwPageDesc & SwPageDesc::operator = (const SwPageDesc & rSrc) in operator =() argument
95 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 =()
[all …]
/AOO41X/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx92 FontAttributes( const FontAttributes& rSrc ) : in FontAttributes()
94 isEmbedded(rSrc.isEmbedded), in FontAttributes()
95 isBold(rSrc.isBold), in FontAttributes()
96 isItalic(rSrc.isItalic), in FontAttributes()
97 isUnderline(rSrc.isUnderline), in FontAttributes()
98 size(rSrc.size) in FontAttributes()
100 familyName.append(const_cast<GooString*>(&rSrc.familyName)); in FontAttributes()
103 FontAttributes& operator=( const FontAttributes& rSrc ) in operator =()
106 familyName.append(const_cast<GooString*>(&rSrc.familyName)); in operator =()
108 isEmbedded = rSrc.isEmbedded; in operator =()
[all …]
/AOO41X/main/basebmp/inc/basebmp/
H A Daccessoradapters.hxx78 SetterFunctor > const& rSrc ) : in UnaryFunctionAccessorAdapter()
79 maAccessor( rSrc.maAccessor ), in UnaryFunctionAccessorAdapter()
80 maGetterFunctor( rSrc.maGetterFunctor ), in UnaryFunctionAccessorAdapter()
81 maSetterFunctor( rSrc.maSetterFunctor ) in UnaryFunctionAccessorAdapter()
192 SetterFunctor > const& rSrc ) : in BinarySetterFunctionAccessorAdapter()
193 maAccessor( rSrc.maAccessor ), in BinarySetterFunctionAccessorAdapter()
194 maFunctor( rSrc.maFunctor ) in BinarySetterFunctionAccessorAdapter()
317 Functor > const& rSrc ) : in TernarySetterFunctionAccessorAdapter()
318 ma1stAccessor( rSrc.ma1stAccessor ), in TernarySetterFunctionAccessorAdapter()
319 ma2ndAccessor( rSrc.ma2ndAccessor ), in TernarySetterFunctionAccessorAdapter()
[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()
/AOO41X/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()
424 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); 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()
[all …]
/AOO41X/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 =()
/AOO41X/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()
/AOO41X/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 =()
/AOO41X/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx530 WW8DocumentImpl::WW8DocumentImpl(const WW8DocumentImpl & rSrc, in WW8DocumentImpl() argument
534 Assign(rSrc); in WW8DocumentImpl()
540 WW8DocumentImpl & WW8DocumentImpl::Assign(const WW8DocumentImpl & rSrc) in Assign() argument
542 mCpAndFcs = rSrc.mCpAndFcs; in Assign()
544 mpCHPFKPCache = rSrc.mpCHPFKPCache; in Assign()
545 mpPAPFKPCache = rSrc.mpPAPFKPCache; in Assign()
547 mpStream = rSrc.mpStream; in Assign()
548 mpTableStream = rSrc.mpTableStream; in Assign()
549 mpDataStream = rSrc.mpDataStream; in Assign()
550 mpDocStream = rSrc.mpDocStream; 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()
/AOO41X/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 …]
/AOO41X/main/sc/source/filter/excel/
H A Dxistream.cxx53 XclImpDecrypter::XclImpDecrypter( const XclImpDecrypter& rSrc ) : in XclImpDecrypter() argument
55 mnError( rSrc.mnError ), in XclImpDecrypter()
126 XclImpBiff5Decrypter::XclImpBiff5Decrypter( const XclImpBiff5Decrypter& rSrc ) : in XclImpBiff5Decrypter() argument
127 XclImpDecrypter( rSrc ), in XclImpBiff5Decrypter()
128 maEncryptionData( rSrc.maEncryptionData ), in XclImpBiff5Decrypter()
129 mnKey( rSrc.mnKey ), in XclImpBiff5Decrypter()
130 mnHash( rSrc.mnHash ) in XclImpBiff5Decrypter()
219 XclImpBiff8Decrypter::XclImpBiff8Decrypter( const XclImpBiff8Decrypter& rSrc ) : in XclImpBiff8Decrypter() argument
220 XclImpDecrypter( rSrc ), in XclImpBiff8Decrypter()
221 maEncryptionData( rSrc.maEncryptionData ), in XclImpBiff8Decrypter()
[all …]
/AOO41X/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 =()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx709 sal_Bool EmbeddedObjectContainer::TryToCopyGraphReplacement( EmbeddedObjectContainer& rSrc, in TryToCopyGraphReplacement() argument
717 …if ( ( &rSrc != this || !aOrigName.equals( aTargetName ) ) && !aOrigName.isEmpty() && !aTargetName… in TryToCopyGraphReplacement()
720 … uno::Reference < io::XInputStream > xGrStream = rSrc.GetGraphicStream( aOrigName, &aMediaType ); in TryToCopyGraphReplacement()
728 sal_Bool EmbeddedObjectContainer::CopyEmbeddedObject( EmbeddedObjectContainer& rSrc, const uno::Ref… in CopyEmbeddedObject() argument
746 TryToCopyGraphReplacement( rSrc, aOrigName, rName ); in CopyEmbeddedObject()
753 …beddedObjectContainer::CopyAndGetEmbeddedObject( EmbeddedObjectContainer& rSrc, const uno::Referen… in CopyAndGetEmbeddedObject() argument
891 TryToCopyGraphReplacement( rSrc, aOrigName, rName ); in CopyAndGetEmbeddedObject()
907 sal_Bool EmbeddedObjectContainer::MoveEmbeddedObject( EmbeddedObjectContainer& rSrc, const uno::Ref… in MoveEmbeddedObject() argument
924 TryToCopyGraphReplacement( rSrc, aName, rName ); in MoveEmbeddedObject()
937 EmbeddedObjectContainerNameMap::iterator aIt = rSrc.pImpl->maObjectContainer.begin(); in MoveEmbeddedObject()
[all …]
/AOO41X/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 =()
/AOO41X/main/basic/inc/basic/
H A Dsbstar.hxx120 SbModule* MakeModule( const String& rName, const String& rSrc );
121 SbModule* MakeModule32( const String& rName, const ::rtl::OUString& rSrc );
122 …onst String& rName, const com::sun::star::script::ModuleInfo& mInfo, const ::rtl::OUString& rSrc );
136 void Highlight( const String& rSrc, SbTextPortions& rList );
/AOO41X/main/comphelper/inc/comphelper/
H A Dembeddedobjectcontainer.hxx123 …sal_Bool CopyEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::star::uno::Reference…
126 …bed::XEmbeddedObject > CopyAndGetEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::…
129 …sal_Bool MoveEmbeddedObject( EmbeddedObjectContainer& rSrc, const ::com::sun::star::uno::Reference…
159 sal_Bool TryToCopyGraphReplacement( EmbeddedObjectContainer& rSrc,
/AOO41X/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()

123