| /aoo41x/main/migrationanalysis/src/driver_docs/sources/word/ | 
| H A D | Preparation.bas | 57     Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _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
 118             Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _
 125             Selection.HeaderFooter.Shapes(myshape.name).Select
 [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)
 954         .SubLocation = Selection.Information(wdActiveEndPageNumber)
 [all …]
 
 | 
| /aoo41x/main/offapi/com/sun/star/view/ | 
| H A D | XMultiSelectionSupplier.idl | 56         @param Selection60             <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>
 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.
 82             <FALSE/>, if <var>Selection</var> or parts of <var>Selection</var> could not be
 84             objects that are forbidden to be selected together with <var>Selection</var>.
 [all …]
 
 | 
| /aoo41x/main/chart2/source/controller/main/ | 
| H A D | SelectionHelper.cxx | 77 bool Selection::hasSelection()  in hasSelection()82 rtl::OUString Selection::getSelectedCID()  in getSelectedCID()
 92 ObjectIdentifier Selection::getSelectedOID() const  in getSelectedOID()
 97 bool Selection::setSelection( const ::rtl::OUString& rCID )  in setSelection()
 118 void Selection::clearSelection()  in clearSelection()
 125 bool Selection::maybeSwitchSelectionAfterSingleClickWasEnsured()  in maybeSwitchSelectionAfterSingleClickWasEnsured()
 145 void Selection::remindSelectionBeforeMouseDown()  in remindSelectionBeforeMouseDown()
 150 bool Selection::isSelectionDifferentFromBeforeMouseDown()  in isSelectionDifferentFromBeforeMouseDown()
 315 bool Selection::isResizeableObjectSelected()  in isResizeableObjectSelected()
 336 bool Selection::isDragableObjectSelected()  in isDragableObjectSelected()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | edit.cxx | 113     Selection       aDndStartSel;585 		Selection aTmpSel( maSelection );  in ImplRepaint()
 728 	Selection aSelection( rSelection );  in ImplDelete()
 862 	Selection aSelection( maSelection );  in ImplInsertText()
 1644 					Selection aSel( maSelection );  in ImplHandleKeyEvent()
 2642 			Selection aOld( maSelection );  in ImplSetSelection()
 2643 			Selection aNew( rSelection );  in ImplSetSelection()
 2657 				Selection aTemp = maSelection;  in ImplSetSelection()
 2978 		Selection aSel( maSelection );  in dragGestureRecognized()
 3044 		Selection aSel( maSelection );  in drop()
 [all …]
 
 | 
| H A D | field2.cxx | 419         Selection aSel = pEdit->GetSelection();  in ImplPatternProcessStrictModify()493     Selection   aOldSel     = pEdit->GetSelection();  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()
 622                 pEdit->SetSelection( Selection( nNewPos ) );  in ImplPatternProcessKeyInput()
 642     Selection aSel = aOldSel;  in ImplPatternProcessKeyInput()
 1531         Selection aSelection = GetField()->GetSelection();  in ImplDateSpinArea()
 1869         Selection aSelection = GetField()->GetSelection();  in ImplNewFieldValue()
 [all …]
 
 | 
| /aoo41x/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;
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 324 class Selection : public Pair  class327 					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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/formula/source/ui/dlg/ | 
| H A D | formula.cxx | 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()
 1751     Selection theSel = _rSelection;  in UpdateParaWin()
 1829 		Selection theSel = aEdRef.GetSelection();  in SetEdSelection()
 [all …]
 
 | 
| H A D | ControlHelper.hxx | 56 	Selection		aOldSel;156 	void		SetArgSelection	(const Selection& rSel );
 159 	Selection	GetArgSelection();
 
 | 
| /aoo41x/main/vcl/unx/generic/dtrans/ | 
| H A D | X11_selection.cxx | 537 	::std::hash_map< Atom, Selection* >::iterator it =  in getAdaptor()898 	::std::hash_map< Atom, Selection* >::iterator it;  in getPasteData()
 1039     ::std::hash_map< Atom, Selection* >::iterator it;  in getPasteData()
 1248 	::std::hash_map< Atom, Selection* >::iterator it;  in getPasteDataTypes()
 1850 	::std::hash_map< Atom, Selection* >::iterator it =  in handleReceivePropertyNotify()
 1926 				it->second->m_eState = Selection::Inactive;  in handleReceivePropertyNotify()
 1950 			it->second->m_eState = Selection::Inactive;  in handleReceivePropertyNotify()
 2079 	::std::hash_map< Atom, Selection* >::iterator it =  in handleSelectionNotify()
 2135 			it->second->m_eState		= Selection::Inactive;  in handleSelectionNotify()
 3931 	Selection* pNewSelection	= new Selection();  in registerHandler()
 [all …]
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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;
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/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();
 
 | 
| /aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ | 
| H A D | Selection.java | 39 public class Selection implements BIFFRecord {  class51     public Selection() {  in Selection()  method in Selection
 66     public Selection(InputStream is) throws IOException {  in Selection()  method in Selection
 
 | 
| /aoo41x/main/sw/source/ui/ribbar/ | 
| H A D | inputwin.cxx | 302 		aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) );  in ShowWin()501 	aEdit.SetSelection( Selection( sEdit.Len(), sEdit.Len() ) );  in SetFormula()
 570 	Selection aSelection(GetSelection());  in UpdateRange()
 590 		SetSelection( Selection( nPos, nPos ));  in UpdateRange()
 646 			SetSelection( Selection( nPos, nPos ) );  in UpdateRange()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| 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()
 
 | 
| 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 );
 
 | 
| /aoo41x/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)
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | dlgname.cxx | 60     aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX));  in SvxNameDialog()111     aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX));  in SvxObjectNameDialog()
 151     aEdtTitle.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX));  in SvxObjectTitleDescDialog()
 
 |