Lines Matching refs:sal_Int32
66 sal_Int32 nSingleSets = _rElements.getLength(); in OComposedPropertySet()
88 sal_Int32 nSingleSets = m_aSingleSets.size(); in compose()
97 sal_Int32 nMasterPropsCount = aMasterProps.getLength(); in compose()
107 for (sal_Int32 i=0; i<nMasterPropsCount; ++i) in compose()
111 sal_Int32 nSecondaryPropertyCount; in compose()
114 for (sal_Int32 nPrimary=0; nPrimary<nMasterPropsCount; ++nPrimary, ++pPrimaryProperty) in compose()
122 for (sal_Int32 i=1; i<nSingleSets; ++i) in compose()
130 sal_Int32 k=0; in compose()
142 sal_Int32 nOverallProperties = 0; in compose()
143 for (sal_Int32 nCounter=0; nCounter<nMasterPropsCount; ++nCounter) in compose()
153 sal_Int32 nOwnProperties = 0; in compose()
154 for (sal_Int32 nCopy = 0; nCopy < nMasterPropsCount; ++nCopy, ++pMasterProperties) in compose()
180 sal_Int32 nSingleSets = m_aSingleSets.size(); in getPropertyState()
197 for (sal_Int32 i=1; i<nSingleSets; ++i) in getPropertyState()
230 sal_Int32 nCount = _rPropertyName.getLength(); in getPropertyStates()
234 for (sal_Int32 i=0; i<nCount; ++i, ++pNames, ++pStates) in getPropertyStates()
242 sal_Int32 nSingleSets = m_aSingleSets.size(); in setPropertyToDefault()
243 for (sal_Int32 i=0; i<nSingleSets; ++i) in setPropertyToDefault()
260 sal_Int32 nSingleSets = m_aSingleSets.size(); in setPropertyValue()
261 for (sal_Int32 i=0; i<nSingleSets; ++i) in setPropertyValue()
271 sal_Int32 nSingleSets = m_aSingleSets.size(); in getPropertyValue()
322 sal_Int32 nLength = m_aProperties.getLength(); in getPropertyByName()
325 for (sal_Int32 i=0; i<nLength; ++i, ++pProps) in getPropertyByName()
337 sal_Int32 nLength = m_aProperties.getLength(); in hasPropertyByName()
340 for( sal_Int32 i=0; i<nLength; ++i,++pProps ) in hasPropertyByName()