Home
last modified time | relevance | path

Searched defs:FillText (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/tox/
H A Dtxmsrt.cxx197 void SwTOXSortTabBase::FillText( SwTextNode& rNd, const SwIndex& rInsPos, in FillText() function in SwTOXSortTabBase
376 void SwTOXIndex::FillText( SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXIndex
486 void SwTOXContent::FillText(SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXContent
589 void SwTOXPara::FillText( SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXPara
803 void SwTOXAuthority::FillText( SwTextNode& rNd, in FillText() function in SwTOXAuthority
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/tox/
H A Dtxmsrt.cxx220 void SwTOXSortTabBase::FillText( SwTextNode& rNd, const SwIndex& rInsPos, in FillText() function in SwTOXSortTabBase
397 void SwTOXIndex::FillText( SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXIndex
507 void SwTOXContent::FillText(SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXContent
610 void SwTOXPara::FillText( SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16, in FillText() function in SwTOXPara
875 void SwTOXAuthority::FillText(SwTextNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField, in FillText() function in SwTOXAuthority
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2d_p.h124 FillText, enumerator
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2d_p.h124 FillText, enumerator
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Tools/
H A DTextTool.cs471 …protected bool FillText { get { return (int)fill_button.SelectedItem.Tag <= 1 || (int)fill_button.… property in Pinta.Tools.TextTool
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/canvas_traits/
H A Dcanvas.rs47 FillText(String, f64, f64, Option<f64>), enumerator
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dmenu.c715 void (*FillText) (char *[MAX_MENU_ITEMS]); member
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcanvasrenderingcontext2d.rs793 fn FillText(&self, text: DOMString, x: f64, y: f64, max_width: Option<f64>) { in FillText() method
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3360 void CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3375 void CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3440 void CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3375 void CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasRenderingContext2D.cpp3912 void CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DCanvasRenderingContext2D.cpp3875 CanvasRenderingContext2D::FillText(const nsAString& aText, double aX, in FillText() function in mozilla::dom::CanvasRenderingContext2D
/dports/misc/perkeep/perkeep-0.11/vendor/honnef.co/go/js/dom/
H A Ddom.go2074 func (ctx *CanvasRenderingContext2D) FillText(text string, x, y, maxWidth float64) { func