Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx223 void importDxfHeight( SequenceInputStream& rStrm );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx225 void importDxfHeight( SequenceInputStream& rStrm );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx672 void Font::importDxfHeight( SequenceInputStream& rStrm ) in importDxfHeight() function in oox::xls::Font
2297 …case BIFF12_DXF_FONT_HEIGHT: createFont( false )->importDxfHeight( rStrm ); … in importDxf()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx671 void Font::importDxfHeight( SequenceInputStream& rStrm ) in importDxfHeight() function in oox::xls::Font
2290 …case BIFF12_DXF_FONT_HEIGHT: createFont( false )->importDxfHeight( rStrm ); … in importDxf()