Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dhtmlforw.cxx280 uno::Reference< container::XIndexContainer > xNewFormComps; // die neue Form in OutForm() local
296 xNewFormComps = aHTMLControls[i]->xFormComps; in OutForm()
326 xNewFormComps = xCurrentFormComps; in OutForm()
350 if( !xNewFormComps.is() && xCurrentFormComps.is() && in OutForm()
356 xNewFormComps = xCurrentFormComps; in OutForm()
360 if( xNewFormComps.is() && in OutForm()
361 (!pxFormComps || !(xNewFormComps == *pxFormComps)) ) in OutForm()
376 *pxFormComps = xNewFormComps; in OutForm()

Completed in 21 milliseconds