Lines Matching refs:_pView

551 	_pView = pView;  in IcnGridMap_Impl()
570 if( _pView->nWinBits & WB_ALIGN_TOP ) in Expand()
591 if( _pView->nWinBits & WB_ALIGN_TOP ) in Create_Impl()
599 const sal_uLong nCount = _pView->aEntries.Count(); in Create_Impl()
601 OccupyGrids( (SvxIconChoiceCtrlEntry*)_pView->aEntries.GetObject( nCur )); in Create_Impl()
607 if( _pView->nWinBits & WB_ALIGN_TOP ) in GetMinMapSize()
610 nX = _pView->nMaxVirtWidth; in GetMinMapSize()
612 nX = _pView->pView->GetOutputSizePixel().Width(); in GetMinMapSize()
613 if( !(_pView->nFlags & F_ARRANGING) ) in GetMinMapSize()
614 nX -= _pView->nVerSBarWidth; in GetMinMapSize()
616 nY = _pView->aVirtOutputSize.Height(); in GetMinMapSize()
621 nY = _pView->nMaxVirtHeight; in GetMinMapSize()
623 nY = _pView->pView->GetOutputSizePixel().Height(); in GetMinMapSize()
624 if( !(_pView->nFlags & F_ARRANGING) ) in GetMinMapSize()
625 nY -= _pView->nHorSBarHeight; in GetMinMapSize()
626 nX = _pView->aVirtOutputSize.Width(); in GetMinMapSize()
634 long nDX = nX / _pView->nGridDX; in GetMinMapSize()
635 long nDY = nY / _pView->nGridDY; in GetMinMapSize()
649 if( _pView->nWinBits & WB_ALIGN_TOP ) in GetGrid()
663 nX /= _pView->nGridDX; in GetGrid()
664 nY /= _pView->nGridDY; in GetGrid()
688 const long nLeft = nGridX * _pView->nGridDX+ LROFFS_WINBORDER; in GetGridRect()
689 const long nTop = nGridY * _pView->nGridDY + TBOFFS_WINBORDER; in GetGridRect()
692 nLeft + _pView->nGridDX, in GetGridRect()
693 nTop + _pView->nGridDY ); in GetGridRect()
730 if( !_pGridMap || !_pView->IsBoundingRectValid( pEntry->aRect )) in OccupyGrids()
808 if( _pView->nWinBits & WB_ALIGN_TOP ) in OutputSizeChanged()
831 if( _pView->nWinBits & WB_ALIGN_TOP ) in GetGridCoord()