Searched refs:pNewStyle (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgstylenode.cxx | 162 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table5.cxx | 1081 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 D | column.cxx | 553 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 D | table2.cxx | 2010 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 D | patattr.cxx | 1166 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 D | document.cxx | 4087 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()
|
/aoo42x/main/svx/source/sdr/properties/ |
H A D | textproperties.cxx | 284 …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()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 840 …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() 916 …pNewStyle = 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()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 909 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 D | unocoll.cxx | 457 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance() local 462 xRet = (cppu::OWeakObject*)pNewStyle; in MakeInstance()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 821 …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()
|
/aoo42x/main/sd/source/core/ |
H A D | stlfamily.cxx | 472 SdStyleSheet* pNewStyle = GetValidNewSheet( aElement ); in replaceByName() local 475 mxPool->Insert( pNewStyle ); in replaceByName()
|
/aoo42x/main/sc/inc/ |
H A D | patattr.hxx | 117 void SetStyleSheet(ScStyleSheet* pNewStyle);
|
Completed in 472 milliseconds