Searched refs:xTheme (Results 1 – 2 of 2) sorted by relevance
1040 Reference<container::XNameAccess> xTheme (GetTheme(aConfiguration)); in PrepareBitmaps() local1041 if (xTheme.is()) in PrepareBitmaps()1042 LoadBitmaps(aConfiguration, xTheme, rxCanvas); in PrepareBitmaps()1056 Reference<container::XNameAccess> xTheme; in GetTheme() local1078 xTheme = Reference<container::XNameAccess>( in GetTheme()1086 return xTheme; in GetTheme()
957 Reference<container::XHierarchicalNameAccess> xTheme ( in ReadTheme() local959 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 21 milliseconds