Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dtokstack.cxx96 nP_RefTr = 32; in TokenPool()
97 ppP_RefTr = new ScSingleRefData *[ nP_RefTr ]; in TokenPool()
98 for( nLauf = 0 ; nLauf < nP_RefTr ; nLauf++ ) in TokenPool()
130 for( n = 0 ; n < nP_RefTr ; n++ ) in ~TokenPool()
248 sal_uInt16 nP_RefTrNew = lcl_canGrow( nP_RefTr, nByMin); in GrowTripel()
258 for( nL = 0 ; nL < nP_RefTr ; nL++ ) in GrowTripel()
260 for( nL = nP_RefTr ; nL < nP_RefTrNew ; nL++ ) in GrowTripel()
263 nP_RefTr = nP_RefTrNew; in GrowTripel()
446 if (n < nP_RefTr && ppP_RefTr[ n ] && n+1 < nP_RefTr && ppP_RefTr[ n + 1 ]) in GetElement()
711 if( nP_RefTrAkt >= nP_RefTr ) in Store()
[all …]
/aoo4110/main/sc/source/filter/inc/
H A Dtokstack.hxx103 sal_uInt16 nP_RefTr; member in TokenPool

Completed in 14 milliseconds