Home
last modified time | relevance | path

Searched refs:aBlank (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbanames.cxx153 ScAddress aBlank; in Add() local
154 ScCompiler aComp( getScDocument(), aBlank, eGram ); in Add()
160 if (pTokens->IsValidReference(aRange, aBlank)) in Add()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbanames.cxx147 ScAddress aBlank; in Add() local
148 ScCompiler aComp( getScDocument(), aBlank, eGram ); in Add()
154 if (pTokens->IsValidReference(aRange, aBlank)) in Add()
/dports/textproc/p5-MARC-Record/MARC-Record-2.0.7/t/
H A Dcameleof.usmarc1 …26099 aDLCcDLC apcc00aQA76.73.P22bB43 200000a005.13/32211 aBlank-Edelman, David N.…
H A Dcamel.usmarc1 …26099 aDLCcDLC apcc00aQA76.73.P22bB43 200000a005.13/32211 aBlank-Edelman, David N.…
/dports/devel/py-pymarc/pymarc-3.1.13/test/
H A Dtest.dat1 …26099 aDLCcDLC apcc00aQA76.73.P22bB43 200000a005.13/32211 aBlank-Edelman, David N.…
/dports/textproc/pear-File_MARC/File_MARC-1.4.1/tests/
H A Dcamel.mrc1 …26099 aDLCcDLC apcc00aQA76.73.P22bB43 200000a005.13/32211 aBlank-Edelman, David N.…
/dports/textproc/p5-MARC-Lint/marc-lint/t/
H A Dcamel.usmarc1 …26099 aDLCcDLC apcc00aQA76.73.P22bB43 200000a005.13/32211 aBlank-Edelman, David N.…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx349 SwBlankPortion aBlank( cCh, true ); in PaintBracket() local
350 aBlank.SetAscent( m_pBracket->nAscent ); in PaintBracket()
351 aBlank.Width( nChWidth ); in PaintBracket()
352 aBlank.Height( m_pBracket->nHeight ); in PaintBracket()
360 aBlank.Paint( rInf ); in PaintBracket()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.cxx353 SwBlankPortion aBlank( cCh, true ); in PaintBracket() local
354 aBlank.SetAscent( pBracket->nAscent ); in PaintBracket()
355 aBlank.Width( nChWidth ); in PaintBracket()
356 aBlank.Height( pBracket->nHeight ); in PaintBracket()
364 aBlank.Paint( rInf ); in PaintBracket()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par3.cxx2430 static const sal_Unicode aBlank[] = in Import() local
2434 rSz = mrRdr.MiserableDropDownFormHack(OUString(aBlank, SAL_N_ELEMENTS(aBlank)), xPropSet); in Import()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgwriter.cxx1770 const OUString aBlank( " " ); in GetPathString() local
1791 aPathData.append(aBlank); in GetPathString()
1803 aPathData.append(aBlank); in GetPathString()
1830 aPathData.append(aBlank); in GetPathString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgwriter.cxx1873 static const OUStringLiteral aBlank( u" " ); in GetPathString() local
1894 aPathData.append(aBlank); in GetPathString()
1906 aPathData.append(aBlank); in GetPathString()
1933 aPathData.append(aBlank); in GetPathString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par3.cxx2414 static constexpr OUStringLiteral aBlank = in Import() local
2416 rSz = mrRdr.MiserableDropDownFormHack(aBlank, xPropSet); in Import()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx3185 const OUString aBlank( ' ' ); in Paint() local
3186 … long nHalfBlankWidth = aTmpFont.QuickGetTextSize( pOutDev, aBlank, 0, 1 ).Width() / 2; in Paint()