Home
last modified time | relevance | path

Searched refs:pConfiguration (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sdext/source/presenter/
H A DPresenterNotesView.cxx736 ::boost::shared_ptr<PresenterConfigurationAccess> pConfiguration ( in ChangeFontSize()
740 if (pConfiguration.get()==NULL || ! pConfiguration->IsValid()) in ChangeFontSize()
743 pConfiguration->GoToChild(A2S("Font")); in ChangeFontSize()
744 pConfiguration->SetProperty(A2S("Size"), Any((sal_Int32)(nNewSize+0.5))); in ChangeFontSize()
745 pConfiguration->CommitChanges(); in ChangeFontSize()
H A DPresenterTheme.cxx442 ::boost::shared_ptr<PresenterConfigurationAccess> pConfiguration ( in GetNodeForViewStyle()
450 if (pConfiguration->GoToChild( in GetNodeForViewStyle()
453 pConfiguration->GoToChild( in GetNodeForViewStyle()
459 return pConfiguration; in GetNodeForViewStyle()
/aoo41x/main/sd/source/ui/framework/configuration/
H A DConfiguration.cxx274 Configuration* pConfiguration = new Configuration( in createClone() local
279 return Reference<util::XCloneable>(pConfiguration); in createClone()

Completed in 85 milliseconds