Searched refs:xRowSetPropSet (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/ui/uno/ |
H A D | unomailmerge.cxx | 655 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() 660 … xRowSetPropSet->setPropertyValue( C2U("ActiveConnection"), makeAny( xCurConnection ) ); in execute() 661 … xRowSetPropSet->setPropertyValue( C2U("DataSourceName"), makeAny( aCurDataSourceName ) ); in execute() 662 … xRowSetPropSet->setPropertyValue( C2U("Command"), makeAny( aCurDataCommand ) ); in execute() 663 … xRowSetPropSet->setPropertyValue( C2U("CommandType"), makeAny( nCurDataCommandType ) ); in execute() 664 … xRowSetPropSet->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 …]
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 2789 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 34 milliseconds