Home
last modified time | relevance | path

Searched refs:rLB (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx1235 bool bHori = &rLB == m_xHoriToLB.get(); in IMPL_LINK()
1259 bool bHori = &rLB == m_xHoriLB.get(); in IMPL_LINK()
1284 if (rLB.get_active() != -1) in IMPL_LINK()
1649 rLB.clear(); in FillRelLB()
1684 if (rLB.get_active() == -1) in FillRelLB()
1750 if (rLB.get_count()) in FillRelLB()
1763 rLB.set_active(i); in FillRelLB()
1768 if (rLB.get_active() == -1) in FillRelLB()
1769 rLB.set_active(0); in FillRelLB()
1774 rLB.set_sensitive(rLB.get_count() != 0); in FillRelLB()
[all …]
H A Dalign.cxx61 …weld::ComboBox& rLB, sal_uInt16 nListId, const SfxItemSet& rCoreAttrs, sal_uInt16 nWhichAlign, sal… in lcl_MaybeResetAlignToDistro() argument
83 rLB.set_active_id(OUString::number(nListId)); in lcl_MaybeResetAlignToDistro()
87 …Set, const SfxItemSet& rOldSet, sal_uInt16 nWhichJM, const weld::ComboBox& rLB, sal_uInt16 nListId) in lcl_SetJustifyMethodToItemSet() argument
90 if (rLB.find_id(OUString::number(nListId)) == -1) in lcl_SetJustifyMethodToItemSet()
95 if (rLB.get_active_id().toInt32() == nListId) in lcl_SetJustifyMethodToItemSet()
H A Dautocdlg.cxx141 static bool lcl_FindEntry(weld::TreeView& rLB, const OUString& rEntry, in lcl_FindEntry() argument
144 int nCount = rLB.n_children(); in lcl_FindEntry()
145 int nSelPos = rLB.get_selected_index(); in lcl_FindEntry()
148 if (0 == rCmpClass.compareString(rEntry, rLB.get_text(i))) in lcl_FindEntry()
150 rLB.select(i); in lcl_FindEntry()
155 rLB.unselect(nSelPos); in lcl_FindEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dswpossizetabpage.cxx1223 bool bHori = &rLB == m_xHoriToLB.get(); in IMPL_LINK()
1247 bool bHori = &rLB == m_xHoriLB.get(); in IMPL_LINK()
1272 if (rLB.get_active() != -1) in IMPL_LINK()
1638 rLB.clear(); in FillRelLB()
1673 if (rLB.get_active() == -1) in FillRelLB()
1739 if (rLB.get_count()) in FillRelLB()
1752 rLB.set_active(i); in FillRelLB()
1757 if (rLB.get_active() == -1) in FillRelLB()
1758 rLB.set_active(0); in FillRelLB()
1763 rLB.set_sensitive(rLB.get_count() != 0); in FillRelLB()
[all …]
H A Dalign.cxx61 …weld::ComboBox& rLB, sal_uInt16 nListPos, const SfxItemSet& rCoreAttrs, sal_uInt16 nWhichAlign, sa… in lcl_MaybeResetAlignToDistro() argument
83 rLB.set_active(nListPos); in lcl_MaybeResetAlignToDistro()
87 …Set, const SfxItemSet& rOldSet, sal_uInt16 nWhichJM, const weld::ComboBox& rLB, sal_uInt16 nListPo… in lcl_SetJustifyMethodToItemSet() argument
90 if (rLB.get_active() == nListPos) in lcl_SetJustifyMethodToItemSet()
H A Dautocdlg.cxx140 static bool lcl_FindEntry(weld::TreeView& rLB, const OUString& rEntry, in lcl_FindEntry() argument
143 int nCount = rLB.n_children(); in lcl_FindEntry()
144 int nSelPos = rLB.get_selected_index(); in lcl_FindEntry()
147 if (0 == rCmpClass.compareString(rEntry, rLB.get_text(i))) in lcl_FindEntry()
149 rLB.select(i); in lcl_FindEntry()
154 rLB.unselect(nSelPos); in lcl_FindEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dgloslst.cxx150 weld::TreeView& rLB = aDlg.GetTreeView(); in GetShortName() local
152 rLB.append_text(rTriple.sGroup.getToken(0, GLOS_DELIM)); in GetShortName()
154 rLB.select(0); in GetShortName()
155 if (aDlg.run() == RET_OK && rLB.get_selected_index() != -1) in GetShortName()
157 const TripleString& rTriple(aTripleStrings[rLB.get_selected_index()]); in GetShortName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dgloslst.cxx146 weld::TreeView& rLB = aDlg.GetTreeView(); in GetShortName() local
148 rLB.append_text(rTriple.sGroup.getToken(0, GLOS_DELIM)); in GetShortName()
150 rLB.select(0); in GetShortName()
151 if (aDlg.run() == RET_OK && rLB.get_selected_index() != -1) in GetShortName()
153 const TripleString& rTriple(aTripleStrings[rLB.get_selected_index()]); in GetShortName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dswpossizetabpage.hxx102 …, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nRel, weld::ComboBox& rLB, weld::Label& rFT);
103 … FillPosLB(FrmMap const *pMap, sal_uInt16 nAlign, const sal_uInt16 _nRel, weld::ComboBox& rLB);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dswpossizetabpage.hxx103 …, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nRel, weld::ComboBox& rLB, weld::Label& rFT);
104 … FillPosLB(FrmMap const *pMap, sal_uInt16 nAlign, const sal_uInt16 _nRel, weld::ComboBox& rLB);
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx231 IMPL_LINK(OSelectLabelDialog, OnEntrySelected, weld::TreeView&, rLB, void) in IMPL_LINK() argument
233 …DBG_ASSERT(&rLB == m_xControlTree.get(), "OSelectLabelDialog::OnEntrySelected : where did this com… in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx225 IMPL_LINK(OSelectLabelDialog, OnEntrySelected, weld::TreeView&, rLB, void) in IMPL_LINK() argument
227 …DBG_ASSERT(&rLB == m_xControlTree.get(), "OSelectLabelDialog::OnEntrySelected : where did this com… in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dthesdlg.cxx144 IMPL_LINK( SvxThesaurusDialog, LanguageHdl_Impl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
146 OUString aLangText(rLB.get_active_text()); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dthesdlg.cxx143 IMPL_LINK( SvxThesaurusDialog, LanguageHdl_Impl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
145 OUString aLangText(rLB.get_active_text()); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/
H A Doptpage.cxx1553 weld::ComboBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox() argument
1559 rLB.set_id(i, OUString::number(reinterpret_cast<sal_Int64>(&rAttr))); in lcl_FillRedlineAttrListBox()
1562 rLB.set_active(i); in lcl_FillRedlineAttrListBox()
1782 IMPL_LINK( SwRedlineOptionsTabPage, AttribHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
1787 if (&rLB == m_xInsertLB.get()) in IMPL_LINK()
1792 else if (&rLB == m_xDeletedLB.get()) in IMPL_LINK()
1835 sal_Int32 nPos = rLB.get_active(); in IMPL_LINK()
1839 CharAttr* pAttr = reinterpret_cast<CharAttr*>(rLB.get_id(nPos).toInt64()); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/
H A Doptpage.cxx1552 weld::ComboBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox() argument
1558 rLB.set_id(i, OUString::number(reinterpret_cast<sal_Int64>(&rAttr))); in lcl_FillRedlineAttrListBox()
1561 rLB.set_active(i); in lcl_FillRedlineAttrListBox()
1777 IMPL_LINK( SwRedlineOptionsTabPage, AttribHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
1782 if (&rLB == m_xInsertLB.get()) in IMPL_LINK()
1787 else if (&rLB == m_xDeletedLB.get()) in IMPL_LINK()
1830 sal_Int32 nPos = rLB.get_active(); in IMPL_LINK()
1834 CharAttr* pAttr = reinterpret_cast<CharAttr*>(rLB.get_id(nPos).toInt64()); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1906 IMPL_LINK( SwFramePage, PosHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
1908 bool bHori = &rLB == m_xHorizontalDLB.get(); in IMPL_LINK()
1913 const sal_Int32 nMapPos = GetMapPos(pMap, rLB); in IMPL_LINK()
1932 if (rLB.get_active() != -1) in IMPL_LINK()
2005 IMPL_LINK( SwFramePage, RelHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
2007 bool bHori = &rLB == m_xHoriRelationLB.get(); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1892 IMPL_LINK( SwFramePage, PosHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
1894 bool bHori = &rLB == m_xHorizontalDLB.get(); in IMPL_LINK()
1899 const sal_Int32 nMapPos = GetMapPos(pMap, rLB); in IMPL_LINK()
1918 if (rLB.get_active() != -1) in IMPL_LINK()
1992 IMPL_LINK( SwFramePage, RelHdl, weld::ComboBox&, rLB, void ) in IMPL_LINK() argument
1994 bool bHori = &rLB == m_xHoriRelationLB.get(); in IMPL_LINK()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/rules/
H A Ddive.rule82642 xAB$rLB
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/integrationsmoketest/baseline/
H A Dmany_chunk_blob30 …9BiqmuplOo6TEJV92mrrkeVq09RnNWnFfFnoHL1OUxW9WXIWt2MllRfpYirr2n2b8YFWq9O965+rLB/ojjvUCq+QJaquzE71a/…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-user/
H A Dimage-generator.nb55905 KqjtvJeOSlS85pkGcWCJpIY8l5+D3rhllqm7cKBl5sXBnXNz0U/rLB+OM5Ev
63229 KqjtvJeOSlS85pkGcWCJpIY8l5+D3rhllqm7cKBl5sXBnXNz0U/rLB+OM5Ev
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt744265 rLB
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe Maxwell-Boltzmann distribution.ipynb37439 "rLB+0w48evYOq9dvgaWlpegko3f9+jVMb5GI7l5Ag3LAzZs3RScZhDNnzqCQ03ccGxaLUyPjsHKl\\\n",
53972 "p5e8vTy1aPH3lg9+rLB+/Xr17d5W33zor/k/7pDfq5ca/u1YS5sMw1DHzl2j/W0P/f399UH1Cjp8\\\n",