Home
last modified time | relevance | path

Searched refs:replaceLine (Results 1 – 25 of 29) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/words/part/widgets/
H A DKoFindToolbar.cpp131 d->replaceLine = new KHistoryComboBox(true, this); in KoFindToolbar()
135 layout->addWidget(d->replaceLine, 1, 2); in KoFindToolbar()
175 d->replaceLine->setVisible(false); in activateSearch()
197 d->replaceLine->setVisible(true); in activateReplace()
211 replaceLine->setPalette(current); in matchFound()
221 replaceLine->setPalette(current); in noMatchFound()
250 replaceLine->setPalette(qApp->palette()); in find()
265 finder->replaceCurrent(replaceLine->currentText()); in replace()
266 replaceLine->addToHistory(replaceLine->currentText()); in replace()
271 finder->replaceAll(replaceLine->currentText()); in replaceAll()
[all …]
H A DKoFindToolbar_p.h65 KHistoryComboBox *replaceLine; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/actions/
H A Daction.cpp46 void Action::addInfoMsg(const Common::String &text, bool newLine, bool replaceLine) { in addInfoMsg() argument
47 CInfoMsg msg(text, newLine, replaceLine); in addInfoMsg()
H A Daction.h74 void addInfoMsg(const Common::String &text, bool newLine = true, bool replaceLine = false);
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/spells/
H A Dspell.cpp37 void Spell::addInfoMsg(const Common::String &text, bool newLine, bool replaceLine) { in addInfoMsg() argument
38 Shared::CInfoMsg msg(text, newLine, replaceLine); in addInfoMsg()
H A Dspell.h58 void addInfoMsg(const Common::String &text, bool newLine = true, bool replaceLine = false);
/dports/deskutils/treeline/TreeLine/
H A Dinstall.py119 def replaceLine(path, origLineStart, newLine): function
285 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
294 replaceLine(os.path.join(pythonBuildDir,
311 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
329 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
341 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
/dports/math/rpcalc/rpCalc/
H A Dinstall.py113 def replaceLine(path, origLineStart, newLine): function
234 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
245 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
257 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/u1dialogs/
H A Ddialog.cpp39 void Dialog::addInfoMsg(const Common::String &text, bool newLine, bool replaceLine) { in addInfoMsg() argument
42 Shared::CInfoMsg msg(text, newLine, replaceLine); in addInfoMsg()
H A Ddialog.h64 void addInfoMsg(const Common::String &text, bool newLine = true, bool replaceLine = false);
/dports/math/convertall/ConvertAll/
H A Dinstall.py114 def replaceLine(path, origLineStart, newLine): function
246 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
261 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
273 replaceLine(os.path.join(pythonBuildDir, '{0}.py'.format(progName)),
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/maps/
H A Dmap_widget.cpp65 void MapWidget::addInfoMsg(const Common::String &text, bool newLine, bool replaceLine) { in addInfoMsg() argument
66 CInfoMsg msg(text, newLine, replaceLine); in addInfoMsg()
H A Dmap_base.cpp230 void MapBase::addInfoMsg(const Common::String &text, bool newLine, bool replaceLine) { in addInfoMsg() argument
231 CInfoMsg msg(text, newLine, replaceLine); in addInfoMsg()
H A Dmap_widget.h97 void addInfoMsg(const Common::String &text, bool newLine = true, bool replaceLine = false);
H A Dmap_base.h131 void addInfoMsg(const Common::String &text, bool newLine = true, bool replaceLine = false);
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/scripting/
H A Dkilescriptdocument.cpp176 bool KileScriptDocument::replaceLine(const QString &s) in replaceLine() function in KileScript::KileScriptDocument
178 return replaceLine( m_view->cursorPosition().line(),s ); in replaceLine()
181 bool KileScriptDocument::replaceLine(int line,const QString &s) in replaceLine() function in KileScript::KileScriptDocument
183 return m_editor->replaceLine(line,s,m_view); in replaceLine()
H A Dkilescriptdocument.h81 Q_INVOKABLE bool replaceLine(const QString &s);
82 Q_INVOKABLE bool replaceLine(int line,const QString &s);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_shove.cpp62 void SHOVE::replaceLine( LINE& aOld, LINE& aNew, bool aIncludeInChangedArea, NODE* aNode ) in replaceLine() function in PNS::SHOVE
541 replaceLine( obstacleLine, shovedLine ); in onCollidingSegment()
604 replaceLine( obstacleLine, shovedLine ); in onCollidingArc()
639 replaceLine( aObstacle, shovedLine ); in onCollidingLine()
762 replaceLine( aCurrent, walkaroundLine ); in onCollidingSolid()
961 replaceLine( lp.first, lp.second ); in pushOrShoveVia()
1116 replaceLine( aCurrent, shoved ); in onReverseCollidingVia()
1786 replaceLine( line, optimized, false, aNode ); in runOptimizer()
H A Dpns_shove.h153 void replaceLine( LINE& aOld, LINE& aNew, bool aIncludeInChangedArea = true,
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_shove.cpp52 void SHOVE::replaceLine( LINE& aOld, LINE& aNew ) in replaceLine() function in PNS::SHOVE
360 replaceLine( obstacleLine, shovedLine ); in onCollidingSegment()
394 replaceLine( aObstacle, shovedLine ); in onCollidingLine()
519 replaceLine( aCurrent, walkaroundLine ); in onCollidingSolid()
696 replaceLine( lp.first, lp.second ); in pushVia()
844 replaceLine( aCurrent, shoved ); in onReverseCollidingVia()
H A Dpns_shove.h135 void replaceLine( LINE& aOld, LINE& aNew );
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/engine/
H A Dmessages.h251 MESSAGE3(CInfoMsg, Common::String, text, "", bool, newLine, true, bool, replaceLine, false);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_RenderingHelpers.h611 replaceLine (dest, p, width); in handleEdgeTableLine()
621 replaceLine (dest, sourceColour, width); in handleEdgeTableLineFull()
638 replaceLine (dest, p, width); in handleEdgeTableRectangle()
673 forcedinline void replaceLine (PixelRGB* dest, PixelARGB colour, int width) const noexcept in replaceLine() function
681 … forcedinline void replaceLine (PixelAlpha* dest, const PixelARGB colour, int width) const noexcept in replaceLine() function
689 … forcedinline void replaceLine (PixelARGB* dest, const PixelARGB colour, int width) const noexcept in replaceLine() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_RenderingHelpers.h611 replaceLine (dest, p, width); in handleEdgeTableLine()
621 replaceLine (dest, sourceColour, width); in handleEdgeTableLineFull()
638 replaceLine (dest, p, width); in handleEdgeTableRectangle()
673 forcedinline void replaceLine (PixelRGB* dest, PixelARGB colour, int width) const noexcept in replaceLine() function
681 … forcedinline void replaceLine (PixelAlpha* dest, const PixelARGB colour, int width) const noexcept in replaceLine() function
689 … forcedinline void replaceLine (PixelARGB* dest, const PixelARGB colour, int width) const noexcept in replaceLine() function
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Deditorextension.h56 bool replaceLine(int line, const QString &s, KTextEditor::View *view = Q_NULLPTR);

12