Searched refs:GetXclMaxPos (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xepage.cxx | 340 …_ID_HORPAGEBREAKS, maData.maHorPageBreaks, static_cast< sal_uInt16 >( GetXclMaxPos().Col() ) ).Sav… in Save() 341 …_ID_VERPAGEBREAKS, maData.maVerPageBreaks, static_cast< sal_uInt16 >( GetXclMaxPos().Row() ) ).Sav… in Save() 384 static_cast< sal_uInt16 >( GetXclMaxPos().Col() ) ).SaveXml( rStrm ); in SaveXml() 386 static_cast< sal_uInt16 >( GetXclMaxPos().Row() ) ).SaveXml( rStrm ); in SaveXml()
|
H A D | colrowst.cxx | 55 mnMaxCol( rRoot.GetXclMaxPos().Col() ), in XclImpColRowSettings() 56 mnMaxRow( rRoot.GetXclMaxPos().Row() ), in XclImpColRowSettings()
|
H A D | xlescher.cxx | 196 sal_uInt16 nXclMaxCol = rRoot.GetXclMaxPos().Col(); in SetRect() 197 sal_uInt16 nXclMaxRow = static_cast<sal_uInt16>( rRoot.GetXclMaxPos().Row()); in SetRect()
|
H A D | xeview.cxx | 348 if( (0 < nFreezeScCol) && (nFreezeScCol <= GetXclMaxPos().Col()) ) in XclExpTabViewSettings() 351 if( (0 < nFreezeScRow) && (nFreezeScRow <= GetXclMaxPos().Row()) ) in XclExpTabViewSettings()
|
H A D | xename.cxx | 654 pColRange->aEnd.Col(), GetXclMaxPos().Row(), nScTab ) ); in CreateBuiltInNames() 659 GetXclMaxPos().Col(), pRowRange->aEnd.Row(), nScTab ) ); in CreateBuiltInNames()
|
H A D | xeformula.cxx | 498 mnMaxAbsCol( static_cast< SCsCOL >( rRoot.GetXclMaxPos().Col() ) ), in XclExpFmlaCompImpl() 499 mnMaxAbsRow( static_cast< SCsROW >( rRoot.GetXclMaxPos().Row() ) ), in XclExpFmlaCompImpl() 502 mnMaxColMask( static_cast< sal_uInt16 >( rRoot.GetXclMaxPos().Col() ) ), in XclExpFmlaCompImpl() 503 mnMaxRowMask( static_cast< sal_uInt16 >( rRoot.GetXclMaxPos().Row() ) ) in XclExpFmlaCompImpl()
|
H A D | impop.cxx | 1353 mxColOutlineBuff( new XclImpOutlineBuffer( rRoot.GetXclMaxPos().Col() + 1 ) ), in XclImpOutlineDataBuffer() 1354 mxRowOutlineBuff( new XclImpOutlineBuffer( rRoot.GetXclMaxPos().Row() + 1 ) ), in XclImpOutlineDataBuffer()
|
H A D | xehelper.cxx | 163 XclAddressConverterBase( rRoot.GetTracer(), rRoot.GetXclMaxPos() ) in XclExpAddressConverter()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 851 aRange.aEnd.SetRow( rRoot.GetXclMaxPos().Row() ); in XclExpChTrInsert() 856 aRange.aEnd.SetCol( rRoot.GetXclMaxPos().Col() ); in XclExpChTrInsert()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlroot.hxx | 265 inline const ScAddress& GetXclMaxPos() const { return mrData.maXclMaxPos; } in GetXclMaxPos() function in XclRoot
|
Completed in 89 milliseconds