Searched refs:nFirstCustomPos (Results 1 – 1 of 1) sorted by relevance
614 sal_uInt16 nFirstCustomPos = SC_AREASDLG_RR_OFFSET; in IMPL_LINK() local622 nFirstCustomPos = SC_AREASDLG_PR_SELECT; // "Selection" and following in IMPL_LINK()636 else if( nSelPos >= nFirstCustomPos ) in IMPL_LINK()651 sal_uInt16 nFirstCustomPos = SC_AREASDLG_RR_OFFSET; in IMPL_LINK() local657 nFirstCustomPos = SC_AREASDLG_PR_SELECT; // "Selection" and following in IMPL_LINK()672 if ( (nEntryCount > nFirstCustomPos) && aStrEd.Len() > 0 ) in IMPL_LINK()678 for ( i=nFirstCustomPos; i<nEntryCount && !bFound; i++ ) in IMPL_LINK()
Completed in 54 milliseconds