Home
last modified time | relevance | path

Searched refs:pNewStyle (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgstylenode.cxx162 SvgStyleAttributes* pNewStyle = new SvgStyleAttributes(*this); in addCssStyleSheet() local
163 maSvgStyleAttributes.push_back(pNewStyle); in addCssStyleSheet()
166 pNewStyle->readCssStyle(aContent); in addCssStyleSheet()
183 addCssStyleSheet(aSingleName, *pNewStyle); in addCssStyleSheet()
/trunk/main/sc/source/core/data/
H A Dtable5.cxx1081 SfxStyleSheetBase* pNewStyle = pStylePool->Find( aStrNew, SFX_STYLE_FAMILY_PAGE ); in SetPageStyle() local
1083 if ( !pNewStyle ) in SetPageStyle()
1086 pNewStyle = pStylePool->Find( aStrNew, SFX_STYLE_FAMILY_PAGE ); in SetPageStyle()
1093 if ( pOldStyle && pNewStyle ) in SetPageStyle()
1096 SfxItemSet& rNewSet = pNewStyle->GetItemSet(); in SetPageStyle()
1106 if ( pNewStyle ) // auch ohne den alten (fuer UpdateStdNames) in SetPageStyle()
H A Dcolumn.cxx553 const ScStyleSheet* pNewStyle; in GetSelectionStyle() local
566 pNewStyle = pPattern->GetStyleSheet(); in GetSelectionStyle()
568 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetSelectionStyle()
570 pStyle = pNewStyle; in GetSelectionStyle()
585 const ScStyleSheet* pNewStyle; in GetAreaStyle() local
593 pNewStyle = pPattern->GetStyleSheet(); in GetAreaStyle()
595 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetAreaStyle()
597 pStyle = pNewStyle; in GetAreaStyle()
H A Dtable2.cxx2010 const ScStyleSheet* pNewStyle; in GetSelectionStyle() local
2015 pNewStyle = aCol[i].GetSelectionStyle( rMark, bColFound ); in GetSelectionStyle()
2019 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetSelectionStyle()
2021 pStyle = pNewStyle; in GetSelectionStyle()
2038 const ScStyleSheet* pNewStyle; in GetAreaStyle() local
2042 pNewStyle = aCol[i].GetAreaStyle(bColFound, nRow1, nRow2); in GetAreaStyle()
2046 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetAreaStyle()
2048 pStyle = pNewStyle; in GetAreaStyle()
H A Dpatattr.cxx1166 void ScPatternAttr::SetStyleSheet( ScStyleSheet* pNewStyle ) in SetStyleSheet() argument
1168 if (pNewStyle) in SetStyleSheet()
1171 const SfxItemSet& rStyleSet = pNewStyle->GetItemSet(); in SetStyleSheet()
1178 rPatternSet.SetParent(&pNewStyle->GetItemSet()); in SetStyleSheet()
1179 pStyle = pNewStyle; in SetStyleSheet()
H A Ddocument.cxx4087 const ScStyleSheet* pNewStyle; in GetSelectionStyle() local
4093 pNewStyle = pTab[i]->GetSelectionStyle( rMark, bFound ); in GetSelectionStyle()
4096 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetSelectionStyle()
4098 pStyle = pNewStyle; in GetSelectionStyle()
4108 pNewStyle = pTab[i]->GetAreaStyle( bFound, in GetSelectionStyle()
4113 if ( !pNewStyle || ( pStyle && pNewStyle != pStyle ) ) in GetSelectionStyle()
4115 pStyle = pNewStyle; in GetSelectionStyle()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx284 …SfxStyleSheet* pNewStyle = (SfxStyleSheet*)pStylePool->Find(aNewStyleSheetName, GetStyleSheet()->G… in SetStyleSheet() local
285 DBG_ASSERT( pNewStyle, "AutoStyleSheetName - Style not found!" ); in SetStyleSheet()
287 if(pNewStyle) in SetStyleSheet()
289 rOutliner.SetStyleSheet(nPara, pNewStyle); in SetStyleSheet()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx840 …boost::shared_ptr<SfxItemSet> pNewStyle = static_cast<const SwFmtAutoFmt&>(rNewHint.GetAttr()).Get… in BuildPortions() local
847 aNewSet.Put( *pNewStyle ); in BuildPortions()
889 if ( !bNoLengthAttribute && rNode.HasSwAttrSet() && pNewStyle->Count() ) in BuildPortions()
891 SfxItemIter aIter2( *pNewStyle ); in BuildPortions()
905 pNewSet = pNewStyle->Clone( sal_True ); in BuildPortions()
916pNewStyle = rNode.getIDocumentStyleAccess().getAutomaticStyle( *pNewSet, IStyleAccess::AUTO_STYLE_… in BuildPortions()
918 pNewStyle.reset(); in BuildPortions()
935 else if ( pNewStyle.get() ) in BuildPortions()
937 pNewAttr = MakeTxtAttr( *rNode.GetDoc(), *pNewStyle, in BuildPortions()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx909 SwXStyle* pNewStyle = 0; in insertByName() local
912 pNewStyle = reinterpret_cast< SwXStyle * >( in insertByName()
915 if(!pNewStyle || !pNewStyle->IsDescriptor() || in insertByName()
916 pNewStyle->GetFamily() != eFamily) in insertByName()
918 if(pNewStyle) in insertByName()
921 if(eFamily == SFX_STYLE_FAMILY_PARA && !pNewStyle->IsConditional()) in insertByName()
927 pNewStyle->SetDoc(pDocShell->GetDoc(), pBasePool); in insertByName()
928 pNewStyle->SetStyleName(sStyleName); in insertByName()
929 String sParentStyleName(pNewStyle->GetParentStyleName()); in insertByName()
943 pNewStyle->ApplyDescriptorProperties(); in insertByName()
H A Dunocoll.cxx457 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance() local
462 xRet = (cppu::OWeakObject*)pNewStyle; in MakeInstance()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx821 …SfxStyleSheet* pNewStyle = (SfxStyleSheet*)GetStyleSheetPool()->Find( aNewStyleSheetName, pStyle->… in ImplSetLevelDependendStyleSheet() local
822 DBG_ASSERT( pNewStyle, "AutoStyleSheetName - Style not found!" ); in ImplSetLevelDependendStyleSheet()
823 if ( pNewStyle && ( pNewStyle != GetStyleSheet( nPara ) ) ) in ImplSetLevelDependendStyleSheet()
826 SetStyleSheet( nPara, pNewStyle ); in ImplSetLevelDependendStyleSheet()
/trunk/main/sd/source/core/
H A Dstlfamily.cxx472 SdStyleSheet* pNewStyle = GetValidNewSheet( aElement ); in replaceByName() local
475 mxPool->Insert( pNewStyle ); in replaceByName()
/trunk/main/sc/inc/
H A Dpatattr.hxx117 void SetStyleSheet(ScStyleSheet* pNewStyle);

Completed in 148 milliseconds