Searched refs:xCurrentColumn (Results 1 – 3 of 3) sorted by relevance
2497 Reference< XInterface> xCurrentColumn; in IMPL_LINK() local2500 xPeerContainer->getByIndex(nViewPos) >>= xCurrentColumn; in IMPL_LINK()2501 if (!xCurrentColumn.is()) in IMPL_LINK()2505 if (!IsSearchableControl(xCurrentColumn)) in IMPL_LINK()2521 pfmscContextInfo->arrFields.push_back(xCurrentColumn); in IMPL_LINK()
1337 Reference< XPropertySet > xCurrentColumn; in queryFieldDataType() local1359 xColumns->getByIndex(nModelPos) >>= xCurrentColumn; in queryFieldDataType()1360 if (!::comphelper::hasProperty(FM_PROP_CLASSID, xCurrentColumn)) in queryFieldDataType()1364 xCurrentColumn->getPropertyValue(FM_PROP_CLASSID) >>= nClassId; in queryFieldDataType()
2560 Reference< XInterface > xCurrentColumn(xPeerContainer->getByIndex(nViewPos),UNO_QUERY); in IMPL_LINK() local2561 if (!xCurrentColumn.is()) in IMPL_LINK()2565 if (!IsSearchableControl(xCurrentColumn)) in IMPL_LINK()2575 pContext->arrFields.push_back(xCurrentColumn); in IMPL_LINK()
Completed in 76 milliseconds