Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2345 sal_Bool bDoEscapeProcessing = m_bUseEscapeProcessing; in impl_buildActiveCommand_throw() local
2351 return bDoEscapeProcessing; in impl_buildActiveCommand_throw()
2358 if ( bDoEscapeProcessing ) in impl_buildActiveCommand_throw()
2420 … xQuery->getPropertyValue(PROPERTY_ESCAPE_PROCESSING) >>= bDoEscapeProcessing; in impl_buildActiveCommand_throw()
2421 if ( bDoEscapeProcessing != m_bUseEscapeProcessing ) in impl_buildActiveCommand_throw()
2424 m_bUseEscapeProcessing = bDoEscapeProcessing; in impl_buildActiveCommand_throw()
2425 … fireProperty(PROPERTY_ID_ESCAPE_PROCESSING,bOldValue,bDoEscapeProcessing); in impl_buildActiveCommand_throw()
2460 if ( !m_aActiveCommand.getLength() && !bDoEscapeProcessing ) in impl_buildActiveCommand_throw()
2463 return bDoEscapeProcessing; in impl_buildActiveCommand_throw()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1948 sal_Bool bDoEscapeProcessing( sal_False ); in impl_updateDependentProperty_nothrow() local
1949 impl_getPropertyValue_throw( PROPERTY_ESCAPE_PROCESSING ) >>= bDoEscapeProcessing; in impl_updateDependentProperty_nothrow()
1952 bDoEscapeProcessing in impl_updateDependentProperty_nothrow()
1961 && bDoEscapeProcessing in impl_updateDependentProperty_nothrow()

Completed in 67 milliseconds