Home
last modified time | relevance | path

Searched defs:aSnippet (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/cppunit/
H A Dtest_language_conditionals.cxx38 const OUString aSnippet("Option VBASupport 1\n" in testIfNot() local
57 const OUString aSnippet("Option VBASupport 0\n" in testIfNot() local
80 const OUString aSnippet("Option VBASupport 1\n" in testIfAndNot() local
101 const OUString aSnippet("Option VBASupport 0\n" in testIfAndNot() local
126 const OUString aSnippet("Option VBASupport 1\n" in testNENot() local
147 const OUString aSnippet("Option VBASupport 0\n" in testNENot() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dsvxfont.cxx243 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos-nOldPos); in DoOnCapitals() local
272 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() local
296 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() local
363 const OUString aSnippet = rTxt.copy(nIdx, nLen); in GetPhysTxtSize() local
542 const OUString aSnippet(rTxt.copy( nIdx, nTmp)); in DrawPrev() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dsvxfont.cxx303 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos-nOldPos); in DoOnCapitals() local
332 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() local
356 const OUString aSnippet = rTxt.copy(nIdx + nOldPos, nPos - nOldPos); in DoOnCapitals() local
421 const OUString aSnippet = rTxt.copy(nIdx, nLen); in GetPhysTxtSize() local
606 const OUString aSnippet(rTxt.copy( nIdx, nTmp)); in DrawPrev() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfont.cxx1055 const OUString aSnippet(oldStr.copy(sal_Int32(nOldIdx), sal_Int32(nOldLen))); in GetTextSize_() local
1173 const OUString aSnippet(oldStr.copy(sal_Int32(nOldIdx), sal_Int32(nOldLen))); in DrawText_() local
H A Dfntcache.cxx2510 const OUString aSnippet(rInf.GetText().copy(sal_Int32(rInf.GetIdx()), sal_Int32(nLn))); in GetTextBreak() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfont.cxx1086 const OUString aSnippet(oldStr.copy(sal_Int32(nOldIdx), sal_Int32(nOldLen))); in GetTextSize_() local
1204 const OUString aSnippet(oldStr.copy(sal_Int32(nOldIdx), sal_Int32(nOldLen))); in DrawText_() local
H A Dfntcache.cxx2477 const OUString aSnippet(rInf.GetText().copy(sal_Int32(rInf.GetIdx()), sal_Int32(nLn))); in GetTextBreak() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx655 const tools::Polygon aSnippet(4, in playMetafile() local
663 const tools::Polygon aSnippet(2, in playMetafile() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx636 const tools::Polygon aSnippet(4, in playMetafile() local
644 const tools::Polygon aSnippet(2, in playMetafile() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx121 B3DPolygon aSnippet; in applyLineDashing() local
H A Db2dpolygontools.cxx1148 B2DPolygon aSnippet; in applyLineDashing() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db3dpolygontools.cxx234 B3DPolygon aSnippet; in applyLineDashing() local
H A Db2dpolygontools.cxx1271 B2DPolygon aSnippet; in applyLineDashing() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/eps/
H A Deps.cxx718 const tools::Polygon aSnippet(4, in ImplWriteActions() local
726 const tools::Polygon aSnippet(2, in ImplWriteActions() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/eps/
H A Deps.cxx715 const tools::Polygon aSnippet(4, in ImplWriteActions() local
723 const tools::Polygon aSnippet(2, in ImplWriteActions() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1761 OUString aSnippet(rStr.copy(nCurrentPos, nLen)); in GetSnippet() local
2605 OUString aSnippet( aAttrIter.GetSnippet( aStr, nCurrentPos + ofs, nLen ) ); in OutputTextNode() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1740 OUString aSnippet(rStr.copy(nCurrentPos, nLen)); in GetSnippet() local
2552 OUString aSnippet( aAttrIter.GetSnippet( aStr, nCurrentPos + ofs, nLen ) ); in OutputTextNode() local
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_snippet.c1325 SnippetFragment aSnippet[4]; /* Maximum of 4 fragments per snippet */ in sqlite3Fts3Snippet() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_snippet.c1419 SnippetFragment aSnippet[4]; /* Maximum of 4 fragments per snippet */ in sqlite3Fts3Snippet() local
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_snippet.c1457 SnippetFragment aSnippet[4]; /* Maximum of 4 fragments per snippet */ in sqlite3Fts3Snippet() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c1457 SnippetFragment aSnippet[4]; /* Maximum of 4 fragments per snippet */ in sqlite3Fts3Snippet() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c1457 SnippetFragment aSnippet[4]; /* Maximum of 4 fragments per snippet */ in sqlite3Fts3Snippet() local