Searched refs:bHasGrid (Results 1 – 7 of 7) sorted by relevance
1364 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()
414 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()
316 const sal_Bool bHasGrid = pGrid && GetInfo().SnapToGrid(); in AdjustBaseLine()318 if ( bHasGrid ) in AdjustBaseLine()
769 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()
209 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()
5098 if( !bHasGrid || pRetoucheFly || pRetoucheFly2 ) in PaintGrid()
82 sal_Bool bHasGrid :1; // Grid for Asian layout member in SwPageFrm259 sal_Bool HasGrid() const { return bHasGrid; } in HasGrid()
Completed in 135 milliseconds