Home
last modified time | relevance | path

Searched refs:TABLE (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aoo4110/main/xmloff/source/transform/
H A DOOo2Oasis.cxx363 ENTRY0( TABLE, TABLE, XML_ETACTION_TABLE ),
706 ENTRY0( TABLE, DEFAULT_CELL_STYLE_NAME,
874 ENTRY1Q( TABLE, VALUE_TYPE, XML_ATACTION_RENAME,
876 ENTRY1Q( TABLE, VALUE, XML_ATACTION_RENAME,
878 ENTRY1Q( TABLE, CURRENCY, XML_ATACTION_RENAME,
880 ENTRY1Q( TABLE, DATE_VALUE, XML_ATACTION_RENAME,
882 ENTRY1Q( TABLE, TIME_VALUE, XML_ATACTION_RENAME,
893 ENTRY0( TABLE, TOKEN_INVALID, XML_ATACTION_EOT )
1011 ENTRY0( TABLE, NAME, XML_ATACTION_REMOVE ),
1018 ENTRY1Q( TABLE, LET_TEXT, XML_ATACTION_RENAME,
[all …]
H A DOasis2OOo.cxx261 ENTRY0( TABLE, TABLE, XML_ETACTION_TABLE ),
389 ENTRY1( TABLE, TABLE_ROW, XML_ETACTION_PROC_ATTRS,
408 ENTRY1( TABLE, TABLE_CELL, XML_ETACTION_PROC_ATTRS,
463 ENTRY1( TABLE, TABLE_SOURCE, XML_ETACTION_PROC_ATTRS,
523 ENTRY1Q( TABLE, DEPENDENCIES, XML_ETACTION_RENAME_ELEM,
541 ENTRY1( TABLE, SOURCE_SERVICE, XML_ETACTION_PROC_ATTRS,
1057 ENTRY0( TABLE, DISPLAY_LIST, XML_ATACTION_REMOVE ),
1064 ENTRY1Q( TABLE, KEEP_TEXT, XML_ATACTION_RENAME,
1072 ENTRY1Q( TABLE, SHOW_DETAILS, XML_ATACTION_RENAME,
1080 ENTRY1Q( TABLE, SHOW_EMPTY, XML_ATACTION_RENAME,
[all …]
/aoo4110/main/dbaccess/source/ui/control/
H A Dtabletree.cxx147 …SetDefaultExpandedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, false ), BMP_COL… in implSetDefaultImages()
148 …SetDefaultExpandedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, true ), BMP_COLO… in implSetDefaultImages()
149 …SetDefaultCollapsedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, false ), BMP_CO… in implSetDefaultImages()
150 …SetDefaultCollapsedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, true ), BMP_COL… in implSetDefaultImages()
184 aImage = m_pImageProvider->getFolderImage( DatabaseObject::TABLE, false ); in notifyHiContrastChanged()
185 aImageHC = m_pImageProvider->getFolderImage( DatabaseObject::TABLE, true ); in notifyHiContrastChanged()
190 … m_pImageProvider->getImages( sCompleteName, DatabaseObject::TABLE, aImage, aImageHC ); in notifyHiContrastChanged()
550 m_pImageProvider->getImages( _rTableName, DatabaseObject::TABLE, aImage, aImageHC ); in implAddEntry()
600 aObject.Type = DatabaseObject::TABLE; in describeObject()
H A DTableGrantCtrl.cxx237 xAuth->grantPrivileges(sTableName,PrivilegeObject::TABLE,what);\
239 xAuth->revokePrivileges(sTableName,PrivilegeObject::TABLE,what)
344 nRights.nRights = xAuth->getPrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege()
346 …hts.nWithGrant = m_xGrantUser->getGrantablePrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege()
/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwXMailMerge.java120 oRowSetProps.setPropertyValue("CommandType", new Integer(CommandType.TABLE)); in createTestEnvironment()
166 oObjProps.setPropertyValue("CommandType", new Integer(CommandType.TABLE)); in createTestEnvironment()
196 vXJobArg0[2] = new NamedValue("CommandType",new Integer(CommandType.TABLE)); in createTestEnvironment()
206 vXJobArg1[2] = new NamedValue("CommandType",new Integer(CommandType.TABLE)); in createTestEnvironment()
217 vXJobArg2[3] = new NamedValue("CommandType",new Integer(CommandType.TABLE)); in createTestEnvironment()
258 oRowSetProps.setPropertyValue("CommandType", new Integer(CommandType.TABLE)); in createTestEnvironment()
/aoo4110/main/svx/source/fmcomp/
H A Ddbaexchange.cxx85 sal_Int32 nCommandType = CommandType::TABLE; in OColumnTransferable()
111 sal_Int32 nCommandType = CommandType::TABLE; in OColumnTransferable()
146 nCommandType = CommandType::TABLE; in OColumnTransferable()
199 case CommandType::TABLE: in implConstruct()
442 String sObjectKind = (CommandType::TABLE == nObjectType) ? String('1') : String('0'); in ODataAccessObjectTransferable()
471 case CommandType::TABLE: in AddSupportedFormats()
632 case CommandType::TABLE: in construct()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java254 if (OfficeNamespaces.TABLE_NS.equals(namespace) && OfficeToken.TABLE.equals(elementType)) in startOther()
326 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE, attrs)) in processElement()
338 …ect raw = StyleUtilities.queryStyle(getPredefinedStylesCollection(), OfficeToken.TABLE, tableStyle, in processElement()
671 …if (OfficeNamespaces.TABLE_NS.equals(namespace) && (OfficeToken.TABLE.equals(elementType) || Offic… in endOther()
759 …tributes.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken.TABLE); in startContent()
765 …xmlWriter.writeTag(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE, buildAttributeList(tableAttribute… in startContent()
775 if (!commonStyles.containsStyle(OfficeToken.TABLE, "Initial_Table")) in generateInitialTableStyle()
780 tableStyle.setStyleFamily(OfficeToken.TABLE); in generateInitialTableStyle()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java176 if (_nCommandType == CommandType.TABLE) in getCommandPrefix()
237 … binitialize = CurDBMetaData.getFieldNamesOfCommand(curCommandName, CommandType.TABLE, AppendMode); in fillUpFieldsListbox()
243 CurDBMetaData.setCommandType(CommandType.TABLE); in fillUpFieldsListbox()
246 … binitialize = CurDBMetaData.getFieldNamesOfCommand(curCommandName, CommandType.TABLE, AppendMode); in fillUpFieldsListbox()
391 return CommandType.TABLE; in getSelectedCommandType()
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java97 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in useRowSet()
120 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetPrivileges()
154 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetRowCount()
193 xProp.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in showRowSetEvents()
/aoo4110/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx43 XML_NAMESPACE( TABLE, 3U )
85 XML_NAMESPACE_EXT( TABLE, 38U )
99 XML_OLD_NAMESPACE( TABLE, 5U )
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DUISettings.java54 database.loadSubComponent( DatabaseObject.TABLE, "customers" ) ); in checkTableFormattingPersistence()
81 database.loadSubComponent( DatabaseObject.TABLE, "customers" ) ); in checkTableFormattingPersistence()
106 XController tableView = database.loadSubComponent( DatabaseObject.TABLE, "customers" ); in checkTransparentQueryColumnSettings()
/aoo4110/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx110 case TABLE: in lcl_getComponentStorageBaseName()
128 case DatabaseObject::TABLE: return TABLE; in lcl_databaseObjectToSubComponentType()
419 case TABLE: in getComponentsStorageName()
495 case TABLE: in impl_identifyComponent_throw()
H A Dsubcomponents.hxx48 TABLE = DatabaseObject::TABLE, enumerator
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBUser.cxx114 if ( objType != PrivilegeObject::TABLE ) in getPrivileges()
180 if ( objType != PrivilegeObject::TABLE ) in getGrantablePrivileges()
193 if ( objType != PrivilegeObject::TABLE ) in grantPrivileges()
218 if ( objType != PrivilegeObject::TABLE ) in revokePrivileges()
/aoo4110/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx326 if ( ( _nCommandType != CommandType::TABLE ) in verifyCommandType()
366 else if ( _nCommandType == CommandType::TABLE ) in createExistenceCheck()
392 if ( _nCommandType == CommandType::TABLE ) in createValidityCheck()
433 if ( _CommandType == CommandType::TABLE ) in suggestName()
/aoo4110/main/dbaccess/source/ui/misc/
H A Dimageprovider.cxx152 if ( _nDatabaseObjectType != DatabaseObject::TABLE ) in getImages()
209 case DatabaseObject::TABLE: in getDefaultImageResourceID()
234 case DatabaseObject::TABLE: in getFolderImage()
H A Ddatabaseobjectview.cxx198 ,m_nCommandType( _bCreateView ? CommandType::TABLE : CommandType::QUERY ) in QueryDesigner()
210 … const bool bEditViewAsSQLCommand = ( m_nCommandType == CommandType::TABLE ) && !bGraphicalDesign; in fillDispatchArgs()
314 …i_rDispatchArgs.put( (::rtl::OUString)PROPERTY_COMMAND_TYPE, (m_bTable ? CommandType::TABLE : Comm… in fillDispatchArgs()
/aoo4110/main/qadevOOo/runner/util/
H A DFormTools.java238 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
267 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
280 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
310 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx156 DynamicTableOrQueryNameCheck aNameChecker( xConnection, CommandType::TABLE ); in convertToView()
157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView()
444 case DatabaseObject::TABLE: eType = E_TABLE; break; in lcl_objectType2ElementType()
467 if ( ( _nObjectType != DatabaseObject::TABLE ) in impl_validateObjectTypeAndName_throw()
487 case DatabaseObject::TABLE: in impl_validateObjectTypeAndName_throw()
/aoo4110/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx234 case PrivilegeObject::TABLE: in mapObjectType2Ado()
249 sal_Int32 nType = PrivilegeObject::TABLE; in mapAdoType2Object()
253 nType = PrivilegeObject::TABLE; in mapAdoType2Object()
/aoo4110/main/forms/qa/integration/forms/
H A DMasterDetailForms.java126 … m_masterForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms()
133 … m_detailForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms()
248 m_masterForm.setPropertyValue( "CommandType", new Integer( CommandType.TABLE ) ); in checkDetailFormDefaults()
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx107 case PrivilegeObject::TABLE: in findPrivilegesAndGrantPrivileges()
223 if ( objType != PrivilegeObject::TABLE ) in grantPrivileges()
254 if ( objType != PrivilegeObject::TABLE ) in revokePrivileges()
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYUser.cxx107 case PrivilegeObject::TABLE: in findPrivilegesAndGrantPrivileges()
223 if ( objType != PrivilegeObject::TABLE ) in grantPrivileges()
253 if ( objType != PrivilegeObject::TABLE ) in revokePrivileges()
/aoo4110/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx608 pDlg->SetSelectedTable(sTable, pUserData->nCommandType == CommandType::TABLE); in DetectTablesAndQueries()
613 m_aDBData.nCommandType = bIsTable ? CommandType::TABLE : CommandType::QUERY; in DetectTablesAndQueries()
623 m_aDBData.nCommandType = CommandType::TABLE; in DetectTablesAndQueries()
640 m_aDBData.nCommandType == CommandType::TABLE ? in DetectTablesAndQueries()
/aoo4110/main/offapi/com/sun/star/sdb/application/
H A DDatabaseObject.idl51 const long TABLE = com::sun::star::sdb::CommandType::TABLE;

Completed in 111 milliseconds

1234567891011