Home
last modified time | relevance | path

Searched refs:bHasGrid (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx1364 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in PaintMultiPortion()
1369 if ( bHasGrid ) in PaintMultiPortion()
1377 const sal_Bool bRubyInGrid = bHasGrid && rMulti.IsRuby(); in PaintMultiPortion()
1505 if ( bHasGrid ) in PaintMultiPortion()
1633 else if ( bHasGrid && rMulti.IsRuby() ) in PaintMultiPortion()
1869 const sal_Bool bHasGrid = pGrid && GRID_LINES_CHARS == pGrid->GetGridType(); in BuildMultiPortion()
1875 if ( bHasGrid ) in BuildMultiPortion()
1908 if ( bHasGrid && aInf.IsRuby() && bRubyTop ) in BuildMultiPortion()
1958 if ( bHasGrid && aTmp.IsRuby() && ! bRubyTop ) in BuildMultiPortion()
H A Ditrform2.cxx414 const sal_Bool bHasGrid = pGrid && rInf.SnapToGrid() && in BuildPortions()
418 const sal_uInt16 nGridWidth = bHasGrid ? in BuildPortions()
442 if( ! bHasGrid && rInf.HasScriptSpace() && in BuildPortions()
511 else if ( bHasGrid && ! pGridKernPortion && ! pMulti ) in BuildPortions()
601 || ( bHasGrid && SW_CJK != pFnt->GetActual() ) in BuildPortions()
621 if( ! bHasGrid && rInf.HasScriptSpace() && pPor->InTxtGrp() && in BuildPortions()
651 if ( bHasGrid && pPor != pGridKernPortion && ! pMulti ) in BuildPortions()
H A Ditrtxt.cxx316 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in AdjustBaseLine()
318 if ( bHasGrid ) in AdjustBaseLine()
H A Ditrcrsr.cxx769 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in _GetCharRect()
770 const sal_uInt16 nRubyHeight = bHasGrid ? in _GetCharRect()
780 if ( bHasGrid && in _GetCharRect()
802 ((SwMultiPortion*)pPor)->IsRuby() && bHasGrid; in _GetCharRect()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx209 bHasGrid = sal_True; in SwPageFrm()
212 bHasGrid = sal_False; in SwPageFrm()
215 bHasGrid = sal_False; in SwPageFrm()
313 sal_Bool bOld = bHasGrid; in CheckGrid()
314 bHasGrid = sal_True; in CheckGrid()
316 bHasGrid = 0 != pGrid; in CheckGrid()
317 if( bInvalidate || bOld != bHasGrid ) in CheckGrid()
H A Dpaintfrm.cxx5098 if( !bHasGrid || pRetoucheFly || pRetoucheFly2 ) in PaintGrid()
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx82 sal_Bool bHasGrid :1; // Grid for Asian layout member in SwPageFrm
259 sal_Bool HasGrid() const { return bHasGrid; } in HasGrid()

Completed in 98 milliseconds