Searched refs:bIndex (Results 1 – 2 of 2) sorted by relevance
1784 sal_Bool bIndex = pIPage->HasKeyword(); in IMPL_LINK() local1786 if( !bIndex) in IMPL_LINK()1787 bIndex = pIPage->HasKeywordIgnoreCase(); in IMPL_LINK()1789 sal_uInt16 nPageId = ( bIndex ) ? HELP_INDEX_PAGE_INDEX : HELP_INDEX_PAGE_SEARCH; in IMPL_LINK()1797 if ( bIndex ) in IMPL_LINK()2920 sal_Int32 nOldWidth = bIndex ? nCollapseWidth : nExpandWidth; in MakeLayout()2921 sal_Int32 nWidth = bIndex ? nExpandWidth : nCollapseWidth; in MakeLayout()2940 if ( bIndex ) in MakeLayout()2964 if ( bIndex ) in InitSizes()2984 bIndex = aViewOpt.IsVisible(); in LoadConfig()[all …]
528 sal_Bool bIndex; member in SfxHelpWindow_Impl