Home
last modified time | relevance | path

Searched refs:INSERT (Results 1 – 25 of 107) sorted by relevance

12345

/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx1939 …implDescribeSupportedFeature( ".uno:InsertDateTimeField", SID_DATETIME, CommandGroup::INSERT in describeSupportedFeatures()
1940 …escribeSupportedFeature( ".uno:InsertObjectChart", SID_INSERT_DIAGRAM, CommandGroup::INSERT ); in describeSupportedFeatures()
1941 …implDescribeSupportedFeature( ".uno:InsertGraphic", SID_INSERT_GRAPHIC, CommandGroup::INSERT in describeSupportedFeatures()
1943 implDescribeSupportedFeature( ".uno:SelectObject", SID_OBJECT_SELECT, CommandGroup::INSERT ); in describeSupportedFeatures()
1944 implDescribeSupportedFeature( ".uno:Label", SID_FM_FIXEDTEXT, CommandGroup::INSERT ); in describeSupportedFeatures()
1945 implDescribeSupportedFeature( ".uno:Edit", SID_FM_EDIT, CommandGroup::INSERT ); in describeSupportedFeatures()
1946 …implDescribeSupportedFeature( ".uno:ImageControl", SID_FM_IMAGECONTROL, CommandGroup::INSERT in describeSupportedFeatures()
1947 …DescribeSupportedFeature( ".uno:HFixedLine", SID_INSERT_HFIXEDLINE, CommandGroup::INSERT ); in describeSupportedFeatures()
1951 …mplDescribeSupportedFeature( ".uno:BasicShapes", SID_DRAWTBX_CS_BASIC, CommandGroup::INSERT ); in describeSupportedFeatures()
1975 …lDescribeSupportedFeature( ".uno:SymbolShapes", SID_DRAWTBX_CS_SYMBOL, CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
/aoo42x/main/chart2/source/controller/main/
H A DChartController_Insert.cxx120 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_AXES ))), in executeDispatch_InsertAxes()
158 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_GRIDS ))), in executeDispatch_InsertGrid()
195 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_TITLES ))), in executeDispatch_InsertTitles()
237 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_LEGEND ))), in executeDispatch_InsertLegend()
248 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_LEGEND ))), in executeDispatch_OpenLegendDialog()
279 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_DATALABELS ))), in executeDispatch_InsertMenu_DataLabels()
476 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_CURVE ))), in executeDispatch_InsertTrendline()
767 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_TITLE ))), in executeDispatch_InsertAxisTitle()
808 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_AXIS ))), in executeDispatch_InsertAxis()
852 ActionDescriptionProvider::INSERT, String( SchResId( STR_OBJECT_GRID ))), in executeDispatch_InsertMajorGrid()
[all …]
H A DDrawCommandDispatch.cxx426 …ortedFeature( ".uno:SelectObject", COMMAND_ID_OBJECT_SELECT, CommandGroup::INSERT ); in describeSupportedFeatures()
427 …ortedFeature( ".uno:Line", COMMAND_ID_DRAW_LINE, CommandGroup::INSERT ); in describeSupportedFeatures()
428 …ortedFeature( ".uno:LineArrowEnd", COMMAND_ID_LINE_ARROW_END, CommandGroup::INSERT ); in describeSupportedFeatures()
429 …ortedFeature( ".uno:Rect", COMMAND_ID_DRAW_RECT, CommandGroup::INSERT ); in describeSupportedFeatures()
430 …ortedFeature( ".uno:Ellipse", COMMAND_ID_DRAW_ELLIPSE, CommandGroup::INSERT ); in describeSupportedFeatures()
431 …ortedFeature( ".uno:Freeline_Unfilled", COMMAND_ID_DRAW_FREELINE_NOFILL, CommandGroup::INSERT ); in describeSupportedFeatures()
432 …ortedFeature( ".uno:DrawText", COMMAND_ID_DRAW_TEXT, CommandGroup::INSERT ); in describeSupportedFeatures()
433 …ortedFeature( ".uno:DrawCaption", COMMAND_ID_DRAW_CAPTION, CommandGroup::INSERT ); in describeSupportedFeatures()
434 …ortedFeature( ".uno:BasicShapes", COMMAND_ID_DRAWTBX_CS_BASIC, CommandGroup::INSERT ); in describeSupportedFeatures()
435 …ortedFeature( ".uno:SymbolShapes", COMMAND_ID_DRAWTBX_CS_SYMBOL, CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx160 nRights |= Privilege::INSERT; in findPrivilegesAndGrantPrivileges()
162 nRightsWithGrant |= Privilege::INSERT; in findPrivilegesAndGrantPrivileges()
306 if((nRights & Privilege::INSERT) == Privilege::INSERT) in getPrivilegeString()
H A DHTables.cxx83 …nPrivileges &= ~( Privilege::INSERT | Privilege::UPDATE | Privilege::DELETE | Privilege::CREATE | … in createObject()
/aoo42x/main/connectivity/source/drivers/mysql/
H A DYUser.cxx160 nRights |= Privilege::INSERT; in findPrivilegesAndGrantPrivileges()
162 nRightsWithGrant |= Privilege::INSERT; in findPrivilegesAndGrantPrivileges()
305 if((nRights & Privilege::INSERT) == Privilege::INSERT) in getPrivilegeString()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppController.cxx1449 …ribeSupportedFeature( ".uno:DBNewForm", SID_APP_NEW_FORM, CommandGroup::INSERT ); in describeSupportedFeatures()
1450 …ribeSupportedFeature( ".uno:DBNewFolder", SID_APP_NEW_FOLDER, CommandGroup::INSERT ); in describeSupportedFeatures()
1451 …ribeSupportedFeature( ".uno:DBNewFormAutoPilot", SID_DB_FORM_NEW_PILOT, CommandGroup::INSERT ); in describeSupportedFeatures()
1456 implDescribeSupportedFeature( ".uno:DBNewReport", SID_APP_NEW_REPORT, CommandGroup::INSERT ); in describeSupportedFeatures()
1458 … ID_DOCUMENT_CREATE_REPWIZ, CommandGroup::INSERT ); in describeSupportedFeatures()
1462 …ribeSupportedFeature( ".uno:DBNewQuery", ID_NEW_QUERY_DESIGN, CommandGroup::INSERT ); in describeSupportedFeatures()
1463 …ribeSupportedFeature( ".uno:DBNewQuerySql", ID_NEW_QUERY_SQL, CommandGroup::INSERT ); in describeSupportedFeatures()
1465 … CommandGroup::INSERT ); in describeSupportedFeatures()
1466 …ribeSupportedFeature( ".uno:DBNewTable", ID_NEW_TABLE_DESIGN, CommandGroup::INSERT ); in describeSupportedFeatures()
1468 … CommandGroup::INSERT ); in describeSupportedFeatures()
[all …]
/aoo42x/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx275 nRights |= Privilege::INSERT; in mapAdoRights2Sdbc()
296 if((nRights & Privilege::INSERT) == Privilege::INSERT) in mapRights2Ado()
H A DADatabaseMetaDataImpl.cxx346 nRight |= Privilege::INSERT; in MapRight()
371 if(_eNum & Privilege::INSERT) in Map2Right()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXStatement.idl69 /** executes an SQL INSERT, UPDATE, or DELETE statement. In addition,
74 a SQL INSERT, UPDATE or DELETE statement or a SQL statement that returns nothing
76 either the row count for INSERT, UPDATE or DELETE or 0 for SQL statements that return nothing
H A DXPreparedStatement.idl63 /** executes the SQL INSERT, UPDATE or DELETE statement in this
70 …either the row count for INSERT, UPDATE or DELETE statements; or 0 for SQL statements that return …
H A DChangeAction.idl35 const long INSERT = 1;
H A DODBCConnectionProperties.idl78 when asking an "INSERT" statement for the XGeneratedResultSet (future concept) interface.
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBUser.cxx154 { "INS", Privilege::INSERT }, in getAnyTablePrivileges()
287 if((nRights & Privilege::INSERT) == Privilege::INSERT) in getPrivilegeString()
/aoo42x/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx263 GRANT_REVOKE_RIGHT(Privilege::INSERT); in SaveModified()
369 bAllowed = (Privilege::INSERT & _nPrivilege) == Privilege::INSERT; in isAllowed()
/aoo42x/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx188 …eature( ".uno:DSBInsertColumns", ID_BROWSER_INSERTCOLUMNS, CommandGroup::INSERT ); in describeSupportedFeatures()
189 …eature( ".uno:DSBInsertContent", ID_BROWSER_INSERTCONTENT, CommandGroup::INSERT ); in describeSupportedFeatures()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChangeType.idl40 <const>AccessibleTableModelChangeType::INSERT</const> and
57 const short INSERT = 1;
/aoo42x/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java129 if( (nPriv & Privilege.INSERT) == Privilege.INSERT) in showRowSetPrivileges()
/aoo42x/main/svx/inc/svx/
H A DActionDescriptionProvider.hxx43 INSERT enumerator
/aoo42x/main/svx/source/svdraw/
H A DActionDescriptionProvider.cxx37 case INSERT: in createDescription()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx48 …( AccessibleTableModelChangeType::INSERT == aChange.Type || AccessibleTableModelChangeType::DELETE… in getTableNotification()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DRowChangeAction.idl36 const long INSERT = 1;
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx128 m_nPrivileges = Privilege::SELECT|Privilege::DELETE|Privilege::INSERT|Privilege::UPDATE; in DBG_NAME()
180 … m_nPrivileges = Privilege::SELECT|Privilege::DELETE|Privilege::INSERT|Privilege::UPDATE; in DBG_NAME()
343 m_nPrivileges |= ~Privilege::INSERT; // remove the insert privilege in DBG_NAME()
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DPrivilege.idl43 const long INSERT = 0x00000002;
/aoo42x/main/offapi/com/sun/star/frame/
H A DCommandGroup.idl88 const short INSERT = 9;

Completed in 142 milliseconds

12345