Home
last modified time | relevance | path

Searched refs:rTarget (Results 51 – 75 of 216) sorted by relevance

123456789

/aoo41x/main/cui/source/dialogs/
H A Dcuiimapwnd.cxx62 …onst String& rAlternativeText, const String& rDescription, const String& rTarget, const String& rN… in URLDlg() argument
89 if( !rTarget.Len() ) in URLDlg()
92 maCbbTargets.SetText( rTarget ); in URLDlg()
/aoo41x/main/canvas/source/directx/
H A Ddx_canvashelper.cxx130 void CanvasHelper::setTarget( const GraphicsProviderSharedPtr& rTarget ) in setTarget() argument
132 ENSURE_OR_THROW( rTarget, in setTarget()
137 mpGraphicsProvider = rTarget; in setTarget()
140 void CanvasHelper::setTarget( const GraphicsProviderSharedPtr& rTarget, in setTarget() argument
143 ENSURE_OR_THROW( rTarget, in setTarget()
148 mpGraphicsProvider = rTarget; in setTarget()
/aoo41x/main/svgio/source/svgreader/
H A Dsvggnode.cxx100 …void SvgGNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bRef… in decomposeSvgNode() argument
105 SvgNode::decomposeSvgNode(rTarget, bReferenced); in decomposeSvgNode()
125 pStyle->add_postProcess(rTarget, aContent, getTransform()); in decomposeSvgNode()
H A Dsvgcharacternode.cxx513 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in decomposeTextWithStyle() argument
526 … drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(rTarget, xRef); in decomposeTextWithStyle()
542 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aResult); in decomposeTextWithStyle()
578 …acterNode::decomposeText(drawinglayer::primitive2d::Primitive2DSequence& rTarget, SvgTextPosition&… in decomposeText() argument
586 decomposeTextWithStyle(rTarget, rSvgTextPosition, *pSvgStyleAttributes); in decomposeText()
H A Dsvgusenode.cxx149 …void SvgUseNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool /*… in decomposeSvgNode() argument
189 … drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(rTarget, xRef); in decomposeSvgNode()
193 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aNewTarget); in decomposeSvgNode()
H A Dsvgclippathnode.cxx107 …thNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool bReferenced… in decomposeSvgNode() argument
124 … drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(rTarget, xRef); in decomposeSvgNode()
129 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aNewTarget); in decomposeSvgNode()
H A Dsvgimagenode.cxx200 …void SvgImageNode::decomposeSvgNode(drawinglayer::primitive2d::Primitive2DSequence& rTarget, bool … in decomposeSvgNode() argument
305 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aNewTarget); in decomposeSvgNode()
356 pStyle->add_postProcess(rTarget, aNewTarget, getTransform()); in decomposeSvgNode()
/aoo41x/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx128 …void adaptiveSubdivideByAngle(B2DPolygon& rTarget, double fAngleBound, bool bAllowUnsharpen) const;
134 void adaptiveSubdivideByCount(B2DPolygon& rTarget, sal_uInt32 nCount) const;
157 void adaptiveSubdivideByDistance(B2DPolygon& rTarget, double fDistanceBound) const;
/aoo41x/main/svx/inc/svx/
H A Dhlnkitem.hxx63 String& rTarget, String& rIntName,
86 void SetTargetFrame(const String& rTarget) { sTarget = rTarget; } in SetTargetFrame() argument
H A Dsvdotext.hxx575 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
579 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
583 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
587 drawinglayer::primitive2d::Primitive2DSequence& rTarget,
/aoo41x/main/sw/source/ui/shells/
H A Dtextdrw.cxx59 void SwBaseShell::InsertURLButton(const String& rURL, const String& rTarget, const String& rTxt) in InsertURLButton() argument
111 if( rTarget.Len() ) in InsertURLButton()
113 aTmp <<= OUString(rTarget); in InsertURLButton()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshg.cxx55 const String& rTarget, in InsertURLButton() argument
95 if( rTarget.Len() ) in InsertURLButton()
97 aAny <<= rtl::OUString(rTarget); in InsertURLButton()
/aoo41x/main/svtools/inc/svtools/
H A Dimapobj.hxx96 const String& rTarget,
120 void SetTarget( const String& rTarget ) { aTarget = rTarget; } in SetTarget() argument
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx180 virtual void writeAndClear(SvStream& rTarget);
195 rTarget << maBuffer.makeStringAndClear(); in writeAndClear()
214 virtual void writeAndClear(SvStream& rTarget);
255 rTarget << hexArray[aData >> 4]; in writeAndClear()
256 rTarget << hexArray[aData & 0x0f]; in writeAndClear()
262 rTarget << aNewLine; in writeAndClear()
299 void MultiBuffer::writeAndClear(SvStream& rTarget) in writeAndClear() argument
303 maContent[a]->writeAndClear(rTarget); in writeAndClear()
307 rTarget << maBuffer.makeStringAndClear(); in writeAndClear()
683 if( rTarget.Len() ) in StartURL()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx589 std::vector< drawinglayer::primitive2d::BasePrimitive2D* >& rTarget) in impAddPolygonStrokePrimitives()
603 rTarget.push_back(pNew); in impAddPolygonStrokePrimitives()
690 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in impDecomposePathTextPrimitive() argument
815 drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aRetvalA); in impDecomposePathTextPrimitive()
816 drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aRetvalB); in impDecomposePathTextPrimitive()
H A Dsvdotextdecomposition.cxx677 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in impDecomposeContourTextPrimitive() argument
723 rTarget = aConverter.getPrimitive2DSequence(); in impDecomposeContourTextPrimitive()
727 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in impDecomposeBlockTextPrimitive() argument
934 rTarget = aConverter.getPrimitive2DSequence(); in impDecomposeBlockTextPrimitive()
938 drawinglayer::primitive2d::Primitive2DSequence& rTarget, in impDecomposeStretchTextPrimitive() argument
1012 rTarget = aConverter.getPrimitive2DSequence(); in impDecomposeStretchTextPrimitive()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx65 sal_Bool WW8ReadINT32( SvStream& rStrm, sal_Int32& rTarget ) in WW8ReadINT32() argument
67 rStrm >> rTarget; in WW8ReadINT32()
74 rTarget = SVBT32ToUInt32( nData ); in WW8ReadINT32()
80 sal_Bool WW8ReadINT16( SvStream& rStrm, sal_Int16& rTarget ) in WW8ReadINT16() argument
82 rStrm >> rTarget; in WW8ReadINT16()
90 rTarget = SVBT16ToShort( nData ); in WW8ReadINT16()
97 sal_Bool WW8ReadBYTE( SvStream& rStrm, sal_uInt8& rTarget ) in WW8ReadBYTE() argument
99 rStrm >> rTarget; in WW8ReadBYTE()
106 rTarget = SVBT8ToByte( nData ); in WW8ReadBYTE()
113 { return WW8ReadINT32( rStrm, (sal_Int32&) rTarget ); } in WW8ReadUINT32()
[all …]
/aoo41x/main/sd/source/ui/view/
H A Ddrviewse.cxx1517 const String& rTarget, const Point* pPos) in InsertURLField() argument
1539 aURLField.SetTargetFrame(rTarget); in InsertURLField()
1581 const String& rTarget, const Point* pPos) in InsertURLButton() argument
1606 if( rTarget.Len() ) in InsertURLButton()
1607 …opertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetFrame" )), Any( OUString( rTarget ) ) ); in InsertURLButton()
1642 if( rTarget.Len() ) in InsertURLButton()
1643 …opertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetFrame" )), Any( OUString( rTarget ) ) ); in InsertURLButton()
/aoo41x/main/tools/inc/tools/
H A Dfsys.hxx394 const DirEntry &rSource, const DirEntry &rTarget );
404 const DirEntry &rTarget );
417 void SetTarget( const DirEntry &rTarget ) { aTarget = rTarget; } in SetTarget() argument
H A Db3dtrans.hxx231 basegfx::B3DHomMatrix& rTarget,
236 basegfx::B3DHomMatrix& rTarget,
241 basegfx::B3DHomMatrix& rTarget,
/aoo41x/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx170 void getTextureCoor(basegfx::B2DPoint& rTarget) const in getTextureCoor()
174 rTarget.setX(maIntTexture.getX().getVal()); in getTextureCoor()
175 rTarget.setY(maIntTexture.getY().getVal()); in getTextureCoor()
181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()
182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx630 sal_Int8 GalleryBrowser2::AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& ) in AcceptDrop() argument
638 if( rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_DRAWING ) || in AcceptDrop()
639 rTarget.IsDropFormatSupported( SOT_FORMAT_FILE_LIST ) || in AcceptDrop()
640 rTarget.IsDropFormatSupported( FORMAT_FILE ) || in AcceptDrop()
641 rTarget.IsDropFormatSupported( SOT_FORMATSTR_ID_SVXB ) || in AcceptDrop()
642 rTarget.IsDropFormatSupported( FORMAT_GDIMETAFILE ) || in AcceptDrop()
643 rTarget.IsDropFormatSupported( FORMAT_BITMAP ) ) in AcceptDrop()
/aoo41x/main/svtools/source/control/
H A Dscrwin.cxx372 sal_Bool ScrollableWindow::MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy ) in MakeVisible() argument
379 aTarget = rTarget; in MakeVisible()
430 aTarget = rTarget.GetIntersection( aTotRect ); in MakeVisible()
434 if ( aVisArea.IsInside(rTarget) ) in MakeVisible()
/aoo41x/main/svx/source/dialog/
H A Dgraphctl.cxx334 OutputDevice& rTarget = pPaintWindow->GetTargetOutputDevice(); in Paint() local
336 rTarget.SetBackground(GetBackground()); in Paint()
337 rTarget.Erase(); in Paint()
339 aGraphic.Draw(&rTarget, Point(), aGraphSize); in Paint()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx173 const String& rTarget = pHyper->GetTargetFrame(); in ExecuteHLink() local
222 … if( rTarget.Len() && xInfo->hasPropertyByName( sPropTargetFrame ) ) in ExecuteHLink()
224 aAny <<= rtl::OUString(rTarget); in ExecuteHLink()
252 InsertURL( rName, rURL, rTarget, (sal_uInt16) eMode ); in ExecuteHLink()

Completed in 187 milliseconds

123456789