Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx623 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 Dswhtml.hxx419 SwHTMLForm_Impl *pFormImpl;// the current form member in SwHTMLParser
H A Dswhtml.cxx283 pFormImpl( 0 ), in SwHTMLParser()
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx413 ASSERT(pFormImpl, "Impossible"); in ImportOleBase()
414 if (pFormImpl && pFormImpl->ReadOCXStream(xSrc1, &xRef, false)) in ImportOleBase()
H A Dww8par3.cxx198 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 Dww8par.cxx452 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 Dww8par.hxx1039 SwMSConvertControls *pFormImpl; // Control-Implementierung member in SwWW8ImplReader
H A Dww8graf.cxx3250 pFormImpl = new SwMSConvertControls(mpDocShell, pPaM); in GrafikCtor()