Home
last modified time | relevance | path

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

123

/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx101 sal_Int32 nCommandType; member
104 nCommandType(0), in AddressUserData_Impl()
254 pUserData->nCommandType = rCurrentData.nCommandType; in SwAddressListDialog()
327 … xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(pUserData->nCommandType)); in IMPL_LINK()
544 pThis->m_aDBData.nCommandType = pUserData->nCommandType; in IMPL_STATIC_LINK()
608 pDlg->SetSelectedTable(sTable, pUserData->nCommandType == CommandType::TABLE); in DetectTablesAndQueries()
613 m_aDBData.nCommandType = bIsTable ? CommandType::TABLE : CommandType::QUERY; in DetectTablesAndQueries()
614 pUserData->nCommandType = m_aDBData.nCommandType; in DetectTablesAndQueries()
623 m_aDBData.nCommandType = CommandType::TABLE; in DetectTablesAndQueries()
628 m_aDBData.nCommandType = CommandType::QUERY; in DetectTablesAndQueries()
[all …]
H A Ddbmgr.cxx371 aData.nCommandType = -1; in MergeNew()
688 aData.nCommandType = -1; in GetColumnNames()
1588 aData.nCommandType = -1; in GetColumnType()
1823 aData.nCommandType = -1; in IsDataSourceOpen()
1851 aData.nCommandType = -1; in GetColumnCnt()
2040 aData.nCommandType = nCommandType; in OpenDataSource()
2126 (nCommandType == -1 || nCommandType == pImpl->pMergeData->nCommandType) && in GetSelectedRecordId()
2134 aData.nCommandType = nCommandType; in GetSelectedRecordId()
2190 (rData.nCommandType == -1 || rData.nCommandType == pImpl->pMergeData->nCommandType || in FindDSData()
2202 (rData.nCommandType == -1 || rData.nCommandType == pParam->nCommandType || in FindDSData()
[all …]
H A Dmmconfigitem.cxx291 aDBData.nCommandType = nTemp; in SwMailMergeConfigItem_Impl()
344 pAssignValues[nAssign + 2] >>= aAssignment.aDBData.nCommandType; in SwMailMergeConfigItem_Impl()
592 case 26 :pValues[nProp] <<= (short)aDBData.nCommandType; break; in Commit()
647 pNewValues[2].Value <<= aAssignIter->aDBData.nCommandType; in Commit()
946 m_pImpl->aDBData.nCommandType == CommandType::TABLE ? in GetColumnsSupplier()
997 … xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(m_pImpl->aDBData.nCommandType)); in GetResultSet()
H A Dselectdbtabledialog.cxx162 sal_Int32 nCommandType = 0 == pEntry->GetUserData() ? 0 : 1; in IMPL_LINK() local
180 pProperties[2].Value <<= nCommandType; in IMPL_LINK()
/trunk/main/sw/inc/
H A Dswdbdata.hxx34 sal_Int32 nCommandType; //com::sun::star::sdb::CommandType member
36 nCommandType(0){} in SwDBData()
39 …rCmp.sDataSource != sDataSource || rCmp.sCommand != sCommand || rCmp.nCommandType != nCommandType;} in operator !=()
41 …rCmp.sDataSource == sDataSource && rCmp.sCommand == sCommand && rCmp.nCommandType == nCommandType;} in operator ==()
H A Ddbmgr.hxx304 sal_Int32 nCommandType = -1, bool bCreate = false);
305 …ectedRecordId(const String& rDataSource, const String& rTableOrQuery, sal_Int32 nCommandType = -1);
325 … ToNextRecord(const String& rDataSource, const String& rTableOrQuery, sal_Int32 nCommandType = -1);
/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 …]
H A Dfmgridcl.cxx266 sal_Int32 nCommandType = CommandType::COMMAND; in ExecuteDrop() local
277 if (aColumn.has(daCommandType)) aColumn[daCommandType] >>= nCommandType; in ExecuteDrop()
328 switch (nCommandType) in ExecuteDrop()
398 sal_Int32 nCommandType = CommandType::COMMAND; variable
406 m_pImpl->aDropData[daCommandType] >>= nCommandType;
626 switch (nCommandType)
636 xForm->setPropertyValue(FM_PROP_ESCAPE_PROCESSING, bool2any((sal_Bool)(2 == nCommandType)));
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx197 int nCommandType = rDBName.GetToken(2, DB_DELIM).ToInt32(); in Insert() local
210 Image& rToInsert = nCommandType ? aQueryImg : aTableImg; in Insert()
211 Image& rHCToInsert = nCommandType ? aHCQueryImg : aHCTableImg; in Insert()
224 pRet->SetUserData((void*)nCommandType); in Insert()
235 pRet->SetUserData((void*)nCommandType); in Insert()
271 int nCommandType = (int)(sal_uLong)pEntry->GetUserData(); in UpdateFlds() local
272 *pTmp += String::CreateFromInt32(nCommandType); in UpdateFlds()
302 aData.nCommandType = bIsTable ? 0 : 1;; in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx479 const ::rtl::OUString& rDBTitle, const ::rtl::OUString& rCursorSource, sal_Int32 nCommandType ) in findPlaceInFormComponentHierarchy() argument
496 xForm = findFormForDataSource( xCurrentForm, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
505 xForm = findFormForDataSource( xToSearch, rDatabase, rCursorSource, nCommandType ); in findPlaceInFormComponentHierarchy()
539 xFormProps->setPropertyValue(FM_PROP_COMMANDTYPE, makeAny(nCommandType)); in findPlaceInFormComponentHierarchy()
543 …nst bool bTableOrQuery = ( CommandType::TABLE == nCommandType ) || ( CommandType::QUERY == nComman… in findPlaceInFormComponentHierarchy()
574 const ::rtl::OUString& _rCursorSource, sal_Int32 nCommandType) in findFormForDataSource() argument
628 …if (!aCursorSource.getLength() || ((nType == nCommandType) && (aCursorSource == _rCursorSource))) … in findFormForDataSource()
635 xFormProps->setPropertyValue(FM_PROP_COMMANDTYPE, makeAny((sal_Int32)nCommandType)); in findFormForDataSource()
649 … xResultForm = findFormForDataSource( xSearchForm, _rxDatabase, _rCursorSource, nCommandType ); in findFormForDataSource()
/trunk/main/dbaccess/source/ui/browser/
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/app/
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/sw/source/ui/config/
H A Ddbconfig.cxx94 pAdrImpl->nCommandType = 0; in Load()
96 pBibImpl->nCommandType = 0; in Load()
109 case 2: pValues[nProp] >>= pAdrImpl->nCommandType; break; in Load()
112 case 5: pValues[nProp] >>= pBibImpl->nCommandType; break; in Load()
/trunk/main/extensions/source/propctrlr/
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/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()
/trunk/main/connectivity/source/commontools/
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/extensions/source/bibliography/
H A Dbibconfig.hxx74 sal_Int16 nCommandType; member
78 nCommandType(0){} in Mapping()
85 sal_Int32 nCommandType; member
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 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()
/trunk/main/dbaccess/source/ui/misc/
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()
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()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx136 rAny <<= aDBData.nCommandType; in QueryValue()
179 rAny >>= aDBData.nCommandType; in PutValue()
552 rAny <<= aDBData.nCommandType; in QueryValue()
577 rAny >>= aDBData.nCommandType; in PutValue()
/trunk/main/svx/source/inc/
H A Dfmpgeimp.hxx99 sal_Int32 nCommandType = 0
127 sal_Int32 nCommandType
/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()

Completed in 140 milliseconds

123