Searched refs:pFormImpl (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sw/source/filter/html/ |
| H A D | htmlform.cxx | 623 delete pFormImpl; in DeleteFormImpl() 624 pFormImpl = 0; in DeleteFormImpl() 950 pFormImpl->GetFormComps(); in InsertControl() 961 pFormImpl->GetServiceFactory(); in InsertControl() 1289 pFormImpl->GetShapes()->add(xShape); in InsertControl() 1303 lcl_html_setEvents( pFormImpl->GetControlEventManager(), in InsertControl() 1306 GetScriptTypeString(pFormImpl->GetHeaderAttrs()) ); in InsertControl() 1311 pFormImpl->SetFCompPropSet( rFCompPropSet ); in InsertControl() 1320 if( pFormImpl && pFormImpl->GetFormComps().is() ) in NewForm() 1331 if( !pFormImpl ) in NewForm() [all …]
|
| H A D | swhtml.hxx | 419 SwHTMLForm_Impl *pFormImpl;// the current form member in SwHTMLParser
|
| H A D | swhtml.cxx | 283 pFormImpl( 0 ), in SwHTMLParser()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par4.cxx | 413 ASSERT(pFormImpl, "Impossible"); in ImportOleBase() 414 if (pFormImpl && pFormImpl->ReadOCXStream(xSrc1, &xRef, false)) in ImportOleBase()
|
| H A D | ww8par3.cxx | 198 if (!pFormImpl) in Read_F_FormCheckBox() 199 pFormImpl = new SwMSConvertControls(mpDocShell, pPaM); in Read_F_FormCheckBox() 208 pFormImpl->InsertFormula(aFormula); in Read_F_FormCheckBox() 331 delete pFormImpl, pFormImpl = 0; in DeleteFormImpl()
|
| H A D | ww8par.cxx | 452 ASSERT(rReader.pFormImpl, "No Form Implementation!"); in ImportOLE() 455 rReader.pFormImpl->ReadOCXStream(xSrc,&xShape,true)) in ImportOLE() 3793 pFormImpl = 0; in SwWW8ImplReader() 4667 if( pFormImpl ) in CoreLoad()
|
| H A D | ww8par.hxx | 1039 SwMSConvertControls *pFormImpl; // Control-Implementierung member in SwWW8ImplReader
|
| H A D | ww8graf.cxx | 3250 pFormImpl = new SwMSConvertControls(mpDocShell, pPaM); in GrafikCtor()
|