Home
last modified time | relevance | path

Searched refs:nCommandType (Results 1 – 25 of 63) sorted by path

123

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1318 sal_Int32 nCommandType = CommandType::COMMAND; in getComposedRowSetStatement() local
1322 …getPropertyValue( ::rtl::OUString::createFromAscii( "CommandType" ) ) >>= nCommandType ); in getComposedRowSetStatement()
1326 StatementComposer aComposer( xConn, sCommand, nCommandType, bEscapeProcessing ); in getComposedRowSetStatement()
H A Dstatementcomposer.cxx74 sal_Int32 nCommandType; member
84 ,nCommandType( CommandType::COMMAND ) in StatementComposer_Data()
125 switch ( _rData.nCommandType ) in lcl_ensureUpToDateComposer_nothrow()
255 m_pData->nCommandType = _nCommandType; in StatementComposer()
/trunk/main/dbaccess/source/core/misc/
H A Dobjectnameapproval.cxx78 sal_Int32 nCommandType; member
89 m_pImpl->nCommandType = _eType == TypeQuery ? CommandType::QUERY : CommandType::TABLE; in ObjectNameApproval()
106 xObjectNames->checkNameForCreate( m_pImpl->nCommandType, _rName ); in approveElement()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx1962 sal_Int32 nCommandType = -1; in newElementWithPilot() local
1963 const ::rtl::OUString sCurrentSelected( getCurrentlySelectedName( nCommandType ) ); in newElementWithPilot()
1965 aHelper->newReportWithPilot( nCommandType, sCurrentSelected ); in newElementWithPilot()
1967 aHelper->newFormWithPilot( nCommandType, sCurrentSelected ); in newElementWithPilot()
2137 … sal_Int32 nCommandType = eType == E_QUERY ? CommandType::QUERY : CommandType::TABLE; in renameEntry() local
2140 … pNameChecker.reset( new DynamicTableOrQueryNameCheck( getConnection(), nCommandType ) ); in renameEntry()
2142 getView(), nCommandType, getORB(), getConnection(), in renameEntry()
H A DAppControllerDnD.cxx686 sal_Int32 nCommandType = CommandType::TABLE; in paste() local
688 _rPasteData[daCommandType] >>= nCommandType; in paste()
690 if ( CommandType::QUERY == nCommandType || CommandType::COMMAND == nCommandType ) in paste()
704 if (CommandType::QUERY == nCommandType) in paste()
706 else if (CommandType::COMMAND == nCommandType) in paste()
718 if ( CommandType::QUERY == nCommandType ) in paste()
736 if (CommandType::QUERY == nCommandType) in paste()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1903 sal_Int32 nCommandType = CommandType::COMMAND; in createParser_nothrow() local
1904 OSL_VERIFY( xRowSetProps->getPropertyValue( PROPERTY_COMMAND_TYPE ) >>= nCommandType ); in createParser_nothrow()
1905 xComposer->setCommand( sCommand, nCommandType ); in createParser_nothrow()
H A Dunodatbr.cxx1099 sal_Int32 nCommandType = CommandType::TABLE; in checkDocumentDataSource() local
1302 sal_Int32 nCommandType = CommandType::COMMAND; in getObjectEntry() local
1850 sal_Int32 nCommandType = CommandType::TABLE; in GetState() local
1853 switch (nCommandType) in GetState()
2422 sal_Int32 nCommandType = CommandType::COMMAND; in implSelect() local
2671 switch(nCommandType) in implSelect()
2745 nCommandType = CommandType::COMMAND; in implSelect()
3654 sal_Int32 nCommandType = CommandType::COMMAND; in implGetQuerySignature() local
3659 aDesc[ daCommandType ] >>= nCommandType; in implGetQuerySignature()
3662 if ( CommandType::QUERY != nCommandType ) in implGetQuerySignature()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx256 sal_Int32 nCommandType = CommandType::COMMAND; in pasteTable() local
258 _rPasteData[daCommandType] >>= nCommandType; in pasteTable()
260 insertTable( sSrcDataSourceName, xSrcConnection, sCommand, nCommandType, in pasteTable()
H A Ddefaultobjectnamecheck.cxx183 sal_Int32 nCommandType; member
202 m_pImpl->nCommandType = _nCommandType; in DynamicTableOrQueryNameCheck()
215 m_pImpl->xObjectNames->checkNameForCreate( m_pImpl->nCommandType, _rObjectName ); in isNameValid()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1838 …sal_Int32 nCommandType = rArguments.getOrDefault( (::rtl::OUString)PROPERTY_COMMAND_TYPE, (sal_Int… in allowQueries() local
1839 sal_Bool bCreatingView = ( nCommandType == CommandType::TABLE ); in allowQueries()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx171 pHistoryValues[2] >>= pMapping->nCommandType; in BibConfig()
226 aRet.nCommandType = nTblOrQuery; in GetBibliographyURL()
236 nTblOrQuery = rDesc.nCommandType; in SetBibliographyURL()
291 pNodeValues[nIndex++].Value <<= pMapping->nCommandType; in Commit()
H A Dbibconfig.hxx74 sal_Int16 nCommandType; member
78 nCommandType(0){} in Mapping()
85 sal_Int32 nCommandType; member
H A Dbibload.cxx413 Any aCommandType; aCommandType <<= aBibDesc.nCommandType; in GetDataColumns()
H A Ddatman.cxx518 aDesc.nCommandType = CommandType::TABLE; in MappingDialog_Impl()
580 aDesc.nCommandType = CommandType::TABLE; in IMPL_LINK()
1009 rDesc.nCommandType = CommandType::TABLE; in createDatabaseForm()
1014 aVal <<= rDesc.nCommandType; in createDatabaseForm()
1302 aDesc.nCommandType = CommandType::TABLE; in setActiveDataTable()
1755 aDesc.nCommandType = CommandType::TABLE; in GetIdentifierMapping()
H A Dgeneral.cxx133 aDesc.nCommandType = CommandType::TABLE; in cursorMoved()
300 aDesc.nCommandType = CommandType::TABLE; in BibGeneralPage()
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx141 sal_Int32 nCommandType = CommandType::TABLE; in initializePage() local
142 …text.xForm->getPropertyValue( ::rtl::OUString::createFromAscii("CommandType") ) >>= nCommandType ); in initializePage()
149 … if ( reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( nLookup ) ) == nCommandType ) in initializePage()
180 …sal_Int32 nCommandType = reinterpret_cast< sal_IntPtr >( m_aTable.GetEntryData( m_aTable.GetSelect… in commitPage() local
183 …Form->setPropertyValue( ::rtl::OUString::createFromAscii("CommandType"), makeAny( nCommandType ) ); in commitPage()
H A Dcontrolwizard.cxx235 sal_Int32 nCommandType = CommandType::COMMAND; in initializePage() local
240 …rContext.xForm->getPropertyValue(::rtl::OUString::createFromAscii("CommandType")) >>= nCommandType; in initializePage()
254 switch (nCommandType) in initializePage()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1969 sal_Int32 nCommandType( CommandType::COMMAND ); in impl_updateDependentProperty_nothrow() local
1970 OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_COMMANDTYPE ) >>= nCommandType ); in impl_updateDependentProperty_nothrow()
1978 bool doEnable = ( nCommandType == CommandType::COMMAND ) in impl_updateDependentProperty_nothrow()
2473 sal_Int32 nCommandType = CommandType::COMMAND; in impl_describeCursorSource_nothrow() local
2474 impl_getPropertyValue_throw( PROPERTY_COMMANDTYPE ) >>= nCommandType; in impl_describeCursorSource_nothrow()
2476 switch ( nCommandType ) in impl_describeCursorSource_nothrow()
2484 if ( nCommandType == CommandType::TABLE ) in impl_describeCursorSource_nothrow()
H A Dformlinkdialog.cxx383 sal_Int32 nCommandType = CommandType::COMMAND; in getFormDataSourceType() local
386 xFormProps->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nCommandType; in getFormDataSourceType()
389 if ( ( nCommandType == CommandType::TABLE ) in getFormDataSourceType()
390 || ( nCommandType == CommandType::QUERY ) in getFormDataSourceType()
415 sal_Int32 nCommandType = CommandType::COMMAND; in getFormFields() local
417 xFormProps->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nCommandType; in getFormFields()
425 nCommandType, in getFormFields()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx3926 sal_Int32 nCommandType = 0; in write() local
3927 m_xAggregateSet->getPropertyValue(PROPERTY_COMMANDTYPE) >>= nCommandType; in write()
3928 switch (nCommandType) in write()
4031 sal_Int32 nCommandType = 0; in read() local
4034 case DataSelectionType_TABLE : nCommandType = CommandType::TABLE; break; in read()
4035 case DataSelectionType_QUERY : nCommandType = CommandType::QUERY; break; in read()
4039 nCommandType = CommandType::COMMAND; in read()
4047 m_xAggregateSet->setPropertyValue(PROPERTY_COMMANDTYPE, makeAny(nCommandType)); in read()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx336 sal_Int32 nCommandType( m_nCommandType ); in Update() local
341 OSL_VERIFY( m_xRowSet->getPropertyValue( PROPERTY_COMMANDTYPE ) >>= nCommandType ); in Update()
346 m_nCommandType = nCommandType; in Update()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3392 sal_Int32 nCommandType( -1 ); in addPairControls() local
3395 OSL_VERIFY( aDescriptor[ ::svx::daCommandType ] >>= nCommandType ); in addPairControls()
3399 … if ( sCommand.getLength() && nCommandType != -1 && sColumnName.getLength() && xConnection.is() ) in addPairControls()
3404 xReportDefinition->setCommandType(nCommandType); in addPairControls()
3407 … xColumns = dbtools::getFieldsByCommandDescriptor(xConnection,nCommandType,sCommand,xHoldAlive); in addPairControls()
3422 … OSL_ENSURE( ( sRowSetCommand == sCommand ) && ( nCommandType == nRowSetCommandType ), in addPairControls()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1465 sal_Int32 nCommandType = 0; in UpdateImport() local
1468 rDescriptor[svx::daCommandType] >>= nCommandType; in UpdateImport()
1471 aImportParam.bSql = ( nCommandType == sdb::CommandType::COMMAND ); in UpdateImport()
1474 …aImportParam.nType = static_cast<sal_uInt8>( ( nCommandType == sdb::CommandType::QUERY ) ? Sc… in UpdateImport()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2194 sal_Int32 nCommandType; in importCommandContainer() local
2198 mrStCtrl >> nCommandType; in importCommandContainer()
2202 dump( " type=\"%s\"", (nCommandType == 0) ? "event" : ( nCommandType == 1) ? "call" : "verb" ); in importCommandContainer()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx85 sal_Int32 nCommandType = CommandType::TABLE; in OColumnTransferable() local
86 OSL_VERIFY( _rDescriptor[ daCommandType ] >>= nCommandType ); in OColumnTransferable()
91 sConnectionResource, nCommandType, sCommand, sFieldName ); in OColumnTransferable()
111 sal_Int32 nCommandType = CommandType::TABLE; in OColumnTransferable() local
117 _rxForm->getPropertyValue(FM_PROP_COMMANDTYPE) >>= nCommandType; in OColumnTransferable()
130 if (bTryToParse && (CommandType::COMMAND == nCommandType)) in OColumnTransferable()
146 nCommandType = CommandType::TABLE; in OColumnTransferable()
157 implConstruct(sDatasource, sURL,nCommandType, sCommand, _rFieldName); in OColumnTransferable()
308 sal_Int32 nCommandType = CommandType::COMMAND; in extractColumnDescriptor() local
311 …Descriptor(_rData, sDatasource, sDatabaseLocation,sConnectionResource,nCommandType, sCommand, sFie… in extractColumnDescriptor()
[all …]

Completed in 494 milliseconds

123