Home
last modified time | relevance | path

Searched refs:bAvailable (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx49 sal_Bool bAvailable = rTree.Len() != 0; in ImpIsTreeAvailable() local
50 if ( bAvailable ) in ImpIsTreeAvailable()
80 bAvailable = sal_False; in ImpIsTreeAvailable()
84 for ( ; bAvailable && ( i < nTokenCount ); i++ ) in ImpIsTreeAvailable()
90 bAvailable = sal_False; in ImpIsTreeAvailable()
95 bAvailable = sal_False; in ImpIsTreeAvailable()
105 bAvailable = sal_False; in ImpIsTreeAvailable()
112 return bAvailable; in ImpIsTreeAvailable()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx611 sal_Bool bAvailable = sal_True; in GetState() local
617 bAvailable = m_nCurrentPos > 0; in GetState()
622 bAvailable = m_nCurrentPos < pParent->GetRowCount() - 1; in GetState()
634 bAvailable = m_nCurrentPos != pParent->GetRowCount() - 1; in GetState()
641 bAvailable = pParent->GetRowCount() > 0; in GetState()
644 return bAvailable; in GetState()
651 sal_Bool bAvailable = GetState(nWhich); in SetState() local
673 if (bAvailable) in SetState()
700 if (bAvailable) in SetState()
733 if (pWnd && (pWnd->IsEnabled() != bAvailable)) in SetState()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingPopup.cxx50 void TextCharacterSpacingPopup::Rearrange (bool bLBAvailable,bool bAvailable, long nKerning) in Rearrange() argument
56 pControl->Rearrange(bLBAvailable,bAvailable,nKerning); in Rearrange()
H A DTextCharacterSpacingControl.cxx153 void TextCharacterSpacingControl::Rearrange(bool bLBAvailable,bool bAvailable, long nKerning) in Rearrange() argument
208 if(bLBAvailable && bAvailable) in Rearrange()
277 else if(bLBAvailable && !bAvailable) in Rearrange()
H A DTextCharacterSpacingPopup.hxx40 void Rearrange (bool bLBAvailable,bool bAvailable, long nKerning);
H A DTextCharacterSpacingControl.hxx56 void Rearrange(bool bLBAvailable,bool bAvailable, long nKerning);
/trunk/main/sfx2/source/dialog/
H A Dtplcitem.cxx78 bool bAvailable = SFX_ITEM_AVAILABLE == eState; in StateChanged() local
79 if ( !bAvailable ) in StateChanged()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1380 bool bAvailable = false; in ImplIsFontAvailable() local
1382 (LPARAM)(void*)&bAvailable, 0 ); in ImplIsFontAvailable()
1384 return bAvailable; in ImplIsFontAvailable()
1446 bool bAvailable = false; in ImplGetLogFontFromFontSelect() local
1448 (LPARAM)&bAvailable, 0 ); in ImplGetLogFontFromFontSelect()
1450 if( !bAvailable ) in ImplGetLogFontFromFontSelect()
1520 bool bAvailable = false; in ImplGetLogFontFromFontSelect() local
1522 (LPARAM)&bAvailable, 0 ); in ImplGetLogFontFromFontSelect()
1524 if( !bAvailable ) in ImplGetLogFontFromFontSelect()
/trunk/main/sc/source/core/tool/
H A Dlookupcache.cxx86 const bool bAvailable ) in insert() argument
93 if (!bAvailable) in insert()
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx172 void ColorControl::SetCurColorSelect(Color aCol,bool bAvailable) in SetCurColorSelect() argument
178 if(!bAvailable) in SetCurColorSelect()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1069 sal_Bool bAvailable = sal_False; in IsAvailable() local
1092 bAvailable = sal_True; in IsAvailable()
1098 bAvailable = pMgr->pImpRes->IsGlobalAvailable( nRT, nId ); in IsAvailable()
1100 return bAvailable; in IsAvailable()
/trunk/main/sc/inc/
H A Dlookupcache.hxx180 const bool bAvailable );
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx725 bool bAvailable = in GetState() local
728 aReturn.bEnabled = bAvailable; in GetState()
729 if ( !bAvailable ) in GetState()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1592 sal_Bool bAvailable; member in TranslateWin
1612 sal_Bool IsTranslationAvailable(){ return bAvailable; } in IsTranslationAvailable()
1639 , bAvailable( sal_False ) in TranslateWin()
1679 bAvailable = sal_True; in IMPL_LINK()
2041 bAvailable = sal_False; in EnableTranslation()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx287 sal_Bool bAvailable; member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>()
682 bRetValue = (*pFonts)[ (sal_uInt16)nNum ]->bAvailable; in IsFontAvailable()
2288 if ( mbTracing && !pFont->bAvailable ) in ReadFontCollection()

Completed in 188 milliseconds