Searched refs:nSurrogate (Results 1 – 7 of 7) sorted by relevance
275 sal_uInt32 nSurrogate; in replaceByName() local277 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in replaceByName()289 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in replaceByName()310 for( sal_uInt32 nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByNameFromPool() local357 sal_uInt32 nSurrogate; in createNamesForPool() local362 for( nSurrogate = 0; nSurrogate < nSuroCount; nSurrogate++ ) in createNamesForPool()415 sal_uInt32 nSurrogate; in hasByName() local416 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in hasByName()425 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in hasByName()451 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in hasElements()[all …]
200 sal_uInt32 nSurrogate; in replaceByName() local202 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in replaceByName()204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()237 sal_uInt32 nSurrogate; in getByName() local240 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByName()266 sal_uInt32 nSurrogate; in getElementNames() local267 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getElementNames()304 sal_uInt32 nSurrogate; in hasByName() local309 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in hasByName()326 sal_uInt32 nSurrogate; in hasElements() local[all …]
1734 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in SetFillAttribute() local1736 pItem = (NameOrIndex*)pPool->GetItem2((sal_uInt16)nWID, nSurrogate); in SetFillAttribute()
286 sal_uInt32 nSurrogate = 0; in convertToXML() local424 nSurrogate = ( ( c & 0x03ff ) + 0x0040 ); in convertToXML()431 nSurrogate = ( nSurrogate << 10 ) | ( c & 0x03ff ); in convertToXML()432 if( nSurrogate >= 0x00010000 && nSurrogate <= 0x0010FFFF ) in convertToXML()459 nSurrogate = 0; in convertToXML()500 nSurrogate = 0; in convertToXML()809 sal_uInt32 nSurrogate = 0; in calcXMLByteLength() local861 nSurrogate = ( nSurrogate << 10 ) | ( c & 0x03ff ); in calcXMLByteLength()862 if( nSurrogate >= 0x00010000 && nSurrogate <= 0x0010FFFF ) in calcXMLByteLength()864 nSurrogate = 0; in calcXMLByteLength()[all …]
252 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local337 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local2020 sal_uInt32 nCount, nSurrogate; in checkForUniqueItem() local2027 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2049 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2073 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2094 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2425 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2447 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()2471 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()[all …]
393 sal_uInt16 nSurrogate = aItemsRec.GetContentTag(); in readTheItems() local398 for ( pItem = 0, n = nLastSurrogate+1; n < nSurrogate; ++n ) in readTheItems()400 nLastSurrogate = nSurrogate; in readTheItems()
208 const SfxPoolItem * GetItem2(sal_uInt16 nWhich, sal_uInt32 nSurrogate) const;
Completed in 89 milliseconds