Searched refs:nPrcWidth (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 337 sal_uInt32 nPrcWidth = USHRT_MAX; in OutTableCell() local 344 nPrcWidth = pCell->GetWidthOpt(); in OutTableCell() 356 nPrcWidth = (sal_uInt16)GetPrcWidth(nCol,nColSpan); in OutTableCell() 383 if( nPrcWidth != USHRT_MAX ) in OutTableCell() 384 (sOut += ByteString::CreateFromInt32(nPrcWidth)) += '%'; in OutTableCell() 1023 sal_uInt8 nPrcWidth = rFrmSize.GetWidthPercent(); in OutHTML_SwTblNode() local 1059 else if( nPrcWidth ) in OutHTML_SwTblNode() 1062 nWidth = nPrcWidth; in OutHTML_SwTblNode() 1084 if( nPrcWidth ) in OutHTML_SwTblNode() 1087 nWidth = nPrcWidth; in OutHTML_SwTblNode()
|
H A D | htmlgrin.cxx | 589 sal_uInt8 nPrcWidth = 0, nPrcHeight = 0; in InsertImage() local 616 nPrcWidth = (sal_uInt8)nWidth; in InsertImage() 629 nPrcWidth = 255; in InsertImage() 644 nPrcWidth = (sal_uInt8)nWidth; in InsertImage() 668 bSetScaleImageMap = !nPrcWidth || !nPrcHeight; in InsertImage() 686 if( nPrcWidth ) in InsertImage() 714 aFrmSize.SetWidthPercent( nPrcWidth ); in InsertImage()
|
H A D | htmlsect.cxx | 612 sal_uInt8 nPrcWidth = bPrcWidth ? (sal_uInt8)nWidth : 0; in NewMultiCol() local 621 if( !nPrcWidth && nTwipWidth < MINFLY ) in NewMultiCol() 638 SetVarSize( aItemSet, aPropInfo, aFrmItemSet, nTwipWidth, nPrcWidth ); in NewMultiCol() 714 nPrcWidth = 100; in NewMultiCol() 717 aFmtCol.Init( nCols, nGutter, nPrcWidth ? USHRT_MAX : nTwipWidth ); in NewMultiCol()
|
H A D | htmlplug.cxx | 137 sal_uInt8 nPrcWidth = 0, nPrcHeight = 0; in SetFixSize() local 150 nPrcWidth = (sal_uInt8)rCSS1PropInfo.nWidth; in SetFixSize() 159 nPrcWidth = (sal_uInt8)rPixSize.Width(); in SetFixSize() 160 if( nPrcWidth > 100 ) in SetFixSize() 161 nPrcWidth = 100; in SetFixSize() 203 aFrmSize.SetWidthPercent( nPrcWidth ); in SetFixSize()
|
H A D | htmlfly.cxx | 697 sal_uInt8 nPrcWidth = pFSItem->GetWidthPercent(); in OutFrmFmtOptions() local 701 Size aTwipSz( (nPrcWidth ? 0 in OutFrmFmtOptions() 727 ((nPrcWidth && nPrcWidth!=255) || aPixelSz.Width()) ) in OutFrmFmtOptions() 730 if( nPrcWidth ) in OutFrmFmtOptions() 731 (sOut += ByteString::CreateFromInt32( nPrcWidth )) += '%'; in OutFrmFmtOptions()
|
H A D | htmlcss1.cxx | 2168 sal_uInt8 nPrcWidth = nDfltPrcWidth, nPrcHeight = 0; in SetVarSize() local 2172 nPrcWidth = rPropInfo.nWidth > 0 ? (sal_uInt8)rPropInfo.nWidth : 1; in SetVarSize() 2177 nPrcWidth = 0; in SetVarSize() 2197 aFrmSize.SetWidthPercent( nPrcWidth ); in SetVarSize()
|
H A D | htmltab.cxx | 670 void RegisterDrawObject( SdrObject *pObj, sal_uInt8 nPrcWidth ); 2797 sal_uInt8 nPrcWidth = (sal_uInt8)(*pDrawObjPrcWidths)[3*i+2]; in MakeTable() local 2807 nWidth2 = static_cast< sal_uInt16 >(((long)nWidth * nPrcWidth) / 100); in MakeTable() 2829 void HTMLTable::RegisterDrawObject( SdrObject *pObj, sal_uInt8 nPrcWidth ) in RegisterDrawObject() argument 2839 pDrawObjPrcWidths->Insert( (sal_uInt16)nPrcWidth, pDrawObjPrcWidths->Count() ); in RegisterDrawObject() 3539 SdrObject *pObj, sal_uInt8 nPrcWidth ) in RegisterDrawObjectToTable() argument 3541 pCurTable->RegisterDrawObject( pObj, nPrcWidth ); in RegisterDrawObjectToTable()
|
H A D | css1atr.cxx | 3088 sal_uInt8 nPrcWidth = rFSItem.GetWidthPercent(); in OutCSS1_SwFmtFrmSize() local 3089 if( nPrcWidth ) in OutCSS1_SwFmtFrmSize() 3091 (sOut = ByteString::CreateFromInt32( nPrcWidth) ) += '%'; in OutCSS1_SwFmtFrmSize()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 765 sal_Int8 nPrcWidth = rFrmSize.GetWidthPercent(); in ExportTableAutoStyles() local 767 sal_Bool bFixAbsWidth = nPrcWidth != 0 || /*text::*/HoriOrientation::NONE == eTabHoriOri in ExportTableAutoStyles()
|
H A D | xmltbli.cxx | 2699 sal_uInt16 nPrcWidth = 0U; in MakeTable() local 2768 nPrcWidth = pSize->GetWidthPercent(); in MakeTable() 2820 aSize.SetWidthPercent( (sal_Int8)nPrcWidth ); in MakeTable()
|
Completed in 180 milliseconds