Home
last modified time | relevance | path

Searched refs:rSource (Results 1 – 25 of 312) sorted by path

12345678910>>...13

/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx942 … virtual void SAL_CALL disposing( const UNO3_EVENTOBJECT& rSource ) throw( UNO3_RUNTIMEEXCEPTION );
/trunk/main/basctl/source/inc/
H A Daccessibledialogcontrolshape.hxx105 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& rSource ) throw (::com…
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolormodifier.hxx408 ::basegfx::BColor getModifiedColor(const ::basegfx::BColor& rSource) const;
/trunk/main/basegfx/source/color/
H A Dbcolormodifier.cxx323 ::basegfx::BColor BColorModifierStack::getModifiedColor(const ::basegfx::BColor& rSource) const in getModifiedColor()
327 return rSource; in getModifiedColor()
330 ::basegfx::BColor aRetval(rSource); in getModifiedColor()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx174 PolygonPointList(const PolygonPointList& rSource) in PolygonPointList() argument
176 maPoints(rSource.maPoints), in PolygonPointList()
178 mbIsClosed(rSource.mbIsClosed) in PolygonPointList()
181 if(rSource.mpVectors && rSource.mnBezierCount) in PolygonPointList()
183 mpVectors = new SimpleBezierVector(*rSource.mpVectors); in PolygonPointList()
184 mnBezierCount = rSource.mnBezierCount; in PolygonPointList()
192 mbIsClosed(rSource.mbIsClosed) in PolygonPointList()
207 if(rSource.mpVectors && rSource.mnBezierCount) in PolygonPointList()
384 const sal_uInt32 nCount(rSource.maPoints.size()); in insert()
400 if(rSource.mpVectors && rSource.mnBezierCount) in insert()
[all …]
H A Dpolygontemplate.hxx174 ImplPolygonTemplate(const ImplPolygonTemplate& rSource) in ImplPolygonTemplate() argument
176 maPoints(rSource.maPoints), in ImplPolygonTemplate()
178 mbIsClosed(rSource.mbIsClosed) in ImplPolygonTemplate()
181 if(rSource.mpVectors && rSource.mnBezierCount) in ImplPolygonTemplate()
183 mpVectors = new SimpleBezierVector(*rSource.mpVectors); in ImplPolygonTemplate()
184 mnBezierCount = rSource.mnBezierCount; in ImplPolygonTemplate()
192 mbIsClosed(rSource.mbIsClosed) in ImplPolygonTemplate()
207 if(rSource.mpVectors && rSource.mnBezierCount) in ImplPolygonTemplate()
384 const sal_uInt32 nCount(rSource.maPoints.size()); in insert()
400 if(rSource.mpVectors && rSource.mnBezierCount) in insert()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx128 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
436 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
550 const sal_uInt32 nPointCount(rSource.count()); in getB2DRange()
556 aNewRange.expand(rSource.getB2DPoint(a)); in getB2DRange()
559 if(rSource.areControlPointsUsed()) in getB2DRange()
566 aEdge.setStartPoint(rSource.getB2DPoint(0)); in getB2DRange()
638 return rSource; in getDefaultAdaptiveSubdivision()
656 return mpBufferedData->getB2DRange(rSource); in getB2DRange()
923 if(rSource.mpControlVector && rSource.mpControlVector->isUsed() && !mpControlVector) in insert()
928 maPoints.insert(nIndex, rSource.maPoints); in insert()
[all …]
H A Db3dpolygon.cxx204 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
366 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
530 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
705 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
1250 const sal_uInt32 nCount(rSource.maPoints.count()); in insert()
1254 maPoints.insert(nIndex, rSource.maPoints); in insert()
1257 if(rSource.mpBColors && rSource.mpBColors->isUsed()) in insert()
1264 mpBColors->insert(nIndex, *rSource.mpBColors); in insert()
1274 if(rSource.mpNormals && rSource.mpNormals->isUsed()) in insert()
1281 mpNormals->insert(nIndex, *rSource.mpNormals); in insert()
[all …]
H A Db3dpolygonclipper.cxx78 rDest.append(rSource.getB3DPoint(nIndex)); in impAppendCopy()
80 if(rSource.areBColorsUsed()) in impAppendCopy()
85 if(rSource.areNormalsUsed()) in impAppendCopy()
90 if(rSource.areTextureCoordinatesUsed()) in impAppendCopy()
98 const B3DPoint aCurrPoint(rSource.getB3DPoint(nIndA)); in impAppendInterpolate()
99 const B3DPoint aNextPoint(rSource.getB3DPoint(nIndB)); in impAppendInterpolate()
102 if(rSource.areBColorsUsed()) in impAppendInterpolate()
104 const BColor aCurrBColor(rSource.getBColor(nIndA)); in impAppendInterpolate()
105 const BColor aNextBColor(rSource.getBColor(nIndB)); in impAppendInterpolate()
109 if(rSource.areNormalsUsed()) in impAppendInterpolate()
[all …]
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx574 …void impFillMatrix(B2DHomMatrix& rSource, double fScaleX, double fScaleY, double fShearX, double f… in impFillMatrix() argument
577 rSource.identity(); in impFillMatrix()
578 rSource.scale(fScaleX, fScaleY); in impFillMatrix()
579 rSource.shearX(fShearX); in impFillMatrix()
580 rSource.rotate(fRotate); in impFillMatrix()
/trunk/main/basic/source/classes/
H A Dsb.cxx100 …virtual void SAL_CALL queryClosing( const lang::EventObject& rSource, sal_Bool bGetsOwnership ) th…
101 …virtual void SAL_CALL notifyClosing( const lang::EventObject& rSource ) throw (uno::RuntimeExcepti…
102 … virtual void SAL_CALL disposing( const lang::EventObject& rSource ) throw (uno::RuntimeException);
/trunk/main/basic/source/inc/
H A Druntime.hxx70 static ::rtl::OUString decodeUnoUrlParamValue(const rtl::OUString & rSource);
/trunk/main/canvas/inc/canvas/rendering/
H A Disurface.hxx76 IColorBuffer& rSource ) = 0;
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx522 ::canvas::IColorBuffer& rSource );
890 ::canvas::IColorBuffer& rSource ) in update() argument
910 if(sal_uInt8* pImage = rSource.lock()) in update()
912 switch( rSource.getFormat() ) in update()
917 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
945 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
979 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
1009 rSource.unlock(); in update()
H A Ddx_9rm.cxx159 ::canvas::IColorBuffer& rSource );
396 ::canvas::IColorBuffer& rSource ) in update() argument
421 if(sal_uInt8* pImage = rSource.lock()) in update()
423 switch( rSource.getFormat() ) in update()
428 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
469 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
509 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
545 rSource.unlock(); in update()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx1539 void ChartDocumentWrapper::_disposing( const lang::EventObject& rSource ) in _disposing() argument
1541 if( rSource.Source == m_xTitle ) in _disposing()
1543 else if( rSource.Source == m_xSubTitle ) in _disposing()
1545 else if( rSource.Source == m_xLegend ) in _disposing()
1547 else if( rSource.Source == m_xChartData ) in _disposing()
1549 else if( rSource.Source == m_xDiagram ) in _disposing()
1551 else if( rSource.Source == m_xArea ) in _disposing()
1553 else if( rSource.Source == m_xAddIn ) in _disposing()
1555 else if( rSource.Source == m_xChartView ) in _disposing()
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx166 virtual void _disposing( const ::com::sun::star::lang::EventObject& rSource );
H A DItemConverter.hxx187 virtual void _disposing( const ::com::sun::star::lang::EventObject& rSource );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx89 void ItemConverter::_disposing( const lang::EventObject& rSource ) in _disposing() argument
91 if( rSource.Source == m_xPropertySet ) in _disposing()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx892 ::queryClosing( const lang::EventObject& rSource, sal_Bool bGetsOwnership ) in queryClosing() argument
902 if( !(aModelRef->getModel() == rSource.Source) ) in queryClosing()
924 ::notifyClosing( const lang::EventObject& rSource ) in notifyClosing() argument
930 if( impl_releaseThisModel( rSource.Source ) ) in notifyClosing()
974 ::disposing( const lang::EventObject& rSource ) in disposing() argument
977 if( !impl_releaseThisModel( rSource.Source )) in disposing()
979 if( rSource.Source == m_xLayoutManagerEventBroadcaster ) in disposing()
H A DDrawCommandDispatch.cxx161 const SfxItemSet& rSource = pSourceObj->GetMergedItemSet(); in setAttributes() local
176 aDest.Set( rSource ); in setAttributes()
/trunk/main/chart2/source/inc/
H A DCachedDataSequence.hxx85 explicit CachedDataSequence( const CachedDataSequence & rSource );
H A DCloneHelper.hxx75 const ::std::vector< Interface > & rSource, in CloneRefVector()
78 ::std::transform( rSource.begin(), rSource.end(), in CloneRefVector()
85 const ::std::vector< ::std::pair< Key, Interface > > & rSource, in CloneRefPairVector()
88 ::std::transform( rSource.begin(), rSource.end(), in CloneRefPairVector()
96 const ::std::map< Key, Interface > & rSource, in CloneRefMap()
99 ::std::transform( rSource.begin(), rSource.end(), in CloneRefMap()
107 const ::com::sun::star::uno::Sequence< Interface > & rSource, in CloneRefSequence()
110 rDestination.realloc( rSource.getLength()); in CloneRefSequence()
111 ::std::transform( rSource.getConstArray(), rSource.getConstArray() + rSource.getLength(), in CloneRefSequence()
H A DUncachedDataSequence.hxx88 UncachedDataSequence( const UncachedDataSequence & rSource );
/trunk/main/chart2/source/model/inc/
H A DBaseCoordinateSystem.hxx67 explicit BaseCoordinateSystem( const BaseCoordinateSystem & rSource );

Completed in 182 milliseconds

12345678910>>...13