Lines Matching refs:boost

123     ::boost::shared_ptr<PresenterTheme::Theme> ReadTheme (
149 ::boost::shared_ptr<PaneStyle> mpParentStyle;
153 ::boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
162 typedef ::boost::shared_ptr<PaneStyle> SharedPaneStyle;
199 ::boost::shared_ptr<ViewStyle> mpParentStyle;
201 ::boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
205 typedef ::boost::shared_ptr<ViewStyle> SharedViewStyle;
231 typedef ::boost::shared_ptr<ViewDescriptor> SharedViewDescriptor;
273 ::boost::shared_ptr<Theme> mpParentTheme;
280 ::boost::shared_ptr<PresenterBitmapContainer> mpIconContainer;
329 ::boost::shared_ptr<PresenterTheme::Theme> PresenterTheme::ReadTheme (void) in ReadTheme()
367 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetStyleName()
434 ::boost::shared_ptr<PresenterConfigurationAccess> PresenterTheme::GetNodeForViewStyle ( in GetNodeForViewStyle()
439 return ::boost::shared_ptr<PresenterConfigurationAccess>(); in GetNodeForViewStyle()
442 ::boost::shared_ptr<PresenterConfigurationAccess> pConfiguration ( in GetNodeForViewStyle()
454 ::boost::bind(&PresenterConfigurationAccess::IsStringPropertyEqual, in GetNodeForViewStyle()
486 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetBitmap()
528 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetBitmap()
549 ::boost::shared_ptr<PresenterBitmapContainer> PresenterTheme::GetBitmapContainer (void) const in GetBitmapContainer()
554 return ::boost::shared_ptr<PresenterBitmapContainer>(); in GetBitmapContainer()
573 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetFont()
607 const ::boost::shared_ptr<FontDescriptor>& rpDescriptor) in FontDescriptor()
773 : ::boost::shared_ptr<PresenterBitmapContainer>(), in Read()
783 ::boost::bind(&PresenterTheme::Theme::ProcessFont, in Read()
784 this, ::boost::ref(rReadContext), _1, _2)); in Read()
896 ::boost::shared_ptr<PresenterTheme::FontDescriptor> pDescriptor ( in ReadFont()
929 ::boost::shared_ptr<PresenterTheme::Theme> ReadContext::ReadTheme ( in ReadTheme()
933 ::boost::shared_ptr<PresenterTheme::Theme> pTheme; in ReadTheme()
1024 ::boost::bind(&PaneStyleContainer::ProcessPaneStyle, in Read()
1025 this, ::boost::ref(rReadContext), _1, _2)); in Read()
1042 ::boost::shared_ptr<PaneStyle> pStyle (new PaneStyle()); in ProcessPaneStyle()
1081 : ::boost::shared_ptr<PresenterBitmapContainer>(), in ProcessPaneStyle()
1194 ::boost::bind(&ViewStyleContainer::ProcessViewStyle, in Read()
1195 this, ::boost::ref(rReadContext), _2)); in Read()
1206 ::boost::shared_ptr<ViewStyle> pStyle (new ViewStyle()); in ProcessViewStyle()
1328 ::boost::bind(&StyleAssociationContainer::ProcessStyleAssociation, in Read()
1329 this, ::boost::ref(rReadContext), _1, _2)); in Read()