Searched refs:GetOptimalColWidth (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 354 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, sal_Bool bFormula );
|
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 253 sal_uInt16 ScTable::GetOptimalColWidth( SCCOL nCol, OutputDevice* pDev, in GetOptimalColWidth() function in ScTable 259 return aCol[nCol].GetOptimalColWidth( pDev, nPPTX, nPPTY, rZoomX, rZoomY, in GetOptimalColWidth()
|
H A D | column2.cxx | 654 sal_uInt16 ScColumn::GetOptimalColWidth( OutputDevice* pDev, double nPPTX, double nPPTY, in GetOptimalColWidth() function in ScColumn
|
H A D | document.cxx | 3363 sal_uInt16 ScDocument::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev, in GetOptimalColWidth() function in ScDocument 3370 return pTab[nTab]->GetOptimalColWidth( nCol, pDev, nPPTX, nPPTY, in GetOptimalColWidth()
|
/aoo4110/main/sc/inc/ |
H A D | column.hxx | 359 sal_uInt16 GetOptimalColWidth( OutputDevice* pDev, double nPPTX, double nPPTY,
|
H A D | table.hxx | 617 sal_uInt16 GetOptimalColWidth( SCCOL nCol, OutputDevice* pDev,
|
H A D | document.hxx | 1346 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, OutputDevice* pDev,
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 246 sal_uInt16 ScViewFunc::GetOptimalColWidth( SCCOL nCol, SCTAB nTab, sal_Bool bFormula ) in GetOptimalColWidth() function in ScViewFunc 265 sal_uInt16 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, aProv.GetDevice(), in GetOptimalColWidth() 2253 nThisSize = nSizeTwips + GetOptimalColWidth( nCol, nTab, bFormula ); in SetWidthOrHeight()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1039 sal_uInt16 nThisSize = STD_EXTRA_WIDTH + pDoc->GetOptimalColWidth( nCol, nTab, in Redo()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1489 sal_uInt16 nWidth = aDocument.GetOptimalColWidth( in ConvertFrom()
|
H A D | docfunc.cxx | 3110 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, pDev, nPPTX, nPPTY, aOne, aOne, in lcl_GetOptimalColWidth()
|
Completed in 116 milliseconds