Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx329 if( (rTabSett.maSecondVis.Col() >= 0) && (rTabSett.maSecondVis.Row() >= 0) ) in XclExpTabViewSettings()
330 maData.maSecondXclPos = rAddrConv.CreateValidAddress( rTabSett.maSecondVis, false ); in XclExpTabViewSettings()
H A Dxiview.cxx231 rTabSett.maSecondVis = rAddrConv.CreateValidAddress( maData.maSecondXclPos, nScTab, false ); in Finalize()
/trunk/main/sc/inc/
H A Dscextopt.hxx65 … ScAddress maSecondVis; /// Top-left visible cell in add. panes (column/row only). member
/trunk/main/sc/source/ui/view/
H A Dscextopt.cxx47 maSecondVis( ScAddress::INITIALIZE_INVALID ), in ScExtTabSettings()
H A Dviewdata.cxx2470 …rTabSett.maSecondVis.Set( pViewTab->nPosX[ SC_SPLIT_RIGHT ], pViewTab->nPosY[ SC_SPLIT_BOTTOM ], n… in WriteExtOptions()
2554 if( bHSplit ) rViewTab.nPosX[ SC_SPLIT_RIGHT ] = rTabSett.maSecondVis.Col(); in ReadExtOptions()
2555 if( bVSplit ) rViewTab.nPosY[ SC_SPLIT_BOTTOM ] = rTabSett.maSecondVis.Row(); in ReadExtOptions()

Completed in 67 milliseconds