Searched refs:ownText (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/ |
H A D | TextEditor.h | 25 TextEditor(XojPageView* gui, GtkWidget* widget, Text* text, bool ownText); 115 bool ownText = false; variable
|
H A D | TextEditor.cpp | 17 TextEditor::TextEditor(XojPageView* gui, GtkWidget* widget, Text* text, bool ownText): in TextEditor() argument 18 gui(gui), widget(widget), text(text), ownText(ownText) { in TextEditor() 62 if (this->ownText) { in ~TextEditor() 70 if (this->ownText) { in ~TextEditor() 122 if (this->ownText) { in setColor() 138 void TextEditor::textCopyed() { this->ownText = false; } in textCopyed()
|
H A D | PageView.cpp | 218 bool ownText = false; in startText() local 221 ownText = true; in startText() 259 this->textEditor = new TextEditor(this, xournal->getWidget(), text, ownText); in startText() 260 if (!ownText) { in startText()
|
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/ |
H A D | qquickmenuitem.cpp | 568 QString ownText = QQuickMenuText1::text(); in text() local 569 if (!ownText.isNull()) in text() 570 return ownText; in text()
|
/dports/textproc/sigil/Sigil-1.8.0/src/Query/ |
H A D | CNode.h | 75 std::string ownText();
|
H A D | CNode.cpp | 156 std::string CNode::ownText() in ownText() function in CNode
|
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/modules/ |
H A D | WebsiteMetadata.jsm | 329 // flavors: Map{'texty' -> {ownText: 'blah',
|
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/modules/ |
H A D | WebsiteMetadata.jsm | 345 // flavors: Map{'texty' -> {ownText: 'blah',
|