| /AOO42X/main/sfx2/source/doc/ |
| H A D | doctempl.cxx | 265 RegionData_Impl* pRegion ); 561 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetName() local 563 if ( pRegion ) in GetName() 564 pEntry = pRegion->GetEntry( nIdx ); in GetName() 599 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetFileName() local 601 if ( pRegion ) in GetFileName() 602 pEntry = pRegion->GetEntry( nIdx ); in GetFileName() 640 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetPath() local 642 if ( pRegion ) in GetPath() 643 pEntry = pRegion->GetEntry( nIdx ); in GetPath() [all …]
|
| /AOO42X/main/sw/source/core/view/ |
| H A D | viewsh.cxx | 237 SwRegionRects *pRegion = Imp()->GetRegion(); in ImplEndAction() local 245 sal_Bool bShowCrsr = pRegion && IsA( TYPE(SwCrsrShell) ); in ImplEndAction() 249 if ( pRegion ) in ImplEndAction() 253 Imp()->pRegion = NULL; in ImplEndAction() 256 pRegion->Invert(); in ImplEndAction() 258 pRegion->Compress(); 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() [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()
|
| /AOO42X/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()
|
| /AOO42X/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 …
|
| /AOO42X/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()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | window.cxx | 2368 void Window::ImplCallPaint( const Region* pRegion, sal_uInt16 nPaintFlags ) in ImplCallPaint() argument 2394 else if ( pRegion ) in ImplCallPaint() 2395 …Invalidate( *pRegion, INVALIDATE_NOCHILDREN | INVALIDATE_NOERASE | INVALIDATE_NOTRANSPARENT | INVA… in ImplCallPaint() 2410 if ( pRegion ) in ImplCallPaint() 2411 mpWindowImpl->maInvalidateRegion.Union( *pRegion ); in ImplCallPaint() 2587 void Window::ImplInvalidateFrameRegion( const Region* pRegion, sal_uInt16 nFlags ) in ImplInvalidateFrameRegion() argument 2613 if ( !pRegion ) in ImplInvalidateFrameRegion() 2619 mpWindowImpl->maInvalidateRegion.Union( *pRegion ); in ImplInvalidateFrameRegion() 2682 void Window::ImplInvalidate( const Region* pRegion, sal_uInt16 nFlags ) in ImplInvalidate() argument 2690 sal_Bool bInvalidateAll = !pRegion; in ImplInvalidate() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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 );
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | salgdi.h | 157 int Clip ( XLIB_Region pRegion,
|