Home
last modified time | relevance | path

Searched refs:aSel (Results 101 – 121 of 121) sorted by relevance

12345

/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx1538 ESelection aSel = pOLV->GetSelection(); in GetMenuState() local
1539 if ( abs( aSel.nEndPos - aSel.nStartPos ) == 1 ) in GetMenuState()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx808 …ESelection aSel( aFieldInfo.aPosition.nPara, aFieldInfo.aPosition.nIndex, aFieldInfo.aPosition.nPa… in GetOrSetDateTimeLanguage() local
809 pEdit->QuickSetAttribs( aSet, aSel ); in GetOrSetDateTimeLanguage()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx773 ESelection aSel(GetESelection(aIter->GetStartPos()-nStartCp, in InsertAttrsAsDrawingAttrs() local
775 String aString(mpDrawEditEngine->GetText(aSel)); in InsertAttrsAsDrawingAttrs()
785 mpDrawEditEngine->QuickInsertField(SvxFieldItem(aURL, EE_FEATURE_FIELD), aSel); in InsertAttrsAsDrawingAttrs()
790 mpDrawEditEngine->QuickInsertText(aString, aSel); in InsertAttrsAsDrawingAttrs()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx811 ESelection aSel( 0, 0, rEngine.GetParagraphCount(), 0 ); in lcl_SetEditColor() local
814 rEngine.QuickSetAttribs( aSet, aSel ); in lcl_SetEditColor()
1979 ESelection aSel( nPar, nStart, nPar, nEnd ); in lcl_ScaleFonts() local
1980 SfxItemSet aAttribs = rEngine.GetAttribs( aSel ); in lcl_ScaleFonts()
1994 … rEngine.QuickSetAttribs( aAttribs, aSel ); //! remove paragraph attributes from aAttribs? in lcl_ScaleFonts()
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx435 Selection aSel = aWritingEdit.GetSelection(); in IMPL_LINK() local
437 aWritingEdit.SetSelection(aSel); in IMPL_LINK()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx1057 ESelection aSel = pCellImp->GetSelection(); in FillPropertySet() local
1060 pSheetData->AddTextStyle( GetName(), aPos, aSel ); in FillPropertySet()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx958 ESelection aSel( nPara, 0, nPara, 0 ); in ImpCalcBulletFont() local
959 …Font = EditEngine::CreateFontFromItemSet( pEditEngine->GetAttribs( aSel ), GetScriptType( aSel ) ); in ImpCalcBulletFont()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx2277 ESelection aSel( pOLV->GetSelection() ); in ApplyFormatPaintBrush() local
2278 if( !aSel.HasRange() ) in ApplyFormatPaintBrush()
2279 …pOLV->SetSelection( rEditEngine.GetWord( aSel, com::sun::star::i18n::WordType::DICTIONARY_WORD ) ); in ApplyFormatPaintBrush()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx883 Selection aSel(aNameED.GetSelection()); in IMPL_LINK() local
885 aNameED.SetSelection( aSel ); // Cursorpos restaurieren in IMPL_LINK()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx516 uno::Any aSel = xSelectionSupl->getSelection(); in getCurrentSelection() local
518 if( aSel >>= aObjectCID ) in getCurrentSelection()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx441 TextSelection aSel( pEditView->GetSelection() ); in KeyInput() local
442 if ( aSel.GetStart().GetPara() != aSel.GetEnd().GetPara() ) in KeyInput()
H A Dbasides1.cxx751 TextSelection aSel( TextPaM( nLine, nCol1 ), TextPaM( nLine, nCol2 ) ); in ExecuteGlobal() local
752 pTextView->SetSelection( aSel ); in ExecuteGlobal()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx1559 OUString aSel( in startChildElement() local
1563 if (aSel.getLength() && aSel.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("true") )) in startChildElement()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2306 Selection aSel = pChild->GetSurroundingTextSelection(); in ImplHandleSurroundingTextRequest() local
2307 rSelRange.setMin( aSel.Min() ); in ImplHandleSurroundingTextRequest()
2308 rSelRange.setMax( aSel.Max() ); in ImplHandleSurroundingTextRequest()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx285 inline bool IsEmpty() const { return !aSel.HasRange(); } in IsEmpty()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1774 TextSelection aSel(TextPaM(0, m_nErrorStart), TextPaM(0, m_nErrorEnd)); in ChangeMarkedWord() local
1788 pTextEngine->ReplaceText( aSel, rNewWord ); in ChangeMarkedWord()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3826 Selection aSel; in getSelection() local
3828 aSel = m_pEditImplementation->GetSelection(); in getSelection()
3830 return ::com::sun::star::awt::Selection(aSel.Min(), aSel.Max()); in getSelection()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx384 awt::Selection aSel; in getSelection() local
387 aSel = xText->getSelection(); in getSelection()
388 return aSel; in getSelection()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx1362 Selection aSel = aShortED.GetSelection(); in IMPL_LINK() local
1368 aShortED.SetSelection(aSel); in IMPL_LINK()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx3643 Selection aSel; in getSelection() local
3646 aSel = pEdit->GetSelection(); in getSelection()
3647 return ::com::sun::star::awt::Selection( aSel.Min(), aSel.Max() ); in getSelection()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4037 EditSelection aSel( ImpMoveParagraphs( aOldPositions, nNewPos ) ); in MoveParagraphs() local
4069 return aSel; in MoveParagraphs()

Completed in 263 milliseconds

12345