Searched refs:COLUMN_COUNT (Results 1 – 8 of 8) sorted by relevance
198 return _nPos / COLUMN_COUNT ; in GetRowPos()205 return _nPos % COLUMN_COUNT ; in GetColumnPos()214 nIndex += aVscrollSB.GetThumbPos() * COLUMN_COUNT; in FirstInView()223 nIndex += ROW_COUNT * COLUMN_COUNT - 1; in LastInView()235 int x = ((nIndex - nBase) % COLUMN_COUNT) * nX; in MapIndexToPixel()236 int y = ((nIndex - nBase) / COLUMN_COUNT) * nY; in MapIndexToPixel()244 return (nBase + (point.X()/nX) + (point.Y()/nY) * COLUMN_COUNT); in PixelToMapIndex()273 tmpSelected -= COLUMN_COUNT; in KeyInput()276 tmpSelected += COLUMN_COUNT; in KeyInput()279 tmpSelected -= ROW_COUNT * COLUMN_COUNT; in KeyInput()[all …]
31 #define COLUMN_COUNT 31 macro75 StringPair aColumnPairs[COLUMN_COUNT];102 rtl::OUString aColumnDefaults[COLUMN_COUNT];
494 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in lcl_AddProperty()541 Sequence<PropertyValue> aPropSequ(COLUMN_COUNT); in getByName()546 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in getByName()721 Sequence<PropertyValue> aSeq(COLUMN_COUNT); in getPropertyValue()
314 ListBox* aListBoxes[COLUMN_COUNT];337 for(sal_uInt16 i = 0; i < COLUMN_COUNT; i++) in lcl_FindLogicalName()507 for(sal_uInt16 i = 1; i < COLUMN_COUNT; i++) in MappingDialog_Impl()522 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in MappingDialog_Impl()525 if(nListBoxIndex < COLUMN_COUNT) in MappingDialog_Impl()545 for(sal_uInt16 i = 0; i < COLUMN_COUNT; i++) in IMPL_LINK()567 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in IMPL_LINK()1760 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in GetIdentifierMapping()
82 for(sal_uInt16 i = 0; i < COLUMN_COUNT; i++) in lcl_GetColumnName()139 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in cursorMoved()
300 while(nFieldAssignment < COLUMN_COUNT && in Commit()
513 return ((getAccessibleChildCount()-1) / COLUMN_COUNT) + 1; in getAccessibleRowCount()518 return COLUMN_COUNT; in getAccessibleColumnCount()613 return (nRow*COLUMN_COUNT) + nColumn; in getAccessibleIndex()
38 #define COLUMN_COUNT 16 macro