Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsocximex.cxx673 std::auto_ptr< sal_Char > pTipName; in Read() local
674 pTipName.reset( new sal_Char[ nTipBufSize ] ); in Read()
676 pS->Read( pTipName.get(), nTipBufSize ); in Read()
677 rec.controlTip = lclCreateOUString( pTipName.get(), nTipLen ); in Read()