Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx100 String** ScGlobal::ppRscString = NULL; member in ScGlobal
350 if( !ppRscString[ nIndex ] ) in GetRscString()
381 ppRscString[ nIndex ] = new String( in GetRscString()
384 ppRscString[ nIndex ] = new String( in GetRscString()
387 return *ppRscString[ nIndex ]; in GetRscString()
545 ppRscString = new String *[ STR_COUNT ]; in Init()
546 for( sal_uInt16 nC = 0 ; nC < STR_COUNT ; nC++ ) ppRscString[ nC ] = NULL; in Init()
643 if( ppRscString ) delete ppRscString[ nC ]; in Clear()
644 delete[] ppRscString; in Clear()
645 ppRscString = NULL; in Clear()
/aoo41x/main/sc/inc/
H A Dglobal.hxx535 static String** ppRscString; member in ScGlobal

Completed in 24 milliseconds