Home
last modified time | relevance | path

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

/aoo41x/main/framework/inc/
H A Dqueries.h210 : m_eQuery ( E_ALL ) // return ALL filter ... in QueryAnalyzer()
275 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_ALL ) == sal_True ) m_eQuery = E_ALL ; else in QueryAnalyzer()
276 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_WRITER ) == sal_True ) m_eQuery = E_WRITER ; else in QueryAnalyzer()
277 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_WEB ) == sal_True ) m_eQuery = E_WEB ; else in QueryAnalyzer()
278 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_GLOBAL ) == sal_True ) m_eQuery = E_GLOBAL ; else in QueryAnalyzer()
279 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_CHART ) == sal_True ) m_eQuery = E_CHART ; else in QueryAnalyzer()
280 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_CALC ) == sal_True ) m_eQuery = E_CALC ; else in QueryAnalyzer()
281 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_IMPRESS ) == sal_True ) m_eQuery = E_IMPRESS ; else in QueryAnalyzer()
284 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_GRAPHICS ) == sal_True ) m_eQuery = E_GRAPHICS ; in QueryAnalyzer()
358 EQuery getQueryType() const { return m_eQuery; } in getQueryType()
[all …]

Completed in 12 milliseconds