Home
last modified time | relevance | path

Searched refs:READ_ONLY (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx895 …!m_pCache || !m_bNew || !m_bModified || m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY) in insertRow()
957 …if ( !m_pCache || m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY || m_bNew || ((m_pCac… in updateRow()
1022 if ( m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY ) in deleteRow()
1076 if ( m_bNew || m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY ) in implCancelRowUpdates()
1621 { ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::READ_ONLY }, in setStatementResultSetType()
1622 { ResultSetType::SCROLL_INSENSITIVE, ResultSetConcurrency::READ_ONLY }, in setStatementResultSetType()
1623 { ResultSetType::FORWARD_ONLY, ResultSetConcurrency::READ_ONLY } in setStatementResultSetType()
1828 if ( m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY ) in execute_NoApprove_NoNewConn()
2100 if(!m_pCache || m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY) in deleteRows()
2758 if ( m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY) in checkUpdateConditions()
[all …]
H A DRowSetCache.cxx155 …tINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurrency::READ_ONLY); in DBG_NAME()
361 …etINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurrency::READ_ONLY) in DBG_NAME()
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx71 PresenterConfigurationAccess::READ_ONLY ); in lcl_IsPresenterEnabled()
569 PresenterConfigurationAccess::READ_ONLY); in GetScreenNumber()
732 PresenterConfigurationAccess::READ_ONLY); in SetupConfiguration()
H A DPresenterConfigurationAccess.hxx56 enum WriteMode { READ_WRITE, READ_ONLY }; enumerator
H A DPresenterAccessibility.cxx466 PresenterConfigurationAccess::READ_ONLY); in Create()
499 PresenterConfigurationAccess::READ_ONLY); in Create()
2253 PresenterConfigurationAccess::READ_ONLY); in Create()
H A DPresenterConfigurationAccess.cxx75 if (eMode == READ_ONLY) in PresenterConfigurationAccess()
H A DPresenterBitmapContainer.cxx83 PresenterConfigurationAccess::READ_ONLY); in PresenterBitmapContainer()
H A DPresenterButton.cxx579 PresenterConfigurationAccess::READ_ONLY); in GetConfigurationProperties()
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx158 ConfigurationAccess::READ_ONLY); in LoadFactories()
222 tools::ConfigurationAccess::READ_ONLY); in InstantiateStartupServices()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java197 …op.setPropertyValue("ResultSetConcurrency", new java.lang.Integer(ResultSetConcurrency.READ_ONLY)); in refreshRow()
226 …op.setPropertyValue("ResultSetConcurrency", new java.lang.Integer(ResultSetConcurrency.READ_ONLY)); in displayColumnNames()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java207 …ControlProperty("lstSort" + Integer.toString(_index + 1), PropertyNames.READ_ONLY, Boolean.valueOf… in setReadOnly()
257 … if (!((Boolean) CurUnoDialog.getControlProperty("lstSort" + (i + 1), PropertyNames.READ_ONLY)))
H A DCommandFieldSelection.java443 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.READ_ONLY, Boolean.val… in preselectCommand()
466 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.READ_ONLY, Boolean.val… in preselectCommand()
H A DDocumentPreview.java126 "Preview", PropertyNames.READ_ONLY in setDocument()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DPropertyNames.java60 public static String READ_ONLY = "ReadOnly"; field in PropertyNames
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx523 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
597 case ResultSetConcurrency::READ_ONLY: in setResultSetConcurrency()
H A DAResultSet.cxx980 sal_Int32 nValue=ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
987 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
/trunk/main/sd/source/ui/inc/tools/
H A DConfigurationAccess.hxx47 enum WriteMode { READ_WRITE, READ_ONLY }; enumerator
/trunk/main/offapi/com/sun/star/sdbc/
H A DResultSetConcurrency.idl38 const long READ_ONLY = 1007;
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx686 nValue = ResultSetConcurrency::READ_ONLY; in getResultSetConcurrency()
776 if(_par0 == ResultSetConcurrency::READ_ONLY) in setResultSetConcurrency()
/trunk/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx102 if (eMode == READ_ONLY) in Initialize()
/trunk/main/wizards/com/sun/star/wizards/query/
H A DFinalizer.java117 …s.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.READ_ONLY, PropertyNames.P… in Finalizer()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java318 aLoadProps[1] = Properties.createProperty(PropertyNames.READ_ONLY, Boolean.TRUE); in load()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java154 if ( ResultSetConcurrency.READ_ONLY != aConcurrency.intValue() ) in insertPrimaryKey()
/trunk/main/sd/source/ui/sidebar/
H A DRecentlyUsedMasterPages.cxx187 tools::ConfigurationAccess::READ_ONLY); in LoadPersistentValues()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java130 loadValues[0].Name = PropertyNames.READ_ONLY; in createNewDocument()

Completed in 164 milliseconds

12