Home
last modified time | relevance | path

Searched refs:setErrorIndicator (Results 1 – 11 of 11) sorted by relevance

/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DExtendedScintilla.h34 void setErrorIndicator(int fromRow, int fromIndex, int toRow, int toIndex);
36 void setErrorIndicator(int position);
H A DExtendedScintilla.cpp213 void ExtendedScintilla::setErrorIndicator(int fromRow, int fromIndex, int toRow, int toIndex) in setErrorIndicator() function in ExtendedScintilla
220 void ExtendedScintilla::setErrorIndicator(int position) in setErrorIndicator() function in ExtendedScintilla
H A DEditDialog.cpp569 sciEdit->setErrorIndicator(static_cast<int>(parseError.byte - 1)); in accept()
604 sciEdit->setErrorIndicator(errorLine-1, errorColumn-1, errorLine, 0); in accept()
698 sciEdit->setErrorIndicator(static_cast<int>(parseError.byte - 1)); in setDataInBuffer()
734 sciEdit->setErrorIndicator(errorLine-1, errorColumn-1, errorLine, 0); in setDataInBuffer()
H A DMainWindow.cpp1149 …editor->setErrorIndicator(execute_from_line, execute_from_index, end_of_current_statement_line, en… in executeQuery()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlctrl.h144 void setErrorIndicator ( int line, int column );
H A Dxmlctrl.cpp199 setErrorIndicator ( validationThread->getPosition().first - 1, 0 ); in OnValidationCompleted()
2100 void XmlCtrl::setErrorIndicator ( int line, int column ) in setErrorIndicator() function in XmlCtrl
H A Dxmlcopyeditor.cpp1403 doc->setErrorIndicator ( posPair.first, posPair.second ); in OnCheckWellformedness()
3325 doc->setErrorIndicator ( posPair.first, posPair.second ); in openFile()
3811 doc->setErrorIndicator ( posPair.first, posPair.second ); in OnValidateDTD()
3881 doc->setErrorIndicator ( posPair.first, posPair.second ); in validateRelaxNG()
3967 doc->setErrorIndicator ( posPair.first - 1, 0 ); in OnValidateSchema()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Ddvb_mpe_dev.h247 void setErrorIndicator(u32 * data , u32 offset1, u32 length );
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Ddvb_mpe_dev.h247 void setErrorIndicator(u32 * data , u32 offset1, u32 length );
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Ddvb_mpe.c1179setErrorIndicator( mff->p_error_adt , mff->current_offset_adt , (offset - mff->current_offset_adt)… in setIpDatagram()
1195setErrorIndicator( mff->p_error_rs , mff->current_offset_rs , (offset - mff->current_offset_rs)*si… in setColRS()
1244 void setErrorIndicator(u32 * data , u32 offset, u32 length) in setErrorIndicator() function
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Ddvb_mpe.c1179setErrorIndicator( mff->p_error_adt , mff->current_offset_adt , (offset - mff->current_offset_adt)… in setIpDatagram()
1195setErrorIndicator( mff->p_error_rs , mff->current_offset_rs , (offset - mff->current_offset_rs)*si… in setColRS()
1244 void setErrorIndicator(u32 * data , u32 offset, u32 length) in setErrorIndicator() function