Home
last modified time | relevance | path

Searched refs:rTop (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx430 XShapesEntry& rTop = maShapesStack.top(); in importBackgroundShape() local
434 rTop.mxShapes, in importBackgroundShape()
449 XShapesEntry& rTop = maShapesStack.top(); in importShape() local
450 if( rTop.mnPos < rTop.mnCount ) in importShape()
453 rTop.mxShapes->getByIndex( rTop.mnPos ), uno::UNO_QUERY ); in importShape()
454 ++rTop.mnPos; in importShape()
486 if( rTop.mpGroupShape ) // in group particle mode? in importShape()
489 rTop.mpGroupShape /* container shape */, in importShape()
500 if( rTop.mnPos >= rTop.mnCount ) in importShape()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_LeftRuler.cpp1352 rTop.set(xLeft - fs, yStart - hs, fs, fs- pG->tlu(1)); in _getMarginMarkerRects()
1371 UT_Rect rTop, rBottom; in _drawMarginProperties() local
1373 _getMarginMarkerRects(pInfo,rTop,rBottom); in _drawMarginProperties()
1378 painter.fillRect(GR_Graphics::CLR3D_Background, rTop); in _drawMarginProperties()
1380 painter.fillRect(GR_Graphics::CLR3D_BevelDown, rTop); in _drawMarginProperties()
1384 painter.drawLine( rTop.left, rTop.top, rTop.left + rTop.width, rTop.top); in _drawMarginProperties()
1385 …painter.drawLine( rTop.left + rTop.width, rTop.top, rTop.left + rTop.width, rTop.top + rTop.heigh… in _drawMarginProperties()
1386 …painter.drawLine( rTop.left + rTop.width, rTop.top + rTop.height, rTop.left, rTop.top + rTop.heig… in _drawMarginProperties()
1387 painter.drawLine( rTop.left, rTop.top + rTop.height, rTop.left, rTop.top); in _drawMarginProperties()
1391 …painter.drawLine( rTop.left + onePX, rTop.top + onePX, rTop.left + rTop.width - onePX, rTop.top +… in _drawMarginProperties()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx421 XShapesEntry& rTop = maShapesStack.top(); in importBackgroundShape() local
425 rTop.mxShapes, in importBackgroundShape()
440 XShapesEntry& rTop = maShapesStack.top(); in importShape() local
441 if( rTop.mnPos < rTop.mnCount ) in importShape()
444 rTop.mxShapes->getByIndex( rTop.mnPos ), uno::UNO_QUERY ); in importShape()
445 ++rTop.mnPos; in importShape()
477 if( rTop.mpGroupShape ) // in group particle mode? in importShape()
480 rTop.mpGroupShape /* container shape */, in importShape()
491 if( rTop.mnPos >= rTop.mnCount ) in importShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dattarray.hxx238 inline const ScPatternAttr* Next( SCROW& rTop, SCROW& rBottom );
239 inline const ScPatternAttr* Resync( SCROW nRow, SCROW& rTop, SCROW& rBottom );
260 inline const ScPatternAttr* ScAttrIterator::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
270 rTop = nRow; in Next()
280 rTop = nRow; in Next()
291 inline const ScPatternAttr* ScAttrIterator::Resync( SCROW nRowP, SCROW& rTop, SCROW& rBottom ) in Resync() argument
297 return Next( rTop, rBottom ); in Resync()
313 return Next( rTop, rBottom); in Resync()
H A Dmarkarr.hxx87 bool Next( SCROW& rTop, SCROW& rBottom );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dattarray.hxx239 inline const ScPatternAttr* Next( SCROW& rTop, SCROW& rBottom );
240 inline const ScPatternAttr* Resync( SCROW nRow, SCROW& rTop, SCROW& rBottom );
261 inline const ScPatternAttr* ScAttrIterator::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
271 rTop = nRow; in Next()
281 rTop = nRow; in Next()
292 inline const ScPatternAttr* ScAttrIterator::Resync( SCROW nRowP, SCROW& rTop, SCROW& rBottom ) in Resync() argument
298 return Next( rTop, rBottom ); in Resync()
314 return Next( rTop, rBottom); in Resync()
H A Dmarkarr.hxx87 bool Next( SCROW& rTop, SCROW& rBottom );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DShape.cpp451 float rTop = cosf(lTop)*radius; in drawHalfSphere() local
477 Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
488 Vertex3f(rTop,0.0f,zTop+zOffset); in drawHalfSphere()
509 Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
526 rBase=rTop; in drawHalfSphere()
599 Vertex3f(c*rTop,s*rTop,zTop); in apply()
612 Vertex3f(rTop,0.0f,zTop); in apply()
618 rBase=rTop; in apply()
661 Vertex3f(c*rTop,s*rTop,zTop); in apply()
671 Vertex3f(rTop,0.0f,zTop); in apply()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osggpucull/
H A DShapeToGeometry.cpp273 float rTop = cosf(lTop)*radius; in drawHalfSphere() local
300 gl.Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
313 gl.Vertex3f(rTop,0.0f,zTop+zOffset); in drawHalfSphere()
337 gl.Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
356 rBase=rTop; in drawHalfSphere()
432 gl.Vertex3f(c*rTop,s*rTop,zTop); in apply()
447 gl.Vertex3f(rTop,0.0f,zTop); in apply()
453 rBase=rTop; in apply()
497 gl.Vertex3f(c*rTop,s*rTop,zTop); in apply()
510 gl.Vertex3f(rTop,0.0f,zTop); in apply()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DShapeDrawable.cpp214 gl.Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
251 gl.Vertex3f(c*rTop,s*rTop,zTop+zOffset); in drawHalfSphere()
270 rBase=rTop; in drawHalfSphere()
348 gl.Vertex3f(c*rTop,s*rTop,zTop); in apply()
369 rBase=rTop; in apply()
413 gl.Vertex3f(c*rTop,s*rTop,zTop); in apply()
437 rBase=rTop; in apply()
1433 _functor.vertex(osg::Vec3(c*rTop,s*rTop,zTop+zOffset) * matrix); in createHalfSphere()
1446 rBase=rTop; in createHalfSphere()
1506 _functor.vertex(tx+c*rTop,ty+s*rTop,tz+zTop); in apply()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dsharedformula.cxx50 ScFormulaCell& rTop = **it; in splitFormulaCellGroup() local
51 if (!rTop.IsShared()) in splitFormulaCellGroup()
55 if (nRow == rTop.GetSharedTopRow()) in splitFormulaCellGroup()
59 ScFormulaCellGroupRef xGroup = rTop.GetCellGroup(); in splitFormulaCellGroup()
67 xGroup2->mpTopCell = &rTop; in splitFormulaCellGroup()
92 rTop.SetNeedsListening(true); in splitFormulaCellGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dsharedformula.cxx50 ScFormulaCell& rTop = **it; in splitFormulaCellGroup() local
51 if (!rTop.IsShared()) in splitFormulaCellGroup()
55 if (nRow == rTop.GetSharedTopRow()) in splitFormulaCellGroup()
59 ScFormulaCellGroupRef xGroup = rTop.GetCellGroup(); in splitFormulaCellGroup()
67 xGroup2->mpTopCell = &rTop; in splitFormulaCellGroup()
92 rTop.SetNeedsListening(true); in splitFormulaCellGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sax/source/tools/
H A Dfastserializer.cxx733 …void FastSaxSerializer::ForMerge::merge( Int8Sequence &rTop, const Int8Sequence &rMerge, bool bApp… in merge() argument
739 sal_Int32 nTopLen = rTop.getLength(); in merge()
741 rTop.realloc( nTopLen + nMergeLen ); in merge()
745 memcpy( rTop.getArray() + nTopLen, rMerge.getConstArray(), nMergeLen ); in merge()
750 memmove( rTop.getArray() + nMergeLen, rTop.getConstArray(), nTopLen ); in merge()
751 memcpy( rTop.getArray(), rMerge.getConstArray(), nMergeLen ); in merge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/tools/
H A Dfastserializer.cxx726 …void FastSaxSerializer::ForMerge::merge( Int8Sequence &rTop, const Int8Sequence &rMerge, bool bApp… in merge() argument
731 sal_Int32 nTopLen = rTop.getLength(); in merge()
733 rTop.realloc( nTopLen + nMergeLen ); in merge()
737 memcpy( rTop.getArray() + nTopLen, rMerge.getConstArray(), nMergeLen ); in merge()
742 memmove( rTop.getArray() + nMergeLen, rTop.getConstArray(), nTopLen ); in merge()
743 memcpy( rTop.getArray(), rMerge.getConstArray(), nMergeLen ); in merge()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_CocoaLeftRuler.cpp136 UT_Rect rTop;
139 _getMarginMarkerRects(pInfo, rTop, rBottom);
162 UT_sint32 l = rTop.left;
163 UT_sint32 t = rTop.top;
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c507 rTop.p.X = (double)reg->topLoc.X; in dmtxRegionUpdateXfrms()
510 rTop.v.X = cos(radians); in dmtxRegionUpdateXfrms()
511 rTop.v.Y = sin(radians); in dmtxRegionUpdateXfrms()
512 rTop.tMin = 0.0; in dmtxRegionUpdateXfrms()
513 rTop.tMax = dmtxVector2Norm(&rTop.v); in dmtxRegionUpdateXfrms()
516 rTop.p.X = (double)reg->locT.X; in dmtxRegionUpdateXfrms()
517 rTop.p.Y = (double)reg->locT.Y; in dmtxRegionUpdateXfrms()
519 rTop.v.X = cos(radians); in dmtxRegionUpdateXfrms()
520 rTop.v.Y = sin(radians); in dmtxRegionUpdateXfrms()
521 rTop.tMin = 0.0; in dmtxRegionUpdateXfrms()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Dvisualize.c419 DmtxRay2 rBtm, rTop, rLft, rRgt; in IntersectBox() local
443 rBtm.p.X = rTop.p.X = rLft.p.X = xMin; in IntersectBox()
447 rTop.p.Y = yMax; in IntersectBox()
449 rBtm.v = rTop.v = unitX; in IntersectBox()
455 if(RayIntersect(&tTmp, rTop, ray) == DmtxPass && tTmp >= 0.0 && tTmp < extent) in IntersectBox()
456 dmtxPointAlongRay2(&(p[tCount++]), &rTop, tTmp); in IntersectBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dmarkarr.cxx449 bool ScMarkArrayIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
463 rTop = 0; in Next()
465 rTop = pArray->mvData[nPos-1].nRow + 1; in Next()
H A Dmarkmulti.cxx452 bool ScMultiSelIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
465 rTop = aRowRange.mnRow1; in Next()
472 return aMarkArrayIter.Next( rTop, rBottom); in Next()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dmarkarr.cxx533 bool ScMarkArrayIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
547 rTop = 0; in Next()
549 rTop = pArray->pData[nPos-1].nRow + 1; in Next()
H A Dmarkmulti.cxx457 bool ScMultiSelIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument
470 rTop = aRowRange.mnRow1; in Next()
477 return aMarkArrayIter.Next( rTop, rBottom); in Next()
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqrect.h69 QCOORD &rTop();
199 inline QCOORD & QRect::rTop() in rTop() function
/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dfrect.h67 qreal &rTop();
190 inline qreal & FRect::rTop() in rTop() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbasheetobjects.hxx82 const css::uno::Any& rTop,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbasheetobjects.hxx83 const css::uno::Any& rTop,

12345678910>>...12