Home
last modified time | relevance | path

Searched refs:m_bUseEscapeProcessing (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx160 ,m_bUseEscapeProcessing(sal_True) in ORowSet()
211 …,PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::BOUND, &m_bUseEscapeProcessing,::getBoole… in ORowSet()
2345 sal_Bool bDoEscapeProcessing = m_bUseEscapeProcessing; in impl_buildActiveCommand_throw()
2421 if ( bDoEscapeProcessing != m_bUseEscapeProcessing ) in impl_buildActiveCommand_throw()
2423 sal_Bool bOldValue = m_bUseEscapeProcessing; in impl_buildActiveCommand_throw()
2424 m_bUseEscapeProcessing = bDoEscapeProcessing; in impl_buildActiveCommand_throw()
H A DRowSet.hxx135 sal_Bool m_bUseEscapeProcessing ; member in dbaccess::ORowSet

Completed in 44 milliseconds