Searched refs:constCount (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 301 sal_uInt16 constCount = (sal_uInt16)constTypes.getLength(); in getTypeBlop() local 304 OUString(), constCount, 0, 0); in getTypeBlop() 306 for (sal_uInt16 i=0; i < constCount; i++) in getTypeBlop() 324 sal_uInt16 constCount = 0; in getTypeBlop() local 330 constCount++; in getTypeBlop() 334 OUString(), constCount, 0, 0); in getTypeBlop() 336 if ( 0 < constCount ) in getTypeBlop()
|
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 307 sal_uInt16 constCount = (sal_uInt16)constTypes.getLength(); in getTypeBlob() local 312 0, constCount, 0, 0); in getTypeBlob() 314 for (sal_uInt16 i=0; i < constCount; i++) in getTypeBlob() 333 sal_uInt16 constCount = 0; in getTypeBlob() local 338 constCount++; in getTypeBlob() 344 0, constCount, 0, 0); in getTypeBlob() 346 if ( 0 < constCount ) { in getTypeBlob()
|
Completed in 60 milliseconds