Home
last modified time | relevance | path

Searched refs:DeleteBox (Results 1 – 25 of 38) sorted by relevance

12

/dports/emulators/teo/teo/src/dos/
H A Ddmemmng.c163 static void DeleteBox(int left, int top, int right, int bottom) in DeleteBox() function
267 DeleteBox(DASM_POS_X,50,79,50); in UpdateDasmAndDump()
286 DeleteBox(DUMP_POS_X,DUMP_POS_Y+DUMP_NLINES,40,DUMP_POS_Y+DUMP_NLINES); in UpdateDasmAndDump()
305 DeleteBox(DIALOG_POS_X,DIALOG_POS_Y,40,DIALOG_POS_Y+1); in EditMemory()
352 DeleteBox(DIALOG_POS_X,DIALOG_POS_Y,40,DIALOG_POS_Y+3); in LoadMemory()
435 DeleteBox(DIALOG_POS_X,DIALOG_POS_Y,40,DIALOG_POS_Y+7); in SaveMemory()
573 DeleteBox(DIALOG_POS_X,DIALOG_POS_Y,40,DIALOG_POS_Y); in MemoryManager()
/dports/games/galaxyhack/galaxyhack/src/
H A DMenu_Base.h95 class DeleteBox: public Menu_Base {
97 DeleteBox(const string& iFilename, const string& iDirectory, int iParentID);
H A DMenu_Base.cpp291 DeleteBox::DeleteBox(const string& iFilename, const string& iDirectory, int iParentID): in DeleteBox() function in DeleteBox
311 bool DeleteBox::SwitchOnChoice(Uint16 x, Uint16 y) { in SwitchOnChoice()
H A DGenWindow.cpp465 hWindow = new DeleteBox(stringOne, stringTwo, iParentID); in GenWindow()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dboxword.h67 void DeleteBox(unsigned index);
H A Dboxword.cpp176 void BoxWord::DeleteBox(unsigned index) { in DeleteBox() function in tesseract::BoxWord
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimMultiBox.h43 void DeleteBox(size_t box);
H A DCSPrimMultiBox.cpp88 void CSPrimMultiBox::DeleteBox(size_t box) in DeleteBox() function in CSPrimMultiBox
/dports/cad/qcsxcad/QCSXCAD-0.6.2-5-g0dabbaf/
H A DQCSPrimEditor.h178 void DeleteBox(QListWidgetItem* item=NULL);
H A DQCSPrimEditor.cpp490 QObject::connect(deleteButton,SIGNAL(clicked()),this,SLOT(DeleteBox())); in QCSPrimMultiBoxLayout()
530 void QCSPrimMultiBoxLayout::DeleteBox(QListWidgetItem* item) in DeleteBox() function in QCSPrimMultiBoxLayout
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunocrsr.cxx196 DeleteBox(0); in MakeBoxSels()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunocrsr.cxx197 DeleteBox(0); in MakeBoxSels()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddetfunc.hxx78 void DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddetfunc.hxx78 void DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunochart.hxx180 void DeleteBox( const SwTable *pTable, const SwTableBox &rBox );
311 bool DeleteBox( const SwTableBox &rBox );
H A Dswcrsr.hxx278 void DeleteBox(size_t nPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunochart.hxx179 void DeleteBox( const SwTable *pTable, const SwTableBox &rBox );
310 bool DeleteBox( const SwTableBox &rBox );
H A Dswcrsr.hxx276 void DeleteBox(size_t nPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Ddetfunc.cxx729 void ScDetectiveFunc::DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in DeleteBox() function in ScDetectiveFunc
930 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindPredLevel()
1123 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), in FindSuccLevel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Ddetfunc.cxx733 void ScDetectiveFunc::DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in DeleteBox() function in ScDetectiveFunc
934 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindPredLevel()
1127 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), in FindSuccLevel()
/dports/editors/lazarus/lazarus/designer/
H A Dmenueditor.pp169 procedure DeleteBox(aMI: TMenuItem);
931 procedure TShadowMenu.DeleteBox(aMI: TMenuItem);
938 sb.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TShadowMenu.DeleteBox'){$ENDIF};
940 DeleteBox(aMI.Items[i]);
941 Assert(sb<>nil,'TShadowMenu.DeleteBox: internal error');
983 DeleteBox(mi.Items[i]);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dmenueditor.pp169 procedure DeleteBox(aMI: TMenuItem);
931 procedure TShadowMenu.DeleteBox(aMI: TMenuItem);
938 sb.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TShadowMenu.DeleteBox'){$ENDIF};
940 DeleteBox(aMI.Items[i]);
941 Assert(sb<>nil,'TShadowMenu.DeleteBox: internal error');
983 DeleteBox(mi.Items[i]);
/dports/editors/lazarus-qt5/lazarus/designer/
H A Dmenueditor.pp169 procedure DeleteBox(aMI: TMenuItem);
931 procedure TShadowMenu.DeleteBox(aMI: TMenuItem);
938 sb.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TShadowMenu.DeleteBox'){$ENDIF};
940 DeleteBox(aMI.Items[i]);
941 Assert(sb<>nil,'TShadowMenu.DeleteBox: internal error');
983 DeleteBox(mi.Items[i]);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dmenueditor.pp169 procedure DeleteBox(aMI: TMenuItem);
931 procedure TShadowMenu.DeleteBox(aMI: TMenuItem);
938 sb.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TShadowMenu.DeleteBox'){$ENDIF};
940 DeleteBox(aMI.Items[i]);
941 Assert(sb<>nil,'TShadowMenu.DeleteBox: internal error');
983 DeleteBox(mi.Items[i]);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx1036 pPCD->DeleteBox( &rTable, *pBox ); in CreateNew()
1058 pPCD->DeleteBox( &rTable, *pBox ); in CreateNew()
1690 pPCD->DeleteBox( &pTableNd->GetTable(), *pBox ); in UndoImpl()
1733 pPCD->DeleteBox( &pTableNd->GetTable(), *pBox ); in UndoImpl()
1941 pPCD->DeleteBox( &pTableNd->GetTable(), *pBox ); in UndoImpl()

12