Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxepage.cxx340 …_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 Dcolrowst.cxx55 mnMaxCol( rRoot.GetXclMaxPos().Col() ), in XclImpColRowSettings()
56 mnMaxRow( rRoot.GetXclMaxPos().Row() ), in XclImpColRowSettings()
H A Dxlescher.cxx196 sal_uInt16 nXclMaxCol = rRoot.GetXclMaxPos().Col(); in SetRect()
197 sal_uInt16 nXclMaxRow = static_cast<sal_uInt16>( rRoot.GetXclMaxPos().Row()); in SetRect()
H A Dxeview.cxx348 if( (0 < nFreezeScCol) && (nFreezeScCol <= GetXclMaxPos().Col()) ) in XclExpTabViewSettings()
351 if( (0 < nFreezeScRow) && (nFreezeScRow <= GetXclMaxPos().Row()) ) in XclExpTabViewSettings()
H A Dxename.cxx654 pColRange->aEnd.Col(), GetXclMaxPos().Row(), nScTab ) ); in CreateBuiltInNames()
659 GetXclMaxPos().Col(), pRowRange->aEnd.Row(), nScTab ) ); in CreateBuiltInNames()
H A Dxeformula.cxx498 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 Dimpop.cxx1353 mxColOutlineBuff( new XclImpOutlineBuffer( rRoot.GetXclMaxPos().Col() + 1 ) ), in XclImpOutlineDataBuffer()
1354 mxRowOutlineBuff( new XclImpOutlineBuffer( rRoot.GetXclMaxPos().Row() + 1 ) ), in XclImpOutlineDataBuffer()
H A Dxehelper.cxx163 XclAddressConverterBase( rRoot.GetTracer(), rRoot.GetXclMaxPos() ) in XclExpAddressConverter()
/aoo4110/main/sc/source/filter/inc/
H A Dxlroot.hxx265 inline const ScAddress& GetXclMaxPos() const { return mrData.maXclMaxPos; } in GetXclMaxPos() function in XclRoot
/aoo4110/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx851 aRange.aEnd.SetRow( rRoot.GetXclMaxPos().Row() ); in XclExpChTrInsert()
856 aRange.aEnd.SetCol( rRoot.GetXclMaxPos().Col() ); in XclExpChTrInsert()

Completed in 50 milliseconds