Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx1592 sal_Int32 nDepVal = 0; in isUIOptionEnabled() local
1594 if( pVal->Value >>= nDepVal ) in isUIOptionEnabled()
1596 … bEnabled = (nDepVal == it->second.mnDependsOnEntry) || (it->second.mnDependsOnEntry == -1); in isUIOptionEnabled()
1648 sal_Int32 nDepVal = 0; in makeEnabled() local
1650 if( pVal->Value >>= nDepVal ) in makeEnabled()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx1625 sal_Int32 nDepVal = 0; in isUIOptionEnabled() local
1627 if( pVal->Value >>= nDepVal ) in isUIOptionEnabled()
1629 … bEnabled = (nDepVal == it->second.mnDependsOnEntry) || (it->second.mnDependsOnEntry == -1); in isUIOptionEnabled()
1681 sal_Int32 nDepVal = 0; in makeEnabled() local
1683 if( pVal->Value >>= nDepVal ) in makeEnabled()