Searched refs:pConfiguration (Results 1 – 3 of 3) sorted by relevance
736 ::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()
442 ::boost::shared_ptr<PresenterConfigurationAccess> pConfiguration ( in GetNodeForViewStyle()450 if (pConfiguration->GoToChild( in GetNodeForViewStyle()453 pConfiguration->GoToChild( in GetNodeForViewStyle()459 return pConfiguration; in GetNodeForViewStyle()
274 Configuration* pConfiguration = new Configuration( in createClone() local279 return Reference<util::XCloneable>(pConfiguration); in createClone()
Completed in 27 milliseconds