Home
last modified time | relevance | path

Searched refs:bFirstRow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx85 sal_Bool bFirstRow; member
100 bFirstRow( bFR ) in ScHTMLTableStackEntry()
151 sal_Bool bFirstRow; // je Table, ob in erster Zeile member in ScHTMLLayoutParser
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1534 sal_Bool bFirstRow = ( nY == nPosY ); // first visible row? in InvertSimple() local
1585 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() local
1772 if ( pMergeFlag->IsVerOverlapped() && ( bDoHidden || bFirstRow ) ) in GetSelectionRects()
1775 (pDoc->RowHidden(nThisY-1, nTab) || bFirstRow) ) in GetSelectionRects()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2200 bool bFirstRow = true; in CheckViewLayout() local
2302 if ( bFirstRow && mbBookMode ) in CheckViewLayout()
2322 if ( bFirstRow && mbBookMode ) in CheckViewLayout()
2387 if ( bFirstRow ) in CheckViewLayout()
2430 bFirstRow = false; in CheckViewLayout()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx111 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()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx1031 bool bFirstRow = nRow == nFirstRow; in DrawRange() local
1032 if( (!bOverlapX && !bOverlapY) || (bFirstCol && bFirstRow) || in DrawRange()
1033 (!bOverlapY && bFirstCol) || (!bOverlapX && bFirstRow) ) in DrawRange()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx722 const bool bFirstRow = rSettings.mbUseFirstRow && (nRow == 0); in FillCellInfoMatrix() local
730 if( bFirstRow ) in FillCellInfoMatrix()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2008 sal_Bool bFirstCol = false, bFirstRow = false; in exportPlotArea() local
2017 aAny >>= bFirstRow; in exportPlotArea()
2019 if( bFirstCol || bFirstRow ) in exportPlotArea()
2024 ? ( bFirstRow in exportPlotArea()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx381 const bool bFirstRow = (aPos.mnRow == 0) && rStyle.mbUseFirstRow; in ApplyCellStyles() local
389 if( bFirstRow ) in ApplyCellStyles()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4088 bool bFirstRow = true; in WriteExternalRefCaches() local
4093 if (bFirstRow) in WriteExternalRefCaches()
4208 bFirstRow = false; in WriteExternalRefCaches()

Completed in 162 milliseconds