Searched refs:IsExpand (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | txthyph.cxx | 212 || ((SwSoftHyphPortion*)pPos)->IsExpand() ) ) in Hyphenate() 501 if( !Width() && rInf.OnWin() && rInf.GetOpt().IsSoftHyph() && !IsExpand() ) in GetViewWidth() 612 if( !IsExpand() ) in FormatEOL() 648 if( IsExpand() || ( rInf.OnWin() && rInf.GetOpt().IsSoftHyph() ) || in GetExpTxt()
|
H A D | porhyph.hxx | 80 sal_Bool IsExpand() const { return bExpand; } in IsExpand() function in SwSoftHyphPortion
|
H A D | txtio.cxx | 786 rOs << (IsExpand() ? " on" : " off"); in operator <<()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 202 sal_Bool IsExpand( R n1, R n2, U nStart, S nD ) in IsExpand() function 285 sal_Bool bExp = (bExpand && IsExpand( theCol1, theCol2, nCol1, nDx )); in Update() 304 sal_Bool bExp = (bExpand && IsExpand( theRow1, theRow2, nRow1, nDy )); in Update() 325 sal_Bool bExp = (bExpand && IsExpand( theTab1, theTab2, nTab1, nDz )); in Update() 539 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nCol, in Update() 581 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nRow, in Update() 623 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nTab, in Update()
|
Completed in 36 milliseconds