Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dhtmlforw.cxx305 … uno::Reference< container::XIndexContainer > xCurrentFormComps;// die aktuelle Form in der Tabelle in OutForm() local
315 if( xCurrentFormComps.is() ) in OutForm()
318 if( xCurrentFormComps==aHTMLControls[i]->xFormComps ) in OutForm()
326 xNewFormComps = xCurrentFormComps; in OutForm()
336 xCurrentFormComps = aHTMLControls[i]->xFormComps; in OutForm()
345 xCurrentFormComps = aHTMLControls[i]->xFormComps; in OutForm()
350 if( !xNewFormComps.is() && xCurrentFormComps.is() && in OutForm()
351 nCurrentCtrls != xCurrentFormComps->getCount() ) in OutForm()
356 xNewFormComps = xCurrentFormComps; in OutForm()

Completed in 16 milliseconds