Home
last modified time | relevance | path

Searched refs:xRowSetPropSet (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/ui/uno/
H A Dunomailmerge.cxx655 Reference< XPropertySet > xRowSetPropSet( xInstance, UNO_QUERY ); in execute() local
656 DBG_ASSERT( xRowSetPropSet.is(), "failed to get XPropertySet interface from RowSet" ); in execute()
657 if (xRowSetPropSet.is()) in execute()
660xRowSetPropSet->setPropertyValue( C2U("ActiveConnection"), makeAny( xCurConnection ) ); in execute()
661xRowSetPropSet->setPropertyValue( C2U("DataSourceName"), makeAny( aCurDataSourceName ) ); in execute()
662xRowSetPropSet->setPropertyValue( C2U("Command"), makeAny( aCurDataCommand ) ); in execute()
663xRowSetPropSet->setPropertyValue( C2U("CommandType"), makeAny( nCurDataCommandType ) ); in execute()
664xRowSetPropSet->setPropertyValue( C2U("EscapeProcessing"), makeAny( bCurEscapeProcessing ) ); in execute()
665 xRowSetPropSet->setPropertyValue( C2U("ApplyFilter"), makeAny( sal_True ) ); in execute()
666 xRowSetPropSet->setPropertyValue( C2U("Filter"), makeAny( aCurFilter ) ); in execute()
[all …]
/aoo4110/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2789 uno::Reference<XPropertySet> xRowSetPropSet(xInstance, UNO_QUERY); in createCursor() local
2790 if(xRowSetPropSet.is()) in createCursor()
2792 xRowSetPropSet->setPropertyValue(C2U("DataSourceName"), makeAny(_sDataSourceName)); in createCursor()
2793 xRowSetPropSet->setPropertyValue(C2U("ActiveConnection"), makeAny(_xConnection)); in createCursor()
2794 xRowSetPropSet->setPropertyValue(C2U("Command"), makeAny(_sCommand)); in createCursor()
2795 xRowSetPropSet->setPropertyValue(C2U("CommandType"), makeAny(_nCommandType)); in createCursor()

Completed in 23 milliseconds