Home
last modified time | relevance | path

Searched refs:nSelCnt (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/cui/source/dialogs/
H A Dlinkdlg.cxx267 sal_uInt16 nSelCnt = (sal_uInt16)rListBox.GetSelectionCount(); in IMPL_LINK_INLINE_END() local
268 if( 255 < nSelCnt ) in IMPL_LINK_INLINE_END()
269 nSelCnt = 255; in IMPL_LINK_INLINE_END()
/aoo42x/main/cui/source/tabpages/
H A Dautocdlg.cxx2573 sal_uInt16 nSelCnt = pAutoCmpltList ? aLBEntries.GetSelectEntryCount() : 0; in IMPL_LINK() local
2574 while( nSelCnt ) in IMPL_LINK()
2576 sal_uInt16 nPos = aLBEntries.GetSelectEntryPos( --nSelCnt ); in IMPL_LINK()
2603 sal_uInt16 nSelCnt = aLBEntries.GetSelectEntryCount(); in CopyToClipboard() local
2604 if( pAutoCmpltList && nSelCnt ) in CopyToClipboard()
2620 for( sal_uInt16 n = 0; n < nSelCnt; ++n ) in CopyToClipboard()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlform.cxx2551 sal_uInt16 nSelCnt = pFormImpl->GetSelectedList().Count(); in EndSelect() local
2552 if( !nSelCnt && 1 == nSelectEntryCnt && nEntryCnt ) in EndSelect()
2557 nSelCnt = 1; in EndSelect()
2559 Sequence<sal_Int16> aSelList( (sal_Int32)nSelCnt ); in EndSelect()
2561 for( i=0; i<nSelCnt; i++ ) in EndSelect()
H A Dhtmlforw.cxx1243 sal_Int32 nSelCnt = 0; in OutHTML_DrawFrmFmtAsControl() local
1248 nSelCnt = aSelList.getLength(); in OutHTML_DrawFrmFmtAsControl()
1265 bSelected = (nSel < nSelCnt) && pSels[nSel] == i; in OutHTML_DrawFrmFmtAsControl()

Completed in 53 milliseconds