Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx275 sal_uInt32 nSurrogate; in replaceByName() local
277 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() local
357 sal_uInt32 nSurrogate; in createNamesForPool() local
362 for( nSurrogate = 0; nSurrogate < nSuroCount; nSurrogate++ ) in createNamesForPool()
415 sal_uInt32 nSurrogate; in hasByName() local
416 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 …]
H A DUnoNameItemTable.cxx200 sal_uInt32 nSurrogate; in replaceByName() local
202 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in replaceByName()
204 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate); in replaceByName()
237 sal_uInt32 nSurrogate; in getByName() local
240 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByName()
266 sal_uInt32 nSurrogate; in getElementNames() local
267 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getElementNames()
304 sal_uInt32 nSurrogate; in hasByName() local
309 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in hasByName()
326 sal_uInt32 nSurrogate; in hasElements() local
[all …]
H A Dunoshape.cxx1734 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in SetFillAttribute() local
1736 pItem = (NameOrIndex*)pPool->GetItem2((sal_uInt16)nWID, nSurrogate); in SetFillAttribute()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx286 sal_uInt32 nSurrogate = 0; in convertToXML() local
424 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() local
861 nSurrogate = ( nSurrogate << 10 ) | ( c & 0x03ff ); in calcXMLByteLength()
862 if( nSurrogate >= 0x00010000 && nSurrogate <= 0x0010FFFF ) in calcXMLByteLength()
864 nSurrogate = 0; in calcXMLByteLength()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx252 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local
337 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local
2020 sal_uInt32 nCount, nSurrogate; in checkForUniqueItem() local
2027 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 …]
/trunk/main/svl/source/items/
H A Dpoolio.cxx393 sal_uInt16 nSurrogate = aItemsRec.GetContentTag(); in readTheItems() local
398 for ( pItem = 0, n = nLastSurrogate+1; n < nSurrogate; ++n ) in readTheItems()
400 nLastSurrogate = nSurrogate; in readTheItems()
/trunk/main/svl/inc/svl/
H A Ditempool.hxx208 const SfxPoolItem * GetItem2(sal_uInt16 nWhich, sal_uInt32 nSurrogate) const;

Completed in 68 milliseconds