Home
last modified time | relevance | path

Searched refs:GetColumnX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx408 sal_Int32 ScCsvGrid::GetColumnX( sal_uInt32 nColIndex ) const in GetColumnX() function in ScCsvGrid
957 sal_Int32 nX1 = Max( GetColumnX( nColIx ), GetFirstX() ); in Command()
958 sal_Int32 nX2 = Min( GetColumnX( nColIx + 1 ), GetWidth() ); in Command()
1029 Max( GetColumnX( nColIndex ), GetFirstX() ) + 1, 0, in ImplSetColumnClipRegion()
1035 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnHeader()
1036 sal_Int32 nX2 = GetColumnX( nColIndex + 1 ); in ImplDrawColumnHeader()
1127 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnBackgr()
1128 sal_Int32 nX2 = GetColumnX( nColIndex + 1 ); in ImplDrawColumnBackgr()
1222 sal_Int32 nX1 = GetColumnX( nColIndex ) + 1; in ImplDrawColumnSelection()
1223 sal_Int32 nX2 = GetColumnX( nColIndex + 1 ); in ImplDrawColumnSelection()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dcsvgrid.hxx193 sal_Int32 GetColumnX( sal_uInt32 nColIndex ) const;
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx1624 (mnColumn == CSV_COLUMN_HEADER) ? rGrid.GetHdrX() : rGrid.GetColumnX( mnColumn ), in implGetRealPos()

Completed in 33 milliseconds