Home
last modified time | relevance | path

Searched refs:bToTop (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/wrtsh/ !
H A Dselect.cxx462 sal_Bool bRet = sal_False, bMoveCrsr = sal_True, bToTop = sal_False; in ExtSelWrd() local
469 case -1: bToTop = sal_False; break; in ExtSelWrd()
470 case 1: bToTop = sal_True; break; in ExtSelWrd()
480 if( bToTop ) in ExtSelWrd()
486 if( bToTop ) in ExtSelWrd()
494 if( bToTop ) in ExtSelWrd()
525 sal_Bool bToTop = !IsCrsrPtAtEnd(); in ExtSelLn() local
529 if( bToTop ? !IsEndSentence() : !IsStartSentence() ) in ExtSelLn()
531 if( bToTop ) in ExtSelLn()
542 return bToTop ? SwCrsrShell::GoStartSentence() : SwCrsrShell::GoEndSentence(); in ExtSelLn()
/trunk/main/sw/source/core/bastyp/ !
H A Dswcache.cxx307 const sal_Bool bToTop ) in Get() argument
314 else if ( bToTop && pRet != pFirst ) in Get()
330 SwCacheObj *SwCache::Get( const void *pOwner, const sal_Bool bToTop ) in Get() argument
339 if ( bToTop && pRet && pRet != pFirst ) in Get()
/trunk/main/sw/source/core/inc/ !
H A Dswcache.hxx123 SwCacheObj *Get( const void *pOwner, const sal_Bool bToTop = sal_True );
125 const sal_Bool bToTop = sal_True );
/trunk/main/sw/source/core/doc/ !
H A Dtblcpy.cxx1084 SwSelBoxes& rBoxes, sal_Bool bToTop ) const in SelLineFromBox()
1087 if( bToTop ) in SelLineFromBox()
/trunk/main/automation/source/server/ !
H A Dstatemnt.hxx146 sal_Bool bToTop; member
H A Dstatemnt.cxx2060 GetTTSettings()->bToTop = sal_True; in Translate()
2064 if ( GetTTSettings()->bToTop ) in Translate()
2067 GetTTSettings()->bToTop = sal_False; in Translate()
2138 GetTTSettings()->bToTop = sal_True; in Translate()
2146 GetTTSettings()->bToTop = sal_True; in Translate()
2155 GetTTSettings()->bToTop = sal_True; in Translate()
H A Dsta_list.cxx120 pTTSettings->bToTop = sal_True; in GetTTSettings()
/trunk/main/sw/inc/ !
H A Dswtable.hxx292 SwSelBoxes& rBoxes, sal_Bool bToTop = sal_True ) const;