Home
last modified time | relevance | path

Searched refs:rColInfo (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx253 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleRowExtentAt() local
256 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleRowExtentAt()
264 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleRowExtentAt()
287 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleColumnExtentAt() local
290 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleColumnExtentAt()
298 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleColumnExtentAt()
373 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleCellAt() local
376 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt()
377 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleCellAt()
380 rRowInfo.bIsHeader, rColInfo.bIsHeader, nNewIndex ); in getAccessibleCellAt()
H A DAccessiblePreviewHeaderCell.cxx327 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBoxOnScreen() local
330 …aCellRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetBoundingBoxOnScreen()
352 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBox() local
355 …Rectangle aCellRect( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nPix… in GetBoundingBox()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx753 const ScPreviewColRowInfo& rColInfo = aTableInfo.GetColInfo()[nCol]; in GetHeaderCellOutputRect() local
756 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in GetHeaderCellOutputRect()
757 …aClipRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetHeaderCellOutputRect()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3778 const ColumnInfo& rColInfo = m_pColumnInfoCache->getColumnInfo( col ); in approveRowChange() local
3779 if ( rColInfo.nNullable != ColumnValue::NO_NULLS ) in approveRowChange()
3782 if ( rColInfo.bAutoIncrement ) in approveRowChange()
3785 if ( rColInfo.bReadOnly ) in approveRowChange()
3788 …if ( !rColInfo.xFirstControlWithInputRequired.is() && !rColInfo.xFirstGridWithInputRequiredColumn.… in approveRowChange()
3792 if ( rColInfo.xColumn->getString().getLength() || !rColInfo.xColumn->wasNull() ) in approveRowChange()
3796 sMessage.SearchAndReplace( '#', rColInfo.sName ); in approveRowChange()
3799 Reference< XControl > xControl( rColInfo.xFirstControlWithInputRequired ); in approveRowChange()
3801 xControl.set( rColInfo.xFirstGridWithInputRequiredColumn, UNO_QUERY ); in approveRowChange()
3804 …displayErrorSetFocus( sMessage, rColInfo.xFirstControlWithInputRequired, getDialogParentWindow() ); in approveRowChange()
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1619 bool XclExpColinfo::TryMerge( const XclExpColinfo& rColInfo ) in TryMerge() argument
1621 if( (maXFId.mnXFIndex == rColInfo.maXFId.mnXFIndex) && in TryMerge()
1622 (mnWidth == rColInfo.mnWidth) && in TryMerge()
1623 (mnFlags == rColInfo.mnFlags) && in TryMerge()
1624 (mnLastXclCol + 1 == rColInfo.mnFirstXclCol) ) in TryMerge()
1626 mnLastXclCol = rColInfo.mnLastXclCol; in TryMerge()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1995 MutableColumnMetrics const & rColInfo( m_aColumnWidths[ aCell.nColumn ] ); in hitTest() local
1996 if ( ( rColInfo.getEnd() - 3 <= i_point.X() ) in hitTest()
1997 && ( rColInfo.getEnd() >= i_point.X() ) in hitTest()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx779 bool TryMerge( const XclExpColinfo& rColInfo );

Completed in 76 milliseconds