Home
last modified time | relevance | path

Searched refs:nSelection (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A DDropDownFormFieldButton.cxx50 sal_Int32 nSelection = -1; in InitDropdown() local
51 pResult->second >>= nSelection; in InitDropdown()
52 m_xTreeView->set_cursor(nSelection); in InitDropdown()
53 m_xTreeView->select(nSelection); in InitDropdown()
77 sal_Int32 nSelection = rBox.get_selected_index(); in IMPL_LINK() local
78 if (nSelection >= 0) in IMPL_LINK()
80 (*m_rFieldmark.GetParameters())[ODF_FORMDROPDOWN_RESULT] <<= nSelection; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A DDropDownFormFieldButton.cxx70 sal_Int32 nSelection = -1; in SwFieldDialog() local
71 pResult->second >>= nSelection; in SwFieldDialog()
72 aListBox->SelectEntryPos(nSelection); in SwFieldDialog()
106 sal_Int32 nSelection = rBox.GetSelectedEntryPos(); in IMPL_LINK() local
107 if (nSelection >= 0) in IMPL_LINK()
110 (*pFieldmark->GetParameters())[sKey] <<= nSelection; in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Ddelete.cxx290 SelectionType nSelection = GetSelectionType(); in DelRight() local
291 if(nSelection & SelectionType::TableCell) in DelRight()
292 nSelection = SelectionType::Table; in DelRight()
293 if(nSelection & SelectionType::Text) in DelRight()
294 nSelection = SelectionType::Text; in DelRight()
296 switch( nSelection & ~SelectionType::Ornament ) in DelRight()
473 nSelection = GetSelectionType(); in DelRight()
474 if ( SelectionType::Frame & nSelection || in DelRight()
475 SelectionType::Graphic & nSelection || in DelRight()
476 SelectionType::Ole & nSelection || in DelRight()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Ddelete.cxx299 SelectionType nSelection = GetSelectionType(); in DelRight() local
300 if(nSelection & SelectionType::TableCell) in DelRight()
301 nSelection = SelectionType::Table; in DelRight()
302 if(nSelection & SelectionType::Text) in DelRight()
303 nSelection = SelectionType::Text; in DelRight()
305 switch( nSelection & ~SelectionType::Ornament ) in DelRight()
533 nSelection = GetSelectionType(); in DelRight()
534 if ( SelectionType::Frame & nSelection || in DelRight()
535 SelectionType::Graphic & nSelection || in DelRight()
536 SelectionType::Ole & nSelection || in DelRight()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/dtrans/
H A DX11_service.cxx62 Atom nSelection = rManager.getAtom(sel); in CreateClipboard() local
64 …ered_map< Atom, css::uno::Reference< XClipboard > >::iterator it = m_aInstances.find( nSelection ); in CreateClipboard()
68 …ss::datatransfer::clipboard::XClipboard> pClipboard = X11Clipboard::create( rManager, nSelection ); in CreateClipboard()
69 m_aInstances[ nSelection ] = pClipboard; in CreateClipboard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/dtrans/
H A DX11_service.cxx69 Atom nSelection = rManager.getAtom(sel); in CreateClipboard() local
71 …ered_map< Atom, css::uno::Reference< XClipboard > >::iterator it = m_aInstances.find( nSelection ); in CreateClipboard()
75 …ss::datatransfer::clipboard::XClipboard> pClipboard = X11Clipboard::create( rManager, nSelection ); in CreateClipboard()
76 m_aInstances[ nSelection ] = pClipboard; in CreateClipboard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A DDropDownFormFieldDialog.cxx120 sal_Int32 nSelection = -1; in InitControls() local
121 pResult->second >>= nSelection; in InitControls()
122 if (nSelection >= 0 && nSelection < vListEntries.getLength()) in InitControls()
123 m_xListItemsTreeView->select_text(vListEntries[nSelection]); in InitControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A DDropDownFormFieldDialog.cxx120 sal_Int32 nSelection = -1; in InitControls() local
121 pResult->second >>= nSelection; in InitControls()
122 if (vListEntries.getLength() > nSelection) in InitControls()
123 m_xListItemsTreeView->select_text(vListEntries[nSelection]); in InitControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx852 …ode = ( SelectionType::TableCell & nSelection ) && ( (SelectionType::TableRow | SelectionType::Tab… in DeleteSelection()
858 if( !(SelectionType::TableCol & nSelection) ) in DeleteSelection()
869 m_pWrtShell->IntelligentCut( nSelection ); in DeleteSelection()
967 if( nSelection == SelectionType::Graphic ) in PrepareForCopy()
1000 else if ( nSelection == SelectionType::Ole ) in PrepareForCopy()
1078 if( nSelection & SelectionType::TableCell ) in PrepareForCopy()
3549 if( SelectionType::Graphic == nSelection) in SetDataForDragAndDrop()
3562 else if( SelectionType::Ole == nSelection ) in SetDataForDragAndDrop()
3584 if( nSelection & SelectionType::TableCell ) in SetDataForDragAndDrop()
3773 …if( rShell.HasSelection() && !( nSelection & SelectionType::TableCell) && !( nSelection & Selectio… in PrivatePaste()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx856 …ode = ( SelectionType::TableCell & nSelection ) && ( (SelectionType::TableRow | SelectionType::Tab… in DeleteSelection()
862 if( !(SelectionType::TableCol & nSelection) ) in DeleteSelection()
873 m_pWrtShell->IntelligentCut( nSelection ); in DeleteSelection()
893 if( nSelection == SelectionType::Graphic ) in PrepareForCopy()
926 else if ( nSelection == SelectionType::Ole ) in PrepareForCopy()
1018 if( nSelection & SelectionType::TableCell ) in PrepareForCopy()
3420 if( SelectionType::Graphic == nSelection) in SetDataForDragAndDrop()
3433 else if( SelectionType::Ole == nSelection ) in SetDataForDragAndDrop()
3455 if( nSelection & SelectionType::TableCell ) in SetDataForDragAndDrop()
3651 …if( rShell.HasSelection() && !( nSelection & SelectionType::TableCell) && !( nSelection & Selectio… in PrivatePaste()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DTab.cpp87 void CTab::SetSelection(int nSelection) in SetSelection() argument
89 TabCtrl_SetCurSel(m_hWnd, nSelection); in SetSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx193 sal_Int32 nSelection = rItem.m_xCombo->get_active_id().toInt32(); in createFontNameWithFeatures() local
194 if (nSelection != int(rItem.m_nDefault)) in createFontNameWithFeatures()
203 sNameSuffix.append(OUString::number(nSelection)); in createFontNameWithFeatures()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx209 sal_Int32 nSelection = rItem.m_xCombo->get_active_id().toInt32(); in createFontNameWithFeatures() local
210 if (nSelection != int(rItem.m_nDefault)) in createFontNameWithFeatures()
219 sNameSuffix.append(OUString::number(nSelection)); in createFontNameWithFeatures()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dfontworkgallery.cxx523 sal_Int32 nSelection = getSelectedEntryId(); in IMPL_LINK_NOARG() local
525 switch( nSelection ) in IMPL_LINK_NOARG()
534 if ( nSelection == 5 ) // custom spacing in IMPL_LINK_NOARG()
542 else if ( nSelection == 6 ) // KernCharacterPairs in IMPL_LINK_NOARG()
552 else if( nSelection >= 0 ) in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/bibliography/
H A Dgeneral.cxx492 sal_Int16 nSelection = -1; in setValue() local
496 nSelection = aSelection[0]; in setValue()
498 m_rComboBox.set_active(nSelection); in setValue()
678 sal_Int16 nSelection = -1; in AddXControl() local
682 nSelection = aSelection[0]; in AddXControl()
684 rList.set_active(nSelection); in AddXControl()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/bma_refine/
H A DRowSelector.cpp362 bool CAlignmentBasedRowSelector::Update(const AlignmentUtility* newAU, unsigned int nSelection, boo… in Update() argument
367 InitAU(newAU, (nSelection > 0) ? nSelection : 0); in Update()
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug1070223 puts "\nSelection of elements is activated"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocst.cxx176 const FrameTypeFlags nSelection = pShell->GetFrameType(nullptr,true); in StateStyleSheet() local
179 else if(nSelection & FrameTypeFlags::HEADER || in StateStyleSheet()
180 nSelection & FrameTypeFlags::FOOTER || in StateStyleSheet()
181 nSelection & FrameTypeFlags::TABLE || in StateStyleSheet()
182 nSelection & FrameTypeFlags::FLY_ANY || in StateStyleSheet()
183 nSelection & FrameTypeFlags::FOOTNOTE || in StateStyleSheet()
184 nSelection & FrameTypeFlags::FTNPAGE) in StateStyleSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/UAccCOM/
H A DAccTextBase.cxx427 long nSelection = 0; in get_selection() local
428 get_nSelections(&nSelection); in get_selection()
430 if(selectionIndex >= nSelection || selectionIndex < 0 ) in get_selection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocst.cxx169 const FrameTypeFlags nSelection = pShell->GetFrameType(nullptr,true); in StateStyleSheet() local
172 else if(nSelection & FrameTypeFlags::HEADER || in StateStyleSheet()
173 nSelection & FrameTypeFlags::FOOTER || in StateStyleSheet()
174 nSelection & FrameTypeFlags::TABLE || in StateStyleSheet()
175 nSelection & FrameTypeFlags::FLY_ANY || in StateStyleSheet()
176 nSelection & FrameTypeFlags::FOOTNOTE || in StateStyleSheet()
177 nSelection & FrameTypeFlags::FTNPAGE) in StateStyleSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/UAccCOM/
H A DAccTextBase.cxx428 long nSelection = 0; in get_selection() local
429 get_nSelections(&nSelection); in get_selection()
431 if(selectionIndex >= nSelection || selectionIndex < 0 ) in get_selection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaworksheet.cxx330 ScVbaWorksheet::setEnableSelection( sal_Int32 nSelection ) in setEnableSelection() argument
332 if( (nSelection != excel::XlEnableSelection::xlNoRestrictions) && in setEnableSelection()
333 (nSelection != excel::XlEnableSelection::xlUnlockedCells) && in setEnableSelection()
334 (nSelection != excel::XlEnableSelection::xlNoSelection) ) in setEnableSelection()
350 if( nSelection == excel::XlEnableSelection::xlNoRestrictions ) in setEnableSelection()
355 else if( nSelection == excel::XlEnableSelection::xlUnlockedCells ) in setEnableSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaworksheet.cxx333 ScVbaWorksheet::setEnableSelection( sal_Int32 nSelection ) in setEnableSelection() argument
335 if( (nSelection != excel::XlEnableSelection::xlNoRestrictions) && in setEnableSelection()
336 (nSelection != excel::XlEnableSelection::xlUnlockedCells) && in setEnableSelection()
337 (nSelection != excel::XlEnableSelection::xlNoSelection) ) in setEnableSelection()
353 if( nSelection == excel::XlEnableSelection::xlNoRestrictions ) in setEnableSelection()
358 else if( nSelection == excel::XlEnableSelection::xlUnlockedCells ) in setEnableSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/table/
H A DTableDesignPane.cxx367 sal_uInt16 nSelection = 0; in updateControls() local
381 nSelection = static_cast<sal_uInt16>(nIndex) + 1; in updateControls()
385 m_xValueSet->SelectItem( nSelection ); in updateControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/table/
H A DTableDesignPane.cxx365 sal_uInt16 nSelection = 0; in VCL_BUILDER_FACTORY_CONSTRUCTOR() local
379 nSelection = static_cast<sal_uInt16>(nIndex) + 1; in VCL_BUILDER_FACTORY_CONSTRUCTOR()
383 m_pValueSet->SelectItem( nSelection ); in VCL_BUILDER_FACTORY_CONSTRUCTOR()

123