Searched refs:bFirstRow (Results 1 – 9 of 9) sorted by relevance
85 sal_Bool bFirstRow; member100 bFirstRow( bFR ) in ScHTMLTableStackEntry()151 sal_Bool bFirstRow; // je Table, ob in erster Zeile member in ScHTMLLayoutParser
1534 sal_Bool bFirstRow = ( nY == nPosY ); // first visible row? in InvertSimple() local1585 if ( pMergeFlag->IsVerOverlapped() && ( bDoHidden || bFirstRow ) ) in InvertSimple()1588 (pDoc->RowHidden(nThisY-1, nTab) || bFirstRow) ) in InvertSimple()1722 sal_Bool bFirstRow = ( nY == nPosY ); // first visible row? in GetSelectionRects() local1772 if ( pMergeFlag->IsVerOverlapped() && ( bDoHidden || bFirstRow ) ) in GetSelectionRects()1775 (pDoc->RowHidden(nThisY-1, nTab) || bFirstRow) ) in GetSelectionRects()
2200 bool bFirstRow = true; in CheckViewLayout() local2302 if ( bFirstRow && mbBookMode ) in CheckViewLayout()2322 if ( bFirstRow && mbBookMode ) in CheckViewLayout()2387 if ( bFirstRow ) in CheckViewLayout()2430 bFirstRow = false; in CheckViewLayout()
111 bFirstRow( sal_True ), in ScHTMLLayoutParser()241 bFirstRow = sal_False; in NextRow()1049 bFirstRow ) ); in TableOn()1110 bFirstRow ) ); in TableOn()1140 bFirstRow = sal_True; in TableOn()1279 bFirstRow = pS->bFirstRow; in TableOff()
722 const bool bFirstRow = rSettings.mbUseFirstRow && (nRow == 0); in FillCellInfoMatrix() local730 if( bFirstRow ) in FillCellInfoMatrix()
1031 bool bFirstRow = nRow == nFirstRow; in DrawRange() local1032 if( (!bOverlapX && !bOverlapY) || (bFirstCol && bFirstRow) || in DrawRange()1033 (!bOverlapY && bFirstCol) || (!bOverlapX && bFirstRow) ) in DrawRange()
2008 sal_Bool bFirstCol = false, bFirstRow = false; in exportPlotArea() local2017 aAny >>= bFirstRow; in exportPlotArea()2019 if( bFirstCol || bFirstRow ) in exportPlotArea()2024 ? ( bFirstRow in exportPlotArea()
381 const bool bFirstRow = (aPos.mnRow == 0) && rStyle.mbUseFirstRow; in ApplyCellStyles() local389 if( bFirstRow ) in ApplyCellStyles()
4088 bool bFirstRow = true; in WriteExternalRefCaches() local4093 if (bFirstRow) in WriteExternalRefCaches()4208 bFirstRow = false; in WriteExternalRefCaches()
Completed in 126 milliseconds