Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dparameter.cpp139 void CSG_Parameter::Set_UseInGUI(bool bDoUse) in Set_UseInGUI() argument
141 if( bDoUse ) in Set_UseInGUI()
152 void CSG_Parameter::Set_UseInCMD(bool bDoUse) in Set_UseInCMD() argument
154 if( bDoUse ) in Set_UseInCMD()
H A Dparameters.h242 void Set_UseInGUI (bool bDoUse = false);
243 void Set_UseInCMD (bool bDoUse = false);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dformcontroller.cxx1194 bool bDoUse = false; in lcl_shouldUseDynamicControlBorder() local
1195 if ( !( _rDynamicColorProp >>= bDoUse ) ) in lcl_shouldUseDynamicControlBorder()
1200 return bDoUse; in lcl_shouldUseDynamicControlBorder()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dformcontroller.cxx1187 bool bDoUse = false; in lcl_shouldUseDynamicControlBorder() local
1188 if ( !( _rDynamicColorProp >>= bDoUse ) ) in lcl_shouldUseDynamicControlBorder()
1193 return bDoUse; in lcl_shouldUseDynamicControlBorder()