/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | elements.cxx | 59 nRealSize = rSource.nRealSize; in operator =() 67 eVDCType = rSource.eVDCType; in operator =() 70 aVDCExtent = rSource.aVDCExtent; in operator =() 78 nMitreLimit = rSource.nMitreLimit; in operator =() 80 aClipRect = rSource.aClipRect; in operator =() 82 eColorModel = rSource.eColorModel; in operator =() 100 aLineBundle = rSource.aLineBundle; in operator =() 127 eTextPath = rSource.eTextPath; in operator =() 134 aFontList = rSource.aFontList; in operator =() 345 void* pPtr = rSource.First(); in CopyAllBundles() [all …]
|
H A D | bundles.cxx | 35 mnColor = rSource.mnColor; in operator =() 56 SetIndex( rSource.GetIndex() ); in operator =() 57 eLineType = rSource.eLineType; in operator =() 58 nLineWidth = rSource.nLineWidth; in operator =() 64 SetIndex( rSource.GetIndex() ); in operator =() 65 eMarkerType = rSource.eMarkerType; in operator =() 72 SetIndex( rSource.GetIndex() ); in operator =() 73 eEdgeType = rSource.eEdgeType; in operator =() 74 nEdgeWidth = rSource.nEdgeWidth; in operator =() 80 SetIndex( rSource.GetIndex() ); in operator =() [all …]
|
H A D | bitmap.cxx | 338 if ( ( rSource.mnR.Y == rDest.mnQ.Y ) && ( rSource.mnR.X == rDest.mnQ.X ) ) in ImplInsert() 344 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert() 346 aFloatPoint.X = rSource.mnQ.X - rSource.mnR.X; in ImplInsert() 347 aFloatPoint.Y = rSource.mnQ.Y - rSource.mnR.Y; in ImplInsert() 350 rDest.mnP = rSource.mnP; in ImplInsert() 351 rDest.mnR = rSource.mnR; in ImplInsert() 359 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert() 360 rDest.mnP = rSource.mnP; in ImplInsert() 361 rDest.mnR = rSource.mnR; in ImplInsert() 363 rDest.mnY += rSource.mnY; in ImplInsert() [all …]
|
/aoo41x/main/sw/source/core/tox/ |
H A D | tox.cxx | 535 CopyTOXBase( pDoc, rSource ); in SwTOXBase() 570 aTitle = rSource.aTitle; in CopyTOXBase() 571 aForm = rSource.aForm; in CopyTOXBase() 579 eLanguage = rSource.eLanguage; in CopyTOXBase() 615 aForm = rSource.aForm; in operator =() 616 aName = rSource.aName; in operator =() 617 aTitle = rSource.aTitle; in operator =() 622 eLanguage = rSource.eLanguage; in operator =() 624 aData = rSource.aData; in operator =() 628 bProtected = rSource.bProtected; in operator =() [all …]
|
/aoo41x/main/oox/source/drawingml/ |
H A D | textparagraphproperties.cxx | 256 msBulletChar = rSource.msBulletChar; in apply() 257 if ( rSource.mnStartAt.hasValue() ) in apply() 258 mnStartAt = rSource.mnStartAt; in apply() 265 if ( rSource.mnSize.hasValue() ) in apply() 266 mnSize = rSource.mnSize; in apply() 267 if ( rSource.mnFontSize.hasValue() ) in apply() 268 mnFontSize = rSource.mnFontSize; in apply() 269 if ( rSource.maStyleName.hasValue() ) in apply() 270 maStyleName = rSource.maStyleName; in apply() 271 if ( rSource.maGraphic.hasValue() ) in apply() [all …]
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 404 moStroked.assignIfUsed( rSource.moStroked ); in assignUsed() 407 moColor.assignIfUsed( rSource.moColor ); in assignUsed() 409 moWeight.assignIfUsed( rSource.moWeight ); in assignUsed() 412 moEndCap.assignIfUsed( rSource.moEndCap ); in assignUsed() 446 moFilled.assignIfUsed( rSource.moFilled ); in assignUsed() 447 moColor.assignIfUsed( rSource.moColor ); in assignUsed() 449 moColor2.assignIfUsed( rSource.moColor2 ); in assignUsed() 451 moType.assignIfUsed( rSource.moType ); in assignUsed() 452 moAngle.assignIfUsed( rSource.moAngle ); in assignUsed() 453 moFocus.assignIfUsed( rSource.moFocus ); in assignUsed() [all …]
|
/aoo41x/main/basegfx/source/inc/ |
H A D | PolygonPoint.hxx | 174 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 D | polygontemplate.hxx | 174 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 …]
|
/aoo41x/main/chart2/source/inc/ |
H A D | CloneHelper.hxx | 75 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()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 78 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 …]
|
H A D | b2dpolygon.cxx | 128 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 D | b3dpolygon.cxx | 204 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 …]
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | baseprimitive2d.cxx | 119 …Primitive2DSequence Primitive2DVectorToPrimitive2DSequence(const Primitive2DVector& rSource, bool … in Primitive2DVectorToPrimitive2DSequence() argument 121 const sal_uInt32 nSize(rSource.size()); in Primitive2DVectorToPrimitive2DSequence() 128 aRetval[bInvert ? nSize - 1 - a : a] = rSource[a]; in Primitive2DVectorToPrimitive2DSequence() 134 const_cast< Primitive2DVector& >(rSource).clear(); in Primitive2DVectorToPrimitive2DSequence() 249 if(rSource.hasElements()) in appendPrimitive2DSequenceToPrimitive2DSequence() 253 const sal_Int32 nSourceCount(rSource.getLength()); in appendPrimitive2DSequenceToPrimitive2DSequence() 262 if(rSource[a].is()) in appendPrimitive2DSequenceToPrimitive2DSequence() 264 rDest[nInsertPos++] = rSource[a]; in appendPrimitive2DSequenceToPrimitive2DSequence() 275 rDest = rSource; in appendPrimitive2DSequenceToPrimitive2DSequence() 283 if(rSource.is()) in appendPrimitive2DReferenceToPrimitive2DSequence() [all …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PlottingPositionHelper.cxx | 67 : m_aScales( rSource.m_aScales ) in PlottingPositionHelper() 70 , m_bSwapXAndY( rSource.m_bSwapXAndY ) in PlottingPositionHelper() 71 , m_nXResolution( rSource.m_nXResolution ) in PlottingPositionHelper() 72 , m_nYResolution( rSource.m_nYResolution ) in PlottingPositionHelper() 73 , m_nZResolution( rSource.m_nZResolution ) in PlottingPositionHelper() 75 , m_bDateAxis( rSource.m_bDateAxis ) in PlottingPositionHelper() 76 , m_nTimeResolution( rSource.m_nTimeResolution ) in PlottingPositionHelper() 77 , m_aNullDate( rSource.m_aNullDate ) in PlottingPositionHelper() 345 : PlottingPositionHelper(rSource) in PolarPlottingPositionHelper() 346 , m_fRadiusOffset( rSource.m_fRadiusOffset ) in PolarPlottingPositionHelper() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | filecopy.cxx | 82 FileCopier::FileCopier( const DirEntry& rSource, const DirEntry& rTarget ) : in FileCopier() argument 84 aSource ( rSource ), in FileCopier() 234 const DirEntry &rSource, const DirEntry &rTarget ) in DoCopy_Impl() argument 259 FileStat aSourceFileStat( rSource ); in DoCopy_Impl() 313 Dir aSourceDir( rSource, FSYS_KIND_DIR|FSYS_KIND_FILE ); in DoCopy_Impl() 339 nBytesTotal = FileStat( rSource ).GetSize(); in DoCopy_Impl() 399 eRet = Error( aSrc.GetError(), &rSource, 0 ); in DoCopy_Impl() 402 eRet = Error( ERRCODE_IO_NOTEXISTS, &rSource, 0 ); in DoCopy_Impl() 404 eRet = Error( ERRCODE_IO_NOTSUPPORTED, &rSource, 0 ); in DoCopy_Impl() 436 ErrCode eKillErr = Error( rSource.Kill() | ERRCODE_WARNING_MASK, &rSource, 0 ); in DoCopy_Impl() [all …]
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 104 basegfx::B2DPolyPolygon aLocalPolyPolygon(rSource.getB2DPolyPolygon()); in tryDrawPolyPolygonColorPrimitive2DDirect() 126 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonHairlinePrimitive2DDirect() 134 … const basegfx::BColor aLineColor(maBColorModifierStack.getModifiedColor(rSource.getBColor())); in tryDrawPolygonHairlinePrimitive2DDirect() 154 basegfx::B2DPolygon aLocalPolygon(rSource.getB2DPolygon()); in tryDrawPolygonStrokePrimitive2DDirect() 165 …if(rSource.getStrokeAttribute().isDefault() || 0.0 == rSource.getStrokeAttribute().getFullDotDashL… in tryDrawPolygonStrokePrimitive2DDirect() 175 rSource.getStrokeAttribute().getDotDashArray(), in tryDrawPolygonStrokePrimitive2DDirect() 178 rSource.getStrokeAttribute().getFullDotDashLen()); in tryDrawPolygonStrokePrimitive2DDirect() 189 rSource.getLineAttribute().getColor())); in tryDrawPolygonStrokePrimitive2DDirect() 195 double fLineWidth(rSource.getLineAttribute().getWidth()); in tryDrawPolygonStrokePrimitive2DDirect() 220 rSource.getLineAttribute().getLineJoin(), in tryDrawPolygonStrokePrimitive2DDirect() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 42 const basegfx::B2DPolyPolygon& rSource, in handleGeometricContent() argument 46 if(rSource.count() && rClip.count()) in handleGeometricContent() 50 rSource, in handleGeometricContent() 57 if(aResult == rSource) in handleGeometricContent() 89 const basegfx::B2DPolyPolygon& rSource, in handleGradientContent() argument 93 if(rSource.count() && rClip.count()) in handleGradientContent() 97 rSource, in handleGradientContent() 104 if(aResult == rSource) in handleGradientContent() 269 const sal_uLong nObjCount(rSource.GetActionCount()); in clipMetafileContentAgainstOwnRegions() 1068 aTarget.SetPrefSize(rSource.GetPrefSize()); in clipMetafileContentAgainstOwnRegions() [all …]
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | baseprimitive3d.cxx | 226 …tive3DSequenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3DSequence& rSource) in appendPrimitive3DSequenceToPrimitive3DSequence() argument 228 if(rSource.hasElements()) in appendPrimitive3DSequenceToPrimitive3DSequence() 232 const sal_Int32 nSourceCount(rSource.getLength()); in appendPrimitive3DSequenceToPrimitive3DSequence() 241 if(rSource[a].is()) in appendPrimitive3DSequenceToPrimitive3DSequence() 243 rDest[nInsertPos++] = rSource[a]; in appendPrimitive3DSequenceToPrimitive3DSequence() 254 rDest = rSource; in appendPrimitive3DSequenceToPrimitive3DSequence() 260 …ve3DReferenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3DReference& rSource) in appendPrimitive3DReferenceToPrimitive3DSequence() argument 262 if(rSource.is()) in appendPrimitive3DReferenceToPrimitive3DSequence() 266 rDest[nDestCount] = rSource; in appendPrimitive3DReferenceToPrimitive3DSequence()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 275 AnyWidget( const AnyWidget& rSource ) in AnyWidget() 276 :Type( rSource.Type ) in AnyWidget() 277 ,Name( rSource.Name ) in AnyWidget() 279 ,Text( rSource.Text ) in AnyWidget() 280 ,TextStyle( rSource.TextStyle ) in AnyWidget() 281 ,ReadOnly( rSource.ReadOnly ) in AnyWidget() 282 ,Location( rSource.Location ) in AnyWidget() 283 ,Border( rSource.Border ) in AnyWidget() 287 ,TextFont( rSource.TextFont ) in AnyWidget() 288 ,TextColor( rSource.TextColor ) in AnyWidget() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1749 …if ( rSource.aStart.Tab() == nDestTab && rSource.aEnd.Tab() == nDestTab && rMark.GetSelectCount() … in MoveBlockTo() 1761 ScRange aLocalSource = rSource; in MoveBlockTo() 1801 rDestPos.Col() + rSource.aEnd.Col() - rSource.aStart.Col(), in MoveBlockTo() 1802 rDestPos.Row() + rSource.aEnd.Row() - rSource.aStart.Row(), in MoveBlockTo() 1810 rSource.aStart.Row(), rSource.aEnd.Row(), rSource.aStart.Tab()); in MoveBlockTo() 1833 SCCOL nDestEndCol = rDestPos.Col() + ( rSource.aEnd.Col() - rSource.aStart.Col() ); in LinkBlock() 1834 SCROW nDestEndRow = rDestPos.Row() + ( rSource.aEnd.Row() - rSource.aStart.Row() ); in LinkBlock() 1836 if ( rSource.aStart.Col() <= nDestEndCol && rDestPos.Col() <= rSource.aEnd.Col() && in LinkBlock() 1837 rSource.aStart.Row() <= nDestEndRow && rDestPos.Row() <= rSource.aEnd.Row() ) in LinkBlock() 1849 pDoc->CopyTabToClip( rSource.aStart.Col(), rSource.aStart.Row(), in LinkBlock() [all …]
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 368 bool ScfTools::IsHTMLDocName( const String& rSource ) in IsHTMLDocName() argument 370 return rSource.EqualsIgnoreCaseAscii( GetHTMLDocName() ); in IsHTMLDocName() 373 bool ScfTools::IsHTMLTablesName( const String& rSource ) in IsHTMLTablesName() argument 375 return rSource.EqualsIgnoreCaseAscii( GetHTMLTablesName() ); in IsHTMLTablesName() 378 bool ScfTools::GetHTMLNameFromName( const String& rSource, String& rName ) in GetHTMLNameFromName() argument 381 if( rSource.EqualsIgnoreCaseAscii( GetHTMLNamePrefix(), 0, GetHTMLNamePrefix().Len() ) ) in GetHTMLNameFromName() 383 rName = rSource.Copy( GetHTMLNamePrefix().Len() ); in GetHTMLNameFromName() 386 else if( rSource.EqualsIgnoreCaseAscii( GetHTMLIndexPrefix(), 0, GetHTMLIndexPrefix().Len() ) ) in GetHTMLNameFromName() 388 String aIndex( rSource.Copy( GetHTMLIndexPrefix().Len() ) ); in GetHTMLNameFromName()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | misc.cxx | 40 String SearchAndReplace( const String &rSource, in SearchAndReplace() argument 44 String aTarget( rSource ); in SearchAndReplace() 45 sal_uInt16 nPos = rSource.Search( rToReplace ); in SearchAndReplace() 51 return rSource; in SearchAndReplace() 56 String SfxStringEncode( const String &rSource, const char * ) in SfxStringEncode() argument 59 String aCoded(rSource); in SfxStringEncode()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | baseprocessor3d.cxx | 52 void BaseProcessor3D::process(const primitive3d::Primitive3DSequence& rSource) in process() argument 54 if(rSource.hasElements()) in process() 56 const sal_Int32 nCount(rSource.getLength()); in process() 61 const primitive3d::Primitive3DReference xReference(rSource[a]); in process() 101 void CollectingProcessor3D::process(const primitive3d::Primitive3DSequence& rSource) in process() argument 104 primitive3d::appendPrimitive3DSequenceToPrimitive3DSequence(maPrimitive3DSequence, rSource); in process()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 861 const SwFmtChain &rOldChain = rSource.GetChain(); in Chainable() 869 if( pFmt == &rSource ) in Chainable() 876 if( rDest.IsLowerOf( rSource ) || rSource .IsLowerOf( rDest ) ) in Chainable() 923 const SwFmtAnchor &rSrcAnchor = rSource.GetAnchor(), in Chainable() 957 int SwDoc::Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ) in Chain() argument 959 int nErr = Chainable( rSource, rDest ); in Chain() 968 aChain.SetPrev( &(SwFlyFrmFmt&)rSource ); in Chain() 975 aChain.SetPrev( &(SwFlyFrmFmt&)rSource ); in Chain() 980 aChain = rSource.GetChain(); in Chain() 984 SwFmtFrmSize aSize( rSource.GetFrmSize() ); in Chain() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 42 ScAreaLinkSaver::ScAreaLinkSaver( const ScAreaLink& rSource ) : in ScAreaLinkSaver() argument 43 aFileName ( rSource.GetFile() ), in ScAreaLinkSaver() 44 aFilterName ( rSource.GetFilter() ), in ScAreaLinkSaver() 45 aOptions ( rSource.GetOptions() ), in ScAreaLinkSaver() 46 aSourceArea ( rSource.GetSource() ), in ScAreaLinkSaver() 47 aDestArea ( rSource.GetDestArea() ), in ScAreaLinkSaver() 48 nRefresh ( rSource.GetRefreshDelay() ) // seconds in ScAreaLinkSaver()
|