/trunk/main/setup_native/scripts/ |
H A D | install_linux.sh | 25 UPDATE="ask" 81 UPDATE="yes" 109 -U|--update) UPDATE="yes"; shift;; 162 if [ "$UPDATE" = "ask" ] 180 while [ "$UPDATE" != "yes" ] 183 if [ "$UPDATE" = "no" ] 195 while [ "$UPDATE" != "yes" ] 198 if [ "$UPDATE" = "no" ] 204 UPDATE="no" 212 if [ "$UPDATE" = "yes" ] [all …]
|
H A D | install_solaris.sh | 25 UPDATE="no" 85 UPDATE="yes" 141 UPDATE="yes" 147 UPDATE="yes" 213 if [ "$UPDATE" = "yes" ] 294 if [ "$UPDATE" = "yes" ]
|
H A D | unpack_update.sh | 53 UPDATE=`eval ls */update` && SUBFOLDER=`dirname $UPDATE` && mv $SUBFOLDER/* . && rmdir $SUBFOLDER &…
|
/trunk/main/connectivity/source/drivers/hsqldb/ |
H A D | HUser.cxx | 166 nRights |= Privilege::UPDATE; in findPrivilegesAndGrantPrivileges() 168 nRightsWithGrant |= Privilege::UPDATE; in findPrivilegesAndGrantPrivileges() 316 if((nRights & Privilege::UPDATE) == Privilege::UPDATE) in getPrivilegeString()
|
H A D | HTables.cxx | 83 …nPrivileges &= ~( Privilege::INSERT | Privilege::UPDATE | Privilege::DELETE | Privilege::CREATE | … in createObject()
|
/trunk/main/connectivity/source/drivers/mysql/ |
H A D | YUser.cxx | 166 nRights |= Privilege::UPDATE; in findPrivilegesAndGrantPrivileges() 168 nRightsWithGrant |= Privilege::UPDATE; in findPrivilegesAndGrantPrivileges() 315 if((nRights & Privilege::UPDATE) == Privilege::UPDATE) in getPrivilegeString()
|
H A D | YTables.cxx | 99 Privilege::UPDATE | in createObject()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XStatement.idl | 69 /** 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 D | XPreparedStatement.idl | 63 /** 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 D | ChangeAction.idl | 40 const long UPDATE = 2;
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | adoimp.cxx | 279 nRights |= Privilege::UPDATE; in mapAdoRights2Sdbc() 300 if((nRights & Privilege::UPDATE) == Privilege::UPDATE) in mapRights2Ado()
|
H A D | ADatabaseMetaDataImpl.cxx | 348 nRight |= Privilege::UPDATE; in MapRight() 374 if(_eNum & Privilege::UPDATE) in Map2Right()
|
/trunk/main/connectivity/source/drivers/adabas/ |
H A D | BUser.cxx | 156 { "UPD", Privilege::UPDATE }, in getAnyTablePrivileges() 297 if((nRights & Privilege::UPDATE) == Privilege::UPDATE) in getPrivilegeString()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | TableGrantCtrl.cxx | 269 GRANT_REVOKE_RIGHT(Privilege::UPDATE); in SaveModified() 375 bAllowed = (Privilege::UPDATE & _nPrivilege) == Privilege::UPDATE; in isAllowed()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterPaintManager.cxx | 78 nInvalidateMode |= awt::InvalidateStyle::UPDATE; in Invalidate() 126 nInvalidateMode |= awt::InvalidateStyle::UPDATE; in Invalidate()
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleTableModelChangeType.idl | 44 <const>AccessibleTabelModelChangeType::UPDATE</const> specifies a 73 const short UPDATE = 3;
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSet.java | 131 if( (nPriv & Privilege.UPDATE) == Privilege.UPDATE) in showRowSetPrivileges()
|
/trunk/main/offapi/com/sun/star/setup/ |
H A D | InstallType.idl | 53 UPDATE
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | RowChangeAction.idl | 41 const long UPDATE = 2;
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | InvalidateStyle.idl | 59 const short UPDATE = 8;
|
/trunk/main/offapi/com/sun/star/sdbcx/ |
H A D | Privilege.idl | 48 const long UPDATE = 0x00000004;
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 728 nPrivileges |= Privilege::UPDATE; in getTablePrivileges() 756 Privilege::UPDATE | in getTablePrivileges()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 117 if ( i_aEvt.Action == RowChangeAction::UPDATE ) in rowsChanged() 1297 if ((nPrivileges & Privilege::UPDATE) == 0) in SetOptions() 1552 …if ((m_nOptionMask & OPT_UPDATE) && ((nPrivileges & Privilege::UPDATE) == Privilege::UPDATE) && (n… in setDataSource()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 926 …RowsChangeEvent aUpEvt(*this,RowChangeAction::UPDATE,aBookmarks.size(),Sequence<Any>(&(*aBookmarks… in insertRow() 957 …ncy::READ_ONLY || m_bNew || ((m_pCache->m_nPrivileges & Privilege::UPDATE ) != Privilege::UPDATE) ) in updateRow() 968 RowsChangeEvent aEvt(*this,RowChangeAction::UPDATE,1,aChangedBookmarks); in updateRow()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 486 case accessibility::AccessibleTableModelChangeType::UPDATE: in notifyEvent()
|