Home
last modified time | relevance | path

Searched refs:setEscapeProcessing (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java116 setEscapeProcessing((boolean)value); in registerProperties()
248 private synchronized void setEscapeProcessing(boolean value) throws WrappedTargetException { in setEscapeProcessing() method in JavaSQLStatementBase
253 jdbcStatement.setEscapeProcessing(value); in setEscapeProcessing()
/trunk/main/forms/source/component/
H A Dcachedrowset.cxx121 setEscapeProcessing( bEscapeProcessing ); in setCommandFromQuery()
129 void CachedRowSet::setEscapeProcessing ( const sal_Bool _bEscapeProcessing ) in setEscapeProcessing() function in frm::CachedRowSet
H A DComboBox.cxx563 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
577 … m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType ); in loadData()
H A Dcachedrowset.hxx82 void setEscapeProcessing ( const sal_Bool _bEscapeProcessing );
H A DListBox.cxx763 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
775 … m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType ); in loadData()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.hxx209 virtual void setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const = 0;
H A Dformcomponenthandler.cxx3032 virtual void setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const;
3070 void FormSQLCommandUI::setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const in setEscapeProcessing() function in pcr::__anon01979a320311::FormSQLCommandUI
3099 virtual void setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const;
3163 void ValueListCommandUI::setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const in setEscapeProcessing() function in pcr::__anon01979a320311::ValueListCommandUI
H A Dsqlcommanddesign.cxx151 m_xObjectAdapter->setEscapeProcessing( bEscapeProcessing ); in propertyChange()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx509 void java_sql_Statement_Base::setEscapeProcessing(sal_Bool _par0) in setEscapeProcessing() function in java_sql_Statement_Base
691 setEscapeProcessing( ::comphelper::getBOOL( rValue ) ); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx844 void OStatement_Base::setEscapeProcessing( const sal_Bool _bEscapeProc ) in setEscapeProcessing() function in OStatement_Base
1044 setEscapeProcessing( ::comphelper::getBOOL( rValue ) ); in setFastPropertyValue_NoBroadcast()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlReport.cxx94 m_xComponent->setEscapeProcessing(sValue == s_sTRUE); in DBG_NAME()
H A DxmlImportDocumentHandler.cxx181 m_xDatabaseDataProvider->setEscapeProcessing(sValue == s_sTRUE); in startElement()
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx84 void setEscapeProcessing(sal_Bool _par0);
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx103 void setEscapeProcessing( const sal_Bool _bEscapeProc );
/trunk/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx127 virtual void SAL_CALL setEscapeProcessing(::sal_Bool the_value);
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx232 virtual void SAL_CALL setEscapeProcessing( ::sal_Bool _escapeprocessing );
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx601 void SAL_CALL DatabaseDataProvider::setEscapeProcessing(::sal_Bool the_value) in setEscapeProcessing() function in dbaccess::DatabaseDataProvider
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1042 void SAL_CALL OReportDefinition::setEscapeProcessing( ::sal_Bool _escapeprocessing ) in setEscapeProcessing() function in reportdesign::OReportDefinition