Searched refs:GetDocSize (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2176 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 D | htmlimp.cxx | 182 aNewRange.aEnd.IncCol( static_cast<SCsCOL>(pGlobTable->GetDocSize( tdCol )) - 1 ); in WriteToDocument() 183 aNewRange.aEnd.IncRow( pGlobTable->GetDocSize( tdRow ) - 1 ); in WriteToDocument()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 413 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;
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 152 Size aDocSize(pWrtShell->GetDocSize()); in ExecDraw() 194 Size aDocSize( pWrtShell->GetDocSize() ); in ExecDraw()
|
H A D | viewport.cxx | 95 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 D | view.cxx | 946 DocSzChgd( pWrtShell->GetDocSize() ); in SwView() 1183 if ( nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserData() 1373 if (nBottom <= (pWrtShell->GetDocSize().Height()+nAdd) ) in ReadUserDataSequence()
|
H A D | viewstat.cxx | 338 const long nBottom = pWrtShell->GetDocSize().Height() + DOCUMENTBORDER; in GetState()
|
H A D | pview.cxx | 1280 DocSzChgd( GetViewShell()->GetDocSize() ); in Init()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | grfshex.cxx | 112 Size aDocSz( rSh.GetDocSize() ); in InsertMediaDlg()
|
/aoo4110/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1098 ::SizeNotify( this, GetDocSize() ); in SizeChgNotify() 2170 Size ViewShell::GetDocSize() const in GetDocSize() function in ViewShell 2489 ::SizeNotify( this, GetDocSize() ); in UISizeNotify()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 1319 Size aOldSz( GetDocSize() ); in UpdateCrsrPos() 1336 if( aOldSz != GetDocSize() ) in UpdateCrsrPos() 2203 const Size aOldSz( GetDocSize() ); in GetCurrFrm() 2206 if( aOldSz != GetDocSize() ) in GetCurrFrm()
|
/aoo4110/main/sw/inc/ |
H A D | viewsh.hxx | 283 Size GetDocSize() const;// erfrage die Groesse des Dokuments
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | move.cxx | 205 aTmp.X() = GetDocSize().Width() - VisArea().Width() + DOCUMENTBORDER; in RightMargin()
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 720 Size aDocSz(m_pSh->GetDocSize()); in GetDefaultCenterPos()
|
Completed in 126 milliseconds