Searched refs:pParentStyle (Results 1 – 6 of 6) sorted by relevance
82 const SvgStyleAttributes* pParentStyle = pStyles->getParentStyle(); in initializeStyleAttributes() local84 while(pParentStyle && !bFillSet) in initializeStyleAttributes()86 bFillSet = pParentStyle->isFillSet(); in initializeStyleAttributes()87 pParentStyle = pParentStyle->getParentStyle(); in initializeStyleAttributes()
1245 const SvgStyleAttributes* pParentStyle = getParentStyle(); in SvgStyleAttributes() local1247 if(pParentStyle) in SvgStyleAttributes()1249 mbIsClipPathContent = pParentStyle->mbIsClipPathContent; in SvgStyleAttributes()
1045 SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle() local1046 if( pParentStyle ) in getParentStyle()1047 return pParentStyle->msApiName; in getParentStyle()
1271 XMLShapeStyleContext* pParentStyle = (XMLShapeStyleContext*)pStyle; in EndElement() local1272 if(pParentStyle->GetStyle().is()) in EndElement()1274 pDocStyle->SetStyle(pParentStyle->GetStyle()); in EndElement()
5003 const SwFmt *pParentStyle = m_rWW8Export.pCurrentStyle->DerivedFrom(); in ParaTabStop() local5005 …const SvxTabStopItem* pParentTabs = HasItem<SvxTabStopItem>( pParentStyle->GetAttrSet(), RES_PARAT… in ParaTabStop()5016 …const SvxLRSpaceItem &rStyleLR = ItemGet<SvxLRSpaceItem>( pParentStyle->GetAttrSet(), RES_LR_SPACE… in ParaTabStop()
1715 const SwAttrSet* pParentStyle) in SwStyleBase_Impl() argument1722 mpParentStyle(pParentStyle) in SwStyleBase_Impl()
Completed in 96 milliseconds