Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2176 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocSize() function in ScHTMLTable
2193 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient ) const in GetDocSize() function in ScHTMLTable
2199 ScHTMLSize ScHTMLTable::GetDocSize( const ScHTMLPos& rCellPos ) const in GetDocSize() function in ScHTMLTable
2209 return maDocBasePos.Get( eOrient ) + GetDocSize( eOrient, 0, nCellPos ); in GetDocPos()
2222 …rRange.aEnd.Move( static_cast< SCsCOL >( GetDocSize( tdCol ) ) - 1, static_cast< SCsROW >( GetDocS… in GetDocRange()
2252 SCROW nCellRow2 = nCellRow1 + GetDocSize( tdRow, nRow ) - 1; in ApplyCellBorders()
2556 nDiffSize += GetDocSize( eOrient, nCellPos ); in CalcNeededDocSize()
2655 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize()
2681 const ScHTMLSize aCellDocSize( GetDocSize( aMapIter->first ) ); in RecalcDocPos()
2818 nColMax = static_cast< SCCOL >( mxGlobTable->GetDocSize( tdCol ) - 1 ); in Read()
[all …]
H A Dhtmlimp.cxx182 aNewRange.aEnd.IncCol( static_cast<SCsCOL>(pGlobTable->GetDocSize( tdCol )) - 1 ); in WriteToDocument()
183 aNewRange.aEnd.IncRow( pGlobTable->GetDocSize( tdRow ) - 1 ); in WriteToDocument()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx413 SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const;
415 …SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellBegin, SCCOLROW nCellEnd ) con…
417 SCCOLROW GetDocSize( ScHTMLOrient eOrient ) const;
419 ScHTMLSize GetDocSize( const ScHTMLPos& rCellPos ) const;
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx152 Size aDocSize(pWrtShell->GetDocSize()); in ExecDraw()
194 Size aDocSize( pWrtShell->GetDocSize() ); in ExecDraw()
H A Dviewport.cxx95 const Size aDocSz( rSh.GetDocSize() ); in lcl_GetPos()
829 const long lWidth = GetWrtShell().GetDocSize().Width() + lBorder; in CalcVisArea()
839 const long lHeight = GetWrtShell().GetDocSize().Height() + lBorder; in CalcVisArea()
H A Dview.cxx945 DocSzChgd( pWrtShell->GetDocSize() ); in SwView()
1182 if ( nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserData()
1372 if (nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserDataSequence()
H A Dviewstat.cxx345 const long nBottom = pWrtShell->GetDocSize().Height() + DOCUMENTBORDER; in GetState()
H A Dpview.cxx1280 DocSzChgd( GetViewShell()->GetDocSize() ); in Init()
/trunk/main/sw/source/ui/shells/
H A Dgrfshex.cxx112 Size aDocSz( rSh.GetDocSize() ); in InsertMediaDlg()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1327 Size aOldSz( GetDocSize() ); in UpdateCrsrPos()
1344 if( aOldSz != GetDocSize() ) in UpdateCrsrPos()
2211 const Size aOldSz( GetDocSize() ); in GetCurrFrm()
2214 if( aOldSz != GetDocSize() ) in GetCurrFrm()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1101 ::SizeNotify( this, GetDocSize() ); in SizeChgNotify()
2170 Size ViewShell::GetDocSize() const in GetDocSize() function in ViewShell
2489 ::SizeNotify( this, GetDocSize() ); in UISizeNotify()
/trunk/main/sw/inc/
H A Dviewsh.hxx283 Size GetDocSize() const;// erfrage die Groesse des Dokuments
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx205 aTmp.X() = GetDocSize().Width() - VisArea().Width() + DOCUMENTBORDER; in RightMargin()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx720 Size aDocSz(m_pSh->GetDocSize()); in GetDefaultCenterPos()

Completed in 118 milliseconds