Lines Matching refs:pStyleSheet

1285 	ScStyleSheet* pStyleSheet =  in DoAutoStyle()  local
1287 if (!pStyleSheet) in DoAutoStyle()
1288 pStyleSheet = (ScStyleSheet*) in DoAutoStyle()
1290 if (pStyleSheet) in DoAutoStyle()
1299 aDocument.ApplyStyleAreaTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, *pStyleSheet ); in DoAutoStyle()
1383 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in SetPrintZoom() local
1384 DBG_ASSERT( pStyleSheet, "PageStyle not found" ); in SetPrintZoom()
1385 if ( pStyleSheet ) in SetPrintZoom()
1389 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in SetPrintZoom()
1418 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in AdjustPrintZoom() local
1419 DBG_ASSERT( pStyleSheet, "PageStyle not found" ); in AdjustPrintZoom()
1420 if ( pStyleSheet ) in AdjustPrintZoom()
1422 SfxItemSet& rSet = pStyleSheet->GetItemSet(); in AdjustPrintZoom()
1549 SfxStyleSheetBase* pStyleSheet in ExecutePageStyle() local
1552 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in ExecutePageStyle()
1554 if ( pStyleSheet ) in ExecutePageStyle()
1558 aOldData.InitFromStyle( pStyleSheet ); in ExecutePageStyle()
1560 SfxItemSet& rStyleSet = pStyleSheet->GetItemSet(); in ExecutePageStyle()
1569 …SfxAbstractTabDialog* pDlg = pFact->CreateScStyleDlg( GetActiveDialogParent(), *pStyleSheet, RID_S… in ExecutePageStyle()
1578 String aNewName = pStyleSheet->GetName(); in ExecutePageStyle()
1591 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
1598 aNewData.InitFromStyle( pStyleSheet ); in ExecutePageStyle()
1629 SfxStyleSheetBase* pStyleSheet in ExecutePageStyle() local
1632 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in ExecutePageStyle()
1634 if ( pStyleSheet ) in ExecutePageStyle()
1636 SfxItemSet& rStyleSet = pStyleSheet->GetItemSet(); in ExecutePageStyle()
1742 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
1776 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStr, SFX_STYLE_FAMILY_PAGE ); in GetStatePageStyle() local
1778 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in GetStatePageStyle()
1780 if ( pStyleSheet ) in GetStatePageStyle()
1782 SfxItemSet& rStyleSet = pStyleSheet->GetItemSet(); in GetStatePageStyle()
1985 SfxStyleSheetBase* pStyleSheet = pStylePool-> in GetPageOnFromPageStyleSet() local
1989 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-/" ); in GetPageOnFromPageStyleSet()
1991 if ( pStyleSheet ) in GetPageOnFromPageStyleSet()
1992 pStyleSet = &pStyleSheet->GetItemSet(); in GetPageOnFromPageStyleSet()