Searched refs:pPHdl (Results 1 – 1 of 1) sorted by relevance
807 _PercentHdl* pPHdl = 0; in lcl_FindSelection() local814 pPHdl = new _PercentHdl( 0, nCrsrCnt, pDoc->GetDocShell() ); in lcl_FindSelection()830 if( !nCrsrCnt && !pPHdl && !bIsUnoCrsr ) in lcl_FindSelection()831 pPHdl = new _PercentHdl( aRegion ); in lcl_FindSelection()894 if( !nCrsrCnt && pPHdl ) in lcl_FindSelection()896 pPHdl->NextPos( *aRegion.GetMark() ); in lcl_FindSelection()904 if( nCrsrCnt && pPHdl ) in lcl_FindSelection()906 pPHdl->NextPos( ++pPHdl->nActPos ); in lcl_FindSelection()914 delete pPHdl; in lcl_FindSelection()
Completed in 27 milliseconds