Searched refs:nFirstItem (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | HistoryOptTest.cxx | 120 ::sal_Int32 nFirstItem = (c-1); in impl_testHistory() 126 ( ! impl_existsItemAtIndex(nFirstItem , 1)) in impl_testHistory() 159 ( ! impl_existsItemAtIndex(nFirstItem , 2)) in impl_testHistory()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 600 sal_uLong nFirstItem = mnFirstLine * mnCols; in Format() local 601 sal_uLong nLastItem = nFirstItem + (mnVisLines * mnCols); in Format() 615 if ( (i >= nFirstItem) && (i < nLastItem) ) in Format()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 2258 sal_uInt16 nFirstItem, nSecondItem; in SetOnePropertyValue() local 2259 lcl_SetCellProperty( *pEntry, aValue, aPattern, pDoc, nFirstItem, nSecondItem ); in SetOnePropertyValue() 2262 if ( nWhich != nFirstItem && nWhich != nSecondItem ) in SetOnePropertyValue() 2636 sal_uInt16 nFirstItem, nSecondItem; in setPropertyValues() local 2637 … lcl_SetCellProperty( *pEntry, pValues[i], *pOldPattern, pDoc, nFirstItem, nSecondItem ); in setPropertyValues() 2640 if ( nFirstItem ) in setPropertyValues() 2641 pNewPattern->GetItemSet().Put( pOldPattern->GetItemSet().Get( nFirstItem ) ); in setPropertyValues() 2787 sal_uInt16 nFirstItem, nSecondItem; in setPropertyValuesTolerant() local 2790 … lcl_SetCellProperty( *pEntry, pValues[i], *pOldPattern, pDoc, nFirstItem, nSecondItem ); in setPropertyValuesTolerant() 2793 if ( nFirstItem ) in setPropertyValuesTolerant() [all …]
|
Completed in 60 milliseconds