Home
last modified time | relevance | path

Searched refs:Selection (Results 26 – 50 of 330) sorted by relevance

12345678910>>...14

/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl205 conjunction with the <member>Selection</member> property.</p>
217 <p>The single elements of the <member>Selection</member> are either record numbers (see
227 [optional, property] sequence< any > Selection;
229 /** specifies how to interpret <member>Selection</member>
231 …<p>If present, <member>BookmarkSelection</member> specifies the semantics of <member>Selection</me…
234 <p>If <TRUE/>, then the single elements of the array specified by <member>Selection</member> are
/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx56 aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxNameDialog()
106 aEdtName.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxObjectNameDialog()
145 aEdtTitle.SetSelection(Selection(SELECTION_MIN, SELECTION_MAX)); in SvxObjectTitleDescDialog()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsimpref.cxx141 Selection aSel = aEdAssign.GetSelection(); in SetReference()
145 Selection aNewSel( aSel.Min(), aSel.Min()+aRefStr.Len() ); in SetReference()
211 aEdAssign.SetSelection( Selection( 0, aEdAssign.GetText().Len() ) ); in StartRefInput()
H A Doptsolver.cxx519 Selection aSel = mpEdActive->GetSelection(); in SetReference()
523 Selection aNewSel( aSel.Min(), aSel.Min()+aStr.Len() ); in SetReference()
620 pEdit->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
696 mpEdActive->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
710 mpEdActive->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
742 mpEdActive->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx238 void VCLXMultiLineEdit::insertText( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUSt… in insertText()
273 void VCLXMultiLineEdit::setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::… in setSelection()
280 pMultiLineEdit->SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()
284 ::com::sun::star::awt::Selection VCLXMultiLineEdit::getSelection() throw(::com::sun::star::uno::Run… in getSelection()
288 ::com::sun::star::awt::Selection aSel; in getSelection()
638 void VCLXFileControl::insertText( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUStri… in insertText()
645 pFileControl->GetEdit().SetSelection( Selection( rSel.Min, rSel.Max ) ); in insertText()
673 void VCLXFileControl::setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::co… in setSelection()
679 pFileControl->GetEdit().SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()
682 ::com::sun::star::awt::Selection VCLXFileControl::getSelection() throw(::com::sun::star::uno::Runti… in getSelection()
[all …]
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx147 virtual Selection GetSelection() const = 0;
148 virtual void SetSelection( const Selection& _rSelection ) = 0;
183 virtual Selection GetSelection() const;
184 virtual void SetSelection( const Selection& _rSelection );
H A Dfmtfield.hxx72 Selection m_aLastSelection;
197 virtual void SetText( const XubString& rStr, const Selection& rNewSelection );
262 void ImplSetTextImpl(const XubString& rNew, Selection* pNewSel);
H A Dfilectrl.hxx88 void SetSelection( const Selection& rSelection ) { maEdit.SetSelection( rSelection ); } in SetSelection()
89 Selection GetSelection() const { return maEdit.GetSelection(); } in GetSelection()
H A Deditimplementation.hxx59 Selection GenericEditImplementation< EDIT >::GetSelection() const in GetSelection()
66 void GenericEditImplementation< EDIT >::SetSelection( const Selection& _rSelection ) in SetSelection()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx293 SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
333 Selection aSel = pEdit->GetSelection(); in IMPL_LINK()
378 Selection aSelection( aText.Len(), aStartText.Len() ); in IMPL_LINK()
448 Selection aNewSelection( 0, aText.Len() ); in IMPL_LINK()
529 SetSelection( Selection( 0, SELECTION_MAX ) ); in ToggleDropDown()
845 SetSelection( Selection( 0, SELECTION_MAX ) ); in Notify()
918 void ComboBox::SetText( const XubString& rStr, const Selection& rNewSelection ) in SetText()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.hxx67 …void SetObjectName( const String& rName ) { aEdit.SetText( rName ); aEdit.SetSelection( Selection in SetObjectName()
93 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& rSel );
133 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& rSel );
/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx280 m_aStatus.SetSelection(Selection(sCompleteMessage.Len(), sCompleteMessage.Len())); in addStatusText()
296 m_aSQL.SetSelection(Selection()); in executeCurrent()
321 m_aSQL.SetSelection(Selection(sStatement.Len(), sStatement.Len())); in switchToHistory()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx341 void ArgInput::SetArgSelection (const Selection& rSel ) in SetArgSelection()
359 Selection ArgInput::GetArgSelection () in GetArgSelection()
361 Selection aSel; in GetArgSelection()
914 Selection aNewSel=pMEdit->GetSelection(); in IMPL_LINK()
H A Dparawin.cxx518 aArgInput[nEdFocus].SetArgSelection(Selection(0,SELECTION_MAX )); in SliderMoved()
552 aArgInput[nEdFocus].SetArgSelection(Selection(0,SELECTION_MAX )); in IMPL_LINK()
574 aArgInput[nEdFocus].SetArgSelection(Selection(0,SELECTION_MAX )); in IMPL_LINK()
598 aArgInput[nEdFocus].SetArgSelection(Selection(0,SELECTION_MAX )); in IMPL_LINK()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java54 private Selection sel = new Selection();
167 sel = new Selection(is); in read()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1206 m_pEdit->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1226 m_pEdit->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
1590 pFormattedWindow->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1611 pFormattedWindow->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
1861 static_cast< Edit* >( m_pWindow )->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in UpdateFromField()
1873 static_cast< Edit* >( m_pWindow )->SetSelection( Selection( SELECTION_MAX, SELECTION_MIN ) ); in updateFromModel()
3769 m_pEditImplementation->SetSelection( Selection( rSel.Min, rSel.Max ) ); in insertText()
3818 m_pEditImplementation->SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()
3826 Selection aSel; in getSelection()
3830 return ::com::sun::star::awt::Selection(aSel.Min(), aSel.Max()); in getSelection()
[all …]
/trunk/main/forms/source/component/
H A DFilter.hxx104 …virtual void SAL_CALL insertText( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUS…
107 …virtual void SAL_CALL setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw( …
108 …virtual ::com::sun::star::awt::Selection SAL_CALL getSelection() throw( ::com::sun::star::uno::Run…
/trunk/main/sc/source/ui/dbgui/
H A Ddapitype.src83 Text [ en-US ] = "Selection" ;
195 Text [ en-US ] = "Selection" ;
291 Text [ en-US ] = "Selection" ;
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx420 void FormattedField::SetText( const XubString& rStr, const Selection& rNewSelection ) in SetText()
451 Selection aSel(GetSelection()); in SetTextFormatted()
452 Selection aNewSel(aSel); in SetTextFormatted()
549 void FormattedField::ImplSetTextImpl(const XubString& rNew, Selection* pNewSel) in ImplSetTextImpl()
565 Selection aSel(GetSelection()); in ImplSetTextImpl()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx520 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in EditingRequest()
531 const Selection& rSel ) in EditItemText()
575 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in EditEntry()
598 sal_Bool SvIconView::EditingEntry( SvLBoxEntry*, Selection& ) in EditingEntry() argument
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx57 SAL_DLLPRIVATE void ImplSetText( const XubString& rText, Selection* pNewSel = NULL );
183 … SAL_DLLPRIVATE void ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection = NULL );
344 Selection* pNewSelection = NULL );
441 … SAL_DLLPRIVATE void ImplSetUserTime( const Time& rNewTime, Selection* pNewSelection = NULL );
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx265 Selection AnnotationTextWindow::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
270 return Selection( 0, mpOutlinerView->GetSelected().Len() ); in GetSurroundingTextSelection()
274 return Selection( aSelection.nStartPos, aSelection.nEndPos ); in GetSurroundingTextSelection()
278 return Selection( 0, 0 ); in GetSurroundingTextSelection()
/trunk/main/dbaccess/source/ui/control/
H A DSqlNameEdit.cxx72 Selection aSel = GetSelection(); in Modify()
86 Selection aSel = GetSelection(); in Modify()
H A Dcurledit.cxx81 Selection aNoSelection(0,0); in SetText()
86 void OConnectionURLEdit::SetText(const String& _rStr, const Selection& /*_rNewSelection*/) in SetText() argument
/trunk/main/automation/source/server/
H A Deditwin.cxx148 pImpWorkWindow->m_aInhalt.SetSelection( Selection( SELECTION_MAX, SELECTION_MAX ) ); in AddText()
151 pImpWorkWindow->m_aInhalt.SetSelection( Selection( SELECTION_MAX, SELECTION_MAX ) ); in AddText()

Completed in 169 milliseconds

12345678910>>...14