Home
last modified time | relevance | path

Searched refs:pBL1 (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Toolbar_Functions.cpp122 fl_BlockLayout * pBL1 = pView->getBlockAtPosition(posStart); in Defun_EV_GetToolbarItemState_Fn() local
124 …if((pBL1 == NULL) || (pBL2 == NULL)) // make sure we get valid blocks from selection beginning and… in Defun_EV_GetToolbarItemState_Fn()
129 if(pBL1 != pBL2) // don't allow Insert bookmark if selection spans multiple blocks in Defun_EV_GetToolbarItemState_Fn()
163 fl_BlockLayout * pBL1 = pView->getBlockAtPosition(posStart); in Defun_EV_GetToolbarItemState_Fn() local
165 …if((pBL1 == NULL) || (pBL2 == NULL)) // make sure we get valid blocks from selection beginning and… in Defun_EV_GetToolbarItemState_Fn()
170 if(pBL1 != pBL2) // don't allow Insert Hyperlink if selection spans multiple blocks in Defun_EV_GetToolbarItemState_Fn()
175 if(pBL1->getLength() == 1) in Defun_EV_GetToolbarItemState_Fn()
181 if(UT_MIN(posStart,posEnd) < pBL1->getPosition(true)) in Defun_EV_GetToolbarItemState_Fn()
H A Dap_Menu_Functions.cpp393 fl_BlockLayout * pBL1 = pView->getBlockAtPosition(posStart); in Defun_EV_GetMenuItemState_Fn() local
395 …if((pBL1 == NULL) || (pBL2 == NULL)) // make sure we get valid blocks from selection beginning and… in Defun_EV_GetMenuItemState_Fn()
400 if(pBL1 != pBL2) // don't allow Insert bookmark if selection spans multiple blocks in Defun_EV_GetMenuItemState_Fn()
425 fl_BlockLayout * pBL1 = pView->getBlockAtPosition(posStart); in Defun_EV_GetMenuItemState_Fn() local
427 …if((pBL1 == NULL) || (pBL2 == NULL)) // make sure we get valid blocks from selection beginning and… in Defun_EV_GetMenuItemState_Fn()
432 if(pBL1 != pBL2) // don't allow Insert xml:id if selection spans multiple blocks in Defun_EV_GetMenuItemState_Fn()
581 fl_BlockLayout * pBL1 = pView->getBlockAtPosition(posStart); in HyperLinkOK() local
583 …if((pBL1 == NULL) || (pBL2 == NULL)) // make sure we get valid blocks from selection beginning and… in HyperLinkOK()
588 if(pBL1 != pBL2) // don't allow Insert Hyperlink if selection spans multiple blocks in HyperLinkOK()
593 if(pBL1->getLength() == 1) in HyperLinkOK()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp4860 fl_BlockLayout*& pBL1, in getCmdInsertRangeVariables() argument
4887 pBL1 =_findBlockAtPosition(posStart); in getCmdInsertRangeVariables()
4893 if((pBL1!= NULL) && isInFootnote(posStart) && (pBL1->getPosition(true) == posStart)) in getCmdInsertRangeVariables()
4900 if((pBL1 != NULL) && isInEndnote(posStart) && (pBL1->getPosition(true) == posStart)) in getCmdInsertRangeVariables()
4917 fl_BlockLayout* pBL1 = 0; in cmdInsertBookmark() local
4919 getCmdInsertRangeVariables( posStart, posEnd, pBL1, pBL2 ); in cmdInsertBookmark()
4921 if(pBL1 != pBL2) in cmdInsertBookmark()
5004 fl_BlockLayout* pBL1 = 0; in cmdInsertXMLID() local
5006 getCmdInsertRangeVariables( posStart, posEnd, pBL1, pBL2 ); in cmdInsertXMLID()
5009 if(pBL1 != pBL2) in cmdInsertXMLID()
H A Dfv_View.h286 fl_BlockLayout*& pBL1,
/dports/biology/emboss/EMBOSS-6.6.0/test/gb/
H A Dba.ref326 AJ002203 Lactococcus lactis subsp. lactis plasmid pBL1 DNA for lactococcin 972 operon. 8/2000
328 DEFINITION Lactococcus lactis subsp. lactis plasmid pBL1 DNA for lactococcin
360 /plasmid="pBL1"
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_legacy_defaults.cpp313 , mfxU16(*pBL1)[8]) in NumRefActive()
353 bExternal |= SetDefaultNRef(extRefBL1, maxBL1, pBL1); in NumRefActive()