Home
last modified time | relevance | path

Searched refs:getWordChars (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DInlineLevelLayoutManager.java59 String getWordChars(Position pos); in getWordChars() method
H A DInlineStackingLayoutManager.java240 public String getWordChars(Position pos) { in getWordChars() method in InlineStackingLayoutManager
242 return ((InlineLevelLayoutManager) newPos.getLM()).getWordChars(newPos); in getWordChars()
H A DLeafNodeLayoutManager.java304 public String getWordChars(Position pos) { in getWordChars() method in LeafNodeLayoutManager
H A DContentLayoutManager.java299 public String getWordChars(Position pos) { in getWordChars() method in ContentLayoutManager
H A DCharacterLayoutManager.java163 public String getWordChars(Position pos) { in getWordChars() method in CharacterLayoutManager
H A DInlineContainerLayoutManager.java307 public String getWordChars(Position pos) { in getWordChars() method in InlineContainerLayoutManager
H A DLineLayoutManager.java1301 sbChars.append(currLM.getWordChars(firstElement.getPosition())); in findHyphenationPoints()
1313 sbChars.append(currLM.getWordChars(nextElement.getPosition())); in findHyphenationPoints()
H A DTextLayoutManager.java1198 public String getWordChars(Position pos) { in getWordChars() method in TextLayoutManager
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/spelling/model/
H A DSpellingServerOperations.java33 void getWordChars(ServerRequestCallback<String> requestCallback); in getWordChars() method
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/core/
H A DcontextTracker.h168 std::string getWordChars() const;
H A DcontextTracker.cpp422 std::string ContextTracker::getWordChars() const in getWordChars() function in ContextTracker
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/plugins/
H A DpluginsTestMockObjects.cpp79 std::string ContextTracker::getWordChars() const in getWordChars() function in ContextTracker
/dports/deskutils/presage/presage-0.9.1/src/lib/core/context_tracker/
H A DcontextTracker.h182 std::string getWordChars() const;
H A DcontextTracker.cpp316 std::string ContextTracker::getWordChars() const in getWordChars() function in ContextTracker
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DSpellCheck.h68 QString getWordChars(const QString &lang="");
H A DHTMLSpellCheckML.cpp36 QString wc = sc->getWordChars() + QChar(0x00ad); // add in soft hyphen in GetWordList()
H A DHTMLSpellCheck.cpp47 QString wordChars = sc->getWordChars(); in GetMisspelledWords()
H A DSpellCheck.cpp396 QString SpellCheck::getWordChars(const QString &lang) in getWordChars() function in SpellCheck
/dports/deskutils/presage/presage-0.9.1/test/lib/predictors/
H A DpredictorsTestMockObjects.cpp86 std::string ContextTracker::getWordChars() const in getWordChars() function in ContextTracker
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionSpelling.cpp261 Error getWordChars(const json::JsonRpcRequest& request, in getWordChars() function
466 (bind(registerRpcMethod, "get_word_chars", getWordChars)) in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java4399 public void getWordChars(ServerRequestCallback<String> requestCallback) in getWordChars() method in RemoteServer