Searched refs:xNewQuery (Results 1 – 1 of 1) sorted by relevance
803 Reference< XPropertySet > xNewQuery(xQueryFactory->createInstance(), UNO_QUERY); in paste() local804 DBG_ASSERT(xNewQuery.is(), "OApplicationController::paste: invalid object created by factory!"); in paste()805 if (xNewQuery.is()) in paste()809 ::comphelper::copyProperties(xQuery,xNewQuery); in paste()812 xNewQuery->setPropertyValue(PROPERTY_COMMAND,makeAny(sCommand)); in paste()813 … xNewQuery->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,makeAny(bEscapeProcessing)); in paste()816 xDestQueries->insertByName( sTargetName, makeAny(xNewQuery) ); in paste()817 xNewQuery.set(xDestQueries->getByName( sTargetName),UNO_QUERY); in paste()818 if ( xQuery.is() && xNewQuery.is() ) in paste()821 Reference<XColumnsSupplier> xDstColSup(xNewQuery,UNO_QUERY); in paste()
Completed in 16 milliseconds