Lines Matching refs:pPattern

637 				const ScPatternAttr* pPattern = pInfo->pPatternAttr;  in FindRotated()  local
640 if ( !pPattern && !pDoc->ColHidden(nX, nTab) ) in FindRotated()
642 pPattern = pDoc->GetPattern( nX, nY, nTab ); in FindRotated()
646 if ( pPattern ) // Spalte nicht ausgeblendet in FindRotated()
648 sal_uInt8 nDir = pPattern->GetRotateDir( pCondSet ); in FindRotated()
664 const ScPatternAttr* pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in lcl_GetRotateDir() local
669 long nAttrRotate = pPattern->GetRotateVal( pCondSet ); in lcl_GetRotateDir()
673 pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue(); in lcl_GetRotateDir()
697 const ScPatternAttr* pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in lcl_FindBackground() local
700 &pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground()
712 pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in lcl_FindBackground()
714 pBackground = (const SvxBrushItem*)&pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground()
724 pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in lcl_FindBackground()
726 pBackground = (const SvxBrushItem*)&pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground()
1277 const ScPatternAttr* pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in lcl_FindHorLine() local
1279 if ( !pPattern->GetRotateVal( pCondSet ) || in lcl_FindHorLine()
1280 ((const SvxRotateModeItem&)pPattern->GetItem( in lcl_FindHorLine()
1396 const ScPatternAttr* pPattern; in DrawRotatedFrame() local
1456 pPattern = pInfo->pPatternAttr; in DrawRotatedFrame()
1458 if (!pPattern) in DrawRotatedFrame()
1460 pPattern = pDoc->GetPattern( nX, nY, nTab ); in DrawRotatedFrame()
1461 pInfo->pPatternAttr = pPattern; in DrawRotatedFrame()
1468 long nAttrRotate = pPattern->GetRotateVal( pCondSet ); in DrawRotatedFrame()
1470 pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue(); in DrawRotatedFrame()
1534 pBackground = (const SvxBrushItem*) &pPattern->GetItem( in DrawRotatedFrame()
1612 pPattern = rInfo.pPatternAttr; in DrawRotatedFrame()
1615 pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue(); in DrawRotatedFrame()