Home
last modified time | relevance | path

Searched refs:_nCommandType (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx244 sal_Int32 _nCommandType,
263 const sal_Int32 _nCommandType,
268 static void verifyCommandType( sal_Int32 _nCommandType );
273 void NameCheckFactory::verifyCommandType( sal_Int32 _nCommandType ) in verifyCommandType() argument
275 if ( ( _nCommandType != CommandType::TABLE ) in verifyCommandType()
276 && ( _nCommandType != CommandType::QUERY ) in verifyCommandType()
287 verifyCommandType( _nCommandType ); in createExistenceCheck()
314 else if ( _nCommandType == CommandType::TABLE ) in createExistenceCheck()
321 …PNameValidation NameCheckFactory::createValidityCheck( sal_Int32 _nCommandType, const Reference< … in createValidityCheck() argument
323 verifyCommandType( _nCommandType ); in createValidityCheck()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx239 sal_Int32 _nCommandType,
258 const sal_Int32 _nCommandType,
263 static void verifyCommandType( sal_Int32 _nCommandType );
266 void NameCheckFactory::verifyCommandType( sal_Int32 _nCommandType ) in verifyCommandType() argument
268 if ( ( _nCommandType != CommandType::TABLE ) in verifyCommandType()
269 && ( _nCommandType != CommandType::QUERY ) in verifyCommandType()
280 verifyCommandType( _nCommandType ); in createExistenceCheck()
307 else if ( _nCommandType == CommandType::TABLE ) in createExistenceCheck()
314 …PNameValidation NameCheckFactory::createValidityCheck( sal_Int32 _nCommandType, const Reference< … in createValidityCheck() argument
316 verifyCommandType( _nCommandType ); in createValidityCheck()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Ddbaexchange.cxx157 ,const sal_Int32 _nCommandType in implConstruct() argument
171 switch (_nCommandType) in implConstruct()
296 ,sal_Int32& _nCommandType in extractColumnDescriptor() argument
332 _nCommandType = sFieldDescription.getToken(0, cSeparator, nIdx).toInt32(); in extractColumnDescriptor()
344 const sal_Int32 _nCommandType, in Update() argument
347 …construct(_rDatasource,OUString(),_nCommandType,_rCommand,nullptr,(CommandType::COMMAND == _nComma… in Update()
352 const sal_Int32 _nCommandType, in Update() argument
357 …construct(_rDatasource,OUString(),_nCommandType,_rCommand,_rxConnection,(CommandType::COMMAND == _… in Update()
523 m_aDescriptor[DataAccessDescriptorProperty::CommandType] <<= _nCommandType; in construct()
531 bool bTreatAsStatement = (CommandType::COMMAND == _nCommandType); in construct()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/
H A Ddbaexchange.cxx153 ,const sal_Int32 _nCommandType in implConstruct() argument
167 switch (_nCommandType) in implConstruct()
292 ,sal_Int32& _nCommandType in extractColumnDescriptor() argument
328 _nCommandType = sFieldDescription.getToken(0, cSeparator, nIdx).toInt32(); in extractColumnDescriptor()
337 ,const sal_Int32 _nCommandType in ODataAccessObjectTransferable() argument
341 …construct(_rDatasource,OUString(),_nCommandType,_rCommand,nullptr,(CommandType::COMMAND == _nComma… in ODataAccessObjectTransferable()
346 ,const sal_Int32 _nCommandType in ODataAccessObjectTransferable() argument
351 …construct(_rDatasource,OUString(),_nCommandType,_rCommand,_rxConnection,(CommandType::COMMAND == _… in ODataAccessObjectTransferable()
518 m_aDescriptor[DataAccessDescriptorProperty::CommandType] <<= _nCommandType; in construct()
526 bool bTreatAsStatement = (CommandType::COMMAND == _nCommandType); in construct()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Ddbaexchange.hxx120 ,sal_Int32& _nCommandType
140 ,const sal_Int32 _nCommandType
172 const sal_Int32 _nCommandType,
187 const sal_Int32 _nCommandType,
231 ,const sal_Int32 _nCommandType
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Ddbaexchange.hxx120 ,sal_Int32& _nCommandType
140 ,const sal_Int32 _nCommandType
172 ,const sal_Int32 _nCommandType
187 ,const sal_Int32 _nCommandType
229 ,const sal_Int32 _nCommandType
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A Ddefaultobjectnamecheck.cxx126 …eOrQueryNameCheck( const Reference< XConnection >& _rxSdbLevelConnection, sal_Int32 _nCommandType ) in DynamicTableOrQueryNameCheck() argument
135 if ( ( _nCommandType != CommandType::QUERY ) && ( _nCommandType != CommandType::TABLE ) ) in DynamicTableOrQueryNameCheck()
137 m_pImpl->nCommandType = _nCommandType; in DynamicTableOrQueryNameCheck()
H A Dlinkeddocuments.cxx155 const sal_Int32 _nCommandType, const OUString& _rObjectName ) in impl_newWithPilot() argument
165 if ( !_rObjectName.isEmpty() && ( _nCommandType != -1 ) ) in impl_newWithPilot()
167 aArgs.put( "CommandType", _nCommandType ); in impl_newWithPilot()
191 …void OLinkedDocumentsAccess::newFormWithPilot( const sal_Int32 _nCommandType,const OUString& _rObj… in newFormWithPilot() argument
193 … impl_newWithPilot( "com.sun.star.wizards.form.CallFormWizard", _nCommandType, _rObjectName ); in newFormWithPilot()
196 …void OLinkedDocumentsAccess::newReportWithPilot( const sal_Int32 _nCommandType, const OUString& _r… in newReportWithPilot() argument
198 … impl_newWithPilot( "com.sun.star.wizards.report.CallReportWizard", _nCommandType, _rObjectName ); in newReportWithPilot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A Ddefaultobjectnamecheck.cxx126 …eOrQueryNameCheck( const Reference< XConnection >& _rxSdbLevelConnection, sal_Int32 _nCommandType ) in DynamicTableOrQueryNameCheck() argument
135 if ( ( _nCommandType != CommandType::QUERY ) && ( _nCommandType != CommandType::TABLE ) ) in DynamicTableOrQueryNameCheck()
137 m_pImpl->nCommandType = _nCommandType; in DynamicTableOrQueryNameCheck()
H A Dlinkeddocuments.cxx167 const sal_Int32 _nCommandType, const OUString& _rObjectName ) in impl_newWithPilot() argument
177 if ( !_rObjectName.isEmpty() && ( _nCommandType != -1 ) ) in impl_newWithPilot()
179 aArgs.put( "CommandType", _nCommandType ); in impl_newWithPilot()
203 …void OLinkedDocumentsAccess::newFormWithPilot( const sal_Int32 _nCommandType,const OUString& _rObj… in newFormWithPilot() argument
205 … impl_newWithPilot( "com.sun.star.wizards.form.CallFormWizard", _nCommandType, _rObjectName ); in newFormWithPilot()
208 …void OLinkedDocumentsAccess::newReportWithPilot( const sal_Int32 _nCommandType, const OUString& _r… in newReportWithPilot() argument
210 … impl_newWithPilot( "com.sun.star.wizards.report.CallReportWizard", _nCommandType, _rObjectName ); in newReportWithPilot()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dlinkeddocuments.hxx78 const sal_Int32 _nCommandType,
82 const sal_Int32 _nCommandType,
100 const sal_Int32 _nCommandType,
H A Ddbexchange.hxx56 const sal_Int32 _nCommandType,
65 const sal_Int32 _nCommandType,
H A Ddefaultobjectnamecheck.hxx103 sal_Int32 _nCommandType
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dlinkeddocuments.hxx82 const sal_Int32 _nCommandType,
86 const sal_Int32 _nCommandType,
104 const sal_Int32 _nCommandType,
H A Ddbexchange.hxx51 const sal_Int32 _nCommandType,
60 const sal_Int32 _nCommandType,
H A Dunodatbr.hxx332 implCopyObject( SvTreeListEntry* _pApplyTo, sal_Int32 _nCommandType );
365 const sal_Int32 _nCommandType,
382 …const sal_Int32 _nCommandType, const bool _bEscapeProcessing, const SharedConnection& _rxConnectio…
412 const OUString& _rDataSource, const OUString& _rCommand, sal_Int32 _nCommandType,
H A Ddefaultobjectnamecheck.hxx105 sal_Int32 _nCommandType
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/browser/
H A Ddbexchange.cxx64 const sal_Int32 _nCommandType, in ODataClipboard() argument
69 … :ODataAccessObjectTransferable( _rDatasource, _nCommandType, _rCommand, _rxConnection ) in ODataClipboard()
82 const sal_Int32 _nCommandType, in ODataClipboard() argument
86 :ODataAccessObjectTransferable( _rDatasource, _nCommandType, _rCommand) in ODataClipboard()
H A DdsbrowserDnD.cxx65 …Helper* SbaTableQueryBrowser::implCopyObject( SvTreeListEntry* _pApplyTo, sal_Int32 _nCommandType ) in implCopyObject() argument
74 if ( CommandType::QUERY != _nCommandType ) in implCopyObject()
78 …pData = new ODataClipboard(aDSName, _nCommandType, aName, xConnection, getNumberFormatter(), getOR… in implCopyObject()
81 … pData = new ODataClipboard(aDSName, _nCommandType, aName, getNumberFormatter(), getORB()); in implCopyObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java145 private String getCommandPrefix(int _nCommandType) in getCommandPrefix() argument
147 if (_nCommandType == CommandType.TABLE) in getCommandPrefix()
151 else if (_nCommandType == CommandType.QUERY) in getCommandPrefix()
377 private void preselectCommand(String _selitem, int _nCommandType, boolean _bReadOnly)
382 String sPrefix = getCommandPrefix(_nCommandType);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java145 private String getCommandPrefix(int _nCommandType) in getCommandPrefix() argument
147 if (_nCommandType == CommandType.TABLE) in getCommandPrefix()
151 else if (_nCommandType == CommandType.QUERY) in getCommandPrefix()
377 private void preselectCommand(String _selitem, int _nCommandType, boolean _bReadOnly)
382 String sPrefix = getCommandPrefix(_nCommandType);
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DRecordParser.java154 public boolean executeCommand(int _nCommandType) throws InvalidQueryException in executeCommand() argument
161 …UnoPropertyValue(xRowSet, PropertyNames.COMMAND_TYPE, Integer.valueOf(_nCommandType)); // CommandT… in executeCommand()
168 setCommandType(_nCommandType); in executeCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DRecordParser.java154 public boolean executeCommand(int _nCommandType) throws InvalidQueryException in executeCommand() argument
161 …UnoPropertyValue(xRowSet, PropertyNames.COMMAND_TYPE, Integer.valueOf(_nCommandType)); // CommandT… in executeCommand()
168 setCommandType(_nCommandType); in executeCommand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/
H A Dstatementcomposer.hxx55 const sal_Int32 _nCommandType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/
H A Dstatementcomposer.hxx55 const sal_Int32 _nCommandType,

12