Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1040 Reference<container::XNameAccess> xTheme (GetTheme(aConfiguration)); in PrepareBitmaps() local
1041 if (xTheme.is()) in PrepareBitmaps()
1042 LoadBitmaps(aConfiguration, xTheme, rxCanvas); in PrepareBitmaps()
1056 Reference<container::XNameAccess> xTheme; in GetTheme() local
1078 xTheme = Reference<container::XNameAccess>( in GetTheme()
1086 return xTheme; in GetTheme()
H A DPresenterTheme.cxx957 Reference<container::XHierarchicalNameAccess> xTheme ( in ReadTheme() local
959 if (xTheme.is()) in ReadTheme()
962 PresenterConfigurationAccess::GetConfigurationNode(xTheme, A2S("ThemeName")) in ReadTheme()
966 pTheme.reset(new PresenterTheme::Theme(sThemeName,xTheme,rsKey)); in ReadTheme()

Completed in 34 milliseconds