Home
last modified time | relevance | path

Searched refs:rSrc (Results 26 – 50 of 73) sorted by relevance

123

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx138 void Transform(const DXFVector & rSrc, DXFVector & rTgt) const;
141 void Transform(const DXFVector & rSrc, Point & rTgt) const;
144 void TransDir(const DXFVector & rSrc, DXFVector & rTgt) const;
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx62 void DialControlBmp::CopyBackground( const DialControlBmp& rSrc ) in CopyBackground() argument
64 Init( rSrc.maRect.GetSize() ); in CopyBackground()
65 mbEnabled = rSrc.mbEnabled; in CopyBackground()
67 DrawBitmapEx( aPos, rSrc.GetBitmapEx( aPos, maRect.GetSize() ) ); in CopyBackground()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx1100 sal_Bool StgTmpStrm::Copy( StgTmpStrm& rSrc ) in Copy() argument
1102 sal_uLong n = rSrc.GetSize(); in Copy()
1103 sal_uLong nCur = rSrc.Tell(); in Copy()
1108 rSrc.Seek( 0L ); in Copy()
1115 if( rSrc.Read( p, nn ) != nn ) in Copy()
1122 rSrc.Seek( nCur ); in Copy()
/trunk/main/sw/inc/
H A Dpagedesc.hxx331 SwPageDescExt(const SwPageDescExt & rSrc);
334 SwPageDescExt & operator = (const SwPageDescExt & rSrc);
335 SwPageDescExt & operator = (const SwPageDesc & rSrc);
H A Dswiterator.hxx34 …SwIterator( const TSource& rSrc ) : aClientIter(rSrc) { DBG_ASSERT( TElementType::IsOf( TYPE(SwCli… in SwIterator() argument
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx75 explicit XclImpDecrypter( const XclImpDecrypter& rSrc );
107 explicit XclImpBiff5Decrypter( const XclImpBiff5Decrypter& rSrc );
138 explicit XclImpBiff8Decrypter( const XclImpBiff8Decrypter& rSrc );
/trunk/main/vcl/inc/
H A Dbmpfast.hxx38 bool ImplFastBitmapConversion( BitmapBuffer& rDst, const BitmapBuffer& rSrc,
42 const BitmapReadAccess& rSrc, const BitmapReadAccess& rMask,
H A Dprintergfx.hxx376 void DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
378 void DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
381 void DrawMask (const Rectangle& rDest, const Rectangle& rSrc,
/trunk/main/editeng/source/items/
H A Dsvdfield.cxx40 int __EXPORT SdrMeasureField::operator==(const SvxFieldData& rSrc) const in operator ==()
42 return eMeasureFieldKind==((SdrMeasureField&)rSrc).GetMeasureFieldKind(); in operator ==()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.hxx38 void setBitmap( const basebmp::BitmapDeviceSharedPtr& rSrc ) { m_aBitmap = rSrc; } in setBitmap() argument
H A Dsvpbmp.cxx88 const SvpSalBitmap& rSrc = static_cast<const SvpSalBitmap&>(rSalBmp); in Create() local
89 const BitmapDeviceSharedPtr& rSrcBmp = rSrc.getBitmap(); in Create()
/trunk/main/sw/source/core/undo/
H A DSwRewriter.cxx41 SwRewriter::SwRewriter(const SwRewriter & rSrc) in SwRewriter() argument
42 : mRules(rSrc.mRules) in SwRewriter()
/trunk/main/writerfilter/source/ooxml/
H A DRefAndPointer.hxx79 (const RefAndPointer & rSrc) in operator =() argument
81 set(rSrc.getHandler()); in operator =()
/trunk/main/sc/inc/
H A Dscextopt.hxx93 ScExtDocOptions( const ScExtDocOptions& rSrc );
96 ScExtDocOptions& operator=( const ScExtDocOptions& rSrc );
H A Ddpobject.hxx73 ScDPServiceDesc( const String& rServ, const String& rSrc, const String& rNam, in ScDPServiceDesc()
75 aServiceName( rServ ), aParSource( rSrc ), aParName( rNam ), in ScDPServiceDesc()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx93 ImplMacFontData::ImplMacFontData( const ImplMacFontData& rSrc ) in ImplMacFontData() argument
94 : ImplFontData( rSrc) in ImplMacFontData()
95 , mnFontId( rSrc.mnFontId) in ImplMacFontData()
96 , mpCharMap( rSrc.mpCharMap) in ImplMacFontData()
97 , mbOs2Read( rSrc.mbOs2Read) in ImplMacFontData()
98 , mbHasOs2Table( rSrc.mbHasOs2Table) in ImplMacFontData()
99 , mbCmapEncodingRead( rSrc.mbCmapEncodingRead) in ImplMacFontData()
100 , mbHasCJKSupport( rSrc.mbHasCJKSupport) in ImplMacFontData()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.hxx48 inline sal_Int32 appendStr( const ::rtl::OString& rSrc, sal_Char* pDst) { return appendStr( rSrc.ge… in appendStr() argument
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx34 ( const ::rtl::OUString& rSrc, double& nVal, SbxDataType& rType, sal_uInt16* pLen,
38 extern sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );
/trunk/main/basebmp/inc/basebmp/
H A Dtruecolormaskaccessor.hxx119 SwapBytes > const& rSrc ) : in TrueColorMaskAccessor()
120 maAccessor( rSrc.maAccessor ) in TrueColorMaskAccessor()
/trunk/main/basic/source/classes/
H A Dsb.cxx1056 SbModule* StarBASIC::MakeModule( const String& rName, const String& rSrc ) in MakeModule() argument
1058 return MakeModule32( rName, rSrc ); in MakeModule()
1061 SbModule* StarBASIC::MakeModule32( const String& rName, const ::rtl::OUString& rSrc ) in MakeModule32() argument
1065 return MakeModule32( rName, mInfo, rSrc ); in MakeModule32()
1067 … StarBASIC::MakeModule32( const String& rName, const ModuleInfo& mInfo, const rtl::OUString& rSrc ) in MakeModule32() argument
1091 p->SetSource32( rSrc ); in MakeModule32()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx1720 bool WW8FlyPara::operator==(const WW8FlyPara& rSrc) const in operator ==()
1729 (nSp26 == rSrc.nSp26) && in operator ==()
1730 (nSp27 == rSrc.nSp27) && in operator ==()
1731 ((nSp45 & 0x7fff) == (rSrc.nSp45 & 0x7fff)) && in operator ==()
1732 (nSp28 == rSrc.nSp28) && in operator ==()
1733 (nLeMgn == rSrc.nLeMgn) && in operator ==()
1734 (nRiMgn == rSrc.nRiMgn) && in operator ==()
1735 (nUpMgn == rSrc.nUpMgn) && in operator ==()
1736 (nLoMgn == rSrc.nLoMgn) && in operator ==()
1737 (nSp29 == rSrc.nSp29) && in operator ==()
[all …]
/trunk/main/starmath/source/
H A Daccessibility.cxx859 SmEditSource::SmEditSource( const SmEditSource &rSrc ) : in SmEditSource() argument
861 aViewFwd (rSrc.rEditAcc), in SmEditSource()
862 aTextFwd (rSrc.rEditAcc, *this), in SmEditSource()
863 aEditViewFwd(rSrc.rEditAcc), in SmEditSource()
864 rEditAcc (rSrc.rEditAcc) in SmEditSource()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx384 WW8DocumentImpl(const WW8DocumentImpl & rSrc,
388 virtual WW8DocumentImpl & Assign(const WW8DocumentImpl & rSrc);
/trunk/main/basic/source/comp/
H A Dtoken.cxx378 SbiTokenizer::SbiTokenizer( const ::rtl::OUString& rSrc, StarBASIC* pb ) in SbiTokenizer() argument
379 : SbiScanner( rSrc, pb ) in SbiTokenizer()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx172 StridedArrayIterator( StridedArrayIterator const& rSrc, in StridedArrayIterator() argument
174 stride_(rSrc.stride_), in StridedArrayIterator()
176 reinterpret_cast<T*>(rSrc.current_)+offset)) in StridedArrayIterator()

Completed in 163 milliseconds

123