Home
last modified time | relevance | path

Searched refs:aSelect (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx572 Selection aSelect = pField->GetSelection(); in ImplNewLongCurrencyFieldValue() local
573 aSelect.Justify(); in ImplNewLongCurrencyFieldValue()
575 sal_Bool bLastSelected = ((xub_StrLen)aSelect.Max() == aText.Len()) ? sal_True : sal_False; in ImplNewLongCurrencyFieldValue()
583 if ( !aSelect.Len() ) in ImplNewLongCurrencyFieldValue()
584 aSelect.Min() = SELECTION_MAX; in ImplNewLongCurrencyFieldValue()
585 aSelect.Max() = SELECTION_MAX; in ImplNewLongCurrencyFieldValue()
587 pField->SetSelection( aSelect ); in ImplNewLongCurrencyFieldValue()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx492 uno::Reference<XAccessibleSelection> aSelect = this; in queryInterface() local
493 aRet <<= aSelect; in queryInterface()
498 uno::Reference<com::sun::star::document::XEventListener> aSelect = this; in queryInterface() local
499 aRet <<= aSelect; in queryInterface()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx969 TextSelection aSelect( mpImpl->mpTextEngine->mpIMEInfos->aPos ); in Command() local
970aSelect.GetEnd().GetIndex() = aSelect.GetEnd().GetIndex() + mpImpl->mpTextEngine->mpIMEInfos->nLen; in Command()
971 aSelect = mpImpl->mpTextEngine->ImpDeleteText( aSelect ); in Command()
972 aSelect = mpImpl->mpTextEngine->ImpInsertText( aSelect, pData->GetText() ); in Command()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2048 ESelection aSelect = pTextEditOutlinerView->GetSelection(); in GetSelectionLevel() local
2049 sal_uInt32 nStartPara = ::std::min( aSelect.nStartPara, aSelect.nEndPara ); in GetSelectionLevel()
2050 sal_uInt32 nEndPara = ::std::max( aSelect.nStartPara, aSelect.nEndPara ); in GetSelectionLevel()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx1282 Selection aSelect = pEdit->GetSelection(); in IMPL_LINK() local
1285 pEdit->SetSelection(aSelect); in IMPL_LINK()
1467 Selection aSelect = pEdit->GetSelection(); in IMPL_LINK() local
1470 pEdit->SetSelection(aSelect); in IMPL_LINK()

Completed in 77 milliseconds