Home
last modified time | relevance | path

Searched refs:aSelection (Results 1 – 25 of 134) sorted by relevance

123456

/trunk/main/vcl/source/control/
H A Dedit.cxx729 aSelection.Justify(); in ImplDelete()
731 if ( !aSelection.Len() ) in ImplDelete()
745 aSelection.Min() = 0; in ImplDelete()
772 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplDelete()
863 aSelection.Justify(); in ImplInsertText()
870 if ( aSelection.Len() ) in ImplInsertText()
871 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplInsertText()
1357 aSelection.Max() = nChar; in ImplSetCursorPos()
1359 aSelection.Min() = aSelection.Max(); in ImplSetCursorPos()
1442 aSelection.Justify(); in MouseButtonDown()
[all …]
H A Dfield2.cxx1532 aSelection.Justify(); in ImplDateSpinArea()
1870 aSelection.Justify(); in ImplNewFieldValue()
1875 if ( !aSelection.Len() ) in ImplNewFieldValue()
1876 aSelection.Min() = SELECTION_MAX; in ImplNewFieldValue()
1877 aSelection.Max() = SELECTION_MAX; in ImplNewFieldValue()
1881 ImplSetUserDate( rDate, &aSelection ); in ImplNewFieldValue()
2928 aSelection.Justify(); in ImplNewFieldValue()
2933 if ( !aSelection.Len() ) in ImplNewFieldValue()
2934 aSelection.Min() = SELECTION_MAX; in ImplNewFieldValue()
2935 aSelection.Max() = SELECTION_MAX; in ImplNewFieldValue()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx445 aSelection( rSel ) in ScCellFieldObj()
526 aSelection = rSel; in InitDoc()
584 aSelection.nEndPara = aSelection.nStartPara; in DeleteField()
585 aSelection.nEndPos = aSelection.nStartPos; in DeleteField()
607 SvxFieldData* pField = aTempEngine.FindByPos( aSelection.nStartPara, aSelection.nStartPos, 0 ); in getPresentation()
1131 aSelection( rSel ), in ScHeaderFieldObj()
1214 aSelection = rSel; in InitDoc()
1289 aSelection.nEndPara = aSelection.nStartPara; in DeleteField()
1290 aSelection.nEndPos = aSelection.nStartPos; in DeleteField()
1408 aSelection.nStartPara, aSelection.nStartPos, TYPE(SvxExtFileField) ); in setPropertyValue()
[all …]
H A Dtextuno.cxx481 ESelection aSelection(pTextRange->GetSelection()); in insertTextContent() local
486 aSelection.Adjust(); in insertTextContent()
487 aSelection.nStartPara = aSelection.nEndPara; in insertTextContent()
488 aSelection.nStartPos = aSelection.nEndPos; in insertTextContent()
494 pForwarder->QuickInsertField( aItem, aSelection ); in insertTextContent()
498 aSelection.Adjust(); in insertTextContent()
499 aSelection.nEndPara = aSelection.nStartPara; in insertTextContent()
500 aSelection.nEndPos = aSelection.nStartPos + 1; in insertTextContent()
501 pHeaderField->InitDoc( &aTextData.GetContentObj(), aTextData.GetPart(), aSelection ); in insertTextContent()
506 aSelection.nStartPos = aSelection.nEndPos; in insertTextContent()
[all …]
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx407 ESelection aSelection; in IsSelected() local
557 ESelection aSelection; in SetFocus() local
619 ESelection aSelection; in UpdateSelection() local
622 if( !maLastSelection.IsEqual( aSelection ) && in UpdateSelection()
683 … this, aSelection.nEndPos, maLastSelection.nEndPos, aSelection.nEndPara, maLastSelection.nEndPara); in UpdateSelection()
705 if ( aSelection.HasRange() ) in UpdateSelection()
719 !aSelection.HasRange() ) in UpdateSelection()
729 aSelection.HasRange() ) in UpdateSelection()
741 aSelection.HasRange() ) in UpdateSelection()
806 maLastSelection = aSelection; in UpdateSelection()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dlanghelper.cxx68 ESelection aSelection = pOLV->GetSelection(); in GetLanguageStatus() local
101 aSeq[3] = SwLangHelper::GetTextForLanguageGuessing( pEditEngine, aSelection ); in GetLanguageStatus()
114 ESelection aSelection = pOLV->GetSelection(); in SetLanguageStatus() local
178 SwLangHelper::SelectPara( rEditView, aSelection ); in SetLanguageStatus()
179 aSelection = pOLV->GetSelection(); in SetLanguageStatus()
193 … SwLangHelper::SetLanguage_None( rSh, pOLV, aSelection, bForSelection, aEditAttr ); in SetLanguageStatus()
195 SwLangHelper::ResetLanguages( rSh, pOLV, aSelection, bForSelection ); in SetLanguageStatus()
197 SwLangHelper::SetLanguage( rSh, pOLV, aSelection, aNewLangTxt, bForSelection, aEditAttr ); in SetLanguageStatus()
279 pEditEngine->QuickSetAttribs( rCoreSet, aSelection); in SetLanguage()
342 pEditEngine->QuickSetAttribs( rCoreSet, aSelection); in SetLanguage_None()
[all …]
H A Dtextsh2.cxx91 Sequence<Any> aSelection; member
117 Sequence<Any> aSelection; in ExecDB() local
119 ((SfxUsrAnyItem*)pSelectionItem)->GetValue() >>= aSelection; in ExecDB()
165 pNew->aSelection = aSelection; in ExecDB()
192 aDescriptor[daSelection] <<= aSelection; in ExecDB()
292 pDlg->DataToDoc( pDBStruct->aSelection, xSource, xConnection, xResSet); in IMPL_STATIC_LINK()
/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx325 ESelection aSelection = pEditView->GetSelection(); in SelectNewUnit_impl() local
326 DBG_ASSERT( aSelection.nStartPara == aSelection.nEndPara, in SelectNewUnit_impl()
328 aSelection.nStartPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitStart); in SelectNewUnit_impl()
329 aSelection.nEndPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitEnd); in SelectNewUnit_impl()
330 pEditView->SetSelection( aSelection ); in SelectNewUnit_impl()
346 ESelection aSelection = pEditView->GetSelection(); in GetNextPortion() local
347 DBG_ASSERT( aSelection.nStartPara == aSelection.nEndPara, in GetNextPortion()
349 DBG_ASSERT( aSelection.nStartPos <= aSelection.nEndPos, in GetNextPortion()
351 nLastPos = aSelection.nStartPos; in GetNextPortion()
H A Dimpedit2.cxx642 aSelection.Adjust(); in Command()
646 aSelection.nEndPos = aSelection.nStartPos; in Command()
662 aSelection.Adjust(); in Command()
664 if ( aSelection.nStartPara != aSelection.nEndPara ) in Command()
667 aSelection.nEndPara = aSelection.nStartPara; in Command()
2188 EditSelection aSelection; in ImpMoveParagraphs() local
2193 return aSelection; in ImpMoveParagraphs()
2295 return aSelection; in ImpMoveParagraphs()
3688 aSelection.Adjust( GetEditDoc() ); in CreateTransferable()
3706 if ( ( aSelection.Min().GetNode() == aSelection.Max().GetNode() ) in CreateTransferable()
[all …]
H A Deditview.cxx268 ESelection aSelection; in GetSelection() local
271aSelection.nEndPara = PIMPEE->GetEditDoc().GetPos( pImpEditView->GetEditSelection().Max().GetNode(… in GetSelection()
273 aSelection.nStartPos = pImpEditView->GetEditSelection().Min().GetIndex(); in GetSelection()
274 aSelection.nEndPos = pImpEditView->GetEditSelection().Max().GetIndex(); in GetSelection()
276 return aSelection; in GetSelection()
520 EditSelection aSelection( pImpEditView->GetEditSelection() ); in RemoveAttribsKeepLanguages() local
528 PIMPEE->RemoveCharAttribs( aSelection, bRemoveParaAttribs, nWID ); in RemoveAttribsKeepLanguages()
1633 ESelection aSelection( GetSelection() ); in GetSurroundingTextSelection() local
1634 aSelection.Adjust(); in GetSurroundingTextSelection()
1644 return Selection( 0, aSelection.nEndPos - aSelection.nStartPos ); in GetSurroundingTextSelection()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx261 ESelection aSelection; in SvxUnoTextRangeBase() local
1719 ESelection aSelection; in SvxUnoTextBase() local
1721 SetSelection( aSelection ); in SvxUnoTextBase()
1728 ESelection aSelection; in SvxUnoTextBase() local
1883 ESelection aSelection; in insertString() local
1912 ESelection aSelection; in insertControlCharacter() local
2009 aSelection.nStartPara = aSelection.nEndPara; in insertTextContent()
2010 aSelection.nStartPos = aSelection.nEndPos; in insertTextContent()
2024 aSelection.nStartPos = aSelection.nEndPos; in insertTextContent()
2045 ESelection aSelection; in getText() local
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx455 ESelection aSelection; in GetSelection() local
460 if( aSelection.nStartPara < aSelection.nEndPara ) in GetSelection()
463 aSelection.nEndPara < nPara ) in GetSelection()
471 if( nPara == aSelection.nEndPara ) in GetSelection()
472 nEndPos = aSelection.nEndPos; in GetSelection()
479 aSelection.nEndPara > nPara ) in GetSelection()
487 if( nPara == aSelection.nEndPara ) in GetSelection()
488 nEndPos = aSelection.nEndPos; in GetSelection()
1271 ESelection aSelection; in getCaretPosition() local
1283 return aSelection.nEndPos - nBulletLen; in getCaretPosition()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx108 Sequence< sal_Int16 > aSelection; in initialize() local
109 OSL_VERIFY( m_xListBox->getPropertyValue( m_sPropertyName ) >>= aSelection ); in initialize()
110 selectEntries( aSelection ); in initialize()
124 Sequence< sal_Int16 > aSelection; in commitSelection() local
125 collectSelection( aSelection ); in commitSelection()
129 m_xListBox->setPropertyValue( m_sPropertyName, makeAny( aSelection ) ); in commitSelection()
/trunk/main/starmath/source/
H A Dedit.cxx712 ESelection aSelection = pEditView->GetSelection(); in InsertCommand() local
713 aSelection.nEndPos = aSelection.nStartPos; in InsertCommand()
714 aSelection.nEndPara = aSelection.nStartPara; in InsertCommand()
722 pEditView->SetSelection(aSelection); in InsertCommand()
727aSelection.nEndPos = aSelection.nEndPos + sal::static_int_cast< xub_StrLen >(aText.Len()); in InsertCommand()
728 aSelection.nStartPos = aSelection.nEndPos; in InsertCommand()
729 pEditView->SetSelection(aSelection); in InsertCommand()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx103 ::svx::ODataAccessDescriptor aSelection; in ShowInBeamer()
104 aSelection.setDataSource(rtl::OUString( rParam.aDBName )); in ShowInBeamer()
105 aSelection[svx::daCommand] <<= rtl::OUString( rParam.aStatement ); in ShowInBeamer()
106 aSelection[svx::daCommandType] <<= nType; in ShowInBeamer()
108 xControllerSelection->select(uno::makeAny(aSelection.createPropertyValueSequence())); in ShowInBeamer()
180 uno::Sequence<uno::Any> aSelection; in DoImport() local
183 (*pDescriptor)[svx::daSelection] >>= aSelection; in DoImport()
184 nListCount = aSelection.getLength(); in DoImport()
342 bEnd = !xLocate->moveToBookmark(aSelection[nListPos]); in DoImport()
347 aSelection[nListPos] >>= nNextRow; in DoImport()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx188 ESelection aSelection; in lclCreateTextObject() local
206 rEE.QuickSetAttribs( aItemSet, aSelection ); in lclCreateTextObject()
219 aSelection.nStartPara = aSelection.nEndPara; in lclCreateTextObject()
220 aSelection.nStartPos = aSelection.nEndPos; in lclCreateTextObject()
226 ++aSelection.nEndPara; in lclCreateTextObject()
227 aSelection.nEndPos = 0; in lclCreateTextObject()
230 ++aSelection.nEndPos; in lclCreateTextObject()
234 rEE.QuickSetAttribs( aItemSet, aSelection ); in lclCreateTextObject()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx570 Selection aSelection(GetSelection()); in UpdateRange() local
571 sal_uInt16 nSel = (sal_uInt16) aSelection.Len(); in UpdateRange()
575 GetText().GetChar( (sal_uInt16)aSelection.Min() ) != cClose ) ) in UpdateRange()
578 aSelection.Max() = aSelection.Min(); in UpdateRange()
596 sal_uInt16 nPos, nEndPos = 0, nStartPos = (sal_uInt16) aSelection.Min(); in UpdateRange()
623 if( bFound && !( nStartPos < (sal_uInt16)aSelection.Max() && in UpdateRange()
624 (sal_uInt16)aSelection.Max() <= nEndPos + 1 )) in UpdateRange()
639 nPos = (sal_uInt16)aSelection.Min(); in UpdateRange()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx772 Selection aSelection( GetSelection() ); in TryAutoComplete() local
773 if( aSelection.Max() != aCurText.Len() && !bForce ) in TryAutoComplete()
775 sal_uInt16 nLen = (sal_uInt16)aSelection.Min(); in TryAutoComplete()
979 Selection aSelection( GetSelection() ); in ProcessKey() local
980 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey()
1015 Selection aSelection( GetSelection() ); in ProcessKey() local
1016 if ( bAutoCompleteMode || aSelection.Min() != aSelection.Max() ) in ProcessKey()
1018 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey()
1060 Selection aSelection( GetSelection() ); in PreNotify() local
1061 sal_uInt16 nLen = (sal_uInt16)aSelection.Min(); in PreNotify()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx342 Sequence<Any> aSelection; in MergeNew() local
396 if(pImpl->pMergeData->aSelection.getLength()) in MergeNew()
1855 if(pFound->aSelection.getLength()) in GetColumnCnt()
1945 (pParam->aSelection.getLength() && pParam->aSelection.getLength() <= pParam->nSelectionIndex)) in ToNextRecord()
1953 if(pParam->aSelection.getLength()) in ToNextRecord()
2140 if(pFound->aSelection.getLength()) in GetSelectedRecordId()
2144 nSelIndex = pFound->aSelection.getLength() -1; in GetSelectedRecordId()
2502 Sequence<Any> aSelection; in ExecuteFormLetter() local
2513 aDescriptor[daSelection] >>= aSelection; in ExecuteFormLetter()
2664 Sequence<Any> aSelection; in InsertText() local
[all …]
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx343 rtl::OUString aSelection = aEdQuery.GetText(); in Select() local
344 pPropertyVal[0].Value <<= aSelection; in Select()
473 rtl::OUString aSelection = aEdQuery.GetText(); in PreNotify() local
474 pPropertyVal[0].Value <<= aSelection; in PreNotify()
500 rtl::OUString aSelection = aEntry; variable
501 pPropertyVal[0].Value <<= aSelection;
527 rtl::OUString aSelection = aEdQuery.GetText(); variable
528 pPropertyVal[0].Value <<= aSelection;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx814 void CustomAnimationList::onSelectionChanged( Any aSelection ) in onSelectionChanged() argument
820 if( aSelection.hasValue() ) in onSelectionChanged()
822 Reference< XIndexAccess > xShapes( aSelection, UNO_QUERY ); in onSelectionChanged()
836 Reference< XShape > xShape( aSelection, UNO_QUERY ); in onSelectionChanged()
881 EffectSequence aSelection; in getSelection() local
888 aSelection.push_back( pEffect ); in getSelection()
901 aSelection.push_back( pChildEffect ); in getSelection()
911 return aSelection; in getSelection()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx579 ESelection aSelection = mpImpl->GetOutlinerView()->GetSelection (); in Initialize() local
582 aSelection.nEndPara = aSelection.nStartPara; in Initialize()
583 aSelection.nEndPos = aSelection.nStartPos; in Initialize()
587 aSelection.nStartPara = aSelection.nEndPara; in Initialize()
588 aSelection.nStartPos = aSelection.nEndPos; in Initialize()
590 mpImpl->GetOutlinerView()->SetSelection (aSelection); in Initialize()
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx202 if ( pInfo->aSelection.nEndPos ) in IMPL_LINK()
208 pInfo->aSelection.nEndPara++; in IMPL_LINK()
357 EntryEnd( pActEntry, pInfo->aSelection ); in ProcToken()
370 pActEntry->aSel.nStartPara = pInfo->aSelection.nEndPara - 1; in ProcToken()
389 EntryEnd( pActEntry, pInfo->aSelection ); in ProcToken()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx431 Sequence< Reference< XInterface > > aSelection( _rSelection.size() ); in implSetNewSelection() local
432 ::std::copy( _rSelection.begin(), _rSelection.end(), aSelection.getArray() ); in implSetNewSelection()
434 xInspector->inspect( aSelection ); in implSetNewSelection()
674 InterfaceBag aSelection; in StateChanged() local
676 pShell->GetImpl()->getCurrentSelection( aSelection ); in StateChanged()
681 implSetNewSelection( aSelection ); in StateChanged()
/trunk/main/sc/source/ui/view/
H A Dpfuncache.cxx43 aSelection( rStatus ), in ScPrintFuncCache()
76 ScPrintFunc aFunc( pDocSh, pPrinter, nTab, nAttrPage, 0, pSelRange, &aSelection.GetOptions() ); in ScPrintFuncCache()
114 …nc aFunc( pDev, pDocSh, nTab, nFirstAttr[nTab], nTotalPages, pSelRange, &aSelection.GetOptions() ); in InitLocations()
160 return aSelection == rStatus; in IsSameSelection()

Completed in 194 milliseconds

123456