Home
last modified time | relevance | path

Searched refs:rTarget (Results 1 – 25 of 216) sorted by relevance

123456789

/AOO41X/main/sc/source/ui/inc/
H A Dundoblk.hxx58 virtual void Repeat( SfxRepeatTarget& rTarget );
59 virtual sal_Bool CanRepeat( SfxRepeatTarget& rTarget ) const;
91 virtual void Repeat(SfxRepeatTarget& rTarget);
92 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
122 virtual void Repeat(SfxRepeatTarget& rTarget);
123 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
154 virtual void Repeat(SfxRepeatTarget& rTarget);
155 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
205 virtual void Repeat(SfxRepeatTarget& rTarget);
206 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
[all …]
H A Dundotab.hxx74 virtual void Repeat(SfxRepeatTarget& rTarget);
75 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
102 virtual void Repeat(SfxRepeatTarget& rTarget);
103 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
133 virtual void Repeat(SfxRepeatTarget& rTarget);
134 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
160 virtual void Repeat(SfxRepeatTarget& rTarget);
161 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
185 virtual void Repeat(SfxRepeatTarget& rTarget);
186 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
[all …]
H A Dundodat.hxx58 virtual void Repeat(SfxRepeatTarget& rTarget);
59 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
88 virtual void Repeat(SfxRepeatTarget& rTarget);
89 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
114 virtual void Repeat(SfxRepeatTarget& rTarget);
115 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
143 virtual void Repeat(SfxRepeatTarget& rTarget);
144 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
169 virtual void Repeat(SfxRepeatTarget& rTarget);
170 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
[all …]
H A Dundocell.hxx53 virtual void Repeat(SfxRepeatTarget& rTarget);
54 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
84 virtual void Repeat(SfxRepeatTarget& rTarget);
85 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
118 virtual void Repeat(SfxRepeatTarget& rTarget);
119 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
145 virtual void Repeat(SfxRepeatTarget& rTarget);
146 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
172 virtual void Repeat(SfxRepeatTarget& rTarget);
173 virtual sal_Bool CanRepeat(SfxRepeatTarget& rTarget) const;
[all …]
/AOO41X/main/vcl/workben/
H A Doutdevgrind.cxx808 void grindFunc( OutputDevice& rTarget, in grindFunc() argument
816 iter->second(&rTarget); in grindFunc()
818 if( rTarget.GetOutDevType() == OUTDEV_WINDOW ) in grindFunc()
819 static_cast<Window&>(rTarget).Sync(); in grindFunc()
834 void outDevGrind( OutputDevice& rTarget, sal_Int32 nTurns=100 ) in outDevGrind() argument
853 rTarget.SetLineColor( Color(COL_BLACK) ); in outDevGrind()
854 rTarget.SetFillColor( Color(COL_GREEN) ); in outDevGrind()
855 rTarget.SetRasterOp( ROP_OVERPAINT ); in outDevGrind()
856 rTarget.SetClipRegion(); in outDevGrind()
857 grindFunc( rTarget, iter, nTurns, "w/o clip, w/o xor" ); in outDevGrind()
[all …]
/AOO41X/main/sc/source/ui/undo/
H A Dundoblk.cxx312 void __EXPORT ScUndoInsertCells::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
314 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
321 pPasteUndo->Repeat( rTarget ); in Repeat()
324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat()
328 sal_Bool __EXPORT ScUndoInsertCells::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
330 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
557 void __EXPORT ScUndoDeleteCells::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
559 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
560 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( eCmd, sal_True ); in Repeat()
563 sal_Bool __EXPORT ScUndoDeleteCells::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
[all …]
H A Dundoblk3.cxx245 void __EXPORT ScUndoDeleteContents::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
247 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
248 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteContents( nFlags, sal_True ); in Repeat()
254 sal_Bool __EXPORT ScUndoDeleteContents::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
256 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
409 void __EXPORT ScUndoFillTable::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
411 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
412 … ((ScTabViewTarget&)rTarget).GetViewShell()->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in Repeat()
418 sal_Bool __EXPORT ScUndoFillTable::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
420 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
[all …]
H A Dundotab.cxx168 void ScUndoInsertTab::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
170 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
171 ((ScTabViewTarget&)rTarget).GetViewShell()->GetViewData()->GetDispatcher(). in Repeat()
175 sal_Bool ScUndoInsertTab::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
177 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
287 void ScUndoInsertTables::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
289 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
290 ((ScTabViewTarget&)rTarget).GetViewShell()->GetViewData()->GetDispatcher(). in Repeat()
294 sal_Bool ScUndoInsertTables::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
296 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
[all …]
H A Dundocell.cxx155 void __EXPORT ScUndoCursorAttr::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
157 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
158 ((ScTabViewTarget&)rTarget).GetViewShell()->ApplySelectionPattern( *pApplyPattern ); in Repeat()
161 sal_Bool __EXPORT ScUndoCursorAttr::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
163 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
331 void __EXPORT ScUndoEnterData::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
333 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
336 ((ScTabViewTarget&)rTarget).GetViewShell()->EnterDataAtCursor( aTemp ); in Repeat()
340 sal_Bool __EXPORT ScUndoEnterData::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
342 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
[all …]
H A Dundodat.cxx239 void __EXPORT ScUndoMakeOutline::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
241 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
243 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
252 sal_Bool __EXPORT ScUndoMakeOutline::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
254 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
336 void __EXPORT ScUndoOutlineLevel::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
338 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
339 ((ScTabViewTarget&)rTarget).GetViewShell()->SelectLevel( bColumns, nLevel, sal_True ); in Repeat()
342 sal_Bool __EXPORT ScUndoOutlineLevel::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
344 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
[all …]
H A Dundodraw.cxx66 String __EXPORT ScUndoDraw::GetRepeatComment(SfxRepeatTarget& rTarget) const in GetRepeatComment()
69 return pDrawUndo->GetRepeatComment(rTarget); in GetRepeatComment()
126 void __EXPORT ScUndoDraw::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
129 pDrawUndo->Repeat(rTarget); in Repeat()
132 sal_Bool __EXPORT ScUndoDraw::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
135 return pDrawUndo->CanRepeat(rTarget); in CanRepeat()
/AOO41X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx50 B2DPolygon& rTarget, // target polygon in ImpSubDivAngle() argument
104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
111 rTarget.append(rfPB); in ImpSubDivAngle()
120 B2DPolygon& rTarget, // target polygon in ImpSubDivAngleStart() argument
235 rTarget.append(aS3C); in ImpSubDivAngleStart()
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
245 rTarget.append(rfPB); in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
256 rTarget.append(rfPB); in ImpSubDivAngleStart()
[all …]
/AOO41X/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx185 void OverlayManager::impApplyRemoveActions(OverlayObject& rTarget) in impApplyRemoveActions() argument
188 if(rTarget.allowsAnimation()) in impApplyRemoveActions()
191 RemoveEvent(&rTarget); in impApplyRemoveActions()
195 invalidateRange(rTarget.getBaseRange()); in impApplyRemoveActions()
198 rTarget.mpOverlayManager = 0; in impApplyRemoveActions()
201 void OverlayManager::impApplyAddActions(OverlayObject& rTarget) in impApplyAddActions() argument
204 rTarget.mpOverlayManager = this; in impApplyAddActions()
207 invalidateRange(rTarget.getBaseRange()); in impApplyAddActions()
210 if(rTarget.allowsAnimation()) in impApplyAddActions()
216 rTarget.Trigger(GetTime()); in impApplyAddActions()
[all …]
/AOO41X/main/svgio/source/svgreader/
H A Dsvgtextnode.cxx100 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in addTextPrimitives() argument
110 pAttributes->add_text(rTarget, rSource); in addTextPrimitives()
116 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, rSource); in addTextPrimitives()
121 …nst SvgNode& rCandidate, drawinglayer::primitive2d::Primitive2DSequence& rTarget, SvgTextPosition&… in DecomposeChild() argument
129 rSvgCharacterNode.decomposeText(rTarget, rSvgTextPosition); in DecomposeChild()
162 addTextPrimitives(rCandidate, rTarget, aNewTarget); in DecomposeChild()
189 addTextPrimitives(rCandidate, rTarget, aNewTarget); in DecomposeChild()
218 addTextPrimitives(rCandidate, rTarget, aNewTarget); in DecomposeChild()
233 …void SvgTextNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool /… in decomposeSvgNode() argument
267 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
H A Dsvgmasknode.cxx175 …void SvgMaskNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool b… in decomposeSvgNode() argument
196 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aNewTarget); in decomposeSvgNode()
201 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in apply() argument
204 if(rTarget.hasElements() && Display_none != getDisplay()) in apply()
216 rTarget, in apply()
293 rTarget, in apply()
310 rTarget = drawinglayer::primitive2d::Primitive2DSequence(&xNewContent, 1); in apply()
315 rTarget.realloc(0); in apply()
322 rTarget.realloc(0); in apply()
H A Dsvgstyleattributes.cxx231 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in add_text() argument
289 add_fill(aMergedArea, rTarget, aMergedArea.getB2DRange()); in add_text()
294 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, rSource); in add_text()
301 add_stroke(aMergedArea, rTarget, aMergedArea.getB2DRange()); in add_text()
308 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in add_fillGradient() argument
368 rTarget, in add_fillGradient()
430 rTarget, in add_fillGradient()
446 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in add_fillPatternTransform() argument
466 rTarget, in add_fillPatternTransform()
475 add_fillPattern(rPath, rTarget, rFillPattern, rGeoRange); in add_fillPatternTransform()
[all …]
H A Dsvgtools.cxx55 …basegfx::B2DHomMatrix SvgAspectRatio::createLinearMapping(const basegfx::B2DRange& rTarget, const … in createLinearMapping() argument
66 (bNoSWidth ? 1.0 : 1.0 / fSWidth) * rTarget.getWidth(), in createLinearMapping()
67 (bNoSHeight ? 1.0 : 1.0 / fSHeight) * rTarget.getHeight()); in createLinearMapping()
70 aRetval.translate(rTarget.getMinX(), rTarget.getMinY()); in createLinearMapping()
75 …basegfx::B2DHomMatrix SvgAspectRatio::createMapping(const basegfx::B2DRange& rTarget, const basegf… in createMapping() argument
80 return createLinearMapping(rTarget, rSource); in createMapping()
89 const double fScaleX((bNoSWidth ? 1.0 : 1.0 / fSWidth) * rTarget.getWidth()); in createMapping()
90 const double fScaleY((bNoSHeight ? 1.0 : 1.0 / fSHeight) * rTarget.getHeight()); in createMapping()
108 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
117 const double fFreeSpace(rTarget.getWidth() - fNewWidth); in createMapping()
[all …]
/AOO41X/main/svx/source/dialog/
H A Dcontwnd.cxx318 OutputDevice& rTarget = pPaintWindow->GetTargetOutputDevice(); in Paint() local
324 rTarget.SetLineColor( Color( COL_BLACK ) ); in Paint()
325 rTarget.SetFillColor( Color( COL_WHITE ) ); in Paint()
327 rTarget.DrawRect( Rectangle( Point(), GetGraphicSize() ) ); in Paint()
329 rTarget.SetLineColor( rOldLineColor ); in Paint()
330 rTarget.SetFillColor( rOldFillColor ); in Paint()
333 rGraphic.Draw( &rTarget, Point(), GetGraphicSize() ); in Paint()
343 rTarget.SetFillColor( COL_LIGHTRED ); in Paint()
344 rTarget.DrawTransparent( _aPolyPoly, 50 ); in Paint()
345 rTarget.SetFillColor( aOldFillColor ); in Paint()
/AOO41X/main/svx/source/svdraw/
H A Dsvddrgm1.hxx85 virtual void applyCurrentTransformationToSdrObject(SdrObject& rTarget);
114 virtual void applyCurrentTransformationToSdrObject(SdrObject& rTarget);
141 virtual void applyCurrentTransformationToSdrObject(SdrObject& rTarget);
201 void _MovAllPoints(basegfx::B2DPolyPolygon& rTarget);
218 virtual void applyCurrentTransformationToSdrObject(SdrObject& rTarget);
219 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
236 void _MovAllPoints(basegfx::B2DPolyPolygon& rTarget);
252 virtual void applyCurrentTransformationToSdrObject(SdrObject& rTarget);
253 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
H A Dsvddrgmt.cxx613 void SdrDragMethod::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
622 bool bPolyUsed(rTarget.TRGetBaseGeometry(aObjectTransform, aObjectPolyPolygon)); in applyCurrentTransformationToSdrObject()
656 rTarget.TRSetBaseGeometry(getCurrentTransformation() * aObjectTransform, aObjectPolyPolygon); in applyCurrentTransformationToSdrObject()
659 void SdrDragMethod::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon() argument
662 rTarget.transform(getCurrentTransformation()); in applyCurrentTransformationToPolyPolygon()
1539 void SdrDragMove::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
1541 rTarget.Move(Size(DragStat().GetDX(), DragStat().GetDY())); in applyCurrentTransformationToSdrObject()
2096 void SdrDragResize::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
2098 rTarget.Resize(DragStat().Ref1(),aXFact,aYFact); in applyCurrentTransformationToSdrObject()
2137 void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
[all …]
/AOO41X/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.cxx69 void BitmapCanvasHelper::setTarget( const IBitmapSharedPtr& rTarget ) in setTarget() argument
71 ENSURE_OR_THROW( rTarget, in setTarget()
76 mpTarget = rTarget; in setTarget()
77 CanvasHelper::setTarget(rTarget); in setTarget()
80 void BitmapCanvasHelper::setTarget( const IBitmapSharedPtr& rTarget, in setTarget() argument
83 ENSURE_OR_THROW( rTarget, in setTarget()
88 mpTarget = rTarget; in setTarget()
89 CanvasHelper::setTarget(rTarget,rOutputOffset); in setTarget()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx608 TargetHolder& rTarget, in createPointArrayPrimitive() argument
616 rTarget.append( in createPointArrayPrimitive()
630 rTarget.append( in createPointArrayPrimitive()
641 TargetHolder& rTarget, in createHairlinePrimitive() argument
648 rTarget.append( in createHairlinePrimitive()
658 TargetHolder& rTarget, in createFillPrimitive() argument
665 rTarget.append( in createFillPrimitive()
676 TargetHolder& rTarget, in createLinePrimitive() argument
718 rTarget.append( in createLinePrimitive()
726 rTarget.append( in createLinePrimitive()
[all …]
/AOO41X/main/oox/source/ppt/
H A Danimationspersist.cxx43 …void ShapeTargetElement::convert( ::com::sun::star::uno::Any & rTarget, sal_Int16 & rSubType ) con… in convert() argument
57 rTarget >>= xShape; in convert()
76 rTarget = makeAny( aParaTarget ); in convert()
105 Any rTarget; in convert() local
114 rTarget <<= xShape; in convert()
115 maShapeTarget.convert(rTarget, nSubType); in convert()
116 aTarget = rTarget; in convert()
/AOO41X/main/tools/source/fsys/
H A Dfilecopy.cxx82 FileCopier::FileCopier( const DirEntry& rSource, const DirEntry& rTarget ) : in FileCopier() argument
85 aTarget ( rTarget ), in FileCopier()
234 const DirEntry &rSource, const DirEntry &rTarget ) in DoCopy_Impl() argument
241 FSysPathStyle eTargetStyle = DirEntry::GetPathStyle( rTarget.ImpGetTopPtr()->GetName() ); in DoCopy_Impl()
248 aTgt = rTarget.GetPath(); in DoCopy_Impl()
249 aTgt.MakeShortName( rTarget.GetName() ); in DoCopy_Impl()
252 aTgt = rTarget; in DoCopy_Impl()
255 …( bMakeShortNames && FSYS_ACTION_MOVE == ( pImp->nActions & FSYS_ACTION_MOVE ) && aTgt != rTarget ) in DoCopy_Impl()
277 … strcpy(szTarget, ByteString(rTarget.GetFull(), osl_getThreadTextEncoding()).GetBuffer()); in DoCopy_Impl()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx229 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
234 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
239 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
244 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
248 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
257 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
266 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
270 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
273 drawinglayer::primitive2d::Primitive2DSequence& rTarget,

123456789