Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DDocumentContentOperationsManager.hxx131 bool bResetAll; member
148 , bResetAll(true) in ParaRstFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DDocumentContentOperationsManager.hxx131 bool bResetAll; member
148 , bResetAll(true) in ParaRstFormat()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DFileCache.cpp48 void Reset(int64_t pos, bool bResetAll = true) in Reset() argument
53 if (bResetAll) in Reset()
/dports/www/itop/web/application/
H A Ddatatable.class.inc.php861 public function ResetToDefault($bResetAll) argument
863 …if (($this->sTableId == null) && (!$bResetAll)) return false; // Cannot reset, the table is not id…
864 if ($bResetAll)
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/vp9hdec/
H A Dintel_hybrid_hostvld_vp9_context.cpp800 BOOL bResetAll, bResetSpecified; in Intel_HostvldVp9_ResetContext() local
804 bResetAll = in Intel_HostvldVp9_ResetContext()
811 pFrameInfo->bResetContext = (bResetAll || bResetSpecified); in Intel_HostvldVp9_ResetContext()
813 if (bResetAll) in Intel_HostvldVp9_ResetContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfmt.cxx199 else if( pPara->bResetAll ) in lcl_RstAttr()
383 aPara.bResetAll = false ; in ResetAttrs()
385 aPara.bResetAll = true ; in ResetAttrs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfmt.cxx196 else if( pPara->bResetAll ) in lcl_RstAttr()
380 aPara.bResetAll = false ; in ResetAttrs()
382 aPara.bResetAll = true ; in ResetAttrs()
/dports/www/itop/web/pages/
H A Dajax.render.php256 $bResetAll = (utils::ReadParam('defaults', 'true') == 'true'); variable
259 $bRet = $oSettings->ResetToDefault($bResetAll);