Home
last modified time | relevance | path

Searched refs:aPathData (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dbootstrap.cxx564 Impl::PathData const& aPathData = data().aBaseInstall_; in locateBaseInstallation() local
566 _rURL = aPathData.path; in locateBaseInstallation()
567 return aPathData.status; in locateBaseInstallation()
572 Impl::PathData const& aPathData = data().aUserInstall_; in locateUserInstallation() local
574 _rURL = aPathData.path; in locateUserInstallation()
575 return aPathData.status; in locateUserInstallation()
598 _rURL = aPathData.path; in locateBootstrapFile()
599 return aPathData.status; in locateBootstrapFile()
604 Impl::PathData const& aPathData = data().aVersionINI_; in locateVersionFile() local
606 _rURL = aPathData.path; in locateVersionFile()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dbootstrap.cxx576 Impl::PathData const& aPathData = data().aBaseInstall_; in locateBaseInstallation() local
578 _rURL = aPathData.path; in locateBaseInstallation()
579 return aPathData.status; in locateBaseInstallation()
584 Impl::PathData const& aPathData = data().aUserInstall_; in locateUserInstallation() local
586 _rURL = aPathData.path; in locateUserInstallation()
587 return aPathData.status; in locateUserInstallation()
611 _rURL = aPathData.path; in locateBootstrapFile()
612 return aPathData.status; in locateBootstrapFile()
617 Impl::PathData const& aPathData = data().aVersionINI_; in locateVersionFile() local
619 _rURL = aPathData.path; in locateVersionFile()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGAttrValueWrapper.cpp61 void SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, in ToString() argument
63 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h45 static void ToString(const SVGPathData* aPathData, nsAString& aResult);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGAttrValueWrapper.cpp61 void SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, in ToString() argument
63 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h45 static void ToString(const SVGPathData* aPathData, nsAString& aResult);
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGAttrValueWrapper.cpp61 void SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, in ToString() argument
63 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h45 static void ToString(const SVGPathData* aPathData, nsAString& aResult);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGAttrValueWrapper.cpp53 /*static*/ void SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, in ToString() argument
55 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h46 static void ToString(const mozilla::SVGPathData* aPathData,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGAttrValueWrapper.cpp64 SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, nsAString& aResult) in ToString() argument
66 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h47 static void ToString(const mozilla::SVGPathData* aPathData,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGAttrValueWrapper.cpp61 void SVGAttrValueWrapper::ToString(const SVGPathData* aPathData, in ToString() argument
63 aPathData->GetValueAsString(aResult); in ToString()
H A DSVGAttrValueWrapper.h45 static void ToString(const SVGPathData* aPathData, nsAString& aResult);
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathCairo.h48 PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t>& aPathData,
H A DPathCairo.cpp111 std::vector<cairo_path_data_t>& aPathData, in PathCairo() argument
117 mPathData.swap(aPathData); in PathCairo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathCairo.h48 PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t>& aPathData,
H A DPathCairo.cpp111 std::vector<cairo_path_data_t>& aPathData, in PathCairo() argument
117 mPathData.swap(aPathData); in PathCairo()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathCairo.h48 PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t>& aPathData,
H A DPathCairo.cpp111 std::vector<cairo_path_data_t>& aPathData, in PathCairo() argument
117 mPathData.swap(aPathData); in PathCairo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathCairo.h48 PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t>& aPathData,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathCairo.h54 …PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t> &aPathData, const Point &aCurrentPoin…
H A DPathCairo.cpp131 PathCairo::PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t> &aPathData, const Point &aC… in PathCairo() argument
136 mPathData.swap(aPathData); in PathCairo()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathCairo.cpp112 std::vector<cairo_path_data_t> &aPathData, in PathCairo() argument
117 mPathData.swap(aPathData); in PathCairo()
H A DPathCairo.h55 PathCairo(FillRule aFillRule, std::vector<cairo_path_data_t> &aPathData,

12