/aoo41x/main/sw/inc/ |
H A D | swdbdata.hxx | 34 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 D | dbmgr.hxx | 304 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);
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | addresslistdialog.cxx | 101 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 D | dbmgr.cxx | 371 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 D | mmconfigitem.cxx | 291 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 D | selectdbtabledialog.cxx | 162 sal_Int32 nCommandType = 0 == pEntry->GetUserData() ? 0 : 1; in IMPL_LINK() local 180 pProperties[2].Value <<= nCommandType; in IMPL_LINK()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | dbaexchange.cxx | 85 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 D | fmgridcl.cxx | 266 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)));
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | changedb.cxx | 197 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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmpgeimp.cxx | 479 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()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 686 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()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | dbconfig.cxx | 94 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()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 1098 sal_Int32 nCommandType = CommandType::TABLE; in checkDocumentDataSource() local 1301 sal_Int32 nCommandType = CommandType::COMMAND; in getObjectEntry() local 1849 sal_Int32 nCommandType = CommandType::TABLE; in GetState() local 1852 switch (nCommandType) in GetState() 2421 sal_Int32 nCommandType = CommandType::COMMAND; in implSelect() local 2670 switch(nCommandType) in implSelect() 2744 nCommandType = CommandType::COMMAND; in implSelect() 3653 sal_Int32 nCommandType = CommandType::COMMAND; in implGetQuerySignature() local 3658 aDesc[ daCommandType ] >>= nCommandType; in implGetQuerySignature() 3661 if ( CommandType::QUERY != nCommandType ) in implGetQuerySignature() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formlinkdialog.cxx | 383 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()
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 141 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()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | statementcomposer.cxx | 74 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()
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | objectnameapproval.cxx | 78 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()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | bibconfig.hxx | 74 sal_Int16 nCommandType; member 78 nCommandType(0){} in Mapping() 85 sal_Int32 nCommandType; member
|
H A D | bibconfig.cxx | 171 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()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | defaultobjectnamecheck.cxx | 183 sal_Int32 nCommandType; member 202 m_pImpl->nCommandType = _nCommandType; in DynamicTableOrQueryNameCheck() 215 m_pImpl->xObjectNames->checkNameForCreate( m_pImpl->nCommandType, _rObjectName ); in isNameValid()
|
H A D | TableCopyHelper.cxx | 256 sal_Int32 nCommandType = CommandType::COMMAND; in pasteTable() local 258 _rPasteData[daCommandType] >>= nCommandType; in pasteTable() 260 insertTable( sSrcDataSourceName, xSrcConnection, sCommand, nCommandType, in pasteTable()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | dbfld.cxx | 136 rAny <<= aDBData.nCommandType; in QueryValue() 179 rAny >>= aDBData.nCommandType; in PutValue() 552 rAny <<= aDBData.nCommandType; in QueryValue() 577 rAny >>= aDBData.nCommandType; in PutValue()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | prj.cxx | 1701 int nCommandType=0, nOSType=0; in InsertTokenLine() local 1766 nCommandType = GetJobType(aWhat); in InsertTokenLine() 1886 pCmdData->SetCommandType( nCommandType ); in InsertTokenLine() 2286 int nCommandType = 0; in GetJobType() local 2288 nCommandType = COMMAND_NMAKE; in GetJobType() 2290 nCommandType = COMMAND_GET; in GetJobType() 2293 nCommandType = COMMAND_USER_START + nOffset - 1; in GetJobType() 2295 return nCommandType; in GetJobType()
|
/aoo41x/main/svx/source/inc/ |
H A D | fmpgeimp.hxx | 99 sal_Int32 nCommandType = 0 127 sal_Int32 nCommandType
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 336 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()
|