Home
last modified time | relevance | path

Searched refs:isAllowed (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx313 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()
/trunk/main/l10ntools/source/
H A Dexport2.cxx423 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 Dlngmerge.cxx88 if( Export::isAllowed( sCur ) ){ in FillInFallbacks()
H A Dxrmmerge.cxx655 if ( Export::isAllowed( sLang ) && in WorkOnText()
H A Dcfgmerge.cxx783 if ( Export::isAllowed( nLangIndex ) && in WorkOnText()
/trunk/main/dbaccess/source/ui/inc/
H A DTableGrantCtrl.hxx115 sal_Bool isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const;
/trunk/main/l10ntools/inc/
H A Dexport.hxx322 static bool isAllowed( const ByteString &sLanguage );

Completed in 41 milliseconds