Searched refs:bSearch (Results 1 – 5 of 5) sorted by relevance
54 SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bSearch );141 SwNode2LayImpl::SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bSearch ) in SwNode2LayImpl() argument145 if( bSearch || rNode.IsSectionNode() ) in SwNode2LayImpl()149 if( !bSearch && rNode.GetIndex() < nIndex ) in SwNode2LayImpl()153 if( !bSearch && pNd && rNode.GetIndex() > pNd->GetIndex() ) in SwNode2LayImpl()162 if( !bSearch && pNd && rNode.EndOfSectionIndex() < pNd->GetIndex() ) in SwNode2LayImpl()
345 sal_Bool bSearch = sal_True; in GetNextTopic() local349 while( bSearch ) in GetNextTopic()354 bSearch = sal_False; in GetNextTopic()361 bSearch = sal_False; in GetNextTopic()
349 bSearch ( sal_True ), \1752 FocusHdl_Impl( bSearch ? &aSearchLB : &aReplaceLB ); in IMPL_LINK()2089 bSearch = sal_True; in IMPL_LINK()2101 bSearch = sal_False; in IMPL_LINK()2171 if ( bSearch ) in IMPL_LINK()2199 SearchAttrItemList* pList = bSearch ? pSearchList : pReplaceList; in IMPL_LINK()2232 if ( bSearch ) in IMPL_LINK()2402 BuildAttrText_Impl( aDesc, bSearch ); in PaintAttrText_Impl()2407 if ( bSearch ) in PaintAttrText_Impl()
221 sal_Bool bSearch; member in SvxSearchDialog266 void Remember_Impl( const String &rStr,sal_Bool bSearch );
412 int bSearch = sal_True; in ImplFindAccelWindow() local427 while( bSearch && pWindow ) in ImplFindAccelWindow()
Completed in 31 milliseconds