Home
last modified time | relevance | path

Searched refs:bPrcWidth (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sw/source/filter/html/
H A Dhtmlplug.cxx131 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 Dhtmldraw.cxx282 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 Dhtmlgrin.cxx330 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 Dhtmlsect.cxx553 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 Dhtmltab.cxx110 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 Dswhtml.cxx4777 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 Dswhtml.hxx716 sal_Bool bPrcWidth, sal_Bool bPrcHeight,
/aoo41x/main/sw/inc/
H A Dhtmltbl.hxx271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt,
/aoo41x/main/sw/source/core/doc/
H A Dhtmltbl.cxx115 sal_uInt16 nWidth, sal_Bool bPrcWidth, in SwHTMLTableLayoutCell() argument
119 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()

Completed in 73 milliseconds