Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A DUnoNameItemTable.cxx239 sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getByName() local
240 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByName()
265 const sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in getElementNames() local
267 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getElementNames()
327 const sal_uInt32 nSurrogateCount = mpModelPool ? mpModelPool->GetItemCount2( mnWhich ) : 0; in hasElements() local
328 for( nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in hasElements()
H A Dunomtabl.cxx309 const sal_uInt32 nSurrogateCount = pPool ? pPool->GetItemCount2( nWhich ) : 0; in getByNameFromPool() local
310 for( sal_uInt32 nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByNameFromPool()

Completed in 16 milliseconds