Searched refs:aCommandType (Results 1 – 3 of 3) sorted by relevance
413 Any aCommandType; aCommandType <<= aBibDesc.nCommandType; in GetDataColumns() local414 xResultSetProps->setPropertyValue(C2U("CommandType"), aCommandType); in GetDataColumns()
50 Integer aCommandType = (Integer)xForm.getPropertyValue( "CommandType" ); in extractTableName() local53 if ( CommandType.COMMAND == aCommandType.intValue() ) in extractTableName()
625 Any aCommandType; variable629 aCommandType <<= (sal_Int32)CommandType::TABLE;632 aCommandType <<= (sal_Int32)CommandType::QUERY;635 aCommandType <<= (sal_Int32)CommandType::COMMAND;639 xForm->setPropertyValue(FM_PROP_COMMANDTYPE, aCommandType);
Completed in 33 milliseconds