Home
last modified time | relevance | path

Searched refs:sIdent (Results 1 – 25 of 109) sorted by relevance

12345

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/stbctrls/
H A Dzoomctrl.cxx88 OString sIdent = GetCurItemIdent(); in GetZoom() local
89 if (sIdent == "200") in GetZoom()
91 else if (sIdent == "150") in GetZoom()
93 else if (sIdent == "100") in GetZoom()
95 else if (sIdent == "75") in GetZoom()
97 else if (sIdent == "50") in GetZoom()
99 else if (sIdent == "optimal" || sIdent == "width" || sIdent == "page") in GetZoom()
169 OString sIdent = aPop.GetCurItemIdent(); in Command() local
170 if (sIdent == "optimal") in Command()
172 else if (sIdent == "width") in Command()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DAnnotationMenuButton.cxx71 OString sIdent = GetCurItemIdent(); in Select() local
72 if (sIdent == "reply") in Select()
74 if (sIdent == "resolve" || sIdent == "unresolve") in Select()
76 else if (sIdent == "delete") in Select()
78 else if (sIdent == "deleteby") in Select()
80 else if (sIdent == "deleteall") in Select()
82 else if (sIdent == "formatall") in Select()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx120 OString sIdent = aContextMenu->GetCurItemIdent(); in Command() local
121 if (sIdent == "cut") in Command()
123 else if (sIdent == "copy") in Command()
125 else if (sIdent == "paste") in Command()
132 else if (sIdent == "delete") in Command()
134 else if (sIdent == "insert") in Command()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/stbctrls/
H A Dzoomctrl.cxx166 OString sIdent = aPop.popup_at_rect(aRect); in Command() local
167 if (!sIdent.isEmpty() && (nZoom != aPop.GetZoom(sIdent) || !nZoom)) in Command()
169 nZoom = aPop.GetZoom(sIdent); in Command()
173 if (sIdent == "optimal") in Command()
175 else if (sIdent == "width") in Command()
177 else if (sIdent == "page") in Command()
H A Dselctrl.cxx151 OString sIdent = aPop.popup_at_rect(aRect); in MouseButtonDown() local
152 if (!sIdent.isEmpty()) in MouseButtonDown()
154 sal_uInt16 nNewState = SelectionTypePopup::id_to_state(sIdent); in MouseButtonDown()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dpropertyeditor.cxx123 OString sIdent = OString::number(nId); in AppendPage() local
124 m_xTabControl->append_page(sIdent, rText); in AppendPage()
127 …auto xPage = std::make_unique<OBrowserPage>(m_xTabControl->get_page(sIdent), m_xControlHoldingPare… in AppendPage()
137 m_xTabControl->set_current_page(sIdent); in AppendPage()
154 OString sIdent(OString::number(nID)); in RemovePage() local
155 m_xTabControl->remove_page(sIdent); in RemovePage()
292 OString sIdent(OString::number(nPageId)); in ShowPropertyPage() local
299 m_xTabControl->remove_page(sIdent); in ShowPropertyPage()
310 m_xTabControl->insert_page(sIdent, aPagePos->second.sLabel, aPagePos->second.nPos); in ShowPropertyPage()
311 aPagePos->second.xPage->reattach(m_xTabControl->get_page(sIdent)); in ShowPropertyPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx119 OString sIdent = xContextMenu->popup_at_rect(pPopupParent, aRect); in Command() local
120 if (sIdent == "cut") in Command()
122 else if (sIdent == "copy") in Command()
124 else if (sIdent == "insert") in Command()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsdpopup.cxx158 OString sIdent = m_xPopup->popup_at_rect(pParent, rRect); in Execute() local
159 if (sIdent.isEmpty()) in Execute()
162 if (sIdent == "1" || sIdent == "2") in Execute()
164 m_xPopup->set_active("1", sIdent == "1"); in Execute()
165 m_xPopup->set_active("2", sIdent == "2"); in Execute()
172 OString::number(i), sIdent == std::string_view(OString::number(i))); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Dcontrolmenucontroller.cxx185 OString sIdent = OString(aCommands[i]).copy(5); in updateImagesPopupMenu() local
186 sal_uInt16 nId = pPopupMenu->GetItemId(sIdent); in updateImagesPopupMenu()
231 OString sIdent; in statusChanged() local
237 sIdent = OString(aCommands[i]).copy(5); in statusChanged()
246 if (!sIdent.isEmpty() && m_xResPopupMenu) in statusChanged()
249 nMenuId = m_xResPopupMenu->GetItemId(sIdent); in statusChanged()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxexpr.c1684 { (yyval.iNode) = pParser->AddNodeMapArg ( (yyvsp[-2].sIdent), NULL, (yyvsp[0].iConst) ); } in yyparse()
1690 { (yyval.iNode) = pParser->AddNodeMapArg ( (yyvsp[-2].sIdent), (yyvsp[0].sIdent), 0 ); } in yyparse()
1696 { pParser->AppendToMapArg ( (yyval.iNode), (yyvsp[-2].sIdent), NULL, (yyvsp[0].iConst) ); } in yyparse()
1702 { pParser->AppendToMapArg ( (yyval.iNode), (yyvsp[-2].sIdent), (yyvsp[0].sIdent), 0 ); } in yyparse()
1708 { (yyval.sIdent) = (yyvsp[0].sIdent); } in yyparse()
1714 { (yyval.sIdent) = pParser->Attr2Ident((yyvsp[0].iAttrLocator)); } in yyparse()
1720 { (yyval.sIdent) = strdup("in"); } in yyparse()
1840 { (yyval.sIdent) = pParser->Attr2Ident ( (yyvsp[0].iAttrLocator) ); } in yyparse()
1948 { (yyval.iNode) = pParser->AddNodeIdent ( (yyvsp[-2].sIdent), (yyvsp[0].iNode) ); } in yyparse()
1954 { (yyval.iNode) = pParser->AddNodeIdent ( (yyvsp[0].sIdent), -1 ); } in yyparse()
[all …]
H A Dsphinxexpr.y12 …const char * sIdent; // generic identifier (token does NOT own ident storage; ie values are mana… member
35 %token <sIdent> TOK_IDENT
64 %type <sIdent> map_key
66 %type <sIdent> ident
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DTabBar.cxx350 OString sIdent = mxMainMenu->get_id(i); in IMPL_LINK_NOARG() local
351 if (sIdent.startsWith("select")) in IMPL_LINK_NOARG()
352 mxMainMenu->remove(sIdent); in IMPL_LINK_NOARG()
356 OString sIdent = mxSubMenu->get_id(i); in IMPL_LINK_NOARG() local
357 if (sIdent.indexOf("customize") != -1) in IMPL_LINK_NOARG()
358 mxSubMenu->remove(sIdent); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/
H A Dscreenshot_test.cxx175 OString sIdent(xTabCtrl->get_page_ident(i)); in dumpDialogToPath() local
176 xTabCtrl->set_current_page(sIdent); in dumpDialogToPath()
177 if (xTabCtrl->get_current_page_ident() == sIdent) in dumpDialogToPath()
181 weld::Container* pPage = xTabCtrl->get_page(sIdent); in dumpDialogToPath()
/dports/irc/znc/znc-1.8.2/src/
H A DChan.cpp293 void CChan::OnWho(const CString& sNick, const CString& sIdent, in OnWho() argument
298 pNick->SetIdent(sIdent); in OnWho()
539 CString sPrefix, sTmp, sIdent, sHost; in AddNick() local
552 sIdent = sTmp.Token(1, true, "!"); in AddNick()
553 sHost = sIdent.Token(1, true, "@"); in AddNick()
554 sIdent = sIdent.Token(0, false, "@"); in AddNick()
565 if (!sIdent.empty()) pNick->SetIdent(sIdent); in AddNick()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewTabBar.cxx355 OString sIdent(OString::number(nIndex)); in GetHeight() local
356 weld::Container* pContainer = rNotebook.get_page(sIdent); in GetHeight()
497 OString sIdent(OString::number(nIndex)); in UpdateTabBarButtons() local
500 rNotebook.append_page(sIdent, rTab.ButtonLabel); in UpdateTabBarButtons()
504 rNotebook.set_tab_label_text(sIdent, rTab.ButtonLabel); in UpdateTabBarButtons()
509 weld::Container* pContainer = rNotebook.get_page(sIdent); in UpdateTabBarButtons()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dnavigatortree.cxx437 OString sIdent; in Command() local
440 if (sIdent.isEmpty()) in Command()
442 if (sIdent.isEmpty()) in Command()
444 if (sIdent == "form") in Command()
455 else if (sIdent == "hidden") in Command()
466 else if (sIdent == "cut") in Command()
468 else if (sIdent == "copy") in Command()
470 else if (sIdent == "paste") in Command()
472 else if (sIdent == "delete") in Command()
488 else if (sIdent == "props") in Command()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/
H A Dscreenshot_test.cxx176 OString sIdent(xTabCtrl->get_page_ident(i)); in dumpDialogToPath() local
177 xTabCtrl->set_current_page(sIdent); in dumpDialogToPath()
178 if (xTabCtrl->get_current_page_ident() == sIdent) in dumpDialogToPath()
182 weld::Container* pPage = xTabCtrl->get_page(sIdent); in dumpDialogToPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dmailmergewizard.cxx93 OString sIdent(OString::number(_nState)); in createPage() local
94 weld::Container* pPageContainer = m_xAssistant->append_page(sIdent); in createPage()
126 m_xAssistant->set_page_title(sIdent, getStateDisplayName(_nState)); in createPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/navipi/
H A Dscenwnd.cxx131 …OString sIdent(xPopup->popup_at_rect(m_xLbScenario.get(), tools::Rectangle(rCEvt.GetMousePosPixel(… in IMPL_LINK() local
132 if (sIdent == "delete") in IMPL_LINK()
134 else if (sIdent == "edit") in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dmailmergewizard.cxx88 OString sIdent(OString::number(_nState)); in createPage() local
89 weld::Container* pPageContainer = m_xAssistant->append_page(sIdent); in createPage()
121 m_xAssistant->set_page_title(sIdent, getStateDisplayName(_nState)); in createPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/toolbox/
H A Dweldutils.cxx93 OString sIdent(rToolbar.get_item_ident(i)); in ToolbarUnoDispatcher() local
94 if (!sIdent.startsWith(".uno:")) in ToolbarUnoDispatcher()
96 OUString sCommand = OUString::fromUtf8(sIdent); in ToolbarUnoDispatcher()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4ChatDlg.h68 StdStrBuf sIdent; variable
80 const char *GetIdent() const { return sIdent.getData(); } in GetIdent()
81 void SetIdent(const char *szToIdent) { sIdent.Copy(szToIdent); } in SetIdent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/navipi/
H A Dscenwnd.cxx142 OString sIdent(aPopup->GetItemIdent(nId)); in EventNotify() local
143 if (sIdent == "delete") in EventNotify()
145 else if (sIdent == "edit") in EventNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx96 OString sIdent(OString::number(nState)); in createPage() local
97 weld::Container* pPageContainer = m_xAssistant->append_page(sIdent); in createPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx91 OString sIdent(OString::number(nState)); in createPage() local
92 weld::Container* pPageContainer = m_xAssistant->append_page(sIdent); in createPage()

12345