Home
last modified time | relevance | path

Searched refs:bOther (Results 1 – 13 of 13) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx163 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()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx357 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 Dframe.cxx226 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 Dsfxbasecontroller.cxx692 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()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx267 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()
/trunk/main/sw/source/ui/lingu/
H A Dhyp.cxx61 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect ) : in SwHyphWrapper() argument
62 SvxSpellWrapper( &pVw->GetEditWin(), rxHyph, bStart, bOther ), in SwHyphWrapper()
H A Dhhcwrp.cxx121 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : in SwHHCWrapper() argument
138 bIsOtherCntnt = bStartChk = bOther; in SwHHCWrapper()
142 bStartDone = bOther || bStart; in SwHHCWrapper()
/trunk/main/editeng/inc/editeng/
H A Dsplwrap.hxx86 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 );
/trunk/main/sw/source/ui/inc/
H A Dhyp.hxx59 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect );
/trunk/main/sw/inc/
H A Dhhcwrp.hxx108 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection );
/trunk/main/svtools/source/control/
H A Dcalendar.cxx813 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()
/trunk/main/svtools/inc/svtools/
H A Dcalendar.hxx259 sal_Bool bBack = sal_True, sal_Bool bOther = sal_False,
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4814 sal_Bool bOther = sal_False; in TextToColumns() local
4818 if( Other >>= bOther ) in TextToColumns()
4826 else if( bOther ) in TextToColumns()

Completed in 95 milliseconds