Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/bibliography/
H A Ddatman.cxx900 Reference< XPropertySet > xCurrentCol = xColFactory->createColumn(sCurrentModelType); in InsertFields() local
904 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()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2007 Reference< XPropertySet > xCurrentCol(xColumns->getByIndex(nModelCol),UNO_QUERY); in ExecuteSearch() local
2008 …String sActiveField = ::comphelper::getString(xCurrentCol->getPropertyValue(PROPERTY_CONTROLSOURCE… in ExecuteSearch()
2538 Reference< XPropertySet > xCurrentCol(xCols->getByIndex(nCurrentCol),UNO_QUERY); in getBoundField() local
2539 if (!xCurrentCol.is()) in getBoundField()
2542 xEmptyReturn.set(xCurrentCol->getPropertyValue(PROPERTY_BOUNDFIELD) ,UNO_QUERY); in getBoundField()
/aoo4110/main/svx/source/form/
H A Dfmshimp.cxx1631 Reference< XPropertySet> xCurrentCol; in ExecuteSearch() local
1633 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 54 milliseconds