Home
last modified time | relevance | path

Searched refs:pStyleSheet (Results 1 – 25 of 87) sorted by path

1234

/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx334 …PPTStyleSheet* pStyleSheet; // stylesheet of this page ( only in masterpages ), si… member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx570 pStyleSheet ( NULL ), in PptSlidePersistEntry()
591 delete pStyleSheet; in ~PptSlidePersistEntry()
1735 … pE2->pStyleSheet = new PPTStyleSheet( aSlideHd, rStCtrl, *this, aTxCFStyle, aTxPFStyle, aTxSI ); in SdrPowerPointImport()
1736 pDefaultSheet = pE2->pStyleSheet; in SdrPowerPointImport()
2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && pMasterPersist->aSlideAtom.nMasterId ) in SetPageNum()
2679 pPPTStyleSheet = pMasterPersist->pStyleSheet; in SetPageNum()
/trunk/main/sc/inc/
H A Dattarray.hxx154 …void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool …
H A Dcolumn.hxx334 …void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRows, bool…
H A Ddocument.hxx1278 void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,
H A Dpatattr.hxx60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
H A Dtable.hxx579 void StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved,
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1744 void ScAttrArray::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUse… in FindStyleSheet() argument
1751 if (pData[nPos].pPattern->GetStyleSheet() == pStyleSheet) in FindStyleSheet()
H A Dcolumn.cxx603 void ScColumn::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRo… in FindStyleSheet() argument
605 pAttrArray->FindStyleSheet( pStyleSheet, rUsedRows, bReset ); in FindStyleSheet()
H A Dconditio.cxx1391 SfxStyleSheetBase* pStyleSheet = in DoRepaint() local
1393 if ( pStyleSheet ) in DoRepaint()
1395 const SfxItemSet& rSet = pStyleSheet->GetItemSet(); in DoRepaint()
H A Ddocumen4.cxx629 SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( in GetEffItem() local
631 if ( pStyleSheet && pStyleSheet->GetItemSet().GetItemState( in GetEffItem()
653 …SfxStyleSheetBase* pStyleSheet = xPoolHelper->GetStylePool()->Find( aStyle, SFX_STYLE_FAMILY_PARA … in GetCondResult() local
654 if ( pStyleSheet ) in GetCondResult()
655 return &pStyleSheet->GetItemSet(); in GetCondResult()
H A Ddocument.cxx4124 void ScDocument::StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved, in StyleSheetChanged() argument
4132 ( pStyleSheet, bRemoved, pDev, nPPTX, nPPTY, rZoomX, rZoomY ); in StyleSheetChanged()
4134 if ( pStyleSheet && pStyleSheet->GetName() == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in StyleSheetChanged()
H A Dfillinfo.cxx542 SfxStyleSheetBase* pStyleSheet = in FillInfo() local
544 if ( pStyleSheet ) in FillInfo()
547 pInfo->pConditionSet = &pStyleSheet->GetItemSet(); in FillInfo()
H A Dpatattr.cxx92 ScPatternAttr::ScPatternAttr( SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet ) in ScPatternAttr() argument
95 pStyle ( pStyleSheet ) in ScPatternAttr()
97 if ( pStyleSheet ) in ScPatternAttr()
98 GetItemSet().SetParent( &pStyleSheet->GetItemSet() ); in ScPatternAttr()
H A Dstlpool.cxx166 SfxStyleSheetBase* pStyleSheet = pSrcPool->Find( rName, eFamily ); in CopyStyleFrom() local
167 if (pStyleSheet) in CopyStyleFrom()
169 const SfxItemSet& rSourceSet = pStyleSheet->GetItemSet(); in CopyStyleFrom()
H A Dtable2.cxx1571 SfxStyleSheetBase* pStyleSheet = in FindMaxRotCol() local
1573 if ( pStyleSheet ) in FindMaxRotCol()
1577 nArrY, pPattern, &pStyleSheet->GetItemSet() ); in FindMaxRotCol()
2074 void ScTable::StyleSheetChanged( const SfxStyleSheetBase* pStyleSheet, sal_Bool bRemoved, in StyleSheetChanged() argument
2081 aCol[i].FindStyleSheet(pStyleSheet, aUsedRows, bRemoved); in StyleSheetChanged()
H A Dtable4.cxx589 const ScStyleSheet* pStyleSheet = NULL; in FillAuto() local
605 pStyleSheet = pSrcPattern->GetStyleSheet(); in FillAuto()
628 if ( pStyleSheet ) in FillAuto()
629 aCol[nCol].ApplyStyleArea( nY1, nY2, *pStyleSheet ); in FillAuto()
648 if ( pStyleSheet ) in FillAuto()
649 aCol[nCol].ApplyStyle( static_cast<SCROW>(nRow), *pStyleSheet ); in FillAuto()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx1234 …if( SfxStyleSheetBase* pStyleSheet = GetStyleSheetPool().Find( ScGlobal::GetRscString( STR_STYLENA… in PostDocLoad() local
1235 pStyleSheet->GetItemSet().Put( SfxUInt16Item( ATTR_PAGE_FIRSTPAGENO, 0 ) ); in PostDocLoad()
H A Dxecontent.cxx635 …if( SfxStyleSheetBase* pStyleSheet = GetDoc().GetStyleSheetPool()->Find( mrFormatEntry.GetStyle(),… in XclExpCFImpl() local
637 const SfxItemSet& rItemSet = pStyleSheet->GetItemSet(); in XclExpCFImpl()
H A Dxepage.cxx209 …if( SfxStyleSheetBase* pStyleSheet = GetStyleSheetPool().Find( rDoc.GetPageStyle( nScTab ), SFX_ST… in XclExpPageSettings() local
211 const SfxItemSet& rItemSet = pStyleSheet->GetItemSet(); in XclExpPageSettings()
H A Dxestyle.cxx2403 sal_uInt32 XclExpXFBuffer::InsertStyle( const SfxStyleSheetBase* pStyleSheet ) in InsertStyle() argument
2405 return pStyleSheet ? InsertStyleXF( *pStyleSheet ) : GetXFIdFromIndex( EXC_XF_DEFAULTSTYLE ); in InsertStyle()
2874 …for( SfxStyleSheetBase* pStyleSheet = aStyleIter.First(); pStyleSheet; pStyleSheet = aStyleIter.Ne… in InsertUserStyles() local
2875 if( pStyleSheet->IsUserDefined() && !lclIsBuiltInStyle( pStyleSheet->GetName() ) ) in InsertUserStyles()
2876 InsertStyleXF( *pStyleSheet ); in InsertUserStyles()
H A Dxistyle.cxx1461 …for( SfxStyleSheetBase* pStyleSheet = aStyleIter.First(); pStyleSheet; pStyleSheet = aStyleIter.Ne… in CreateUserStyles() local
1462 … if( (pStyleSheet->GetName() != aStandardName) && (bReserveAll || !pStyleSheet->IsUserDefined()) ) in CreateUserStyles()
1463 if( aCellStyles.count( pStyleSheet->GetName() ) == 0 ) in CreateUserStyles()
1464 aCellStyles[ pStyleSheet->GetName() ] = 0; in CreateUserStyles()
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx240 while( SfxStyleSheetBase* pStyleSheet = rPool.Find( aNewName, eFamily ) ) in lclMakeStyleSheet() local
243 pOldStyleSheet = pStyleSheet; in lclMakeStyleSheet()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx467 SfxStyleSheetBase* pStyleSheet = NULL; in PageDefaults() local
474 pStyleSheet = pStylePool->Find( in PageDefaults()
477 DBG_ASSERT( pStyleSheet, "ParaStyle not found! :-(" ); in PageDefaults()
478 if (!pStyleSheet) in PageDefaults()
479 pStyleSheet = pStylePool->First(); in PageDefaults()
480 const SfxItemSet& rSetPara = pStyleSheet->GetItemSet(); in PageDefaults()
497 pStyleSheet = pStylePool->Find( pDoc->GetPageStyle( nTab ), SFX_STYLE_FAMILY_PAGE ); in PageDefaults()
498 DBG_ASSERT( pStyleSheet, "PageStyle not found! :-(" ); in PageDefaults()
499 if (!pStyleSheet) in PageDefaults()
500 pStyleSheet = pStylePool->First(); in PageDefaults()
[all …]
H A Dhtmlimp.cxx81 ScStyleSheet* pStyleSheet = (ScStyleSheet*)mpDoc-> in ScHTMLImport() local
83 if ( pStyleSheet ) in ScHTMLImport()
85 const SfxItemSet& rSet = pStyleSheet->GetItemSet(); in ScHTMLImport()

Completed in 228 milliseconds

1234