/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 547 XShapesEntry& rTop = maShapesStack.top(); in importBackgroundShape() local 551 rTop.mxShapes, in importBackgroundShape() 566 XShapesEntry& rTop = maShapesStack.top(); in importShape() local 567 if( rTop.mnPos < rTop.mnCount ) in importShape() 570 rTop.mxShapes->getByIndex( rTop.mnPos ), uno::UNO_QUERY ); in importShape() 571 ++rTop.mnPos; in importShape() 605 if( rTop.mpGroupShape ) // in group particle mode? in importShape() 608 rTop.mpGroupShape /* container shape */, in importShape() 619 if( rTop.mnPos >= rTop.mnCount ) in importShape()
|
/aoo4110/main/sax/source/tools/ |
H A D | fastserializer.cxx | 376 …void FastSaxSerializer::ForMerge::merge( Int8Sequence &rTop, const Int8Sequence &rMerge, bool bApp… in merge() argument 381 sal_Int32 nTopLen = rTop.getLength(); in merge() 383 rTop.realloc( nTopLen + nMergeLen ); in merge() 387 memcpy( rTop.getArray() + nTopLen, rMerge.getConstArray(), nMergeLen ); in merge() 392 memmove( rTop.getArray() + nMergeLen, rTop.getConstArray(), nTopLen ); in merge() 393 memcpy( rTop.getArray(), rMerge.getConstArray(), nMergeLen ); in merge()
|
H A D | fastserializer.hxx | 139 static void merge( Int8Sequence &rTop, const Int8Sequence &rMerge, bool bAppend );
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 1019 ImpRCStack& rTop = aStack[nCurStack]; in decStack() local 1020 if( (rTop.Flags & RC_FALLBACK_DOWN) ) in decStack() 1392 const ImpRCStack& rTop = aStack[nCurStack]; in GetRemainSize() local 1393 return (sal_uInt32)((long)(sal_uInt8 *)rTop.pResource + in GetRemainSize() 1394 rTop.pResource->GetLocalOff() - in GetRemainSize() 1395 (long)(sal_uInt8 *)rTop.pClassRes); in GetRemainSize() 1750 const ImpRCStack& rTop = aStack[nCurStack]; in ReadStringWithoutHook() local 1751 if( (rTop.Flags & RC_NOTFOUND) ) in ReadStringWithoutHook() 1780 const ImpRCStack& rTop = aStack[nCurStack]; in ReadByteString() local 1781 if( (rTop.Flags & RC_NOTFOUND) ) in ReadByteString()
|
/aoo4110/main/rsc/source/parser/ |
H A D | rscyacc.cxx | 232 RSCINST GetFirstTupelEle( const RSCINST & rTop ) in GetFirstTupelEle() argument 237 aErr = rTop.pClass->GetElement( rTop, RscId(), NULL, RSCINST(), &aInst ); in GetFirstTupelEle()
|
/aoo4110/main/sc/source/core/data/ |
H A D | markarr.cxx | 384 sal_Bool ScMarkArrayIter::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument 396 rTop = 0; in Next() 398 rTop = pArray->pData[nPos-1].nRow + 1; in Next()
|
/aoo4110/main/sc/inc/ |
H A D | attarray.hxx | 211 inline const ScPatternAttr* Next( SCROW& rTop, SCROW& rBottom ); 227 inline const ScPatternAttr* ScAttrIterator::Next( SCROW& rTop, SCROW& rBottom ) in Next() argument 232 rTop = nRow; in Next()
|
H A D | markarr.hxx | 77 sal_Bool Next( SCROW& rTop, SCROW& rBottom );
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 1850 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds() argument 1859 long nTopPos = rTop.Y(); in lcl_VertLineEnds() 1862 long nTopLeft = rTop.X() + nXOffs; in lcl_VertLineEnds() 1878 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds() 1901 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine() argument 1908 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine() 1911 aScaled.ScaleSelf( 1.0 / cos( svx::frame::GetVerDiagAngle( rTop, rBottom ) ) ); in lcl_VertLine() 1917 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine() 1921 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output.cxx | 1312 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds() argument 1321 long nTopPos = rTop.Y(); in lcl_VertLineEnds() 1324 long nTopLeft = rTop.X() + nXOffs; in lcl_VertLineEnds() 1340 aTriangle[2] = Point( rTop.X(), nTopPos - (nLineW - 1) / 2 ); in lcl_VertLineEnds() 1363 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine() argument 1370 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine() 1373 aScaled.ScaleSelf( 1.0 / cos( svx::frame::GetVerDiagAngle( rTop, rBottom ) ) ); in lcl_VertLine() 1379 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine() 1383 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
|
H A D | viewdata.cxx | 1904 SCsCOL nPosX, SCsROW nPosY, sal_Bool& rLeft, sal_Bool& rTop ) in GetMouseQuadrant() argument 1914 rTop = rClickPos.Y() - aCellStart.Y() <= nSizeY / 2; in GetMouseQuadrant()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 126 void SwTxtFormatter::CalcUnclipped( SwTwips& rTop, SwTwips& rBottom ) in CalcUnclipped() argument 134 pCurr->MaxAscentDescent( rTop, rBottom, nFlyAsc, nFlyDesc ); in CalcUnclipped() 135 rTop = Y() + GetCurr()->GetAscent(); in CalcUnclipped() 136 rBottom = rTop + nFlyDesc; in CalcUnclipped() 137 rTop -= nFlyAsc; in CalcUnclipped()
|
H A D | itrform2.hxx | 131 void CalcUnclipped( SwTwips& rTop, SwTwips& rBottom );
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 335 uno::Any SAL_CALL ScVbaGraphicObjectsBase::Add( const uno::Any& rLeft, const uno::Any& rTop, const … in Add() argument 340 awt::Point aPos( lclPointsToHmm( rLeft ), lclPointsToHmm( rTop ) ); in Add()
|
H A D | vbasheetobjects.hxx | 87 const css::uno::Any& rTop,
|
/aoo4110/main/vcl/source/window/ |
H A D | splitwin.cxx | 129 long& rLeft, long& rTop, in DECLARE_LIST() 135 rTop = 2; in DECLARE_LIST() 144 rTop = 2; in DECLARE_LIST() 151 rTop = 2; in DECLARE_LIST() 158 rTop = 0; in DECLARE_LIST() 165 rTop = 2; in DECLARE_LIST()
|
H A D | toolbox.cxx | 262 void ToolBox::ImplCalcBorder( WindowAlign eAlign, long& rLeft, long& rTop, in ImplCalcBorder() argument 268 rLeft = rTop = rRight = rBottom = 0; in ImplCalcBorder() 283 rTop = borderwidth; in ImplCalcBorder() 290 rTop = borderwidth+dragwidth; in ImplCalcBorder() 297 rTop = 0; in ImplCalcBorder() 304 rTop = borderwidth+dragwidth; in ImplCalcBorder()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 622 SfxFrame& rTop = pFrame->GetTopFrame(); in PrepareClose() local 623 SfxViewFrame::SetViewFrame( rTop.GetCurrentViewFrame() ); in PrepareClose()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 357 SCsCOL nPosX, SCsROW nPosY, sal_Bool& rLeft, sal_Bool& rTop );
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 310 static SAL_DLLPRIVATE void ImplCalcBorder( WindowAlign eAlign, long& rLeft, long& rTop,
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 974 --qRect.rTop(); in tabWidget()
|