Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/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.cxx566 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
580 … m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType ); in loadData()
H A Dcachedrowset.hxx82 void setEscapeProcessing ( const sal_Bool _bEscapeProcessing );
H A DListBox.cxx764 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
776 … 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.cxx3033 virtual void setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const;
3071 void FormSQLCommandUI::setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const in setEscapeProcessing() function in pcr::__anonb1d7986a0311::FormSQLCommandUI
3100 virtual void setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const;
3164 void ValueListCommandUI::setEscapeProcessing( const sal_Bool _bEscapeProcessing ) const in setEscapeProcessing() function in pcr::__anonb1d7986a0311::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) throw(SQLException, RuntimeExcept… in setEscapeProcessing() function in java_sql_Statement_Base
693 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
1045 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/odbc/
H A DOStatement.hxx103 void setEscapeProcessing( const sal_Bool _bEscapeProc );
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx84 …void setEscapeProcessing(sal_Bool _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
/trunk/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx127 …virtual void SAL_CALL setEscapeProcessing(::sal_Bool the_value) throw (::com::sun::star::uno::Runt…
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx232 …virtual void SAL_CALL setEscapeProcessing( ::sal_Bool _escapeprocessing ) throw (::com::sun::star:…
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx601 void SAL_CALL DatabaseDataProvider::setEscapeProcessing(::sal_Bool the_value) throw (uno::RuntimeEx… in setEscapeProcessing() function in dbaccess::DatabaseDataProvider
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1042 void SAL_CALL OReportDefinition::setEscapeProcessing( ::sal_Bool _escapeprocessing ) throw (uno::Ru… in setEscapeProcessing() function in reportdesign::OReportDefinition

Completed in 107 milliseconds