/trunk/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 601 if ( pRegion ) in GetFileName() 642 if ( pRegion ) in GetPath() 679 if ( pRegion ) in GetTemplatePath() 737 if ( pRegion ) in GetDefaultTemplatePath() 869 if ( !pRegion ) in NewTemplate() 1350 if ( !pRegion ) in Delete() 1412 if ( pRegion ) in InsertDir() 1578 if ( pRegion ) in CreateObjectShell() 1623 if ( pRegion ) in DeleteObjectShell() 1831 if ( pRegion ) in HasUserContents() [all …]
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 249 if ( pRegion ) in ImplEndAction() 256 pRegion->Invert(); in ImplEndAction() 261 while ( pRegion->Count() ) in ImplEndAction() 263 SwRect aRect( (*pRegion)[ pRegion->Count() - 1 ] ); in ImplEndAction() 264 pRegion->Remove( pRegion->Count() - 1 ); in ImplEndAction() 376 delete pRegion; in ImplEndAction() 1818 pRegion = 0; in CheckInvalidForPaint() 1822 if ( pRegion ) in CheckInvalidForPaint() 1825 pRegion->Invert(); in CheckInvalidForPaint() 1826 pRegion->Compress(); in CheckInvalidForPaint() [all …]
|
H A D | viewimp.cxx | 116 pRegion( 0 ), in SwViewImp() 167 DELETEZ(pRegion); in DelRegion() 181 if ( !pRegion ) in AddPaintRect() 182 pRegion = new SwRegionRects( pSh->VisArea() ); in AddPaintRect() 183 (*pRegion) -= rRect; in AddPaintRect()
|
/trunk/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 221 SwMoveFn fnMove, const SwPaM * pRegion, in Find() argument 227 SwPaM* pPam = MakeRegion( fnMove, pRegion ); in Find() 573 const SwPaM* pRegion, sal_Bool bInReadOnly ) in Find() argument 578 …sal_Bool bFnd = (sal_Bool)pCrsr->Find( rSearchOpt, bSearchInNotes, aSTxt, fnMove, pRegion, bInRead… in Find() 596 pPrev = pRegion->GetPrev(); in Find() 597 ((Ring*)pRegion)->MoveRingTo( &rCursor ); in Find() 610 Ring *p, *pNext = (Ring*)pRegion; in Find() 614 p->MoveTo( (Ring*)pRegion ); in Find()
|
H A D | findattr.cxx | 904 const SwPaM *pRegion, sal_Bool bInReadOnly ) in Find() argument 910 SwPaM* pPam = MakeRegion( fnMove, pRegion ); in Find() 991 const SwPaM *pRegion, sal_Bool bInReadOnly, sal_Bool bMoveFirst ) in Find() argument 993 SwPaM* pPam = MakeRegion( fnMove, pRegion ); in Find() 1108 int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find() argument 1122 SwPaM aRegion( *pRegion->GetMark(), *pRegion->GetPoint() ); in Find() 1219 pPrevRing = pRegion->GetPrev(); in Find() 1220 ((Ring*)pRegion)->MoveRingTo( &rCursor ); in Find() 1233 Ring *p, *pNext = (Ring*)pRegion; in Find() 1237 p->MoveTo( (Ring*)pRegion ); in Find()
|
H A D | findfmt.cxx | 33 const SwPaM *pRegion, sal_Bool bInReadOnly ) in Find() argument 37 SwPaM* pPam = MakeRegion( fnMove, pRegion ); in Find()
|
H A D | findcoll.cxx | 53 int SwFindParaFmtColl::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find() argument 60 if( !pCrsr->Find( *pFmtColl, fnMove, pRegion, bInReadOnly ) ) in Find()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.cxx | 147 void ImpEditView::DrawSelection( EditSelection aTmpSel, Region* pRegion, OutputDevice* pTargetDevic… in DrawSelection() argument 161 if ( pRegion ) in DrawSelection() 168 if ( !pRegion ) in DrawSelection() 293 if ( pRegion ) in DrawSelection() 295 *pRegion = Region( *pPolyPoly ); in DrawSelection() 431 Region* pRegion = new Region; in CalcSelectedRegion() local 432 DrawSelection( GetEditSelection(), pRegion ); in CalcSelectedRegion() 433 return pRegion; in CalcSelectedRegion()
|
H A D | impedit.hxx | 312 void DrawSelection( EditSelection, Region* pRegion = NULL, OutputDevice* pTargetDevice = NULL );
|
/trunk/main/sw/source/core/inc/ |
H A D | viewimp.hxx | 82 SwRegionRects *pRegion; //Sammler fuer Paintrects aus der LayAction. member in SwViewImp 199 SwRegionRects *GetRegion() { return pRegion; } in GetRegion()
|
/trunk/main/vcl/source/window/ |
H A D | window.cxx | 2394 else if ( pRegion ) in ImplCallPaint() 2410 if ( pRegion ) in ImplCallPaint() 2613 if ( !pRegion ) in ImplInvalidateFrameRegion() 2690 sal_Bool bInvalidateAll = !pRegion; in ImplInvalidate() 2731 if ( pRegion ) in ImplInvalidate() 2736 Region aRgn( *pRegion ); in ImplInvalidate() 2741 aRegion.Intersect( *pRegion ); in ImplInvalidate() 2835 if ( !pRegion ) in ImplValidateFrameRegion() 2881 sal_Bool bValidateAll = !pRegion; in ImplValidate() 2898 if ( pRegion ) in ImplValidate() [all …]
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 259 int X11SalGraphics::Clip( XLIB_Region pRegion, in Clip() argument 268 XClipBox( pRegion, &aRect ); in Clip()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1044 void OutputDevice::ImplSetClipRegion( const Region* pRegion ) in ImplSetClipRegion() argument 1048 if ( !pRegion ) in ImplSetClipRegion() 1059 maRegion = *pRegion; in ImplSetClipRegion()
|
/trunk/main/vcl/inc/vcl/ |
H A D | window.hxx | 468 … SAL_DLLPRIVATE void ImplCallPaint( const Region* pRegion, sal_uInt16 nPaintFlags ); 471 …SAL_DLLPRIVATE void ImplInvalidateFrameRegion( const Region* pRegion, sal_uInt16 nF…
|
H A D | outdev.hxx | 401 SAL_DLLPRIVATE void ImplSetClipRegion( const Region* pRegion );
|
/trunk/main/vcl/inc/unx/ |
H A D | salgdi.h | 157 int Clip ( XLIB_Region pRegion,
|