Searched refs:bPrcWidth (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 131 sal_Bool bPrcWidth, sal_Bool bPrcHeight, in SetFixSize() argument 157 else if( bPrcWidth && rPixSize.Width() ) in SetFixSize() 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() 715 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertApplet() 838 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False; in InsertFloatingFrame() local [all …]
|
H A D | htmldraw.cxx | 276 sal_Bool bPrcWidth = sal_False, bDirection = sal_False, bBGColor = sal_False; in NewMarquee() local 345 bPrcWidth = pOption->GetString().Search('%') != STRING_NOTFOUND; in NewMarquee() 346 if( bPrcWidth && nWidth>100 ) in NewMarquee() 487 Size aTwipSz( bPrcWidth ? 0 : nWidth, nHeight ); in NewMarquee() 498 bPrcWidth = sal_False; in NewMarquee() 504 if( !nWidth || bPrcWidth ) in NewMarquee() 522 bPrcWidth = sal_True; in NewMarquee() 555 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 | 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() 1125 bPrcWidth( pOptions->bPrcWidth ), in HTMLTable() 1176 nW, bPrcWidth, nBorder, nCellPadding, in CreateLayoutInfo() 3180 sal_Bool bPrcWidth : 1; member in _CellSaveStruct 3227 bPrcWidth( sal_False ), in _CellSaveStruct() 3264 if( bPrcWidth && nWidth>100 ) in _CellSaveStruct() 5146 bPrcWidth( sal_False ), in HTMLTableOptions() 5168 if( bPrcWidth && nWidth>100 ) in HTMLTableOptions() [all …]
|
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 | swhtml.cxx | 4750 sal_Bool bPrcWidth = sal_False; in InsertSpacer() local 4776 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertSpacer() 4813 SetFixSize( aSize, aDfltSz, bPrcWidth, bPrcHeight, in InsertSpacer() 5140 sal_Bool bPrcWidth = sal_False; in InsertHorzRule() local 5161 bPrcWidth = (pOption->GetString().Search('%') != STRING_NOTFOUND); in InsertHorzRule() 5163 if( bPrcWidth && nWidth>=100 ) in InsertHorzRule() 5167 bPrcWidth = sal_False; in InsertHorzRule() 5250 nWidth = bPrcWidth ? (sal_uInt16)((nWidth*nBrowseWidth) / 100) in InsertHorzRule()
|
H A D | swhtml.hxx | 713 sal_Bool bPrcWidth, sal_Bool bPrcHeight,
|
/aoo42x/main/sw/inc/ |
H A D | htmltbl.hxx | 271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt,
|
/aoo42x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 116 sal_uInt16 nWidth, sal_Bool bPrcWidth, in SwHTMLTableLayoutCell() argument 120 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
|
Completed in 109 milliseconds