Home
last modified time | relevance | path

Searched refs:COLUMN_COUNT (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/svx/source/dialog/
H A Dcharmap.cxx198 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 …]
/AOO41X/main/extensions/source/bibliography/
H A Dbibconfig.hxx31 #define COLUMN_COUNT 31 macro
75 StringPair aColumnPairs[COLUMN_COUNT];
102 rtl::OUString aColumnDefaults[COLUMN_COUNT];
H A Dbibload.cxx494 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()
H A Ddatman.cxx314 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()
H A Dgeneral.cxx82 for(sal_uInt16 i = 0; i < COLUMN_COUNT; i++) in lcl_GetColumnName()
139 for(sal_uInt16 nEntry = 0; nEntry < COLUMN_COUNT; nEntry++) in cursorMoved()
H A Dbibconfig.cxx300 while(nFieldAssignment < COLUMN_COUNT && in Commit()
/AOO41X/main/svx/source/accessibility/
H A Dcharmapacc.cxx513 return ((getAccessibleChildCount()-1) / COLUMN_COUNT) + 1; in getAccessibleRowCount()
518 return COLUMN_COUNT; in getAccessibleColumnCount()
613 return (nRow*COLUMN_COUNT) + nColumn; in getAccessibleIndex()
/AOO41X/main/svx/inc/svx/
H A Dcharmap.hxx38 #define COLUMN_COUNT 16 macro