Searched refs:pParentStyle (Results 1 – 4 of 4) sorted by relevance
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()
1210 const SvgStyleAttributes* pParentStyle = getParentStyle(); in SvgStyleAttributes() local1212 if(pParentStyle) in SvgStyleAttributes()1214 mbIsClipPathContent = pParentStyle->mbIsClipPathContent; in SvgStyleAttributes()
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()
Completed in 79 milliseconds