Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx1244 uno::Sequence<sal_Int16> aSelList; in OutHTML_DrawFrmFmtAsControl() local
1247 aSelList = *(uno::Sequence<sal_Int16>*)aSelTmp.getValue(); in OutHTML_DrawFrmFmtAsControl()
1248 nSelCnt = aSelList.getLength(); in OutHTML_DrawFrmFmtAsControl()
1249 pSels = aSelList.getConstArray(); in OutHTML_DrawFrmFmtAsControl()
H A Dhtmlform.cxx2559 Sequence<sal_Int16> aSelList( (sal_Int32)nSelCnt ); in EndSelect() local
2560 sal_Int16 *pSels = aSelList.getArray(); in EndSelect()
2565 aAny.setValue( &aSelList, in EndSelect()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1913 SwSelectionList aSelList( pFrm ); in RefreshBlockCursor() local
1915 if( GetLayout()->FillSelection( aSelList, aRect ) ) in RefreshBlockCursor()
1924 std::list<SwPaM*>::iterator pStart = aSelList.getStart(); in RefreshBlockCursor()
1925 std::list<SwPaM*>::iterator pPam = aSelList.getEnd(); in RefreshBlockCursor()
1982 pPam = aSelList.getEnd(); in RefreshBlockCursor()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx269 bool SwRootFrm::FillSelection( SwSelectionList& aSelList, const SwRect& rRect) const in FillSelection() argument
278 pPage->FillSelection( aSelList, rRect ); in FillSelection()
284 return !aSelList.isEmpty(); in FillSelection()

Completed in 61 milliseconds