Searched refs:isAllowed (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | TableGrantCtrl.cxx | 313 return String::CreateFromInt32(isAllowed(nColId,nPriv) ? 1 :0); in GetCellText() 328 …m_pCheckCell->GetBox().Check(aFind != m_aPrivMap.end() ? isAllowed(nColumnId,aFind->second.nRights… in InitController() 363 sal_Bool OTableGrantControl::isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const in isAllowed() function in OTableGrantControl 423 if(aFind != m_aPrivMap.end() && isAllowed(nColumnId,aFind->second.nWithGrant)) in GetController() 450 …PaintTristate(rDev, rRect, isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHEC… in PaintCell() 501 eState = isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK; in CreateAccessibleCell() 502 bEnable = isAllowed(nColumnId,aFind->second.nWithGrant); in CreateAccessibleCell()
|
/aoo42x/main/l10ntools/source/ |
H A D | export2.cxx | 423 return !isAllowed( sLanguage ); in isSourceLanguage() 425 bool Export::isAllowed( const ByteString &sLanguage ){ in isAllowed() function in Export 446 if( bMergeMode && !isAllowed( sTmp ) ){} in InitLanguages() 463 if( bMergeMode && isAllowed( sTmp ) ){} in InitForcedLanguages() 508 if( isAllowed( sCur ) ){ in FillInFallbacks()
|
H A D | lngmerge.cxx | 88 if( Export::isAllowed( sCur ) ){ in FillInFallbacks()
|
H A D | xrmmerge.cxx | 655 if ( Export::isAllowed( sLang ) && in WorkOnText()
|
H A D | cfgmerge.cxx | 783 if ( Export::isAllowed( nLangIndex ) && in WorkOnText()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TableGrantCtrl.hxx | 115 sal_Bool isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const;
|
/aoo42x/main/l10ntools/inc/ |
H A D | export.hxx | 322 static bool isAllowed( const ByteString &sLanguage );
|
Completed in 65 milliseconds