/aoo4110/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 49 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()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 611 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 …]
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingPopup.cxx | 50 void TextCharacterSpacingPopup::Rearrange (bool bLBAvailable,bool bAvailable, long nKerning) in Rearrange() argument 56 pControl->Rearrange(bLBAvailable,bAvailable,nKerning); in Rearrange()
|
H A D | TextCharacterSpacingControl.cxx | 153 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 D | TextCharacterSpacingPopup.hxx | 40 void Rearrange (bool bLBAvailable,bool bAvailable, long nKerning);
|
H A D | TextCharacterSpacingControl.hxx | 53 void Rearrange(bool bLBAvailable,bool bAvailable, long nKerning);
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | tplcitem.cxx | 78 bool bAvailable = SFX_ITEM_AVAILABLE == eState; in StateChanged() local 79 if ( !bAvailable ) in StateChanged()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | lookupcache.cxx | 86 const bool bAvailable ) in insert() argument 93 if (!bAvailable) in insert()
|
/aoo4110/main/svx/source/sidebar/tools/ |
H A D | ColorControl.cxx | 170 void ColorControl::SetCurColorSelect (Color aCol, bool bAvailable) in SetCurColorSelect() argument 174 if(! bAvailable) in SetCurColorSelect()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1380 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()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | prj.hxx | 315 void IsAvailable( sal_Bool bAvailable ) { bIsAvailable=bAvailable; } in IsAvailable() argument
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 1069 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()
|
/aoo4110/main/sc/inc/ |
H A D | lookupcache.hxx | 180 const bool bAvailable );
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 725 bool bAvailable = in GetState() local 728 aReturn.bEnabled = bAvailable; in GetState() 729 if ( !bAvailable ) in GetState()
|
/aoo4110/main/automation/source/server/ |
H A D | statemnt.cxx | 1592 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()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 287 sal_Bool bAvailable; member
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 524 rAtom.bAvailable = pDev->IsFontAvailable( rAtom.aName ); in operator >>() 682 bRetValue = (*pFonts)[ (sal_uInt16)nNum ]->bAvailable; in IsFontAvailable() 2288 if ( mbTracing && !pFont->bAvailable ) in ReadFontCollection()
|