/aoo41x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 163 const sal_Bool bOther, const sal_Bool bRevAllow ) : in SvxSpellWrapper() argument 168 bOtherCntnt ( bOther ), in SvxSpellWrapper() 172 bStartChk ( bOther ), in SvxSpellWrapper() 182 bStartDone = bOther || ( !bReverse && bStart ); in SvxSpellWrapper() 183 bEndDone = bReverse && bStart && !bOther; in SvxSpellWrapper() 190 const sal_Bool bStart, const sal_Bool bOther ) : in SvxSpellWrapper() argument 194 bOtherCntnt ( bOther ), in SvxSpellWrapper() 199 bStartDone ( bOther || ( !bReverse && bStart ) ), in SvxSpellWrapper() 200 bEndDone ( bReverse && bStart && !bOther ), in SvxSpellWrapper() 201 bStartChk ( bOther ), in SvxSpellWrapper()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewfrm2.cxx | 357 int bOther = sal_False; in Exec_Impl() local 359 !bOther && pFrame; in Exec_Impl() 361 bOther = (pFrame != this); in Exec_Impl() 366 if ( ( bOther || pDocSh->PrepareClose( bUI ) ) ) in Exec_Impl() 368 if ( !bOther ) in Exec_Impl()
|
H A D | frame.cxx | 226 int bOther = sal_False; in PrepareClose_Impl() local 228 !bOther && pFrame; pFrame = SfxViewFrame::GetNext( *pFrame, pCur ) ) in PrepareClose_Impl() 230 bOther = ( &pFrame->GetFrame() != this ); in PrepareClose_Impl() 235 if ( bOther ) in PrepareClose_Impl()
|
H A D | sfxbasecontroller.cxx | 692 sal_Bool bOther = sal_False ; in suspend() local 694 …for ( const SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); !bOther && pFrame; pFrame … in suspend() 695 bOther = (pFrame != pActFrame); in suspend() 697 sal_Bool bRet = bOther || pDocShell->PrepareClose(); in suspend()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 267 sal_Bool bOther = !bSelection && !(pWrtShell->GetFrmType(0,sal_True) & FRMTYPE_BODY); in StartTextConversion() local 274 bStart, bOther, bSelection ); in StartTextConversion() 490 sal_Bool bOther = pWrtShell->HasOtherCnt() && bHyphSpecial && !bSelection; in HyphenateDocument() local 491 sal_Bool bStart = bSelection || ( !bOther && pWrtShell->IsStartOfDoc() ); in HyphenateDocument() 493 if( !bOther && !(pWrtShell->GetFrmType(0,sal_True) & FRMTYPE_BODY) && !bSelection ) in HyphenateDocument() 500 bOther = sal_True; in HyphenateDocument() 514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 61 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect ) : in SwHyphWrapper() argument 62 SvxSpellWrapper( &pVw->GetEditWin(), rxHyph, bStart, bOther ), in SwHyphWrapper()
|
H A D | hhcwrp.cxx | 121 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : in SwHHCWrapper() argument 138 bIsOtherCntnt = bStartChk = bOther; in SwHHCWrapper() 142 bStartDone = bOther || bStart; in SwHHCWrapper()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | splwrap.hxx | 86 const sal_Bool bOther = sal_False, const sal_Bool bRevAllow = sal_True ); 90 const sal_Bool bStart = sal_False, const sal_Bool bOther = sal_False );
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | hyp.hxx | 59 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect );
|
/aoo41x/main/sw/inc/ |
H A D | hhcwrp.hxx | 108 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection );
|
/aoo41x/main/svtools/source/control/ |
H A D | calendar.cxx | 813 sal_Bool bBack, sal_Bool bOther, sal_uLong nToday ) in ImplDrawDate() argument 846 else if ( bOther ) in ImplDrawDate() 1214 sal_Bool bOther = (rDate < GetFirstMonth()) || (rDate > GetLastMonth()); in ImplUpdateDate() local 1217 rDate.GetDayOfWeek(), sal_True, bOther ); in ImplUpdateDate()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | calendar.hxx | 259 sal_Bool bBack = sal_True, sal_Bool bOther = sal_False,
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4814 sal_Bool bOther = sal_False; in TextToColumns() local 4818 if( Other >>= bOther ) in TextToColumns() 4826 else if( bOther ) in TextToColumns()
|