Home
last modified time | relevance | path

Searched refs:GetColWidth (Results 26 – 50 of 57) sorted by relevance

123

/aoo41x/main/sw/source/ui/inc/
H A Dcolmgr.hxx45 sal_uInt16 GetColWidth(sal_uInt16 nIdx) const;
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx129 sal_uInt16 SwColMgr::GetColWidth(sal_uInt16 nIdx) const in GetColWidth() function in SwColMgr
H A Dcolumn.cxx834 nColWidth[i] = pColMgr->GetColWidth(i); in Init()
/aoo41x/main/sc/source/ui/view/
H A Doutput2.cxx1122 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea()
1131 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea()
1171 (long) ( pDoc->GetColWidth( sal::static_int_cast<SCCOL>(nCellX+i), nTab ) * nPPTX ); in GetOutputArea()
1242 long nAdd = (long) ( pDoc->GetColWidth( nRightX, nTab ) * nPPTX ); in GetOutputArea()
1256 long nAdd = (long) ( pDoc->GetColWidth( nLeftX, nTab ) * nPPTX ); in GetOutputArea()
3128 nOutWidth += (long) ( pDoc->GetColWidth(nX+i,nTab) * nPPTX ); in DrawRotated()
H A Dcolrowba.cxx101 …return (sal_uInt16) ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(nEntryNo), nTab ), … in GetEntrySize()
H A Dpreview.cxx1230 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
1236 … nNewColWidth += pDocShell->GetDocument()->GetColWidth( nColNumberButttonDown, nTab ); in MouseButtonUp()
H A Dviewfun5.cxx106 nXT += pDoc->GetColWidth(i,nTab); in PasteDataFormat()
H A Dcellsh3.cxx652 GetColWidth( pData->GetCurX(), in Execute()
H A Dcellsh.cxx862 SfxUInt16Item aWidthItem( FID_COL_WIDTH, pDoc->GetColWidth( nPosX , nTab) ); in GetState()
H A Ddrawview.cxx184 nWidth += pDoc->GetColWidth(nCol,nTab); in AddCustomHdl()
H A Dtabview3.cxx835 while ( nNewDeltaX < MAXCOL && !pDoc->GetColWidth( nNewDeltaX, nTab ) ) in AlignToCursor()
H A Dtabview.cxx1949 nPosX += pDoc->GetColWidth(i,nTab); in GetInsertPos()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableFieldDescription.hxx118 sal_Int32 GetColWidth() const { return m_nColWidth; } in GetColWidth() function in dbaui::OTableFieldDesc
/aoo41x/main/sc/source/filter/rtf/
H A Drtfexp.cxx137 pCellX[nCol+1] = pCellX[nCol] + pDoc->GetColWidth( nCol, nTab ); in WriteTab()
/aoo41x/main/sc/source/filter/lotus/
H A Dexpop.cxx131 nWidth = pD->GetColWidth( static_cast<SCCOL>(nCol), 0 ); in Colw()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableFieldDescription.cxx107 m_nColWidth = rRS.GetColWidth(); in operator =()
H A Dquerycontroller.cxx1241 return pField->GetColWidth(); in getColWidth()
/aoo41x/main/sc/source/core/data/
H A Dtable1.cxx1509 long nDocW = GetColWidth( rCol ); in MaybeAddExtraColumn()
1544 nMissing -= GetColWidth(++nNewCol); in MaybeAddExtraColumn()
H A Dtable2.cxx1505 nWidth += GetColWidth( nTouchedCol ); in FillMaxRot()
2381 sal_uInt16 ScTable::GetColWidth( SCCOL nCol ) const in GetColWidth() function in ScTable
/aoo41x/main/sc/source/filter/inc/
H A Dxetable.hxx782 inline sal_uInt16 GetColWidth() const { return mnWidth; } in GetColWidth() function in XclExpColinfo
/aoo41x/main/sc/source/core/tool/
H A Ddetfunc.cxx337 aPos.X() += pDoc->GetColWidth( nCol, nTab ) / 4; in GetDrawPos()
357 aPos.X() += pDoc->GetColWidth( i, nTab ); in GetDrawPos()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1441 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
1448 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1596 sal_uInt16 nScWidth = rDoc.GetColWidth( nScCol, nScTab ); in XclExpColinfo()
1721 sal_uInt16 nWidth = xRec->GetColWidth(); in Finalize()
/aoo41x/main/sc/inc/
H A Dtable.hxx651 sal_uInt16 GetColWidth( SCCOL nCol ) const;
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx2399 nStartX += pDoc->GetColWidth(nX, static_cast<SCTAB>(GraphHeader.CarretZ)); in LoadObjects()

Completed in 220 milliseconds

123