Home
last modified time | relevance | path

Searched refs:bIndex (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/appl/
H A Dnewhelp.cxx1784 sal_Bool bIndex = pIPage->HasKeyword(); in IMPL_LINK() local
1786 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 …]
H A Dnewhelp.hxx528 sal_Bool bIndex; member in SfxHelpWindow_Impl