Searched refs:xCurrentCol (Results 1 – 3 of 3) sorted by relevance
900 Reference< XPropertySet > xCurrentCol = xColFactory->createColumn(sCurrentModelType); in InsertFields() local904 xCurrentCol->setPropertyValue(sFormatKey, xField->getPropertyValue(sFormatKey)); in InsertFields()906 xCurrentCol->setPropertyValue(C2U("TreatAsNumber"), aFormatted); in InsertFields()909 xCurrentCol->setPropertyValue(FM_PROP_CONTROLSOURCE, aColName); in InsertFields()910 xCurrentCol->setPropertyValue(FM_PROP_LABEL, aColName); in InsertFields()912 xColContainer->insertByName( *pFields, makeAny( xCurrentCol ) ); in InsertFields()
2007 Reference< XPropertySet > xCurrentCol(xColumns->getByIndex(nModelCol),UNO_QUERY); in ExecuteSearch() local2008 …String sActiveField = ::comphelper::getString(xCurrentCol->getPropertyValue(PROPERTY_CONTROLSOURCE… in ExecuteSearch()2538 Reference< XPropertySet > xCurrentCol(xCols->getByIndex(nCurrentCol),UNO_QUERY); in getBoundField() local2539 if (!xCurrentCol.is()) in getBoundField()2542 xEmptyReturn.set(xCurrentCol->getPropertyValue(PROPERTY_BOUNDFIELD) ,UNO_QUERY); in getBoundField()
1631 Reference< XPropertySet> xCurrentCol; in ExecuteSearch() local1633 xColumns->getByIndex(nModelCol) >>= xCurrentCol; in ExecuteSearch()1634 if (xCurrentCol.is()) in ExecuteSearch()1635 … strActiveField = ::comphelper::getString(xCurrentCol->getPropertyValue(FM_PROP_LABEL)).getStr(); in ExecuteSearch()
Completed in 83 milliseconds