Home
last modified time | relevance | path

Searched refs:pHorzChar (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A DTokenWriter.cxx402 std::unique_ptr<OString[]> pHorzChar(new OString[nCount]); in Write() local
428 pHorzChar[i-1] = pChar; // to avoid to always rummage in the ITEMSET later on in Write()
475 appendRow( pHorzChar.get(), nCount, k, kk ); in Write()
483 appendRow(pHorzChar.get(),nCount,k,kk); in Write()
493 void ORTFImportExport::appendRow(OString const * pHorzChar,sal_Int32 _nColumnCount,sal_Int32& k,sal… in appendRow() argument
521 m_pStream->WriteOString( pHorzChar[i-1] ); in appendRow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A DTokenWriter.cxx406 std::unique_ptr<OString[]> pHorzChar(new OString[nCount]); in Write() local
432 pHorzChar[i-1] = pChar; // to avoid to always rummage in the ITEMSET later on in Write()
479 appendRow( pHorzChar.get(), nCount, k, kk ); in Write()
487 appendRow(pHorzChar.get(),nCount,k,kk); in Write()
497 void ORTFImportExport::appendRow(OString const * pHorzChar,sal_Int32 _nColumnCount,sal_Int32& k,sal… in appendRow() argument
525 m_pStream->WriteOString( pHorzChar[i-1] ); in appendRow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DTokenWriter.hxx117 … void appendRow(OString const * pHorzChar,sal_Int32 _nColumnCount,sal_Int32& k,sal_Int32& kk);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DTokenWriter.hxx117 … void appendRow(OString const * pHorzChar,sal_Int32 _nColumnCount,sal_Int32& k,sal_Int32& kk);