Home
last modified time | relevance | path

Searched refs:aTmpRec (Results 1 – 7 of 7) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx405 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 Dimpedit.cxx243 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 Dimpedit2.cxx776 Rectangle aTmpRec( pView->GetOutputArea().TopLeft(), in SetText() local
778 aTmpRec.Intersection( pView->GetOutputArea() ); in SetText()
779 pView->GetWindow()->Invalidate( aTmpRec ); in SetText()
H A Dimpedit3.cxx3796 Rectangle aTmpRec( Point( 0, 0 ), aClipRec.GetSize() ); in Paint() local
3815 Paint( pVDev, aTmpRec, aStartPos ); in Paint()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5301 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/svtools/source/edit/
H A Dtextview.cxx393 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()
462aTmpRec = 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/sw/source/filter/ww8/
H A Dww8par.cxx702 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 151 milliseconds