Home
last modified time | relevance | path

Searched refs:BIFF_ID_PRINTGRIDLINES (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/inc/oox/xls/ !
H A Dbiffhelper.hxx474 const sal_uInt16 BIFF_ID_PRINTGRIDLINES = 0x002B; variable
/AOO42X/main/oox/source/xls/ !
H A Dworksheetfragment.cxx793 case BIFF_ID_PRINTGRIDLINES: rPageSett.importPrintGridLines( rStrm ); break; in importFragment()