Searched refs:xCursorSet (Results 1 – 2 of 2) sorted by relevance
2583 Reference< XPropertySet > xCursorSet(pContext->xCursor, UNO_QUERY); in IMPL_LINK() local2584 …DBG_ASSERT(xCursorSet.is() && !::comphelper::getBOOL(xCursorSet->getPropertyValue(PROPERTY_ISMODIF… in IMPL_LINK()2586 if (xCursorSet.is() && ::comphelper::getBOOL(xCursorSet->getPropertyValue(PROPERTY_ISNEW))) in IMPL_LINK()
2584 Reference< XPropertySet> xCursorSet(pfmscContextInfo->xCursor, UNO_QUERY); in IMPL_LINK() local2586 if (xUpdateCursor.is() && xCursorSet.is() && xCursorSet.is()) in IMPL_LINK()2588 if (::comphelper::getBOOL(xCursorSet->getPropertyValue(FM_PROP_ISNEW))) in IMPL_LINK()2590 else if (::comphelper::getBOOL(xCursorSet->getPropertyValue(FM_PROP_ISMODIFIED))) in IMPL_LINK()
Completed in 30 milliseconds