Searched refs:aTmpRec (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svtools/source/edit/ |
H A D | textview.cxx | 393 Rectangle aTmpRec( Point( 0, 0 ), rRect.GetSize() ); in ImpPaint() local 397 ImpPaint( pVDev, aStartPos, &aTmpRec, NULL, pDrawSelection ); in ImpPaint() 457 …Rectangle aTmpRec( mpImpl->mpTextEngine->GetEditCursor( TextPaM( nPara, nStartIndex ), sal_False )… in ImpHighlight() local 458 aTmpRec.Top() += nY; in ImpHighlight() 459 aTmpRec.Bottom() += nY; in ImpHighlight() 460 Point aTopLeft( aTmpRec.TopLeft() ); in ImpHighlight() 462 … aTmpRec = mpImpl->mpTextEngine->GetEditCursor( TextPaM( nPara, nEndIndex ), sal_True ); in ImpHighlight() 463 aTmpRec.Top() += nY; in ImpHighlight() 464 aTmpRec.Bottom() += nY; in ImpHighlight() 465 Point aBottomRight( aTmpRec.BottomRight() ); in ImpHighlight()
|
/trunk/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 405 Rectangle aTmpRec( rRect ); in Docking() local 406 sal_Bool bDock = IsDockingPrevented() ? sal_False : pLayout->IsToBeDocked( this, rPos, aTmpRec ); in Docking() 409 rRect.SetSize( aTmpRec.GetSize() ); in Docking()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.cxx | 243 Rectangle aTmpRec( pEditEngine->pImpEditEngine->GetEditCursor( pTmpPortion, nStartIndex ) ); in DrawSelection() local 244 Point aTopLeft( aTmpRec.TopLeft() ); in DrawSelection() 245 Point aBottomRight( aTmpRec.BottomRight() ); in DrawSelection()
|
H A D | impedit2.cxx | 776 Rectangle aTmpRec( pView->GetOutputArea().TopLeft(), in SetText() local 778 aTmpRec.Intersection( pView->GetOutputArea() ); in SetText() 779 pView->GetWindow()->Invalidate( aTmpRec ); in SetText()
|
H A D | impedit3.cxx | 3796 Rectangle aTmpRec( Point( 0, 0 ), aClipRec.GetSize() ); in Paint() local 3815 Paint( pVDev, aTmpRec, aStartPos ); in Paint()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 5301 SvxMSDffShapeInfo aTmpRec( 0, pImpRec->nShapeId ); in ProcessObj() local 5302 aTmpRec.bSortByShapeId = sal_True; in ProcessObj() 5305 if( pShapeInfos->Seek_Entry( &aTmpRec, &nFound ) ) in ProcessObj() 6453 SvxMSDffShapeInfo aTmpRec(0, nId); in GetShape() local 6454 aTmpRec.bSortByShapeId = sal_True; in GetShape() 6457 if( pShapeInfos->Seek_Entry(&aTmpRec, &nFound) ) in GetShape()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 702 SvxMSDffShapeInfo aTmpRec( 0, pImpRec->nShapeId ); in ProcessObj() local 703 aTmpRec.bSortByShapeId = sal_True; in ProcessObj() 706 if( GetShapeInfos()->Seek_Entry( &aTmpRec, &nFound ) ) in ProcessObj()
|
Completed in 138 milliseconds