Searched refs:pClientTextBox (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 4285 SvMemoryStream* pClientTextBox = NULL; in ImplWritePage() local 5424 if ( !pClientTextBox ) in ImplWritePage() 5425 pClientTextBox = new SvMemoryStream( 0x200, 0x200 ); in ImplWritePage() 5446 … ImplWriteTextStyleAtom( *pClientTextBox, nTextType, nPObjects, &aTextRule, aExtBu, NULL ); in ImplWritePage() 5451 pClientTextBox->Write( pOut->GetData(), pOut->Tell() ); in ImplWritePage() 5475 if ( !pClientTextBox ) in ImplWritePage() 5476 pClientTextBox = new SvMemoryStream( 0x200, 0x200 ); in ImplWritePage() 5479 … ImplWriteTextStyleAtom( *pClientTextBox, nInstance2, 0, NULL, aExtBu, &aPropOpt ); in ImplWritePage() 5489 if ( !pClientTextBox ) in ImplWritePage() 5490 pClientTextBox = new SvMemoryStream( 12 ); in ImplWritePage() [all …]
|