| /AOO42X/main/offapi/com/sun/star/view/ |
| H A D | XMultiSelectionSupplier.idl | 53 /** adds the object or the objects represented by <var>Selection</var> to the selection 56 @param Selection 60 <TRUE/>/, if <var>Selection</var> was added to the current selection. 61 <FALSE/>, if <var>Selection</var> or parts of <var>Selection</var> could not be 63 objects that are forbidden to be selected together with <var>Selection</var> 66 … If <var>Selection</var> is not a selectable object for this <type>XMultiSelectionSupplier</type>. 69 boolean addSelection( [in] any Selection ) 74 /** remove the object or objects represented by <var>Selection</var> from the 77 @param Selection 81 <TRUE/>/, if <var>Selection</var> was added to the current selection. [all …]
|
| /AOO42X/main/migrationanalysis/src/driver_docs/sources/word/ |
| H A D | Preparation.bas | 57 Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _ 76 shapetop(I) = Selection.Information(wdVerticalPositionRelativeToPage) 83 Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _ 88 Selection.MoveStart 91 Selection.TypeParagraph 92 ELength = ELength + Selection.Characters.First.Font.Size 96 Selection.MoveStart 99 Selection.TypeParagraph 100 ELength = ELength + Selection.Characters.First.Font.Size 116 temptop = Selection.Information(wdVerticalPositionRelativeToPage) [all …]
|
| H A D | MigrationAnalyser.cls | 474 Selection.Information(wdActiveEndPageNumber) 476 Selection.Information(wdActiveEndPageNumber) 478 Selection.Information(wdActiveEndPageNumber) 480 Selection.Information(wdActiveEndPageNumber) 534 .SubLocation = Selection.Information(wdActiveEndPageNumber) 540 .Line = Selection.Information(wdFirstCharacterLineNumber) 541 .column = Selection.Information(wdFirstCharacterColumnNumber) 627 .SubLocation = Selection.Information(wdActiveEndPageNumber) 633 .Line = Selection.Information(wdFirstCharacterLineNumber) 634 .column = Selection.Information(wdFirstCharacterColumnNumber) [all …]
|
| /AOO42X/main/chart2/source/controller/main/ |
| H A D | SelectionHelper.cxx | 77 bool Selection::hasSelection() in hasSelection() 82 rtl::OUString Selection::getSelectedCID() in getSelectedCID() 87 uno::Reference< drawing::XShape > Selection::getSelectedAdditionalShape() in getSelectedAdditionalShape() 92 ObjectIdentifier Selection::getSelectedOID() const in getSelectedOID() 97 bool Selection::setSelection( const ::rtl::OUString& rCID ) in setSelection() 107 bool Selection::setSelection( const uno::Reference< drawing::XShape >& xShape ) in setSelection() 118 void Selection::clearSelection() in clearSelection() 125 bool Selection::maybeSwitchSelectionAfterSingleClickWasEnsured() in maybeSwitchSelectionAfterSingleClickWasEnsured() 137 void Selection::resetPossibleSelectionAfterSingleClickWasEnsured() in resetPossibleSelectionAfterSingleClickWasEnsured() 145 void Selection::remindSelectionBeforeMouseDown() in remindSelectionBeforeMouseDown() [all …]
|
| /AOO42X/main/vcl/source/control/ |
| H A D | edit.cxx | 113 Selection aDndStartSel; 585 Selection aTmpSel( maSelection ); in ImplRepaint() 716 void Edit::ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt8 nMode ) in ImplDelete() 728 Selection aSelection( rSelection ); in ImplDelete() 860 void Edit::ImplInsertText( const XubString& rStr, const Selection* pNewSel, sal_Bool bIsUserInput ) in ImplInsertText() 862 Selection aSelection( maSelection ); in ImplInsertText() 1004 void Edit::ImplSetText( const XubString& rText, const Selection* pNewSelection ) in ImplSetText() 1356 Selection aSelection( maSelection ); in ImplSetCursorPos() 1441 Selection aSelection( maSelection ); in MouseButtonDown() 1449 ImplSetSelection( Selection( 0, 0xFFFF ) ); in MouseButtonDown() [all …]
|
| H A D | field2.cxx | 419 Selection aSel = pEdit->GetSelection(); in ImplPatternProcessStrictModify() 493 Selection aOldSel = pEdit->GetSelection(); in ImplPatternProcessKeyInput() 506 Selection aSel( ImplPatternLeftPos( rEditMask, nCursorPos ) ); in ImplPatternProcessKeyInput() 517 Selection aSel( aOldSel ); in ImplPatternProcessKeyInput() 538 Selection aSel( nNewPos ); in ImplPatternProcessKeyInput() 554 Selection aSel( aOldSel ); in ImplPatternProcessKeyInput() 570 Selection aSel = aOldSel; in ImplPatternProcessKeyInput() 616 pEdit->SetText( aStr, Selection( nNewPos ) ); in ImplPatternProcessKeyInput() 622 pEdit->SetSelection( Selection( nNewPos ) ); in ImplPatternProcessKeyInput() 642 Selection aSel = aOldSel; in ImplPatternProcessKeyInput() [all …]
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | gen.hxx | 324 class Selection : public Pair class 327 Selection(); 328 Selection( long nPos ); 329 Selection( long nMin, long nMax ); 350 inline Selection::Selection() in Selection() function in Selection 354 inline Selection::Selection( long nPos ) : Pair( nPos, nPos ) in Selection() function in Selection 358 inline Selection::Selection( long nMin, long nMax ) : in Selection() function in Selection 363 inline sal_Bool Selection::IsInside( long nIs ) const in IsInside() 368 inline void Selection::Justify() in Justify()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | edit.hxx | 74 Selection maSelection; 99 …SAL_DLLPRIVATE void ImplDelete( const Selection& rSelection, sal_uInt8 nDirection, sal_uInt… 100 …SAL_DLLPRIVATE void ImplSetText( const XubString& rStr, const Selection* pNewSelection = 0 … 101 …SAL_DLLPRIVATE void ImplInsertText( const XubString& rStr, const Selection* pNewSelection =… 127 …SAL_DLLPRIVATE void ImplSetSelection( const Selection& rSelection, sal_Bool bPaint = sal_Tr… 197 virtual void SetSelection( const Selection& rSelection ); 198 virtual const Selection& GetSelection() const; 210 virtual void SetText( const XubString& rStr, const Selection& rNewSelection ); 245 virtual Selection GetSurroundingTextSelection() const;
|
| /AOO42X/main/qadevOOo/tests/java/ifc/awt/ |
| H A D | _XTextComponent.java | 29 import com.sun.star.awt.Selection; 171 oObj.insertText(new Selection(0,1), itext); in _insertText() 185 oObj.setSelection(new Selection(0,3)); in _getSelectedText() 204 Selection sel = new Selection(0,3); in _setSelection() 218 Selection sel = new Selection(2,3); in _getSelection()
|
| /AOO42X/main/svtools/source/brwbox/ |
| H A D | ebbcontrols.cxx | 106 Selection aSel = rBox.GetSelection(); in MoveAllowed() 112 Selection aSel = rBox.GetSelection(); in MoveAllowed() 446 Selection aSel = m_pEditImplementation->GetSelection(); in MoveAllowed() 452 Selection aSel = m_pEditImplementation->GetSelection(); in MoveAllowed() 503 Selection aSel = GetSpinWindow().GetSelection(); in MoveAllowed() 509 Selection aSel = GetSpinWindow().GetSelection(); in MoveAllowed() 558 Selection aOldSelection( GetSelection() ); in dispatchKeyEvent() 574 Selection aNewSelection( GetSelection() ); in dispatchKeyEvent()
|
| /AOO42X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 534 ::std::hash_map< Atom, Selection* >::iterator it = in getAdaptor() 767 Selection* pSel = m_aSelections[ selection ]; in requestOwnership() 895 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteData() 933 it->second->m_eState = Selection::WaitingForResponse; in getPasteData() 1036 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteData() 1245 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteDataTypes() 1451 std::hash_map< Atom, Selection* >::const_iterator it = m_aSelections.find( selection ); in getPixmapHolder() 1847 ::std::hash_map< Atom, Selection* >::iterator it = in handleReceivePropertyNotify() 1851 ( it->second->m_eState == Selection::WaitingForResponse || in handleReceivePropertyNotify() 1852 it->second->m_eState == Selection::WaitingForData || in handleReceivePropertyNotify() [all …]
|
| /AOO42X/main/formula/source/ui/dlg/ |
| H A D | formula.cxx | 135 sal_Bool UpdateParaWin(Selection& _rSelection); 136 void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr); 242 Selection aFuncSel; 882 pMEdit->SetSelection( Selection(PrivStart, PrivEnd)); in FillControls() 1117 Selection aSel=pMEdit->GetSelection(); in IMPL_LINK() 1155 pMEdit->SetSelection( Selection(PrivStart, PrivEnd)); in SetData() 1377 Selection aSel =pMEdit->GetSelection(); in IMPL_LINK() 1443 Selection aSel =pMEdit->GetSelection(); in IMPL_LINK() 1524 Selection aSel(nArgPos,nArgPos+nLength); in UpdateSelection() 1636 pMEdit->SetSelection( Selection(PrivStart, PrivEnd)); in SetMeText() [all …]
|
| H A D | ControlHelper.hxx | 56 Selection aOldSel; 156 void SetArgSelection (const Selection& rSel ); 159 Selection GetArgSelection();
|
| /AOO42X/main/svtools/source/control/ |
| H A D | inettbc.cxx | 299 pBox->SetSelection( Selection( pThis->aText.Len(), aTmp.Len() ) ); 772 Selection aSelection( GetSelection() ); in TryAutoComplete() 979 Selection aSelection( GetSelection() ); in ProcessKey() 980 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey() 1015 Selection aSelection( GetSelection() ); in ProcessKey() 1018 SetSelection( Selection( aSelection.Min(), aSelection.Min() ) ); in ProcessKey() 1060 Selection aSelection( GetSelection() ); in PreNotify() 1063 SetSelection( Selection( nLen, GetText().Len() ) ); in PreNotify() 1071 SetSelection( Selection( 0, GetText().Len() ) ); in PreNotify() 1097 SetSelection( Selection( 0, GetText().Len() ) ); in Notify()
|
| /AOO42X/main/formula/inc/formula/ |
| H A D | formula.hxx | 93 sal_Bool UpdateParaWin(Selection& _rSelection); 94 void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr); 142 sal_Bool UpdateParaWin(Selection& _rSelection); 143 void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);
|
| H A D | formdata.hxx | 53 inline const Selection& GetSelection()const { return aSelection;} in GetSelection() 64 inline void SetSelection(const Selection& aSel) { aSelection=aSel;} in SetSelection() 81 Selection aSelection;
|
| /AOO42X/main/sc/source/ui/namedlg/ |
| H A D | namedlg.cxx | 204 theCurSel = Selection( 0, SELECTION_MAX ); in Init() 511 theCurSel = Selection( 0, SELECTION_MAX ); in IMPL_LINK_INLINE_END() 519 aEdName.SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK_INLINE_END() 553 theCurSel = Selection( 0, SELECTION_MAX ); in IMPL_LINK() 595 theCurSel = Selection( 0, SELECTION_MAX ); in IMPL_LINK() 674 theCurSel = Selection( 0, SELECTION_MAX ); in IMPL_LINK()
|
| /AOO42X/main/offapi/com/sun/star/awt/ |
| H A D | XTextComponent.idl | 35 #include <com/sun/star/awt/Selection.idl> 72 [oneway] void insertText( [in] com::sun::star::awt::Selection Sel, 91 [oneway] void setSelection( [in] com::sun::star::awt::Selection aSelection ); 97 com::sun::star::awt::Selection getSelection();
|
| /AOO42X/main/svtools/source/edit/ |
| H A D | svmedit.cxx | 116 mutable Selection maSelection; 146 void SetSelection( const Selection& rSelection ); 147 const Selection& GetSelection() const; 608 void ImpSvMEdit::SetSelection( const Selection& rSelection ) in SetSelection() 612 Selection aNewSelection( rSelection ); in SetSelection() 646 const Selection& ImpSvMEdit::GetSelection() const in GetSelection() 648 maSelection = Selection(); in GetSelection() 1264 void MultiLineEdit::SetSelection( const Selection& rSelection ) in SetSelection() 1269 const Selection& MultiLineEdit::GetSelection() const in GetSelection()
|
| /AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
| H A D | Selection.java | 39 public class Selection implements BIFFRecord { class 51 public Selection() { in Selection() method in Selection 66 public Selection(InputStream is) throws IOException { in Selection() method in Selection
|
| /AOO42X/main/sw/source/ui/ribbar/ |
| H A D | inputwin.cxx | 299 aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) ); in ShowWin() 498 aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) ); in SetFormula() 567 Selection aSelection(GetSelection()); in UpdateRange() 587 SetSelection( Selection( nPos, nPos )); in UpdateRange() 643 SetSelection( Selection( nPos, nPos ) ); in UpdateRange()
|
| /AOO42X/main/wizards/com/sun/star/wizards/agenda/ |
| H A D | TopicsControl.java | 32 import com.sun.star.awt.Selection; 700 xTextComponent.setSelection(new Selection(0, text.length())); 717 Selection selection = getSelection(control); 744 Selection selection = getSelection(control); 873 private Selection getSelection(Object control) 892 private void setSelection(int guiRow, Object eventSource, Selection s)
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | svlbox.hxx | 343 void EditText( const String&, const Rectangle&,const Selection&); 344 void EditText( const String&, const Rectangle&,const Selection&, sal_Bool bMulti); 345 void EditTextMultiLine( const String&, const Rectangle&,const Selection&); 620 const Selection& ); 651 const Selection&, sal_Bool bMultiLine = sal_False );
|
| H A D | svmedit.hxx | 92 virtual void SetSelection( const Selection& rSelection ); 93 virtual const Selection& GetSelection() const; 105 virtual void SetText( const XubString& rStr, const Selection& rNewSelection ) in SetText()
|
| /AOO42X/main/svtools/source/inc/ |
| H A D | unoiface.hxx | 84 …void SAL_CALL insertText( const ::com::sun::star::awt::Selection& Sel, const ::rtl::OUString& Text… 87 …void SAL_CALL setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::com::sun:… 88 …::com::sun::star::awt::Selection SAL_CALL getSelection( ) throw(::com::sun::star::uno::RuntimeExc… 146 …void SAL_CALL insertText( const ::com::sun::star::awt::Selection& Sel, const ::rtl::OUString& Text… 149 …void SAL_CALL setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::com::sun:… 150 …::com::sun::star::awt::Selection SAL_CALL getSelection( ) throw(::com::sun::star::uno::RuntimeExc…
|