Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A Dunomtabl.cxx275 sal_uInt32 nSurrogate; in replaceByName() local
277 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in replaceByName()
279 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in replaceByName()
289 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in replaceByName()
291 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
310 for( sal_uInt32 nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByNameFromPool() local
312 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in getByNameFromPool()
357 sal_uInt32 nSurrogate; in createNamesForPool() local
362 for( nSurrogate = 0; nSurrogate < nSuroCount; nSurrogate++ ) in createNamesForPool()
364 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in createNamesForPool()
[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()
242 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getByName()
266 sal_uInt32 nSurrogate; in getElementNames() local
267 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getElementNames()
269 pItem = (NameOrIndex*)mpModelPool->GetItem2( mnWhich, nSurrogate ); in getElementNames()
304 sal_uInt32 nSurrogate; in hasByName() 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()
/AOO41X/main/sax/source/expatwrap/
H A Dsaxwriter.cxx286 sal_uInt32 nSurrogate = 0; in convertToXML() local
423 OSL_ENSURE( nSurrogate == 0, "left-over Unicode surrogate" ); in convertToXML()
424 nSurrogate = ( ( c & 0x03ff ) + 0x0040 ); in convertToXML()
429 OSL_ENSURE( nSurrogate != 0, "lone 2nd Unicode surrogate" ); in convertToXML()
431 nSurrogate = ( nSurrogate << 10 ) | ( c & 0x03ff ); in convertToXML()
432 if( nSurrogate >= 0x00010000 && nSurrogate <= 0x0010FFFF ) in convertToXML()
434 sal_Int8 aBytes[] = { sal_Int8(0xF0 | ((nSurrogate >> 18) & 0x0F)), in convertToXML()
435 sal_Int8(0x80 | ((nSurrogate >> 12) & 0x3F)), in convertToXML()
436 sal_Int8(0x80 | ((nSurrogate >> 6) & 0x3F)), in convertToXML()
437 sal_Int8(0x80 | ((nSurrogate >> 0) & 0x3F)) }; in convertToXML()
[all …]
/AOO41X/main/svx/source/xoutdev/
H A Dxattr.cxx252 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local
254 pItem = (NameOrIndex*)pPool1->GetItem2( nWhich, nSurrogate ); in CheckNamedItem()
337 for( sal_uInt32 nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in CheckNamedItem() local
339 pItem = (NameOrIndex*)pPool1->GetItem2( nWhich, nSurrogate ); in CheckNamedItem()
2020 sal_uInt32 nCount, nSurrogate; in checkForUniqueItem() local
2027 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()
2029 …nst XLineStartItem* pItem = (const XLineStartItem*)pPool1->GetItem2( XATTR_LINESTART, nSurrogate ); in checkForUniqueItem()
2049 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()
2051 … const XLineEndItem* pItem = (const XLineEndItem*)pPool1->GetItem2( XATTR_LINEEND, nSurrogate ); in checkForUniqueItem()
2073 for( nSurrogate = 0; nSurrogate < nCount; nSurrogate++ ) in checkForUniqueItem()
[all …]
/AOO41X/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()
/AOO41X/main/svl/inc/svl/
H A Ditempool.hxx208 const SfxPoolItem * GetItem2(sal_uInt16 nWhich, sal_uInt32 nSurrogate) const;