Searched refs:pColWidth (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 257 memmove( &pColWidth[nStartCol+nSize], &pColWidth[nStartCol], in InsertCol() 334 memmove( &pColWidth[nStartCol], &pColWidth[nStartCol+nSize], in DeleteCol() 453 if (pColWidth && pTable->pColWidth) in CopyToClip() 455 pTable->pColWidth[i] = pColWidth[i]; in CopyToClip() 504 if (nRow1==0 && nRow2==MAXROW && pColWidth && pTable->pColWidth) in CopyFromClip() 506 pColWidth[i] = pTable->pColWidth[i-nDx]; in CopyFromClip() 762 pDestTab->pColWidth[i] = pColWidth[i]; in CopyToTable() 882 pDestTab->pColWidth[i] = pColWidth[i]; in UndoToTable() 2402 return pColWidth[nCol]; in GetOriginalWidth() 3309 if ( pColWidth ) in GetColOffset() [all …]
|
H A D | table1.cxx | 68 pColWidth( NULL ), in ScTable() 103 pColWidth = new sal_uInt16[ MAXCOL+1 ]; in ScTable() 108 pColWidth[i] = STD_COL_WIDTH; in ScTable() 155 delete[] pColWidth; in ~ScTable()
|
H A D | table5.cxx | 175 long nThisX = ColHidden(nX) ? 0 : pColWidth[nX]; in UpdatePageBreaks() 192 nPageSizeX -= ColHidden(i) ? 0 : pColWidth[i]; in UpdatePageBreaks()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 927 sal_Int32 *pColWidth = new sal_Int32[aNames.getLength()]; in WriteTables() local 941 pColWidth[i] = 100; in WriteTables() 948 pColWidth[i] = ::comphelper::getINT32(xColumn->getPropertyValue(PROPERTY_WIDTH)); in WriteTables() 961 …WriteCell(pFormat[i],pColWidth[i],nHeight,pHorJustify[i],*pIter,OOO_STRING_SVTOOLS_HTML_tableheade… in WriteTables() 1005 …WriteCell(pFormat[i-1],pColWidth[i-1],nHeight,pHorJustify[i-1],aValue,OOO_STRING_SVTOOLS_HTML_tabl… in WriteTables() 1014 delete [] pColWidth; in WriteTables()
|
/aoo41x/main/starmath/source/ |
H A D | node.cxx | 2561 long *pColWidth = new long[nNumCols]; in Arrange() local 2563 pColWidth[j] = 0; in Arrange() 2574 pColWidth[nCol] = Max(pColWidth[nCol], pNode->GetItalicWidth()); in Arrange() 2591 nX += pColWidth[j] + nHorDist; in Arrange() 2621 + pColWidth[j] / 2 in Arrange() 2626 + pColWidth[j] - rNodeRect.GetItalicWidth(); in Arrange() 2649 delete [] pColWidth; in Arrange()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 249 aInsTblOpts( rInsTblOpts ), pDDEFldType( 0 ), pColWidth( 0 ), pRedlData( 0 ), pAutoFmt( 0 ), in SwUndoInsTbl() 254 pColWidth = new SvUShorts( 0, 1 ); in SwUndoInsTbl() 255 pColWidth->Insert( pColArr, 0 ); in SwUndoInsTbl() 275 delete pColWidth; in ~SwUndoInsTbl() 332 pAutoFmt, pColWidth ); in RedoImpl() 372 nRows, nCols, nAdjust, pAutoFmt, pColWidth ); in RepeatImpl()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 65 SvUShorts* pColWidth; member in SwUndoInsTbl
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 132 sal_uInt16* pColWidth; member in ScTable
|
Completed in 90 milliseconds