/aoo41x/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 312 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 …]
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.cxx | 150 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 D | pagedesc.cxx | 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 =() 459 : aPageDesc(rSrc.aPageDesc), pDoc(rSrc.pDoc) in SwPageDescExt() [all …]
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 92 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() 108 isEmbedded = rSrc.isEmbedded; in operator =() 109 isBold = rSrc.isBold; in operator =() 110 isItalic = rSrc.isItalic; in operator =() 111 isUnderline = rSrc.isUnderline; in operator =() [all …]
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | accessoradapters.hxx | 79 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 D | paletteimageaccessor.hxx | 72 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 D | stridedarrayiterator.hxx | 62 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 D | bitmap_gfx.cxx | 420 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 …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | scextopt.cxx | 70 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/o3tl/qa/ |
H A D | cow_wrapper_clients.cxx | 57 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/sw/source/core/fields/ |
H A D | flddropdown.cxx | 66 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/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 534 Assign(rSrc); in WW8DocumentImpl() 542 mCpAndFcs = rSrc.mCpAndFcs; in Assign() 544 mpCHPFKPCache = rSrc.mpCHPFKPCache; in Assign() 545 mpPAPFKPCache = rSrc.mpPAPFKPCache; in Assign() 547 mpStream = rSrc.mpStream; in Assign() 549 mpDataStream = rSrc.mpDataStream; in Assign() 550 mpDocStream = rSrc.mpDocStream; in Assign() 553 mpPieceTable = rSrc.mpPieceTable; in Assign() 558 mpSEDs = rSrc.mpSEDs; in Assign() 560 mpFib = rSrc.mpFib; in Assign() [all …]
|
H A D | Dff.cxx | 377 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 D | WW8StructBase.cxx | 41 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 D | sbxscan.cxx | 244 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 D | xistream.cxx | 53 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 …]
|
/aoo41x/main/o3tl/inc/o3tl/ |
H A D | cow_wrapper.hxx | 220 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 D | svpgdi.cxx | 487 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 D | drawshape.cxx | 525 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 D | embeddedobjectcontainer.cxx | 696 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 …]
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 422 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 D | sbstar.hxx | 120 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 D | embeddedobjectcontainer.hxx | 123 …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 D | htmlsupp.cxx | 57 String& rSrc, in ParseScriptOptions() argument 65 rSrc.Erase(); in ParseScriptOptions() 86 rSrc = INetURLObject::GetAbsURL( rBaseURL, pOption->GetString() ); in ParseScriptOptions()
|
H A D | htmlout.cxx | 514 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()
|