Home
last modified time | relevance | path

Searched refs:pRegion (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx601 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 Dviewsh.cxx249 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 Dviewimp.cxx116 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 Dfindtxt.cxx221 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 Dfindattr.cxx904 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 Dfindfmt.cxx33 const SwPaM *pRegion, sal_Bool bInReadOnly ) in Find() argument
37 SwPaM* pPam = MakeRegion( fnMove, pRegion ); in Find()
H A Dfindcoll.cxx53 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 Dimpedit.cxx147 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 Dimpedit.hxx312 void DrawSelection( EditSelection, Region* pRegion = NULL, OutputDevice* pTargetDevice = NULL );
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx82 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 Dwindow.cxx2394 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 Dsalgdi2.cxx259 int X11SalGraphics::Clip( XLIB_Region pRegion, in Clip() argument
268 XClipBox( pRegion, &aRect ); in Clip()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1044 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 Dwindow.hxx468 … SAL_DLLPRIVATE void ImplCallPaint( const Region* pRegion, sal_uInt16 nPaintFlags );
471 …SAL_DLLPRIVATE void ImplInvalidateFrameRegion( const Region* pRegion, sal_uInt16 nF…
H A Doutdev.hxx401 SAL_DLLPRIVATE void ImplSetClipRegion( const Region* pRegion );
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h157 int Clip ( XLIB_Region pRegion,

Completed in 145 milliseconds