Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/crsr/
H A Dswcrsr.cxx795 _PercentHdl* pPHdl = 0; in lcl_FindSelection() local
802 pPHdl = new _PercentHdl( 0, nCrsrCnt, pDoc->GetDocShell() ); in lcl_FindSelection()
818 if( !nCrsrCnt && !pPHdl && !bIsUnoCrsr ) in lcl_FindSelection()
819 pPHdl = new _PercentHdl( aRegion ); in lcl_FindSelection()
882 if( !nCrsrCnt && pPHdl ) in lcl_FindSelection()
884 pPHdl->NextPos( *aRegion.GetMark() ); in lcl_FindSelection()
892 if( nCrsrCnt && pPHdl ) in lcl_FindSelection()
894 pPHdl->NextPos( ++pPHdl->nActPos ); in lcl_FindSelection()
902 delete pPHdl; in lcl_FindSelection()

Completed in 21 milliseconds