Lines Matching refs:bColumn
2861 ScVbaRange::getEntireColumnOrRow( bool bColumn ) throw (uno::RuntimeException) in getEntireColumnOrRow() argument
2869 if ( bColumn ) in getEntireColumnOrRow()
2884 return new ScVbaRange( mxParent, mxContext, xRanges, !bColumn, bColumn ); in getEntireColumnOrRow()
2887 return new ScVbaRange( mxParent, mxContext, xRange, !bColumn, bColumn ); in getEntireColumnOrRow()
3995 sal_Bool bColumn = sal_False; in getPageBreak() local
3998 bColumn = sal_True; in getPageBreak()
4006 if ( !bColumn ) in getPageBreak()
4035 sal_Bool bColumn = sal_False; in setPageBreak() local
4038 bColumn = sal_True; in setPageBreak()
4046 pViewShell->InsertPageBreak( bColumn, sal_True, &aAddr); in setPageBreak()
4048 pViewShell->DeletePageBreak( bColumn, sal_True, &aAddr); in setPageBreak()
4992 sal_Bool bColumn =thisAddress.StartRow == thisAddress.EndRow ? sal_False:sal_True; in getShowDetail() local
4995 …const ScOutlineArray* pOutlineArray = bColumn ? pOutlineTable->GetColArray(): pOutlineTable->GetR… in getShowDetail()
4998 SCCOLROW nPos = bColumn ? (SCCOLROW)(thisAddress.EndColumn-1):(SCCOLROW)(thisAddress.EndRow-1); in getShowDetail()