Home
last modified time | relevance | path

Searched refs:mpParentStyle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx149 ::boost::shared_ptr<PaneStyle> mpParentStyle;
199 ::boost::shared_ptr<ViewStyle> mpParentStyle;
1054 pStyle->mpParentStyle = *iStyle; in ProcessPaneStyle()
1068 if (pStyle->mpParentStyle.get() != NULL) in ProcessPaneStyle()
1070 pStyle->maInnerBorderSize.Merge(pStyle->mpParentStyle->maInnerBorderSize); in ProcessPaneStyle()
1071 pStyle->maOuterBorderSize.Merge(pStyle->mpParentStyle->maOuterBorderSize); in ProcessPaneStyle()
1079 pStyle->mpParentStyle.get()!=NULL in ProcessPaneStyle()
1080 ? pStyle->mpParentStyle->mpBitmaps in ProcessPaneStyle()
1109 mpParentStyle(), in PaneStyle()
1129 if (mpParentStyle.get() != NULL) in UpdateBorderSize()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1709 const SwAttrSet* mpParentStyle; member in SwStyleBase_Impl
1722 mpParentStyle(pParentStyle) in SwStyleBase_Impl()
1762 if(!mpItemSet->GetParent() && mpParentStyle) in GetItemSet()
1764 mpItemSet->SetParent(mpParentStyle); in GetItemSet()