Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/property/
H A Dcomposedprops.cxx93 Reference< XPropertySet > xMasterSet = m_aSingleSets[0]; in compose() local
95 if (xMasterSet.is()) in compose()
96 aMasterProps = xMasterSet->getPropertySetInfo()->getProperties(); in compose()
184 Reference< XPropertySet > xMasterSet(m_aSingleSets[0]); in getPropertyState() local
186 if (xMasterSet.is()) in getPropertyState()
188 Reference< XPropertyState > xMasterState(xMasterSet,UNO_QUERY); in getPropertyState()
189 aPrimaryValue = xMasterSet->getPropertyValue(_rPropertyName); in getPropertyState()

Completed in 15 milliseconds