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()223 nIndex += ROW_COUNT * COLUMN_COUNT - 1; in LastInView()273 tmpSelected -= COLUMN_COUNT; in KeyInput()276 tmpSelected += COLUMN_COUNT; in KeyInput()339 for ( i = 1; i < COLUMN_COUNT; ++i ) in DrawChars_Impl()501 int nLastRow = (maFontCharMap.GetCharCount() - 1 + COLUMN_COUNT) / COLUMN_COUNT; in SetFont()530 int nNewPos = nMapIndex / COLUMN_COUNT; in SelectIndex()540 int nDelta = (FirstInView() - nNewIndex + COLUMN_COUNT-1) / COLUMN_COUNT; in SelectIndex()551 int nDelta = (nNewIndex - LastInView() + COLUMN_COUNT) / COLUMN_COUNT; in SelectIndex()[all …]
31 #define COLUMN_COUNT 31 macro75 StringPair aColumnPairs[COLUMN_COUNT];102 rtl::OUString aColumnDefaults[COLUMN_COUNT];
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()
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()
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
Completed in 148 milliseconds