Searched refs:pConfiguration (Results 1 – 3 of 3) sorted by relevance
724 ::boost::shared_ptr<PresenterConfigurationAccess> pConfiguration ( in ChangeFontSize()728 if (pConfiguration.get()==NULL || ! pConfiguration->IsValid()) in ChangeFontSize()731 pConfiguration->GoToChild(A2S("Font")); in ChangeFontSize()732 pConfiguration->SetProperty(A2S("Size"), Any((sal_Int32)(nNewSize+0.5))); in ChangeFontSize()733 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()
268 Configuration* pConfiguration = new Configuration( in createClone() local273 return Reference<util::XCloneable>(pConfiguration); in createClone()