Home
last modified time | relevance | path

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

12

/trunk/main/svtools/source/edit/
H A Dtextview.cxx170 TextSelection maSelection; member
278 if ( !mpImpl->maSelection.HasRange() ) in SetSelection()
299 return mpImpl->maSelection; in GetSelection()
303 return mpImpl->maSelection; in GetSelection()
354 pDrawSelection = &mpImpl->maSelection; in ImpPaint()
489 if ( rSelection != mpImpl->maSelection ) in ImpSetSelection()
491 mpImpl->maSelection = rSelection; in ImpSetSelection()
905 … mpImpl->maSelection.GetStart().GetIndex() || ( mpImpl->maSelection.GetEnd().GetIndex() < mpImpl->… in MouseButtonDown()
1362 return mpImpl->maSelection; in ImpMoveCursor()
1961 TextSelection aSel = mpImpl->maSelection; in IsInSelection()
[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
/trunk/main/vcl/source/control/
H A Dedit.cxx987 maSelection.Max() = maSelection.Min(); in ImplInsertText()
991 maSelection = *pNewSel; in ImplInsertText()
1011 maSelection.Min() = 0; in ImplSetText()
1026 maSelection.Max() = 0; in ImplSetText()
1192 if ( !mbInsertMode && !maSelection.Len() && (maSelection.Max() < aText.Len()) ) in ImplShowCursor()
1733 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
1833 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
2136 if ( ( maSelection.Min() == 0 ) && ( maSelection.Max() == maText.Len() ) ) in Command()
2255 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in Command()
2661 maSelection = aNew; in ImplSetSelection()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx290 maSelection = rRange.maSelection; in SvxUnoTextRangeBase()
348 maSelection = rSelection; in SetSelection()
1384 maSelection.nEndPara = maSelection.nStartPara; in CollapseToStart()
1385 maSelection.nEndPos = maSelection.nStartPos; in CollapseToStart()
1392 maSelection.nStartPara = maSelection.nEndPara; in CollapseToEnd()
1393 maSelection.nStartPos = maSelection.nEndPos; in CollapseToEnd()
1400 return ( maSelection.nStartPara == maSelection.nEndPara && in IsCollapsed()
1401 maSelection.nStartPos == maSelection.nEndPos ); in IsCollapsed()
1484 maSelection.nStartPara = 0; in GotoStart()
1485 maSelection.nStartPos = 0; in GotoStart()
[all …]
H A Dunotext2.cxx465 if( pIterRange && pIterRange->mbPortion && (aSel.IsEqual( pIterRange->maSelection ) ) ) in nextElement()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/filter/xml/
H A Dxmlannoi.hxx41 ESelection maSelection; member
46 maSelection( rSel ) in ScXMLAnnotationStyleEntry()
/trunk/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
/trunk/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()
/trunk/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
/trunk/main/editeng/source/xml/
H A Dxmltxtexp.cxx374 ESelection maSelection; member in SvxXMLTextExportComponent
388 maSelection( rSel ) in SvxXMLTextExportComponent()
/trunk/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::__anone7cee3020111::PrintInfo
1693 if ( ! rInfo.maSelection.IsSelected(nPageIndex)) in GetFilteredPage()
/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx42 ApiCellRangeList maSelection; /// Selected cell ranges. member
/trunk/main/sd/source/core/text/
H A Dtextapi.cxx182 maSelection.nStartPara = 0xffff; in SetText()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx262 ESelection maSelection; member in SvxUnoTextRangeBase
291 …ckSelection( ((SvxUnoTextRangeBase*)this)->maSelection, mpEditSource->GetTextForwarder() ); return… in GetSelection()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx74 Selection maSelection; member in Edit
/trunk/main/svx/source/table/
H A Dcell.cxx728 maSelection.nStartPara = 0xffff; in SetOutlinerParaObject()
1729 maSelection.nStartPara = 0xffff; in getString()
/trunk/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()

Completed in 171 milliseconds

12