Lines Matching refs:pAttrs
228 sal_uInt16* pAttrs; member
234 QuickHelpData() : pAttrs( 0 ), pCETID( 0 ) { ClearCntnt(); } in QuickHelpData()
5537 if( pAttrs ) in Move()
5538 delete[] pAttrs; in Move()
5539 pAttrs = rCpy.pAttrs; in Move()
5540 rCpy.pAttrs = 0; in Move()
5552 delete[] pAttrs, pAttrs = 0; in ClearCntnt()
5559 if( pAttrs ) delete[] pAttrs, pAttrs = 0; in Start()
5583 pAttrs = new sal_uInt16[ nL ]; in Start()
5585 *(pAttrs + --n ) = EXTTEXTINPUT_ATTR_DOTTEDUNDERLINE | in Start()
5587 pCETID = new CommandExtTextInputData( sStr, pAttrs, nL, in Start()