/aoo42x/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 45 gr::UtfType TextSourceAdaptor::utfEncodingForm() { in utfEncodingForm() 46 return gr::kutf16; in utfEncodingForm() 56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch() 63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch() 74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() 126 gr::isocode TextSourceAdaptor::getLanguage(gr::toffset) in getLanguage() 130 gr::isocode unknown = {{0,0,0,0}}; in getLanguage() 134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange() 146 size_t TextSourceAdaptor::getFontFeatures(gr::toffset, gr::FeatureSetting * settings) in getFontFeatures() 153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment() [all …]
|
H A D | graphite_textsrc.hxx | 66 class TextSourceAdaptor : public gr::ITextSource 71 virtual gr::UtfType utfEncodingForm(); 73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer); 74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer); 75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer); 76 virtual bool getRightToLeft(gr::toffset ich); 77 virtual unsigned int getDirectionDepth(gr::toffset ich); 79 virtual gr::isocode getLanguage(gr::toffset ich); 81 virtual ext_std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich); 82 virtual size_t getFontFeatures(gr::toffset ich, gr::FeatureSetting * prgfset); [all …]
|
H A D | graphite_features.cxx | 84 gr::isocode aLang = maLang; in GrFeatureParser() 87 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in GrFeatureParser() 89 gr::LanguageIterator iL = aSupported.first; in GrFeatureParser() 92 gr::isocode aSupportedLang = *iL; in GrFeatureParser() 130 gr::isocode aLang = {{0,0,0,0}}; in setLang() 138 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in setLang() 140 gr::LanguageIterator iL = aSupported.first; in setLang() 143 gr::isocode aSupportedLang = *iL; in setLang() 178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid() 185 ext_std::pair< gr::FeatureSettingIterator, gr::FeatureSettingIterator > in isValid() [all …]
|
H A D | graphite_layout.cxx | 107 typedef ext_std::pair<gr::GlyphIterator, gr::GlyphIterator> glyph_range_t; 108 typedef ext_std::pair<gr::GlyphSetIterator, gr::GlyphSetIterator> glyph_set_range_t; 173 typedef ext_std::pair< gr::GlyphSetIterator, gr::GlyphSetIterator > GrGlyphSet; in fill_from() 198 gr::GlyphIterator gi; in fill_from() 203 gr::GlyphInfo info = (*gi); in fill_from() 485 gr::RightToLeftDir(gr::DirCode(gi.directionality()))); in append() 593 gr::Segment * pSegment = NULL; in LayoutText() 612 gr::Segment * pSegment = NULL; in LayoutText() 634 …GrFontHasher(const gr::Font & aFont) : gr::Font(aFont), mrRealFont(const_cast<gr::Font&>(aFont)) {… in GrFontHasher() 689 gr::Font & mrRealFont; [all …]
|
H A D | graphite_adaptors.cxx | 54 using gr::GrResult; 70 clrFore = gr::kclrBlack; in FontProperties() 71 clrBack = gr::kclrTransparent; in FontProperties() 197 gr::Font * GraphiteFontAdaptor::copyThis() { in copyThis() 244 const void * GraphiteFontAdaptor::getTable(gr::fontTableId32 table_id, size_t * buffer_sz) in getTable() 258 void GraphiteFontAdaptor::getGlyphMetrics(gr::gid16 nGlyphId, gr::Rect & aBounding, gr::Point & adv… in getGlyphMetrics()
|
H A D | graphite_cache.cxx | 46 GrSegRecord::GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool… in GrSegRecord() 59 void GrSegRecord::reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool … in reuse() 97 GrSegRecord * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bo… in cacheSegment()
|
/aoo42x/main/vcl/inc/ |
H A D | graphite_layout.hxx | 63 class GraphiteWinFont : public gr::WinFont 67 GraphiteWinFont(HDC hdc) : gr::WinFont(hdc) {}; in GraphiteWinFont() 72 namespace gr { class Segment; class GlyphIterator; } namespace 94 void fill_from(gr::Segment & rSeg, ImplLayoutArgs & rArgs, 103 std::pair<float,float> appendCluster(gr::Segment & rSeg, ImplLayoutArgs & rArgs, 116 gr::LayoutEnvironment maLayout; 117 const gr::Font &mrFont; 132 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pRecord = NULL); 133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord); 135 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs); [all …]
|
H A D | graphite_features.hxx | 45 GrFeatureParser(gr::Font & font, const std::string features, const std::string lang); 46 GrFeatureParser(gr::Font & font, const std::string lang); 49 size_t getFontFeatures(gr::FeatureSetting settings[MAX_FEATURES]) const; 51 static bool isValid(gr::Font & font, gr::FeatureSetting & setting); 52 gr::isocode getLanguage() const { return maLang; }; in getLanguage() 56 void setLang(gr::Font & font, const std::string & lang); 61 gr::isocode maLang; 63 gr::FeatureSetting maSettings[64]; 68 gr::featid num;
|
H A D | graphite_adaptors.hxx | 69 struct FontProperties : gr::FontProps 83 class VCL_PLUGIN_PUBLIC GraphiteFontAdaptor : public gr::Font 85 typedef std::map<const gr::gid16, std::pair<gr::Rect, gr::Point> > GlyphMetricMap; 94 gr::Font * copyThis(); 106 virtual const void * getTable(gr::fontTableId32 tableID, size_t * pcbSize); 110 …virtual void getGlyphMetrics(gr::gid16 glyphID, gr::Rect & boundingBox, gr::Point & advances);
|
H A D | graphite_cache.hxx | 43 GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl); 47 void reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl); 64 gr::Segment * getSegment() { return m_seg; } in getSegment() 79 gr::Segment * m_seg; 219 GrSegRecord * cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl);
|
H A D | graphite_serverfont.hxx | 39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
|
/aoo42x/main/graphite/ |
H A D | graphite-2.3.1.patch | 24 -//#define gr gr2 25 +#define gr gr3ooo 1857 -gr::isocode GrUtfTextSrc::getLanguage(gr::toffset ich) 1858 +gr::isocode GrUtfTextSrc::getLanguage(gr::toffset /*ich*/) 1879 virtual gr::isocode getLanguage(gr::toffset ich); 1881 virtual std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich); 1892 - virtual gr::GrResult Fetch(int ichMin, int ichLim, gr::utf16 * prgchBuf) { return gr::kresNotImp… 1897 + virtual gr::GrResult Fetch(int /*ichMin*/, int /*ichLim*/, gr::utf16 * /*prgchBuf*/) { return gr… 1908 typedef std::pair< gr::GlyphIterator, gr::GlyphIterator > GlyphRange; 2158 namespace gr [all …]
|
H A D | graphite-2.3.1_stlportemu.patch | 5 } // namespace gr 9 gr::WinFont::LogFontWrapper, 10 gr::WinFont::FontHandleCache::FontCacheValue, 11 gr::WinFont::LogFontHashFuncs>; 28 namespace gr
|
H A D | graphite-2.3.1.patch.mingw | 121 } // namespace gr 125 gr::WinFont::LogFontWrapper, 126 gr::WinFont::FontHandleCache::FontCacheValue, 127 gr::WinFont::LogFontHashFuncs>;
|
H A D | graphite-2.3.1-CVE-2016-1521.patch | 3 @@ -1106,7 +1106,7 @@ size_t LocaLookup(gr::gid16 nGlyphId, 12 @@ -1115,7 +1115,7 @@ size_t LocaLookup(gr::gid16 nGlyphId,
|
/aoo42x/main/graphite/prj/ |
H A D | build.lst | 1 gr graphite : stlport solenv NULL 2 gr graphite usr1 - all gr_mkout NULL 3 gr graphite nmake - all gr_graphite NULL
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2791 GraphiteLayoutWinImpl(const gr::Font & font, ImplWinFontEntry & rFont) 2842 virtual void ReplaceDC(gr::Segment & segment) const; 2843 virtual void RestoreDC(gr::Segment & segment) const; 2848 return gr::WinFont::FontHasGraphiteTables(hDC); 2871 void GraphiteWinLayout::ReplaceDC(gr::Segment & segment) const 2874 dynamic_cast<gr::WinFont&>(segment.getFont()).replaceDC(mhDC); 2878 void GraphiteWinLayout::RestoreDC(gr::Segment & segment) const 2880 dynamic_cast<gr::WinFont&>(segment.getFont()).restoreDC(); 2907 gr::Segment * pSegment = maImpl.CreateSegment(args, &pSegRecord); 2909 gr::Segment * pSegment = maImpl.CreateSegment(args);
|
/aoo42x/extras/l10n/source/es/ |
H A D | localize.sdf | 23487 …hart\main0000.xhp 0 help par_id2350840 0 es Valores de datos del gráfico (para gráficos con sus… 23544 … 0 es Elija entre varios gráficos 3D y 2D, como los gráficos de barras, de líneas o de cotizacione… 36403 …gráficos;insertar\</bookmark_value\>\<bookmark_value\>representar datos como gráficos\</bookmark_v… 36492 …gráficos;editar leyendas\</bookmark_value\>\<bookmark_value\>leyendas;gráficos\</bookmark_value\>\… 37324 …gráficos;editar ejes\</bookmark_value\>\<bookmark_value\>ejes de gráficos\</bookmark_value\>\<book… 49146 …s Fije todos los ángulos a 0 para una vista frontal del gráfico. Los gráficos de círculo y los grá… 49301 …k_value\>gráficos de red\</bookmark_value\>\<bookmark_value\>tipos de gráfico;red\</bookmark_value… 49417 …gráficos\</bookmark_value\>\<bookmark_value\>rótulos; para gráficos\</bookmark_value\>\<bookmark_v… 49593 …gráfico de cotizaciones y quiere cambiar de subtipo, primero debe cambiar a un gráfico de columnas… 49633 …gráficas XY \</bookmark_value\>\<bookmark_value\>tipos de gráfico;XY (disperso)\</bookmark_value\>… [all …]
|
/aoo42x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | danish.lm | 377 gr 93
|
H A D | dutch.lm | 364 gr 85
|
H A D | english.lm | 380 gr 76
|
H A D | french.lm | 395 gr 74
|
H A D | frisian.lm | 364 gr 174
|
H A D | icelandic.lm | 291 gr 129
|
H A D | serbian-latin.lm | 109 gr 723
|