Home
last modified time | relevance | path

Searched refs:maSelection (Results 1 – 25 of 30) sorted by relevance

12

/AOO41X/main/svtools/source/edit/
H A Dtextview.cxx170 TextSelection maSelection; member
278 if ( !mpImpl->maSelection.HasRange() ) in SetSelection()
279 mpImpl->mpTextEngine->CursorMoved( mpImpl->maSelection.GetStart().GetPara() ); in SetSelection()
299 return mpImpl->maSelection; in GetSelection()
303 return mpImpl->maSelection; in GetSelection()
311 TextPaM aPaM = mpImpl->mpTextEngine->ImpDeleteText( mpImpl->maSelection ); in DeleteSelected()
353 if ( !mpImpl->mbHighlightSelection && mpImpl->maSelection.HasRange() ) in ImpPaint()
354 pDrawSelection = &mpImpl->maSelection; in ImpPaint()
402 ImpHighlight( mpImpl->maSelection ); in ImpPaint()
411 ImpHighlight( mpImpl->maSelection ); in ImpPaint()
[all …]
H A Dtextundo.cxx296 : TextUndo( pTextEngine ), maSelection( rSel ) in TextUndoSetAttribs()
298 maSelection.Justify(); in TextUndoSetAttribs()
312 …for ( sal_uLong nPara = maSelection.GetStart().GetPara(); nPara <= maSelection.GetEnd().GetPara();… in Undo()
322 SetSelection( maSelection ); in Undo()
331 SetSelection( maSelection ); in Redo()
H A Dsvmedit.cxx116 mutable Selection maSelection; member in ImpSvMEdit
648 maSelection = Selection(); in GetSelection()
658 maSelection.Min() += pExtTextEngine->GetTextLen( n ); in GetSelection()
659 maSelection.Min()++; in GetSelection()
663 maSelection.Max() = maSelection.Min(); in GetSelection()
664 maSelection.Min() += aTextSel.GetStart().GetIndex(); in GetSelection()
668 maSelection.Max() += pExtTextEngine->GetTextLen( n ); in GetSelection()
669 maSelection.Max()++; in GetSelection()
672 maSelection.Max() += aTextSel.GetEnd().GetIndex(); in GetSelection()
674 return maSelection; in GetSelection()
H A Dtextund2.hxx119 TextSelection maSelection; member in TextUndoSetAttribs
/AOO41X/main/vcl/source/control/
H A Dedit.cxx570 …sal_Bool bDrawSelection = maSelection.Len() && ( HasFocus() || ( GetStyle() & WB_NOHIDESELECTION )… in ImplRepaint()
585 Selection aTmpSel( maSelection ); in ImplRepaint()
773 maSelection.Min() = aSelection.Min(); in ImplDelete()
774 maSelection.Max() = aSelection.Min(); in ImplDelete()
862 Selection aSelection( maSelection ); in ImplInsertText()
986 maSelection.Min() = aSelection.Min() + aNewText.getLength(); in ImplInsertText()
987 maSelection.Max() = maSelection.Min(); in ImplInsertText()
991 maSelection = *pNewSel; in ImplInsertText()
992 if ( maSelection.Min() > maText.Len() ) in ImplInsertText()
993 maSelection.Min() = maText.Len(); in ImplInsertText()
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunotext.cxx290 maSelection = rRange.maSelection; in SvxUnoTextRangeBase()
291 CheckSelection( maSelection, pForwarder ); in SvxUnoTextRangeBase()
321 maSelection.nStartPara = 0xffff; in SetEditSource()
339 pForwarder->QuickInsertField( aField, maSelection ); in attachField()
348 maSelection = rSelection; in SetSelection()
350 CheckSelection( maSelection, mpEditSource->GetTextForwarder() ); in SetSelection()
366 CheckSelection( maSelection, pForwarder ); in getStart()
376 ESelection aNewSel = maSelection; in getStart()
395 CheckSelection( maSelection, pForwarder ); in getEnd()
405 ESelection aNewSel = maSelection; in getEnd()
[all …]
H A Dunotext2.cxx465 if( pIterRange && pIterRange->mbPortion && (aSel.IsEqual( pIterRange->maSelection ) ) ) in nextElement()
/AOO41X/main/oox/source/xls/
H A Dviewsettings.cxx273 rSelData.maSelection.clear(); in importSelection()
274 …getAddressConverter().convertToCellRangeList( rSelData.maSelection, rAttribs.getString( XML_sqref,… in importSelection()
347 rPaneSel.maSelection.clear(); in importSelection()
348 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()
464 rPaneSel.maSelection.clear(); in importSelection()
467 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()
/AOO41X/main/sc/source/filter/excel/
H A Dxeview.cxx372 CreateSelectionData( EXC_PANE_TOPLEFT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
373 CreateSelectionData( EXC_PANE_TOPRIGHT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
374 CreateSelectionData( EXC_PANE_BOTTOMLEFT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
375 CreateSelectionData( EXC_PANE_BOTTOMRIGHT, rTabSett.maCursor, rTabSett.maSelection ); in XclExpTabViewSettings()
H A Dxiview.cxx237 rAddrConv.ConvertRangeList( rTabSett.maSelection, pSelData->maXclSelection, nScTab, false ); in Finalize()
/AOO41X/main/sc/source/filter/xml/
H A Dxmlannoi.hxx41 ESelection maSelection; member
46 maSelection( rSel ) in ScXMLAnnotationStyleEntry()
/AOO41X/main/sfx2/source/view/
H A Dviewprn.cxx69 Any maSelection; member in SfxPrinterController
116 , maSelection( i_rSelection ) in SfxPrinterController()
202 return bSel ? maSelection : maCompleteSelection; in getSelectionObject()
209 return (nChoice > 1) ? maSelection : maCompleteSelection; in getSelectionObject()
/AOO41X/main/sc/inc/
H A Dsheetdata.hxx86 ESelection maSelection; member
91 maSelection(rSel) in ScTextStyleEntry()
H A Dscextopt.hxx62 ScRangeList maSelection; /// Selected cell ranges (columns/rows only). member
/AOO41X/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx644 std::list< Any > maSelection; member in TreeSelectionEnumeration
652 maSelection.swap( rSelection ); in TreeSelectionEnumeration()
653 maIter = maSelection.begin(); in TreeSelectionEnumeration()
660 return maIter != maSelection.end(); in hasMoreElements()
667 if( maIter == maSelection.end() ) in nextElement()
/AOO41X/main/filter/source/pdf/
H A Dimpdialog.cxx134 xView->getSelection() >>= maSelection; in ImpPDFTabDialog()
140 mbSelectionPresent = maSelection.hasValue(); in ImpPDFTabDialog()
144 if ( ( maSelection >>= xShapes ) == sal_False ) // XShapes is always a selection in ImpPDFTabDialog()
148 if ( maSelection >>= xIndexAccess ) in ImpPDFTabDialog()
406 aRet[ aRet.getLength() - nElementAdded ].Value <<= maSelection; in GetFilterData()
H A Dimpdialog.hxx85 Any maSelection; member in ImpPDFTabDialog
/AOO41X/main/editeng/source/xml/
H A Dxmltxtexp.cxx374 ESelection maSelection; member in SvxXMLTextExportComponent
388 maSelection( rSel ) in SvxXMLTextExportComponent()
/AOO41X/main/sd/source/ui/view/
H A DDocumentRenderer.cxx321 maSelection(rsPrinterSelection, pView ? pView->getCurrentPage() : NULL), in PrintInfo()
322 mbPrintMarkedOnly(maSelection.IsMarkedOnly()) in PrintInfo()
333 const Selection maSelection; member in sd::__anondef28f320111::PrintInfo
1693 if ( ! rInfo.maSelection.IsSelected(nPageIndex)) in GetFilteredPage()
/AOO41X/main/oox/inc/oox/xls/
H A Dviewsettings.hxx42 ApiCellRangeList maSelection; /// Selected cell ranges. member
/AOO41X/main/sd/source/core/text/
H A Dtextapi.cxx182 maSelection.nStartPara = 0xffff; in SetText()
/AOO41X/main/editeng/inc/editeng/
H A Dunotext.hxx262 ESelection maSelection; member in SvxUnoTextRangeBase
291 …ckSelection( ((SvxUnoTextRangeBase*)this)->maSelection, mpEditSource->GetTextForwarder() ); return… in GetSelection()
/AOO41X/main/vcl/inc/vcl/
H A Dedit.hxx74 Selection maSelection; member in Edit
/AOO41X/main/svx/source/table/
H A Dcell.cxx728 maSelection.nStartPara = 0xffff; in SetOutlinerParaObject()
1729 maSelection.nStartPara = 0xffff; in getString()
/AOO41X/main/svx/source/unodraw/
H A Dunoshape.cxx4333 ::GetSelection( maSelection, pForwarder ); in getStart()
4343 ::GetSelection( maSelection, pForwarder ); in getEnd()
4352 ::GetSelection( maSelection, pForwarder ); in getString()
4362 ::GetSelection( maSelection, pForwarder ); in setString()

12