Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dbasesh.cxx2484 bool bPrepare = true; in GetBorderState() local
2500 bPrepare = false; in GetBorderState()
2505 if ( bPrepare ) in GetBorderState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dbasesh.cxx2562 bool bPrepare = true; in GetBorderState() local
2578 bPrepare = false; in GetBorderState()
2583 if ( bPrepare ) in GetBorderState()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtclsqlite.c4053 int bPrepare; in db_use_legacy_prepare_cmd() local
4065 if( Tcl_GetBooleanFromObj(interp, objv[2], &bPrepare) ){ in db_use_legacy_prepare_cmd()
4069 pDb->bLegacyPrepare = bPrepare; in db_use_legacy_prepare_cmd()