Searched refs:aBoxAutoFmt (Results 1 – 2 of 2) sorted by relevance
537 memset( aBoxAutoFmt, 0, sizeof( aBoxAutoFmt ) ); in SwTableAutoFmt()544 aBoxAutoFmt[ n ] = 0; in SwTableAutoFmt()552 if( aBoxAutoFmt[ n ] ) in operator =()553 delete aBoxAutoFmt[ n ]; in operator =()555 SwBoxAutoFmt* pFmt = rNew.aBoxAutoFmt[ n ]; in operator =()557 aBoxAutoFmt[ n ] = new SwBoxAutoFmt( *pFmt ); in operator =()559 aBoxAutoFmt[ n ] = 0; in operator =()577 SwBoxAutoFmt** ppFmt = aBoxAutoFmt; in ~SwTableAutoFmt()588 SwBoxAutoFmt* pFmt = aBoxAutoFmt[ nPos ]; in SetBoxFmt()590 *aBoxAutoFmt[ nPos ] = rNew; in SetBoxFmt()[all …]
208 SwBoxAutoFmt* aBoxAutoFmt[ 16 ]; member in SwTableAutoFmt