Home
last modified time | relevance | path

Searched refs:getOffset (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx205 const bool bCreateStartFill(rStart.getOffset() > 0.0); in createRun()
213 fPos = rStart.getOffset(); in createRun()
222 fPos = rCandidateB.getOffset(); in createRun()
227 const bool bCreateEndFill(rEnd.getOffset() < 1.0); in createRun()
358 if(rFrom.getOffset() == rTo.getOffset()) in createAtom()
367 rTo.getColor(), rTo.getOffset() + nOffset)); in createAtom()
378 aColorFrom, rFrom.getOffset() + nOffset, in createAtom()
379 aColorTo, rTo.getOffset() + nOffset)); in createAtom()
642 if(rFrom.getOffset() == rTo.getOffset()) in createAtom()
649 const double fScaleTo(rTo.getOffset() + nOffset); in createAtom()
[all …]
H A Dtextlineprimitive2d.cxx52 double fOffset(getOffset()); in create2DDecomposition()
289 && getOffset() == rCompare.getOffset() in operator ==()
H A Dtextstrikeoutprimitive2d.cxx168 double fStrikeoutOffset(getOffset()); in create2DDecomposition()
268 && getOffset() == rCompare.getOffset() in operator ==()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx83 const basegfx::B2DVector& getOffset() const { return maOffset; } in getOffset() function in drawinglayer::attribute::ImpSdrFillGraphicAttribute
95 && getOffset() == rCandidate.getOffset() in operator ==()
231 const basegfx::B2DVector& SdrFillGraphicAttribute::getOffset() const in getOffset() function in drawinglayer::attribute::SdrFillGraphicAttribute
233 return mpSdrFillGraphicAttribute->getOffset(); in getOffset()
355 const double fOffsetX(basegfx::clamp(getOffset().getX() * 0.01, 0.0, 1.0)); in createFillGraphicAttribute()
356 const double fOffsetY(basegfx::clamp(getOffset().getY() * 0.01, 0.0, 1.0)); in createFillGraphicAttribute()
H A Dsdrshadowattribute.cxx58 const basegfx::B2DVector& getOffset() const { return maOffset; } in getOffset() function in drawinglayer::attribute::ImpSdrShadowAttribute
64 return (getOffset() == rCandidate.getOffset() in operator ==()
161 const basegfx::B2DVector& SdrShadowAttribute::getOffset() const in getOffset() function in drawinglayer::attribute::SdrShadowAttribute
163 return mpSdrShadowAttribute->getOffset(); in getOffset()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx56 double getOffset() const { return mfOffset; } in getOffset() function in drawinglayer::primitive2d::SvgGradientEntry
62 return (getOffset() == rCompare.getOffset() in operator ==()
69 return getOffset() < rCompare.getOffset(); in operator <()
H A Dtextlineprimitive2d.hxx69 double getOffset() const { return mfOffset; } in getOffset() function in drawinglayer::primitive2d::TextLinePrimitive2D
H A Dtextstrikeoutprimitive2d.hxx139 double getOffset() const { return mfOffset; } in getOffset() function in drawinglayer::primitive2d::TextGeometryStrikeoutPrimitive2D
/trunk/main/vos/source/
H A Dstream.cxx107 IPositionableStream::Offset OStream::getOffset() const in getOffset() function in OStream
109 return (m_rStream.getOffset()); in getOffset()
/trunk/main/vos/inc/vos/
H A Dstream.hxx63 virtual Offset SAL_CALL getOffset() const = 0;
160 virtual IPositionableStream::Offset SAL_CALL getOffset() const;
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrdecompositiontools3d.cxx295 aShadowOffset.set(0, 2, rShadow.getOffset().getX()); in createShadowPrimitive3D()
296 aShadowOffset.set(1, 2, rShadow.getOffset().getY()); in createShadowPrimitive3D()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx481 aShadowOffset.set(0, 2, rShadow.getOffset().getX()); in createEmbeddedShadowPrimitive()
482 aShadowOffset.set(1, 2, rShadow.getOffset().getY()); in createEmbeddedShadowPrimitive()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx138 sal_uInt32 BitStream::getOffset() const in getOffset() function in BitStream
469 maGlyphOffsets.push_back( _uInt16( maGlyphData.getOffset() ) ); in getGlyph()
H A Dswfwriter.hxx145 sal_uInt32 getOffset() const;
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvggradientstopnode.hxx54 const SvgNumber getOffset() const { return maOffset; } in getOffset() function in svgio::svgreader::SvgGradientStopNode
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrshadowattribute.hxx67 const basegfx::B2DVector& getOffset() const;
H A Dsdrfillgraphicattribute.hxx82 const basegfx::B2DVector& getOffset() const;
/trunk/main/framework/inc/uielement/
H A Dstatusbaritem.hxx56 virtual ::sal_Int32 SAL_CALL getOffset() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/chart2/
H A DXLabeled.idl81 sequence< double > getOffset();
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx232 { return &((mSequence.getSequence())[nIndex + mSequence.getOffset()]); } in get()
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx148 sal_Int32 nOffset = m_xStatusbarItem->getOffset( ); in paint()
H A Dstatusbaritem.cxx130 ::sal_Int32 SAL_CALL StatusbarItem::getOffset() in getOffset() function in framework::StatusbarItem
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx111 sal_uInt32 getOffset() const { return mnOffset; } in getOffset() function in writerfilter::SubSequence
/trunk/main/svgio/source/svgreader/
H A Dsvggradientnode.cxx283 const SvgNumber aOffset(pCandidate->getOffset()); in collectGradientEntries()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorer.java386 int offset = textSelection.getOffset(); in doInsertCode()

Completed in 116 milliseconds

12