Searched refs:bPrcWidth (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlplug.cxx | 131 sal_Bool bPrcWidth, sal_Bool bPrcHeight, in SetFixSize() argument 138 Size aTwipSz( bPrcWidth || USHRT_MAX==rPixSize.Width() ? 0 : rPixSize.Width(), in SetFixSize() 157 else if( bPrcWidth && rPixSize.Width() ) in SetFixSize() 308 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False, bHidden = sal_False; in InsertEmbed() local 356 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertEmbed() 404 bPrcWidth = bPrcHeight = sal_False; in InsertEmbed() 467 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, aItemSet, aPropInfo, in InsertEmbed() 506 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False, in NewObject() local 550 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in NewObject() 630 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, aItemSet, aPropInfo, in NewObject() [all …]
|
| H A D | htmldraw.cxx | 282 sal_Bool bPrcWidth = sal_False, bDirection = sal_False, bBGColor = sal_False; in NewMarquee() local 351 bPrcWidth = pOption->GetString().Search('%') != STRING_NOTFOUND; in NewMarquee() 352 if( bPrcWidth && nWidth>100 ) in NewMarquee() 493 Size aTwipSz( bPrcWidth ? 0 : nWidth, nHeight ); in NewMarquee() 504 bPrcWidth = sal_False; in NewMarquee() 510 if( !nWidth || bPrcWidth ) in NewMarquee() 528 bPrcWidth = sal_True; in NewMarquee() 561 if( pCurTable && bPrcWidth) in NewMarquee()
|
| H A D | htmlgrin.cxx | 330 sal_Bool bPrcWidth = sal_False; in InsertImage() local 371 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertImage() 372 if( bPrcWidth && nWidth>100 ) in InsertImage() 545 Size aTwipSz( bPrcWidth ? 0 : nWidth, bPrcHeight ? 0 : nHeight ); in InsertImage() 558 bPrcWidth = sal_False; in InsertImage() 563 bPrcWidth = sal_True; in InsertImage() 614 if( bPrcWidth ) in InsertImage() 643 if( bPrcWidth ) in InsertImage()
|
| H A D | htmlsect.cxx | 553 sal_Bool bPrcWidth = sal_True; in NewMultiCol() local 583 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in NewMultiCol() 584 if( bPrcWidth && nWidth>100 ) in NewMultiCol() 612 sal_uInt8 nPrcWidth = bPrcWidth ? (sal_uInt8)nWidth : 0; in NewMultiCol() 614 if( !bPrcWidth && nWidth && Application::GetDefaultDevice() ) in NewMultiCol()
|
| H A D | htmltab.cxx | 110 sal_Bool bPrcWidth : 1; member 472 sal_Bool bPrcWidth; // Breite ist eine %-Angabe member in HTMLTable 591 sal_Bool HasPrcWidth() const { return bPrcWidth; } in HasPrcWidth() 592 sal_uInt8 GetPrcWidth() const { return bPrcWidth ? (sal_uInt8)nWidth : 0; } in GetPrcWidth() 1125 bPrcWidth( pOptions->bPrcWidth ), in HTMLTable() 1163 sal_uInt16 nW = bPrcWidth ? nWidth : pParser->ToTwips( nWidth ); in CreateLayoutInfo() 1176 nW, bPrcWidth, nBorder, nCellPadding, in CreateLayoutInfo() 2559 eHoriOri = bPrcWidth ? text::HoriOrientation::FULL : text::HoriOrientation::LEFT; in MakeTable() 2599 if( bPrcWidth && text::HoriOrientation::FULL!=eHoriOri ) in MakeTable() 2771 pLayoutInfo->SetMustResize( bPrcWidth || !nWidth ); in MakeTable() [all …]
|
| H A D | swhtml.cxx | 4777 sal_Bool bPrcWidth = sal_False; in InsertSpacer() local 4803 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertSpacer() 4840 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, in InsertSpacer() 5167 sal_Bool bPrcWidth = sal_False; in InsertHorzRule() local 5188 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertHorzRule() 5190 if( bPrcWidth && nWidth>=100 ) in InsertHorzRule() 5194 bPrcWidth = sal_False; in InsertHorzRule() 5277 nWidth = bPrcWidth ? (sal_uInt16)((nWidth*nBrowseWidth) / 100) in InsertHorzRule()
|
| H A D | swhtml.hxx | 716 sal_Bool bPrcWidth, sal_Bool bPrcHeight,
|
| /AOO41X/main/sw/inc/ |
| H A D | htmltbl.hxx | 271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt,
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | htmltbl.cxx | 115 sal_uInt16 nWidth, sal_Bool bPrcWidth, in SwHTMLTableLayoutCell() argument 119 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
|