Searched refs:bDoEscapeProcessing (Results 1 – 2 of 2) sorted by relevance
2345 sal_Bool bDoEscapeProcessing = m_bUseEscapeProcessing; in impl_buildActiveCommand_throw() local2351 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()
1948 sal_Bool bDoEscapeProcessing( sal_False ); in impl_updateDependentProperty_nothrow() local1949 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 50 milliseconds