Lines Matching refs:nOptions
351 nOptions ( USHRT_MAX ), \
1842 if ( nFlags == nOptions ) in EnableControls_Impl()
1845 nOptions = nFlags; in EnableControls_Impl()
1847 if ( !nOptions ) in EnableControls_Impl()
1859 sal_Bool bEnableSearch = ( SEARCH_OPTIONS_SEARCH & nOptions ) != 0; in EnableControls_Impl()
1866 if ( ( SEARCH_OPTIONS_SEARCH_ALL & nOptions ) != 0 ) in EnableControls_Impl()
1873 if ( ( SEARCH_OPTIONS_REPLACE & nOptions ) != 0 ) in EnableControls_Impl()
1888 if ( ( SEARCH_OPTIONS_REPLACE_ALL & nOptions ) != 0 ) in EnableControls_Impl()
1902 if ( ( SEARCH_OPTIONS_WHOLE_WORDS & nOptions ) != 0 ) in EnableControls_Impl()
1906 if ( ( SEARCH_OPTIONS_BACKWARDS & nOptions ) != 0 ) in EnableControls_Impl()
1914 if ( ( SEARCH_OPTIONS_REG_EXP & nOptions ) != 0 ) in EnableControls_Impl()
1918 if ( ( SEARCH_OPTIONS_EXACT & nOptions ) != 0 ) in EnableControls_Impl()
1922 if ( ( SEARCH_OPTIONS_SELECTION & nOptions ) != 0 ) in EnableControls_Impl()
1926 if ( ( SEARCH_OPTIONS_FAMILIES & nOptions ) != 0 ) in EnableControls_Impl()
1930 if ( ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 ) in EnableControls_Impl()
1952 if ( ( SEARCH_OPTIONS_SIMILARITY & nOptions ) != 0 ) in EnableControls_Impl()
1972 if ( &aSearchBtn == pCtrl && ( SEARCH_OPTIONS_SEARCH & nOptions ) != 0 ) in EnableControl_Impl()
1981 ( SEARCH_OPTIONS_SEARCH_ALL & nOptions ) != 0 ) in EnableControl_Impl()
1986 if ( &aReplaceBtn == pCtrl && ( SEARCH_OPTIONS_REPLACE & nOptions ) != 0 ) in EnableControl_Impl()
1992 ( SEARCH_OPTIONS_REPLACE_ALL & nOptions ) != 0 ) in EnableControl_Impl()
1997 if ( &aWordBtn == pCtrl && ( SEARCH_OPTIONS_WHOLE_WORDS & nOptions ) != 0 ) in EnableControl_Impl()
2002 if ( &aBackwardsBtn == pCtrl && ( SEARCH_OPTIONS_BACKWARDS & nOptions ) != 0 ) in EnableControl_Impl()
2012 if ( &aRegExpBtn == pCtrl && ( SEARCH_OPTIONS_REG_EXP & nOptions ) != 0 in EnableControl_Impl()
2018 if ( &aMatchCaseCB == pCtrl && ( SEARCH_OPTIONS_EXACT & nOptions ) != 0 ) in EnableControl_Impl()
2024 if ( &aSelectionBtn == pCtrl && ( SEARCH_OPTIONS_SELECTION & nOptions ) != 0 ) in EnableControl_Impl()
2029 if ( &aLayoutBtn == pCtrl && ( SEARCH_OPTIONS_FAMILIES & nOptions ) != 0 ) in EnableControl_Impl()
2035 && ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 in EnableControl_Impl()
2040 if ( &aFormatBtn == pCtrl && ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 ) in EnableControl_Impl()
2045 if ( &aNoFormatBtn == pCtrl && ( SEARCH_OPTIONS_FORMAT & nOptions ) != 0 ) in EnableControl_Impl()
2051 ( SEARCH_OPTIONS_SIMILARITY & nOptions ) != 0 ) in EnableControl_Impl()