Home
last modified time | relevance | path

Searched refs:bSearch (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dnode2lay.cxx54 SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bSearch );
141 SwNode2LayImpl::SwNode2LayImpl( const SwNode& rNode, sal_uLong nIdx, sal_Bool bSearch ) in SwNode2LayImpl() argument
145 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()
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx345 sal_Bool bSearch = sal_True; in GetNextTopic() local
349 while( bSearch ) in GetNextTopic()
354 bSearch = sal_False; in GetNextTopic()
361 bSearch = sal_False; in GetNextTopic()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx349 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()
/trunk/main/svx/inc/svx/
H A Dsrchdlg.hxx221 sal_Bool bSearch; member in SvxSearchDialog
266 void Remember_Impl( const String &rStr,sal_Bool bSearch );
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx412 int bSearch = sal_True; in ImplFindAccelWindow() local
427 while( bSearch && pWindow ) in ImplFindAccelWindow()

Completed in 28 milliseconds