Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dviewsettings.cxx322 sal_Int32 nActivePaneId; in importPane() local
324 rStrm >> rModel.mfSplitX >> rModel.mfSplitY >> aSecondPos >> nActivePaneId >> nFlags; in importPane()
327 rModel.mnActivePaneId = lclGetOoxPaneId( nActivePaneId, XML_topLeft ); in importPane()
423 sal_uInt8 nActivePaneId; in importPane() local
426 rStrm >> nSplitX >> nSplitY >> aSecondPos >> nActivePaneId; in importPane()
432 rModel.mnActivePaneId = lclGetOoxPaneId( nActivePaneId, XML_topLeft ); in importPane()

Completed in 13 milliseconds