Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dcharmap.cxx198 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 …]
/trunk/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 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 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 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()
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dcharmap.hxx38 #define COLUMN_COUNT 16 macro

Completed in 40 milliseconds