Lines Matching refs:mbIsRows

346 	bool mbIsRows;  member in RangesEnumerationImpl
350 …Exception ) : EnumerationHelperImpl( xParent, xContext, xEnumeration ), mbIsRows( bIsRows ), mbIsC… in RangesEnumerationImpl()
353 …return lcl_makeRange( m_xParent, m_xContext, m_xEnumeration->nextElement(), mbIsRows, mbIsColumns … in nextElement()
360 bool mbIsRows; member in ScVbaRangeAreas
363 …Columns ) : ScVbaCollectionBaseImpl( xParent, xContext, xIndexAccess ), mbIsRows( bIsRows ), mbIsC… in ScVbaRangeAreas()
383 …return new RangesEnumerationImpl( mxParent, mxContext, xEnumAccess->createEnumeration(), mbIsRows,… in createEnumeration()
389 return lcl_makeRange( mxParent, mxContext, aSource, mbIsRows, mbIsColumns ); in createCollectionObject()
1426 …FromXIf( getXSomethingFromArgs< uno::XInterface >( args, 1 ) ), true ), mbIsRows( sal_False ), mbI… in ScVbaRange()
1439 m_Areas = new ScVbaRangeAreas( mxParent, mxContext, xIndex, mbIsRows, mbIsColumns ); in ScVbaRange()
1444 mbIsRows( bIsRows ), in ScVbaRange()
1453 m_Areas = new ScVbaRangeAreas( mxParent, mxContext, xIndex, mbIsRows, mbIsColumns ); in ScVbaRange()
1458 …rface >( xRanges, uno::UNO_QUERY_THROW ) ), true ), mxRanges( xRanges ),mbIsRows( bIsRows ), mbIsC… in ScVbaRange()
1462 m_Areas = new ScVbaRangeAreas( xParent, mxContext, xIndex, mbIsRows, mbIsColumns ); in ScVbaRange()
2963 uno::Reference< beans::XPropertySet > xProps = getRowOrColumnProps( mxRange, mbIsRows ); in getHidden()
2991 uno::Reference< beans::XPropertySet > xProps = getRowOrColumnProps( mxRange, mbIsRows ); in setHidden()
3667 if ( mbIsRows || bFullRow || ( nCols >= nRows ) ) in Delete()
3693 if ( mbIsColumns || mbIsRows ) in createEnumeration()
4679 …uno::Reference< excel::XRange > xVbaRange( new ScVbaRange( mxParent, mxContext, xRange, mbIsRows, … in Insert()
4700 if ( !( mbIsColumns || mbIsRows ) ) in Autofit()
4713 if ( mbIsRows ) in Autofit()
5276 if ( mbIsRows || mbIsColumns ) in Item()
5305 if ( isSingleCellRange() || mbIsRows ) in AutoOutline()