Searched refs:xSecondCol (Results 1 – 1 of 1) sorted by relevance
451 Reference< XPropertySet > xCol, xSecondCol; variable538 xSecondCol = xThisRoundCol;544 if (!xCol.is() || (bDateNTimeCol && !xSecondCol.is()))558 …xSecondCol->setPropertyValue(FM_PROP_LABEL, makeAny( ::rtl::OUString( sFieldName + sDatePostfix ) …568 if ( xSecondCol.is() )569 xSecondCol->setPropertyValue(FM_PROP_CONTROLSOURCE, makeAny(sFieldName));590 xSecondCol->setPropertyValue(FM_PROP_NAME, makeAny(::rtl::OUString(sRealName)));605 aElement <<= xSecondCol;
Completed in 13 milliseconds