Lines Matching refs:mpParentStyle
149 ::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()
1130 mpParentStyle->UpdateBorderSize(rBorderSize, bInner); in UpdateBorderSize()
1155 if (mpParentStyle.get() != NULL) in GetBitmap()
1156 return mpParentStyle->GetBitmap(rsBitmapName); in GetBitmap()
1168 else if (mpParentStyle.get() != NULL) in GetFont()
1169 return mpParentStyle->GetFont(); in GetFont()
1220 pStyle->mpParentStyle = *iStyle; in ProcessViewStyle()
1269 mpParentStyle(), in ViewStyle()
1300 else if (mpParentStyle.get() != NULL) in GetFont()
1301 return mpParentStyle->GetFont(); in GetFont()