Home
last modified time | relevance | path

Searched refs:aCommandType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx413 Any aCommandType; aCommandType <<= aBibDesc.nCommandType; in GetDataColumns() local
414 xResultSetProps->setPropertyValue(C2U("CommandType"), aCommandType); in GetDataColumns()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java50 Integer aCommandType = (Integer)xForm.getPropertyValue( "CommandType" ); in extractTableName() local
53 if ( CommandType.COMMAND == aCommandType.intValue() ) in extractTableName()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx625 Any aCommandType; variable
629 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 45 milliseconds